@charset "UTF-8";

/* ------------色味変更部分---------------- */
/*アンカーリンク*/
@media screen and (min-width:767px){
#suntory_contents nav ul {
	background:#000;
}

#suntory_contents nav ul li{
    border-right:1px solid #fff;
}
}

#suntory_contents nav ul li a{
color:#fff;
}

@media screen and (max-width:767px){
#suntory_contents nav ul li{
    background: #000;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
}

#suntory_contents #contents section h1{
background:#000;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#F1CB8C;
}

#suntory_contents #contents h3:before{
color: #000;
}

#suntory_contents #contents p.sample_tit{
color: #000;
}

#suntory_contents #contents #recepit h2{
color: #000;
}

#suntory_contents ul.howto_notice_2 li {
    text-indent: -1.5em;
    margin-left: 1.5em;
}
