@charset "UTF-8";


#suntory_contents table tr {
    display: flex;
    margin-bottom:1em;
}

#suntory_contents table tr:last-child {
    margin-bottom:0;
}

#suntory_contents .present table th {
    flex-shrink:0;
}


/* ------------色味変更部分---------------- */
#suntory_contents #contents h2{
background:#57c2dc;
color:#fff;
}

#suntory_contents #contents h3:before{
color: #ffde00;
}

#suntory_contents #contents p.sample_tit{
color: #00479d;
}

#suntory_contents #contents #recepit h2{
color: #00479d;
}

/* ----------対象商品例 .sample------------ */
@media all and (max-width: 355px) {
#suntory_contents div.sample ul li {
        margin: 0 auto 10px;
    }
}
