@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #F7F4F2;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #009144;
    color: #fff;
}

#suntory_contents #contents section h1{
  background:#009144;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#FF0000;
}

#suntory_contents #contents p.sample_tit{
  color: #009144;
}


/* ---------------テキストヘッダー---------------------- */
#suntory_contents #container h1.txt_header {
  background:#009144;
  color:#fff;
}

