@charset "UTF-8";

/*クローズ*/
#suntory_contents .closemsg {
    width:80%;
    border: 3px solid #000;
    margin: 0 auto;
    text-align:center;
    word-break:break-word;
    background: #000;
}

.closemsg .bg_bk{
    font-weight:bold;
    background:#000;
    color:#fff;
    padding:20px 5px;
    font-size:1.3em;
}


.closemsg .bg_wh{
	background:#fff;
	padding: 20px 0;
	color:#333;
}

#suntory_contents .closemsg p{
    line-height: 1.7em;
    margin: 0 10px;
}

#suntory_contents .closemsg p.unline{
    font-size:1.2em;
    font-weight:bold;
    text-decoration:underline;
    color:#222;
    margin-bottom:10px;
}


#suntory_contents .closemsg p span{
    font-size:1.2em;
}

@media screen and (max-width:767px){
#suntory_contents .closemsg {
	width:95%;
	margin-top:30px;
}

#suntory_contents .closemsg p{
	display:inline-block;
	margin:0 25px;
}

#suntory_contents .closemsg span{
	display:block;
}

}

/* 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: 750px;
	margin: 0 auto;
}
#suntory_contents h1 img.sp_none {
	display: none;
}
}

/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#36393d;
color:#fff;
}

#suntory_contents #contents h3:before{
color: #36393d;
}

#suntory_contents #contents p.sample_tit{
color: #36393d;
}

#suntory_contents #contents #recepit h2{
color: #36393d;
}


/* ----------対象商品例 .sample------------ */
#suntory_contents div.sample {
    font-size: 0;
}
#suntory_contents #contents div.sample ul{
	margin: 0 0 20px;
}
#suntory_contents div.sample ul li {
        margin: 0 5px 10px 0;
    }
#suntory_contents .sample ul li.case24 img{
	width:230px;
}
@media all and (max-width: 767px) {
#suntory_contents #contents div.sample ul{
	margin: 0;
}
#suntory_contents .sample ul li img {
    margin-bottom:15px;
}

#suntory_contents .sample ul li.case24 img{
	max-width:230px;
	width:100%;
}
#suntory_contents div.sample ul li:last-child{
	margin:0 0 10px;
}
}

