@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #E0E0E0;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background:#000000;
    color: #F6CF60;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color:#fff;
}}
#suntory_contents nav ul li:after{
    border-color:#fff;
}

/*見出し*/
#suntory_contents #contents section h1{
  background:#000000;
  color:#F6CF60;
}

#suntory_contents #contents section h2{
  border-color:#000000;
}

#suntory_contents #contents p.sample_tit{
  color:#000000;
}


/*==================以下適宜変更・削除===============*/

/*テキストヘッダー*/
#container h1.txt_header{
  background:#000000;
  color:#F6CF60;
}

