@charset "UTF-8";

#suntory_contents #contents h3:before{
	content: none;
}
/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#1b4584;
color:#fff;
}

#suntory_contents #contents h3:before{
color: #1b4584;
}

#suntory_contents #contents p.sample_tit{
color: #1b4584;
}

#suntory_contents #contents #recepit h2{
color: #1b4584;
}

#suntory_contents div.copy{
    margin-top: 30px;
}

#suntory_contents .cl_red b, #suntory_contents .cl_red strong{
	color: inherit;
}

@media all and (max-width: 767px) {
	#suntory_contents div.update{
		margin-top: 1em;
	}
}

/* ----------対象商品例 .sample------------ */
#suntory_contents div.sample {
    font-size: 0;
	margin-bottom: 1rem;
}
#suntory_contents div.sample ul li {
    margin: 0px 7px 1rem 0;
}
@media all and (max-width: 767px) {
#suntory_contents div.sample{
	margin-bottom:0;
}
#suntory_contents div.sample ul {
	margin: 0;
}
#suntory_contents div.sample ul li {
	display:inline-block;
        margin: 0 2px 10px;
    }
    #suntory_contents div.sample ul li:last-child{
        margin:0 0 10px 0;
    }
}


