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