@charset "utf-8";
/* index-css */

#top-visual{
	width:100%;
	height:303px;
	padding-bottom:30px;
}

body#index #left{
	width:100%;
	
}
#top-img {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
}


#listSection {
	width:100%;
	padding-bottom: 30px;
}

body#index #listSection .listBox{
	width:468px;
}

body#index #listSection h2.news{
	width:200px;
	height:24px;
	text-indent:-9999px;
	background-image: url(../img/index/title_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body#index #banSection{
	width:100%;
	padding-bottom:20px;
}

body#index #banSection ul li{
	width:468px;
	height:90px;
	float:left;
	padding-right: 24px;
}

body#index #banSection ul li.last{
	width:468px;
	float:left;
	padding-right: 0px;
}

#top-service {
	/*width: 100%;*/
}

#top-service ul li{	
width:222px;
	padding-right:24px;
	margin-bottom:20px;
	float:left;
}

#top-service ul li.end{	
	padding-right:0px;
	float:left;
}

#top-service div.detailBox{
	width:216px;
	height:350px;
	border:#eeedea 3px solid;
	background-color:rgb(245, 244, 242);
}

#top-service div.detailBox p.detail-title{
	width:170px;
	margin-top:15px;
	margin-left:18px;
	margin-bottom:15px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	background:#2C3E50;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
}

#top-service div.detailBox div.detail-text{
	font-size:0.9em;
	line-height:1.5em;
	padding-left:10px;
	padding-right:10px;
}

div.detailBox p.detail{
	text-align:right;
	font-size:1em;
	padding-right:10px;
	margin-top:20px;
}

div.top_info_once{
        border:red 1px solid;
        padding:1rem;
        margin-bottom:1rem;
}

div.top_info_once h3{
        font-weight:bold;
}