@charset "UTF-8";
/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#e73a83;
color:#fff;
}

#suntory_contents #contents h3:before{
color: #01539e;
}

#suntory_contents #contents p.sample_tit{
color: #e73a83;
}

#suntory_contents #contents #recepit h2{
color: #e73a83;
}

/* ------------icon---------------- */
.onsen{
	position:relative;
}

.onsen a:after{
	background-image:url("../img/icon_external.png");
	content: '';
	position: absolute;
	bottom: 5px;
	width: 20px;
	height: 17px;
	margin-left: 0.25em;
}

#contents p.onsen.mb3 {
    margin-bottom: 3px;
}

/* h1ヘッダー画像出し分け(spヘッダー幅640px)
-------------------------------------------------- */
#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: 640px;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}

/* ----------対象商品例 .sample------------ */
@media all and (max-width: 375px) {
#suntory_contents div.sample ul li {
        margin: 0 auto 10px;
    }
}
