@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #D8CEC1;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #09294c;
    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: #09294c;
    color: #fff;
}

#suntory_contents #contents section h2{
	border-color: #BC9706;
}

#suntory_contents #contents p.sample_tit{
  color: #09294c;
}

/*テキストヘッダー*/
#container h1.txt_header{
	background-color: #09294c;
	color:  #fff;
}