@charset "UTF-8";
/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#00b3b1;
color:#fff;
}

#suntory_contents #contents h3:before{
color: #00b3b1;
}

#suntory_contents #contents p.sample_tit{
color: #00b3b1;
}

#suntory_contents #contents #recepit h2{
color: #00b3b1;
}

/* h1ヘッダー画像出し分け(spヘッダー幅750px)
-------------------------------------------------- */
#suntory_contents h1 img.pc_none {
	display: none;
}
#suntory_contents h1 img.sp_none {
	display: block;
}

@media screen and (max-width:767px){
#suntory_contents h1 img.pc_none {
	display: block;
	max-width: 750px;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}



/* ----------対象商品例 .sample------------ */
#suntory_contents div.sample ul li {
    display: inline-block;
}

@media all and (max-width: 375px) {
#suntory_contents div.sample ul li {
        margin: 0 auto 10px;
    }
}
