@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #fff8af;
}

#container h1#head {
    background-color: #283991;
    padding: 35px 15px;
    text-align: center;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

@media screen and (min-width:768px){
#container h1#head {
    padding: 35px 5px;
    font-size: 115%;
}
}

#suntory_contents nav ul li:after,
#suntory_contents nav ul li a:after{
    border-top: 3px solid #FFEC0C;
    border-right: 3px solid #FFEC0C;
}

#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #283991;
    color: #fff;
}

#suntory_contents #contents section h1{
background:#283991;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#05BBCE;
}

#suntory_contents #contents p.sample_tit{
color: #283991;
}