﻿@charset "UTF-8";

#suntory_contents h1 {
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	padding:15px 10px 15px 10px;
}

#suntory_contents p.lead {
	font-size:18px;
	line-height:1.6;
	color:#555;
	margin:0 10px 10px;
}

#suntory_contents .discountBox {
	margin:0 10px 10px;
	padding:10px;
	background:#ece9db;
	text-align:center;
	-webkit-border-radius:6px;
}
#suntory_contents .discountBox h2 {
	font-size:16px;
	line-height:1.4;
	color:#664f00;
	font-weight:bold;
	margin-bottom:10px;
}
#suntory_contents .discountBox > div{
	background:#fff;
	border:1px solid #c5bd8c;
	-webkit-border-radius:6px;
	padding:10px 0 2px;
}
#suntory_contents .discountBox p {
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	color:#404040;
}
#suntory_contents .discountBox p em {
	color:#ff6600;
	font-style:normal;
}
#suntory_contents .discountBox p span{
	font-size:24px;
}
#suntory_contents .discountBox p a{
	color:#0066aa;
	text-decoration:underline;
}

#suntory_contents h3 {
	margin:15px 0 10px;
	font-size:18px;
	line-height:1.4;
	font-weight:bold;
	text-align:center;
}

#suntory_contents #sitemap {
	border-top:1px solid #aeaa95;
	margin-bottom:15px;
}
#suntory_contents #sitemap h4 {
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	color:#62542b;
	background:url(../../../img/btn_open.png) no-repeat 98% center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#dedcd1));
	background-size:14px 14px, auto;
	-webkit-background-size:14px 14px, auto;
	border-bottom:1px solid #aeaa95;
	padding:15px 10px 15px 10px;
}
#suntory_contents #sitemap h4.open {
	background:url(../../../img/btn_close.png) no-repeat 98% center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#dedcd1));
	background-size:14px 14px, auto;
	-webkit-background-size:14px 14px, auto;
}
#suntory_contents #sitemap dl dt,
#suntory_contents #sitemap dl dd {
	border-bottom:1px solid #aeaa95;
}
#suntory_contents #sitemap dl dt {
	font-size:18px;
	font-weight:bold;
	background-color:#fbf5dd;
	padding:15px 20px 15px 10px;
}
#suntory_contents #sitemap dl dt a,
#suntory_contents #sitemap dl dd a {
	clear:both;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	color:#0066aa;
	position:relative;
}

#suntory_contents #sitemap dl dt a {
	margin:-15px -20px -15px -10px;
	padding:15px 20px 15px 10px;
}
#suntory_contents #sitemap dl dd a {
	padding:15px 20px 15px 20px;
}
#suntory_contents #sitemap dl.noLeftSpace dd a{
	padding:15px 20px 15px 10px;
}
#suntory_contents #sitemap dl dt a:after,
#suntory_contents #sitemap dl dd a:after{
	content:"";
	position:absolute;
	right:12px;
	top:50%;
	display:block;
	width:5px;
	height:5px;
	margin-top:-5px;
	border-top:solid 2px #ff7802;
	border-right:solid 2px #ff7802;
	-webkit-transform:rotate(45deg);
}
#suntory_contents #sitemap dl dd a .icon{
	font-size:12px;
	font-weight:bold;
	color:#664f00;
	display:inline-block;
	border:solid 1px #664f00;
	margin:0 0 0 10px;
	padding:3px;
	vertical-align:top;
}

#suntory_contents #notice{
	margin:0 10px 15px;
	font-size:18px;
	line-height:1.4;
}
