@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #d5eaf2;
}

#container h1.txt_header {
    background-color: #1b2d57;
    color: #fff;
}

/*アンカーリンク*/
#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after{
    border-top: 3px solid #8fc31f;
    border-right: 3px solid #8fc31f;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #1b2d57;
    color: #fff;
}

#suntory_contents #contents section h1{
    background: #1b2d57;
    color: #fff;
}

#suntory_contents #contents section h2{
    border-color:#8fc31f;
}

#suntory_contents #contents p.sample_tit{
    color: #1b2d57;
}

/* pcsp出し分け
-------------------------------------------------- */
#suntory_contents .pc_none { display: none; }
#suntory_contents .sp_none { display: block; }

@media screen and (max-width:767px){
#suntory_contents .pc_none { display: block; }
#suntory_contents .sp_none { display: none; }
}