@charset "UTF-8";

.present img {
    width: 100%;
    margin-top: 10px;
}

/* 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;
}
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#00428E;
color:#fff;
}

/*
#suntory_contents #contents h3:before{
color: #fef002;
}
*/

#suntory_contents #contents p.sample_tit{
color: #00428E;
}

#suntory_contents #contents #recepit h2{
color: #00428E;
}


/* ----------対象商品例 .sample------------ */
#suntory_contents div.sample {
    font-size: 0;
}
#suntory_contents div.sample ul li {
        margin: 0 5px 10px 0;
    }
@media all and (max-width: 767px) {
#suntory_contents .sample ul li img {
    margin-bottom:15px;
}
#suntory_contents div.sample ul li:last-child{
	margin:0 0 10px;
}
}
