@charset "UTF-8";

/*アンカーリンク*/
#suntory_contents nav ul {
	background:#FEF102;

}

#suntory_contents nav ul li{
    border-right:1px solid #000;
}

#suntory_contents nav ul li a{
color:#000;
}

#suntory_contents nav ul li a:hover{
    -webkit-filter: brightness(130%) contrast(120%);
            filter: brightness(130%) contrast(120%);
}

@media screen and (max-width:767px){
#suntory_contents nav ul {background: none;}
#suntory_contents nav ul li{border-right:none;}

#suntory_contents nav ul li{
    background: #FEF102;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}
}

#suntory_contents #contents #recepit ul.caution {
    margin-left: 1em;
}
#suntory_contents .mt1em {
	margin-top: 1em;
}
#suntory_contents .ml1em {
    margin-left: 1em;
}


/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#FEF102;
color:#000;
}

#suntory_contents #contents section h2{
border-color:#FEF102;
}

#suntory_contents #contents h3:before{
color: #FEF102;
}

#suntory_contents #contents p.sample_tit{
color: #000;
}

#suntory_contents #contents #recepit h2{
color: #000;
text-align: left;
}

