@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #fff;
}

#container h1.txt_header {
    background-color: #0075C4;
    color: #fff;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after{
    border-top: 3px solid #8EE1F5;
    border-right: 3px solid #8EE1F5;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background:#0075C4;
    color: #fff;
}

#suntory_contents #contents section h1{
background:#0075C4;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#018BD4;
}

#suntory_contents #contents p.sample_tit{
color:#0075C4
}

