@charset "utf-8";
/* ===================================================================
CSS information
index.css
=================================================================== */
html, body{
	overflow-x:hidden;
}
@media screen and (max-width: 960px) {
	html, body{
		overflow-x: auto;
	}
	body{
		width:960px;
	}
}
#topSection{
	position:relative;
}
/* #visualSection
=================================================================== */
#visualSection {
	margin:0;
}
#slideWrapp{
	margin:0 0 0 -2880px;
}
#mainSlide {
	position:relative;
	height:530px;
	width:100%;
	overflow:hidden;
	margin:0 auto 28px;
}
#visual {
	height:530px;
	width:4800px;
	margin-left:-960px;
	position:absolute;
	left:50%;
}
#visual li{
	width:960px;
	float:left;
}
#slideNav{
	width:960px;
	margin:0 auto;
	z-index:100;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -480px;
	text-indent:20px;
}
#slideNav li {
	width:70px;
	height:70px;
	top:240px;
	position:absolute;
	cursor:pointer;
	z-index:10;
	overflow:hidden;
	background-repeat:no-repeat;
}
#slideNav #prev {
	background: url(../img/index/arrow_back.png) no-repeat top left;
	position: absolute;
	left:-30px;
}
#slideNav #next {
	background: url(../img/index/arrow_next.png) no-repeat top left;
	position: absolute;	
	right:-30px;
}
#index #container{
	margin-top:20px;
}
#index_content{
	width:645px;
	float:left;
	position:relative;
	height:300px;
	border:1px solid #e3e3e3;
}
#index_content h2{
	top:25px;
	left:25px;
	position:absolute;
}
#index_content p.itiran{
	top:25px;
	right:25px;
	position:absolute;
}
#index_content div#news_box{
	position:relative;
	top:70px;
	left:25px;
	width:600px;
}
#index_content dl{
	overflow:hidden;
	padding-bottom:10px;
}
#index_content dt{
	float:left;
	width:100px;
	font-size:12px;
}
#index_content dd{
	margin-left:110px;
	font-size:12px;
	overflow:hidden;
}
#index_content dd ul {
	float:left;
	width:100px;
	margin-right:15px;
}
#index_content dd ul li{
	position: relative;
font-size:10px;
	text-align:center;
	border:1px solid #CECECE;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:2px;	
behavior: url(/common/js/PIE.htc);
}
#index_content dd img{
	vertical-align:top;
}
#index_side{
	width:296px;
	height:300px;
	border:1px solid #e3e3e3;
	float:right;
}
#index_side h3{
	padding:15px 0 10px 12px;
}
#index_side ul li{
	padding:0 0 10px 12px;
}
div#group_box{
	position:relative;
	height:245px;
	margin-bottom:20px;
}
div#group_box h3{
	margin-bottom:20px;
}
div#group_box p{
	position: absolute;
	right:0;
	top:0;
}
div#group_box_in{
	overflow:hidden;
}
div#group_box_in dl{
	width:228px;
	background:url(/common/img/index/bg_case_01.jpg) no-repeat bottom left;
	padding-bottom:10px;
	float:left;
	margin-right:16px;
}
div#group_box_in dl.last-child{
	margin-right:0;
}
div#group_box_in dl dt{
	border:1px solid #ededed;
	border-bottom:none;
	padding:8px 0 7px;
	text-align:center;
	overflow:hidden;
	height:120px;	
}
div#group_box_in dl dd{
	border:1px solid #ededed;
	border-top:none;
	padding:10px 0 10px;
	text-align:center;
	font-size:12px;
	height:30px;
}
div#service_box{
	margin-bottom:12px;
}
div#service_box h3{
	padding-bottom:12px;
}
div#service_box ul{
	background: #ECECEC;
	padding:10px;
	overflow:hidden;
}
div#service_box ul li{
	float:left;
	margin-right:9px;
}
div#service_box ul li.last-child{
	margin-right:0;
}