@charset "UTF-8";

/* ------------色味変更部分---------------- */
/*アンカーリンク*/
@media screen and (min-width:767px){
#suntory_contents nav ul {
    background:#040256;
}

#suntory_contents nav ul li{
    border-right:1px solid #e8c64a;
}
}

#suntory_contents nav ul li a{
    color:#e8c64a;
}

@media screen and (max-width:767px){
#suntory_contents nav ul li{
    background: #040256;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #e8c64a;
    border-right: 3px solid #e8c64a;
}
}


/* ---------------テキストヘッダー---------------------- */
#container h1#head {
    background-color: #040256;
    padding: 35px 15px;
    text-align: center;
    color: #e8c64a;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}

#suntory_contents #contents section h1{
    background:#040256;
    color:#e8c64a;
}

#suntory_contents #contents section h2{
    border-color:#040256;
}

#suntory_contents #contents h3:before{
    color: #040256;
}

#suntory_contents #contents p.sample_tit{
    color: #b2994e;
}

#suntory_contents #contents #recepit h2{
    color: #040256;
}

#suntory_contents #contents p.sample_txt{
    text-align: center;
}