@charset "UTF-8";

/* ------------色味変更部分---------------- */
#suntory_contents {
    background:#fff;
}

/*アンカーリンク*/

@media screen and (min-width:768px){
#suntory_contents nav.ankerlink ul {
  background-color:#fff;
}
}

#suntory_contents nav ul li a:after{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }


#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background: #1B5BB3;
    color:#fff;
}

#suntory_contents #contents section h1{
  background:#1B5BB3;
  color:#fff;
}

#suntory_contents #contents section h2{
  border-color:#74ADF4;
}

#suntory_contents #contents p.sample_tit{
  color: #000000;
}

#suntory_contents #contents #recepit #recepit_g ul.caution {
    text-align: center;
}

#suntory_contents p.subtitle{
	color: #fff;
}
#suntory_contents .page_top p a{
	color: #fff;
}


#suntory_contents .warning {
    margin-top: 30px;
    padding: 30px;
    font-weight: bold;
    line-height: 1.3;
    color: #E0000F;
}

@media screen and (max-width:767px){
#suntory_contents .warning {
    padding: 15px;
}
}

#suntory_contents ul.caution_sub li{
	padding-left: 3em;
	text-indent: -3em;
}
