@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #E4E4DC;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background:#004;
    color: #e8c64a;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color:#e8c64a;
}}
#suntory_contents nav ul li:after{
    border-color:#e8c64a;
}

/*見出し*/
#suntory_contents #contents section h1{
  background:#004;
  color:#e8c64a;
}

#suntory_contents #contents section h2{
  border-color:#004;
}

#suntory_contents #contents p.sample_tit{
  color:#004;
}


/*==================以下適宜変更・削除===============*/

/*テキストヘッダー*/
#container h1.txt_header{
  background:#004;
  color:#e8c64a;
}

#suntory_contents p.top_txt{
	margin: 1.5em 0;
	color: #f00;
	text-align: center;
	font-size: 1.5em;
}

#suntory_contents p.top_txt b{
	color: #f00;
}