/*mainimage*/
/*------------------------------------------------------------------------------*/

.flexslider .slides > li{
    height: 320px;
    overflow: hidden;
    width: 100%;
    text-align: center;
	background-repeat:no-repeat;
	background-position: center top;
}

.mainimage01{background-image:url(../../image/mainimage01_bg.jpg);}
.mainimage02{background-image:url(../../image/mainimage02_bg.jpg);}
.mainimage03{background-image:url(../../image/mainimage03_bg.jpg);}


/*title*/
/*--------------------------------------------------------------------------------*/
.titlearea{
	width: 980px;
	margin: 60px auto 30px;
	text-align: left;
}
.titlearea_bg{
	background: #eee;
	padding: 40px 0 30px;
	margin: 60px 0 0;
}
.titlearea_bg_in{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/*title*/
.toptitle02{
	font-size: 250%;
	line-height: 1;
	text-align: center;
}
.toptitle03{
	font-size: 170%;
	line-height: 1;
	margin-bottom: 15px;
}
.toptitle03 a{
	color: #333;
	background-size: 8px 16px;
	padding-left: 15px;
}


/*layout*/
/*--------------------------------------------------------------------------------*/
section{
	width: 980px;
	margin: 30px auto 60px;
	text-align: left;
}
.box3_bg{
	background: #eee;
	padding: 0 0 40px;
	margin: 0 0 60px;
}
.box3_bg_in{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/*box
--------------------------*/
.box3:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box3_left{
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.box3_right{
	width: 31%;
	float: right;
}
.box3_left img,.box3_right img{
	width: 100%;
	height: auto;
}


/*lead*/
/*--------------------------------------------------------------------------------*/
.lead{
	width: 70%;
	line-height: 2;
	margin: 10px auto 0;
}

/*rss news*/
/*--------------------------------------------------------------------------------*/
#top_rss_box{
	width: 980px;
	margin: 30px auto 60px;
	text-align: left;
}
#top_rss_box dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#top_rss_box dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rss_date{
	float: left;
	width: 15%;
}
.rss_title{
	float: left;
	width: 85%;
}
.rss_contents{
	display: none;
}

.rss_news {
	display: inline-block;
	background-color: #eee;
	line-height: 1;
	padding: 4px 8px;
	margin-right: 8px;
}

/*banner*/
/*--------------------------------------------------------------------------------*/
#banner{
	width: 980px;
	margin:60px auto;
}
#banner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#banner li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
#banner li:last-child{
	margin-right: 0;
}
#banner li a{
	display: block;
}
#banner li img{
	width: 100%;
	height: auto;
}