﻿@charset 'UTF-8';

#container #subNav li {
	float: left;
	width: 188px;
    width: 19.5833333333333%;
	height: 50px;
	margin: 0 0 10px .2604166666667%;
}
#container #subNav li:first-child {
	margin-left: 0;
}
#container #subNav li > a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 15px 5px 0 10px;
	color: #fff;
	background: #767676;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
#container #subNav a.row2 {
	padding-top: 7px;
}
#container #subNav .current a,
#container #subNav li > a:hover {
	text-decoration: none;
	background: #5bc2dc;
}
#container #fixedNav {
	position: fixed;
	width: 100%;
	left: 0;
/*	top: 32px;*/
    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;
    width: 100%;
    max-width: 1164px;
	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;
	z-index: 1;
}
#container .fix > ul {
	opacity: 0;
	-webkit-transition: all linear .5s;
	transition: all linear .5s;
}

#container .inner h3 {
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#container .inner h4 {
	background: #5bc2dc;
	color: #fff;
	font-size: 20px;
	padding: .5em 1em;
	margin: 0;
	margin-top: 2.5em;
}
#container .inner h5 {
	font: bold 28px/1.1 'suntory syntax', Arial, Helvetica, sans-serif;
	margin: 40px 0 30px;
	float: left;
	width: 600px;
	font-weight: normal;
}
#container .inner h5 a {
	text-decoration: none;
	color: #2d8ec1;
	font-weight: normal;
	display: block;
}
#container .inner h5 a:hover {
	opacity: .7;
}
#container .inner h5 a:after {
/*	display: block;*/
	display: inline-block;
	font: normal 14px/1 Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 0;
/*	margin-top: 20px;*/
	margin: 0 0 0 50px;
	text-align: center;
	vertical-align: middle;
}
#container .inner h5 a.map:after {
	width: 180px;
	content: 'Google マップ';
	text-indent: -10px;
	background: #5bc2dc url(/company/common/layout/responsive/img/parts.png) 135px -180px no-repeat;
}
#container .inner h5 a.site:after {
	width: 140px;
	content: 'Web サイト';
	text-indent: -10px;
	background: #5bc2dc url(/company/common/layout/responsive/img/parts.png) 105px -180px no-repeat;
}


#container .inner > section {
    width: 960px;
    margin: 0 auto;
}

#container .inner > section > section {
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
}
#container .inner > section > section:first-child {
	border-top: none;
}
#container .inner > section > p + section,
#container .inner > section > h4 + section {
	border-top: none !important;
}

#container .inner > section > p {
	margin: 30px 0 0;
}

#container .inner > section > section > p {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
#container .inner > section > section > dl {
	width: 360px;
	margin: 40px 0;
	float: left;
}
#container .inner > section > section > dl dt {
	color: #2d8fc1;
	font-size: 16px;
	line-height: 1;
}
#container .inner > section > section > dl dd {
	margin: 10px 0 0;
	line-height: 1;
	font-size: 16px;
}
#container .inner > section > section > dl dd.address {
	display: block;
}

#container #LearnMore {
	padding: 0 0 30px;
	border-top: none;
}
#container #LearnMore table {
	border: 3px solid #5bc2dc;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}
#container #LearnMore th {
	font-size: 20px;
	width: 190px;
	color: #5bc2dc;
}
#container #LearnMore td {
	background: #5bc2dc;
	font-size: 18px;
	text-align: left;
	padding: .2em 0;
}
#container #LearnMore td a {
	display: block;
	color: #fff;
	margin: 0 0 .5em;
	padding: .5em 5em 0 2em;
	float: left;
}
#container #LearnMore td a:before {
	content: '> '
}

#container #ProductInfo {
	text-align: right;
	border-top: none;
}
#container #ProductInfo p {
	font-size: 14px;
	font-weight: normal;
}
#container #ProductInfo a {
	font-size: 14px;
	color: #0066aa;
	font-weight: bold;
}


/*SP/Tablet*/
@media only screen and (max-width: 767px) {

	#container #subNav li {
		width: 49.5%;
		height: 44px;
		margin: 0 0 3px 1%;
		display: table;
	}
	#container #subNav li:nth-child(odd) {
		margin-left: 0;
	}
	#container #subNav li:nth-child(even) {
		float: right;
	}
	#container #subNav li.sp-right {
		width: 54%;
	}
	#container #subNav li > a {
		font-size: 12.5px;
		width: 100%;
		height: 100%;
		padding: 0 8px 0 4%;
		display: table-cell;
		vertical-align: middle;
	}
	#container #subNav a.row2 {
		padding-top: 0;
	}

	#container #fixedNav h1 {
		padding-bottom: 0;
	}

	#container #fixedNav {
		top: 0;
	}

	#container .fix #fixedNav {
		border-bottom: 1px solid #5bc2dc;
		top: 0;
	}
	#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: 142px;
		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(/company/common/sp/img/header_footer.png) no-repeat 16px -434px;
    -moz-background-size: 384px auto;
    -webkit-background-size: 384px auto;
    background-size: 384px auto;
	}
	#container #fixedNav.open .sp-open:after {
		background-position: 16px -466px;
	}
	#container .inner h3 {
		margin-bottom: 0;
        width: auto;
	}
	#container .inner h4 {
		font-size: 14px;
		margin: 1.5em 0 0;
	}
	#container .inner h5 {
		font-size: 22px;
		margin: 1.5em 0 1em;
		width: auto;
	}
	#container .inner h5 a:after,
	#container .inner h5 a[target=_blank]:after {
		display: block;
		margin: .5em 0;
	}
    
    
    #container .inner > section {
        width: auto;
    }
    
	#container .inner > section > section > p {
		font-size: 14px;
	}
	#container .inner > section > section > dl {
		margin: 0 0 2em;
	}
	#container .inner > section > section > dl dt {
		font-size: inherit;
	}
	#container .inner > section > section > dl dd {
		margin: .5em 0 0;
	}
	#container .inner > section > section > dl dd.address {
		display: block;
	}
    #container #LearnMore {
    margin: 0 6px;
	padding: 0;
    }
	#container #LearnMore table {
		text-align: center;
		margin-top: 1em;
	}
	#container #LearnMore th {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
        display: block;
		text-align: left;
		text-indent: 1em;
	}
	#container #LearnMore td {
		display: block;
		font-size: 14px;
		padding: 1em 0;
	}
	#container #LearnMore td a {
		padding: 0.5em 1em;
		float: none;
	}
}
