@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #FBE1AD;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #100604;
    color: #fff;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color: #BC9706;
}}
#suntory_contents nav ul li:after{
    border-color: #BC9706;
}

#suntory_contents #contents section h1 {
    background-color: #100604;
    color: #fff;
}

#suntory_contents #contents section h2{
	border-color: #BC3738;
}

#suntory_contents #contents p.sample_tit{
  color: #100604;
}

#suntory_contents div.sample img{
    width:70%;
    margin: 0;
    padding: 0 50px;
}

