@charset "utf-8";
#header {
}

#visual {
	height: 620px;
	overflow: hidden;
}

#visual .visual-inner {
	height: 620px;
}

#visual .visual-slide {
	position: absolute;
	top: 0;
	left: 50%;
	height: 620px;
	margin-left: -1000px;
}

#visual #slider > img {
	display: none;
}

#visual #slider > img:first-child {
	display: block;
}

#contents {
}

#contents section {
	clear: both;
	overflow: hidden;
}

#contents .section-inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#contents .section-inner .title {
	font-size: 30px;
	color: #00233b;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

#contents .section-inner .title a {
	color: #00233b;
}

#contents .section-inner .title a:hover {
	text-decoration: none;
	color: #1a9fdf;
}

#products {
	height: 480px;
}

#products .section-inner {
	padding-top: 30px;
}

#products .section-head {
	float: left;
	width: 250px;
}

#products .section-head .title {
	margin: -4px 0 10px;
}

#products .section-head p {
	margin-bottom: 84px;
	font-size: 16px;
	line-height: 24px;
	color: #575757;
}

#products .buttons {
	overflow: hidden;
}

#products .buttons a {
	float: left;
	margin-right: 1px;
}


#products .product-wp {
	overflow: hidden;
	float: left;
	position: relative;
	width: 950px;
	height: 360px;
}

#products .product-wp ul {
	position: relative;
	width: 1000px;
}

#products .product-wp ul li {
	float: left;
	position: relative;
	width: 308px;
	height: 358px;
	margin-right: 10px;
	border: solid 1px #e0e0e0;
	overflow: hidden;
}

#products .product-wp ul li a {
	display: block;
	position: relative;
	height: 358px;
}

#products .product-wp ul li a:hover {
	background: url(../images/main/bg_product_hover.png) no-repeat 50% 0;
}

#products .product-wp ul li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#products .product-wp .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 308px;
	height: 168px;
	background: url(../images/main/bg_product.png) no-repeat 50% 100%;
}

#products .product-wp .inner h4 {
	padding: 67px 20px 10px;
	font-size: 17px;
	line-height: 24px;
	color: #1a9fdf;
	font-weight: normal;
	text-transform: uppercase;
}

#products .product-wp .inner p {
	padding: 0 20px;
	line-height: 18px;
	color: #575757;
}

#brochure {
	height: 240px;
}

#brochure .title {
	padding: 60px 0 11px;
}

#brochure .title a {
	padding-right: 67px;
	background: url(../images/main/bl_download.png) no-repeat 100% 50%;
}

#brochure p {
	font-size: 16px;
	color: #2e2e2e;
	letter-spacing: -1px;
}

#brochure .section-inner .links {
	position: absolute;
	top: 0;
	right: 0;
	width: 1200px;
	height: 240px;
}

#brochure .links ul {
	overflow: hidden;
}

#brochure .links li {
	float: left;
}

#brochure .links li a {
	display: block;
	position: relative;
	width: 240px;
	height: 240px;
	background: url(../images/main/bg_contact.gif) no-repeat 0 0;
}

#brochure .links .saeshin a:hover {
	background-position: 0 -240px;
}

#brochure .links .video a {
	background-position: -240px 0;
}

#brochure .links .video a:hover {
	background-position: -240px -240px;
}

#brochure .links .beauty a {
	background-position: -480px 0;
}

#brochure .links .beauty a:hover {
	background-position: -480px -240px;
}

#brochure .links .recruitment a {
	background-position: -720px 0;
}

#brochure .links .recruitment a:hover {
	background-position: -720px -240px;
}

#brochure .links .brochure a {
	background-position: -960px 0;
}

#brochure .links .brochure a:hover {
	background-position: -960px -240px;
}

#brochure .links ul li a span {
	position: relative;
	z-index: -1;
}



#contact {
	height: 280px;
}

#contact p {
	font-size:17px;
}

section#contact .section-inner {
	position: relative;
	height: 280px;
	max-width: 2000px;
	min-width: 1200px;
	width: 100%;
}

#contact .title {
	padding: 63px 0 20px;
}

#contact .contact-text {
	position: absolute;
	left: 0;
	min-width: 360px;
}


#contact .as-text {
	position: absolute;
	left: 0;
	min-width: 250px;
}

#contact .eu-text {
	position: absolute;
	left: 0;
	min-width: 300px;
}

#contact .eu-text img {
	float:left;
}

#contact .eu-text strong {
	font-size:17px;
	color:#010101;
	font-weight:400;
	margin:0 0 0 20px;
	line-height:36px;
}

#contact .eu-text address {
	display:inline-block;
}

#contact address dl {
	overflow: hidden;
}

#contact address dl dt,
#contact address dl dd {
	float: left;
	font-size: 17px;
	line-height: 22px;
	color: #575757;
}

#contact address dl dd a {
	color: #575757;
}

#contact address dl dt {
	clear: both;
	color: #010101;
	margin-right: 9px;
}

#footer {
	margin-top: -1px;
	border-top: solid 1px #dfdfdf;
	z-index: -1;
}

#footer .foot-inner {
	height: 110px;
	line-height: 110px;
	text-align: center;
}

#footer .foot-inner .company-info {
	display: none;
}

