@charset "UTF-8";

#suntory_contents h1#anker1 span {
    font-size: inherit;
}
/* ------------色味変更部分---------------- */
#suntory_contents {
    background: #d8eaf1;
}

/*アンカーリンク*/
#suntory_contents nav.ankerlink ul li a,
#suntory_contents nav.ankerlink ul li a:visited {
    background-color: #0091BE;
    color: #fff;
}

@media screen and (min-width:768px){
#suntory_contents nav ul li a:after{
    border-color: #fff;
}}
#suntory_contents nav ul li:after{
    border-color: #fff;
}

/*見出し*/
#suntory_contents #container h1.txt_header{
    background-color: #0091BE;
    color: #fff;
}

#suntory_contents #contents section h1{
    background-color: #0091BE;
    color: #fff;
}

#suntory_contents #contents section h2{
  border-color:#5BC2DC;
}

#suntory_contents #contents p.sample_tit{
  color:#0091BE;
}

#suntory_contents ul.prd_list li{
	text-indent: -1em;
	padding-left: 1em;
}

#suntory_contents ul.prd_list li:nth-child(n+10){
	text-indent: -1.5em;
	padding-left: 1.5em;
}

#suntory_contents p.idt2{
	text-indent: -2em;
	padding-left: 2em;
}
