#container #subNav ul {
	margin-bottom: 10px;
	font-family:'suntory syntax';
}
#container #subNav li {
	float: left;
	width: 478px;
	height: 50px;
	margin: 0 0 10px 4px;
}
#container #subNav li:first-child {
	margin-left: 0;
}
#container #subNav li > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 15px 28px 0;
	color: #fff;
	background: #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
#container #subNav .current a,
#container #subNav li > a:hover {
	text-decoration: none;
	background: #5bc2dc;
}
#container #fixedNav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(255,255,255);/*ie8*/
	background: rgba(255,255,255,0.95);
	z-index: 100;
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}
#container #fixedNav ul {
	width: 960px;
	margin: 10px auto 0;
}
#container #fixedNav label {
	display: none;
	position: relative;
}
#container #fixedNav .sp-open {
	display: none;
}
#container .fix #fixedNav {
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	opacity: 1;
}
#container .fix > ul {
	opacity: 0;
	-webkit-transition: all linear .5s;
	transition: all linear .5s;
}

#container table {
	border: solid 1px #e6e6e6;
	width: 100%;
	line-height: 1.6;
}
#container th,
#container td {
	padding: 30px 20px 30px 20px;
	text-align: left;
	border: solid 1px #e6e6e6;
	vertical-align: top;
}
#container th {
	background-color: #f2f2f2;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	width: 20%;
}
#container td {
	font-size: 18px;
	color: #666666;
	border-right: none;
	width: 65%;
}
#container td ul li{
	padding-bottom: 10px;
}
#container td.end {
	border-right: 1px solid #e6e6e6;
}
#container table > tbody > tr > td:nth-of-type(1) {
	width: 21%;
}
#container table > tbody > tr > td:nth-of-type(2) {
	width: 59%;
}
#container ol {
	margin-top: 2em;
	padding: 0;
	color: #666666;
	font-size: 16px;
}
#container ol li {
	position: relative;
	padding-left: 28px;
}
#container sup {
	padding-right: 16px;
	color:  #666666;
	font-size: 14px;
}
#container ol li sup {
	position: absolute;
	left: 0;
	top: 0.5em;
}

@media only screen and (min-width: 768px) {
	#container td {
		white-space: nowrap;
		vertical-align:middle;
		word-wrap: break-word;
		white-space: pre-wrap;
	}
}
/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	#container #subNav li {
		width: 54%;
		height: 44px;
		margin: 0 0 3px 1%;
		display: table;
	}
	#container #subNav li:nth-child(odd) {
		padding-left: 0;
	}
	#container #subNav li.sp-right {
		width: 45%;
	}
	#container #subNav li > a {
		font-size: 12.5px;
		width: 100%;
		height: 100%;
		padding: 0 8px 0 2%;
		display: table-cell;
		vertical-align: middle;
	}
	#container .fix #fixedNav {
		border-bottom: 1px solid #5bc2dc;
	}
	#container #fixedNav ul {
		width: auto;
		height: 0;
		overflow: hidden;
		margin: 0 6px;
		-webkit-transition: all ease-out .4s;
		transition: all ease-out .4s;
	}
	#container #fixedNav.open ul {
		height: 47px;
		margin-top: 4px;
	}
	#container #fixedNav label {
		display: block;
		height: 40px;
		line-height: 40px;
		text-indent: 6px;
		text-align: left;
	}
	#container #fixedNav label a {
		background-color: transparent;
	}
	#container #fixedNav .sp-open {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#container #fixedNav .sp-open:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 40px;
		background: #5bc2dc url(https://www.suntory.com/sun_common/en/sun_navi/sp/img/header_footer.png) no-repeat 16px -82px;
		-moz-background-size: 384px auto;
		-webkit-background-size: 384px auto;
		background-size: 384px auto;
	}
	#container #fixedNav.open .sp-open:after {
		background-position: 16px -110px;
	}

	#container th,
	#container td {
		padding: 2%;
	}
	#container th {
		font-size: 14px;
		width: 29%;
	}
	#container td {
		font-size: 16px;
	}
	#container td ul li {
		padding-bottom: 0;
		width: 100%;
		float: none;
	}
	#container ol li {
		font-size: 14px;
	}
	#container table > tbody > tr > td:nth-of-type(1) {
		width: 21%;
	}
	#container table > tbody > tr > td:nth-of-type(2) {
		width: 50%;
		font-size: 14px;
	}
}


/*202404*/
#suntory_contents h1 {
    color: #238fb9;
    border-bottom: 1px solid #238fb9;
}
#container #subNav .current a, 
#container #subNav li > a:hover {
    background: #238fb9;
}