@charset "UTF-8";

/*出し分け非表示*/
body, #suntory_contents .cdn1_6H2FR, #suntory_contents .cdn1_5MYOS{
  display: none;
}

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #fff;
}

#container h1.txt_header {
  background-color: #00205F;
  color: #ffffff;
}

#container h1#head {
    background-color: #16912E;
    padding: 35px 15px;
    text-align: center;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background:#00205F;
    color: #fff;
}

@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:#00205F;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#00205F;
}

#suntory_contents #contents p.sample_tit{
  color:#00205F;
}

/*==================以下適宜変更・削除===============*/
