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