@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #fff4c4;
}

#container h1.txt_header {
    background-color: #CD1B2F;
    color: #fff;
}
/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after {
    border-top: 3px solid #CD1B2F;
    border-right: 3px solid #CD1B2F;
}


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #3E3E3E;
    color: #fff;
}

#suntory_contents #contents section h1{
    background: #CD1B2F;
    color: #fff;
}

#suntory_contents #contents section h2{
    border-color: #B7A55C;
}

#suntory_contents #contents p.sample_tit{
    color: #000;
}

/*クローズ*/
#suntory_contents #container p.close_txt{
    padding: 30px 10px 0;
}