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


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 150%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: none;
}
a>img:hover {
}
a:hover {
	text-decoration: underline;
}
.sp_hide {
	display: none;
}
.pc_hide {
}
/*-----------------------------------------------------------*/
#header_wrap{
	width:100%;
	overflow:hidden;
}

.header{
	width:100%;
	position:relative;
}

.header h1{
	padding:17px 0px 17px 5px;
	overflow:hidden;
	float:left;
}

.header h1 img{
	height:26px;
	width:auto;
}

#sp_mail{
	height:60px;
	position:absolute;
	right:60px;
	top:0px;
	overflow:hidden;
}

#sp_mail a{
	display:block;
}

#sp_mail a img{
	width:60px;
	height:auto;
}

#sp_menu{
	height:60px;
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
}

#sp_menu a{
	display:block;
}

#sp_menu a img{
	width:60px;
	height:auto;
}

#sp_language{
	height:60px;
	position:absolute;
	right:120px;
	top:0px;
	overflow:hidden;
}

#sp_language a{
	display:block;
}

#sp_language a img{
	width:60px;
	height:auto;
}

.gnavi{
	clear:both;
	width:100%;
	overflow:hidden;
	background-color:#000;
	display:none;
}

.gnavi li{
	list-style-type:none;
	border-top:1px solid #111;
	border-bottom:1px solid #333;
}

.gnavi a{
	color:#fff;
	display:block;
	padding:1em 1em;
	font-size:16px;
}

.gnavi li.child a{
	font-size:13px;
	padding-left:2em;
}

.gnavi li.child a span{
	float:right;
}

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

#sp_mainimage{
	width:100%;
	overflow:hidden;
	text-align:center;
}

#sp_mainimage img{
	width:100%;
	height:auto;
}

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

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

#products_block h2{
	position:absolute;
	left:0%;
	top:10px;
	z-index:50;
	text-align:center;
	width:100%;
}

#products_block h2 img{
	width:auto;
	height:30px;
}

#products_block #bx-pager{
	display:none;
}

#products_block .bxslider{
	width:100%;
}

#products_block .bxslider img{
	width:100%;
	height:auto;
}

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

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

.bx-prev{
	display:block;
	width:28px;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(images/prev.png);
	background-repeat:no-repeat;
	background-position:left center;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-22px;
}

.bx-next{
	display:block;
	width:28px;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(images/next.png);
	background-repeat:no-repeat;
	background-position:left center;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-22px;
}

/*-----------------------------------------------------------*/
#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:5px;
	top:5px;
	z-index:2;
}

#main_content dl dd img{
	width:auto;
	height:30px;
}


#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:100%;
	margin:20px auto 0px auto;
	overflow:hidden;
}

#information .subtitle{
	overflow:hidden;
	width:95%;
	margin:0px auto;
}

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

#information .subtitle dt img{
	width:auto;
	height:15px;
}

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

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

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

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

.information_list li dl dt{
	overflow:hidden;
}

.information_list li dl dt table{
}

.information_list li dl dt table th{
	text-align:left;
	padding:0px 1em;
}

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

.information_list li dl dd{
	overflow:hidden;
	font-weight:bold;
	padding:1em 1em 0em 1em;
}


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

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

#footer{
	width:95%;
	margin:20px auto;
	overflow:hidden;
}

#footer #copy{
	margin-top:20px;
	text-align:center;
	font-size:8px;
}

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