#container #subNav li {
	position: relative;
	float: left;
	width: 229px;
	height: 70px;
	margin: 0 0 14px 14px;
}
#container #subNav li:first-child {
	margin-left: 0;
}
#container #subNav li > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 20px 25px 0 75px;
	background: #ccc;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
#container #subNav a:hover {
	text-decoration: none;
}
#container #subNav a > div {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
#container #subNav a > div > img {
	width: 50px;
}
#container #subNav .spirits div > img {margin-top: -50px;}
#container #subNav .beer div > img {margin-top: -100px;}
#container #subNav .wine div > img {margin-top: -150px;}
#container #subNav .corporate div > img {margin-top: -450px;}
#container #subNav .spirits a:hover,
#container .spirits #subNav .spirits a {
	background: #ddb693;
}
#container #subNav .beer a:hover,
#container .beer #subNav .beer a {
	background: #efdc72;
}
#container #subNav .wine a:hover,
#container .wine #subNav .wine a {
	background: #df73b0;
}
#container #subNav .corporate a:hover,
#container .corporate #subNav .corporate a {
	background: #8ad7ea;
}
#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 li {
	height: 60px;
	margin-bottom: 10px;
}
#container #fixedNav li > a {
	padding-top: 15px;
}
#container #fixedNav a > div {
	top: 5px;
}
#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 #years {
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 50px;
	width: 50px;
	z-index: 99;
}
#container #years label {
	display: none;
	position: relative;
}
#container #years li {
	display: block;
	margin-top: 1px;
}
#container #years li a {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
#container #years li.lastchild a {
	font-size: 12px;
}
#container .spirits #years li a {background: #ddb693;}
#container .beer #years li a {background: #efdc72;}
#container .wine #years li a {background: #df73b0;}
#container .corporate #years li a {background: #8ad7ea;}
#container #years li a:hover {
	text-decoration: none;
	opacity: .7;
}
#container #years .sp-open {
	display: none;
}
#container .inner h4 {
	color: #5bc2dc;
	font-size:22px;
}
#container .inner h4 img {
	vertical-align: middle;
	margin-right: .5em;
}
#container .inner h4 span.fss,
#container .inner h4 span.env,
#container .inner h4 span.crm,
#container .inner h4 span.hrm{
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	padding:0.3em;
	display:table;
	margin-bottom:0.5em;
}
#container .inner h4 span.fss{
	background:#F2BB61;
}
#container .inner h4 span.env{
	background:#8EEDAD;
}
#container .inner h4 span.crm{
	background:#7DD8ED;
}
#container .inner h4 span.hrm{
	background:#4B79B4;
}

#container .inner ul.top3 {
	position: relative;
	margin-top: 2em;
	text-align: center;
}
#container .inner ul.top3:before {
	content: '';
	position: absolute;
	background: #f0f0f0;
	width: 100%;
	height: 340px;
	left: 0;
	top: 0;
	z-index: -1;
}
#container .inner ul.top3 li {
	display: inline-block;
	position: relative;
	width: 300px;
	text-align: center;
	vertical-align: top;
}
#container .inner ul.big li {
	width: inherit;
}
#container .inner ul.top3 li img.badge {
	position: absolute;
	right: 0;
	top: 10px;
	height: 115px;
}
#container .inner ul.top3 li img.visual {
	display: block;
	height: 340px;
	margin: 0 auto .5em;
}
#container .inner ul.top3 dl {
	margin: 0;
}
#container .inner ul.top3 dt {
	font-size: 1.4em;
	color: #333;
}
#container .inner ul.top3 dd {
	margin: 0;
	font-size: 1.2em;
}

#container .inner table.pc {
	display: table;
	margin: 0 0 3em;
}
#container .inner table.sp {
	display: none;
}
#container .inner table th,
#container .inner table td {
	border: 1px solid #e6e6e6;
	text-align: left;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container .inner table th {
	width: 230px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background: #f2f2f2;
}
#container .inner table td {
	width: 250px;
	font-size: 18px;
}

#container .inner table.single td {
	width: 730px;
}

#container .inner p.text {
	font-size: 18px;
	margin-bottom:3em;
}
#container .inner p.note {
	font-size:16px;
	margin-bottom:3em;
	color:#999;
}

/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	#container #subNav li {
		display: table;
		width: 50%;
		height: 50px;
		margin: 0;
		border: solid transparent;
		border-width: 0 0 4px 2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#container #subNav li:nth-child(odd) {
		border-width: 0 2px 4px 0;
	}
	#container #subNav li > a {
		font-size: 14px;
		width: 100%;
		height: 100%;
		padding: 0 8px 0 55px;
		display: table-cell;
		vertical-align: middle;
	}
	#container #subNav a > div {
		left: 6px;
		top: 6px;
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	#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 {
		width: auto;
		height: 100px;
		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(../png/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 #years {
		background: #f2f2f2;
		position: static;
		width: 100%;
		margin-top: .5em;
	}
	#container #years label {
		display: block;
		color: #fff;
		height: 40px;
		line-height: 40px;
		text-indent: 1em;
		text-align: left;
	}
	#container .spirits #years label {background: #ddb693;}
	#container .beer #years label {background: #efdc72;}
	#container .wine #years label {background: #df73b0;}
	#container .corporate #years label {background: #8ad7ea;}
	#container #years ul {
		padding: 0;
		-webkit-transition: all ease-out .4s;
		transition: all ease-out .4s;
	}
	#container #years.open ul {
		padding: 1em 0;
	}
	#container #years li {
		display: block;
		overflow: hidden;
		width: 25%;
		height: 0;
		float: left;	
		margin: 0;
		-webkit-transition: all ease-out .4s;
		transition: all ease-out .4s;
	}
	#container #years.open li {
		height: 40px;
	}
	#container .inner #years li a {
		background: #f2f2f2;
		color: #666;
		line-height: 40px;
	}
	#container #years li.lastchild a {
		font-size: inherit;
	}
	#container #years .sp-open {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#container #years .sp-open:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 40px;
		background: url(../png/header_footer.png) no-repeat 20px -82px;
		-moz-background-size: 384px auto;
		-webkit-background-size: 384px auto;
		background-size: 384px auto;
	}
	#container #years.open .sp-open:after {
		background-position: 20px -110px;
	}

	#container .inner h4 {
		display: table;
		font-size: 16px;
	}
	#container .inner h4 img {
		display: table-cell;
		vertical-align: middle;
		margin-right: 0;
		height: 50px;
	}
	#container .inner h4 span {
		display: table-cell;
		vertical-align: middle;
		padding-left: 5px;
		height: 50px;
	}
	#container .inner h4 span.fss,
	#container .inner h4 span.env,
	#container .inner h4 span.crm,
	#container .inner h4 span.hrm{
		display: table-cell;
		vertical-align: middle;
		line-height: 1.2em;
	}
	#container .inner ul.top3 {
		padding: 0;
	}
	#container .inner ul.top3:before {
		display: none;
	}
	#container .inner ul.top3 li {
		display: block;
		margin: 0 auto 1em;
	}
	#container .inner ul.top3 li img.visual {
		height: 250px;
	}
	#container .inner ul.big li img.visual {
		height: inherit;
		width:100%;
	}
	
	#container .inner table.pc {
		display: none;
	}
	#container .inner table.sp {
		display: table;
		width: 100%;
		margin: 0 0 2em;
	}
	#container .inner table th,
	#container .inner table td {
		padding: 5px;
		width: 50%;
	}
	#container .inner table th {
		font-size: 14px;
	}
	#container .inner table td {
		font-size: 16px;
	}
	#container .inner p.text {
		font-size: 16px;
	}

}
