@charset "UTF-8";

#suntory_contents h1 span {
    font-size: inherit;
}
/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #E9ECEF;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #000;
    color: #fff;
}

#suntory_contents nav.ankerlink ul li a:hover{
	background: #222;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color: #FBE007;
}}
#suntory_contents nav ul li:after{
    border-color: #FBE007;
}

/*見出し*/
#suntory_contents #container h1.txt_header {
    background-color: #000;
    color: #fff;
}
#suntory_contents #contents section h1 {
    background-color: #000;
    color: #fff;
}

#suntory_contents #contents section h2{
	border-color: #C20219;
}

#suntory_contents #contents p.sample_tit{
  color: #000;
}
