@charset "UTF-8";

/* ------------色味変更部分---------------- */
/*アンカーリンク*/
@media screen and (min-width:767px){
#suntory_contents nav ul {
	background:#80B4D4;
}

#suntory_contents nav ul li{
    border-right:1px solid #D92312;
}
}

#suntory_contents nav ul li a{
color:#fff;
}

@media screen and (max-width:767px){
#suntory_contents nav ul li{
    background: #80B4D4;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #D92312;
    border-right: 3px solid #D92312;
}
}

#suntory_contents #contents section h1{
background:#80B4D4;
color:#fff;
}

#suntory_contents #contents section h2{
border-color:#D92312;
}

#suntory_contents #contents h3:before{
color: #D92312;
}

#suntory_contents #contents p.sample_tit{
color: #80B4D4;
}

#suntory_contents #contents #recepit h2{
color: #80B4D4;
}


#suntory_contents div.sample ul li {
    margin-right: 0;
}
@media screen and (min-width:768px){
#suntory_contents div.sample ul li img {
    width:80%;
	}}
#suntory_contents .red_box {
    margin: 1.5em 0;
    text-align: center;
    color: #f00;
    font-weight: bold;
}

#suntory_contents .ex_img img {
    width:100%;
}

@media screen and (min-width:768px){
        #suntory_contents .ex_img{
            text-align:center;
        }
    #suntory_contents .ex_img img {
    width:70%;
}
}