@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 14px;
	line-height: 150%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
}
.pc_hide {
	display: none;
}
.sp_hide {
}
a {
	opacity: 1;
	/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
	/*opacity: .5;*/
}
.sp_hide {
}
.pc_hide {
	display: none;
}

.dammy{
	width:100%;
	height:4000px;
}

/*-----------------------------------------------------------*/

#header_wrap{
	width:100%;
	height:90px;
	margin:0px auto;
	position:absolute;
	background-color:#fff;
	z-index:100;
	box-shadow:0px 0px 3px 1px #333;
-moz-box-shadow:0px 0px 3px 1px #333;
-webkit-box-shadow:0px 0px 3px 1px #333;
}

.fixed{
	position:fixed !important;
}

.header{
	max-width:1280px;
	min-width:1000px;
	height:90px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

.header h1{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-23px;
}

.gnavi{
	overflow:hidden;
	margin-left:350px;
	height:90px;
	position:relative;
}

.gnavi li{
	float:left;
	overflow:hidden;
	list-style-type:none;
	line-height:37px;
	border-left:1px solid #949494;
	box-sizing:border-box;
	text-align:center;
	margin-top:26px;
}

.gnavi li:last-child{
	border-right:1px solid #949494;
}

.gnavi li a{
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:0px 2em;
}
/*-----------------------------------------------------------*/

#mainimage_block{
	background-image:url(images/mainimage.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index:0;
}

#mainimage_block .txt01{
	position:absolute;
	left:50%;
	margin-left:-143.5px;
	top:50%;
	margin-top:-140px;
}

#mainimage_block .txt02{
	position:absolute;
	left:50%;
	margin-left:-133.5px;
	top:50%;
	margin-top:-36.5px;
}

#mainimage_block .icon_mouse{
	position:absolute;
	left:50%;
	margin-left:-26px;
	top:50%;
	margin-top:100px;
}

#mainimage_block .top_menu{
	position:absolute;
	right:0px;
	top:0px;
}

#mainimage_block .top_menu li{
	list-style-type:none;
	float:left;
	overflow:hidden;
}

#mainimage_block .top_menu li a{
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	line-height:80px;
	border-left:1px solid #fff;
	box-sizing:border-box;
	padding:0px 2em;
}

#mainimage_block .top_menu li:last-child{
	background-color:#000;
}

#mainimage_block .top_menu li:last-child span{
	background-image:url(images/icon_mail.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
}

/*-----------------------------------------------------------*/

#products_block{
	position:relative;
	margin:0px auto;
	overflow:hidden;
}

#products_block h2{
	position:absolute;
	left:50%;
	top:40px;
	z-index:50;
	width:400px;
	margin-left:-200px;
	text-align:center;
}

#products_block #bx-pager{
	position:absolute;
	left:50%;
	margin-left:-600px;
	bottom:20px;
	width:1200px;
}

#products_block #bx-pager a{
	display:block;
	width:14%;
	float:left;
	overflow:hidden;
	margin-left:2%;
}

#products_block #bx-pager a.active{
	background-image:url(images/balloon_tail.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#products_block #bx-pager a dl{
	position:relative;
	padding-top:23px;
}

#products_block #bx-pager a dl dt{
	text-align:center;
	position:relative;
	z-index:0;
}

#products_block #bx-pager a dl dt span{
	display:none;
}

#products_block #bx-pager a.active dl dt span{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width:100%;
	height:100%;
}

#products_block #bx-pager a.active dl dt span img{
	width:100%;
	height:100%;
}

#products_block #bx-pager a dl dd{
	text-align:center;
	position:absolute;
	width:100%;
	z-index:2;
	top:50%;
}

#products_block #bx-pager a dl dd{
	color:#fff;
}


#products_block .bxslider{
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
}

#products_block #bx-pager a img{
	width:100%;
	height:auto;
}

#products_block .bx-controls{
	display:none;
}
.bxslider li{
	list-style-type:none;
	background-color:#1A3A64;
	text-align:center;
}

/*-----------------------------------------------------------*/
#main_content{
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#000;
}

#main_content dl{
	display:block;
	overflow:hidden;
	position:relative;
}

#main_content dl dt{
	position:relative;
}

#main_content dl dt img{
	width:100%;
	height:auto;
}

#main_content dl dd{
	position:absolute;
	left:30px;
	top:30px;
	z-index:2;
}

#main_content .tech{
	width:100%;
}

#main_content .com{
	width:33.3%;
	float:left;
}

#main_content .recruit{
	width:33.3%;
	float:left;
}

#main_content .forkids{
	width:33.3%;
	float:left;
}

/*-----------------------------------------------------------*/

#information{
	width:1000px;
	margin:50px auto;
	overflow:hidden;
}

#information .subtitle{
	overflow:hidden;
}

#information .subtitle dt{
	float:left;
	overflow:hidden;
	line-height:25px;
	padding:7px 0px;
}

#information .subtitle dd{
	float:right;
	overflow:hidden;
}

#information .subtitle dd a{
	display:block;
	width:100px;
	line-height:38px;
	border:2px solid #aeaeae;
	text-align:center;
	text-decoration:none;
}

.information_list{
	overflow:hidden;
	border-top:2px solid #aeaeae;
	margin:15px auto;
}
.information_list li{
	list-style-type:none;
	border-bottom:2px solid #aeaeae;
	padding:15px 0px;
}

.information_list li dl{
	display:block;
	overflow:hidden;
}

.information_list li dl dt{
	float:left;
	overflow:hidden;
	width:250px;
}

.information_list li dl dt table{
	width:100%;
}

.information_list li dl dt table th{
	text-align:left;
	width:118px;
}

.information_list li dl dt table td{
	text-align:right;
}

.information_list li dl dd{
	float:left;
	overflow:hidden;
	font-weight:bold;
	margin-left:40px;
	width:700px;
}


/*-----------------------------------------------------------*/

#footer_wrap{
	max-width:100%;
	min-width:1180px;
	margin:0px auto;
	overflow:hidden;
	background-color:#184a96;
	color:#fff;
}

#footer{
	width:1180px;
	margin:40px auto;
	overflow:hidden;
}

#footer #copy{
	text-align:right;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
