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