@charset "UTF-8";
#content{ float: left;}
#snav{ float: right;}
/* =Slide Loading
-------------------------------------------------------------- */
/* ================ slide_box
======================================================== */
#main_visual_box { padding: 20px 0 0 0;}
#main_visual {
	height: auto;
	background: none;
}
.slide_box {
	height: 320px;
	overflow:hidden;
	position:relative;
}
.swiper-pagination-switch {
	display: inline-block;
	cursor: pointer;
}
.swiper-slide {
	float: left;
}
.pagination {
	text-align: center;
	margin: 10px 0;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/bg_dot02.gif) no-repeat;
	margin: 0 6px;
	cursor: pointer;
}
.swiper-active-switch {
	background-image: url(../images/bg_dot01.gif)
}
.arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: -17px;
  top: 144px;
  width: 26px;
  height: 26px;
	z-index: 5;
}
.arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: -17px;
  top: 144px;
  width: 26px;
  height: 26px;
	z-index: 5;
}



/* ------business----- */
#business{
	padding: 20px;
	background: #fafafa;
	margin-bottom: 30px;
}

#business .onestop{
	width:962px;
	height:486px;
	background: url(../images/bg_onestop.png) no-repeat left top;
	position:relative;
}
#business .onestop .onestop_list{
	position:absolute;
	top: 172px;
	left:198px;
}
#business .onestop .onestop_list li{
	float:left;
	margin-right:10px;
}
#business .onestop .onestop_list li.last{
	margin-right:0px;
}
#business .onestop .onestop_list li.l1{
	margin-top:55px;
	margin-right:5px;
}
#business .onestop .onestop_list02{
	position:absolute;
	bottom: 152px;
	left: 106px;
}
#business .onestop .onestop_list02 li{
	float:left;
}

/* ------side_news----- */

.side_news{
	position: relative;
}
.btn_rss {
	position:absolute;
	top:7px;
	right:7px;
}	
.btn_news {
	position:absolute;
	top:13px;
	right:82px;	
}
.side_news ul{
	height:205px;
	overflow:auto;
	margin: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
}
.side_news li{
	padding:10px 0 10px 125px;
	text-indent:-110px;
	display: block;	
	border-bottom: 1px dotted #ccc;
	background: url(../common_img/arrow03.gif) no-repeat left 14px;
}
.side_news li span{
	width: 110px;
	display:block;
	float: left;
}
.side_news li a{
	text-decoration: none;
	color: #0066cc;
}
.side_news a:hover{ color: #8ba4dd;}


/* ------service----- */
#service{
	padding: 30px;
	border: 1px solid #e6e5e5;
	margin-bottom: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#service p{ margin: 10px 0;}
#service ul{ margin-top: 10px; margin-left: 5px;}
#service li{
	width: 200px;
	float: left;
	margin-right: 20px;
}
#service li a{
	display: block;
	position: relative;
	text-decoration: none;
}
#service li a span{
	width: 170px;
	display: block;
	position: absolute;
	left: 15px;
	top: 170px;
	color: #333;
	font-size: 12px;
}


















