@charset "UTF-8";

/*出し分け非表示*/
body{
    display: none;
}

#suntory_contents .cdn1_01, #suntory_contents .cdn1_02{
    display: none;
}

/*アンカーリンク*/
#suntory_contents nav ul {
	background:#F7F7EB;
}

#suntory_contents nav ul li{
    border-right:1px solid #003577;
}
#suntory_contents nav ul li:last-child{
    border-right: none;
}

#suntory_contents nav ul li a{
color:#003577;
}

#suntory_contents nav ul li a:hover{
    color: #002BFF;
}

@media screen and (max-width:767px){
	
#suntory_contents nav ul {margin-top:2em;flex-direction: column;background: none;}

#suntory_contents nav ul li{
   border-right:none;
    background: #F7F7EB;
}

#suntory_contents nav ul li:after{
    border-top: 3px solid #003577;
    border-right: 3px solid #003577;
}

#suntory_contents nav ul li:last-child{
    border-bottom:none;
}

}

/* ------------色味変更部分---------------- */
#suntory_contents #contents section h1{
background:#F7F7EB;
color:#003577;
}

#suntory_contents #contents section h2{
border-color:#C9A970;
}

#suntory_contents #contents h3:before{
color: #003577;
}

#suntory_contents #contents p.sample_tit{
color: #003577;
}

#suntory_contents #contents #recepit h2{
color: #003577;
}


/* ----------対象商品例 .sample------------ */
/*
@media all and (max-width: 767px) {
#suntory_contents div.sampleimg img.pc_none{
        margin: 0 auto;
	max-width: 550px;
    }
}
#suntory_contents div.sample ul li:last-child {
    margin-right: 0;
}
*/


#suntory_contents .payimg img{
    display: block;
    margin: 1em auto;
    max-width: 600px;
    width: 100%;
    height: auto;
}