/*mainimage*/
/*------------------------------------------------------------------------------*/

.flexslider{ background:#DDD;}
.flexslider .slides > li{
    height: 365px;
    overflow: hidden;
    width: 100%;
    text-align: center;
	background-repeat:no-repeat;
	background-position: center top;
	position:relative;
}

#mainimage_screen_left,#mainimage_screen_right{
    background: url(../image/common/mainimage_screen.png) repeat;
    height: 365px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 980px;
    z-index: 100;
}

#mainimage_screen_left{
	right:50%;
	margin-right:490px;
}
#mainimage_screen_right{
	left:50%;
	margin-left:490px;
}


/*title*/
/*----------------------------------------------------------------------------*/
.top_title02{
	border-bottom:1px solid #E9E9E9;
	font-size:18px;
	font-weight:bold;
	padding:2px 0 2px 27px;
	background: url(../image/common/top_title_bg.gif) no-repeat left center;
	margin-bottom:15px;
}

/*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;
}



/*rss news*/
/*--------------------------------------------------------------------------------*/
#top_rss_box{
	text-align: left;
	padding-top:5px;
	font-size:13px;
}
#top_rss_box dl{
	margin-bottom: 20px;
	display:table;
	width:100%;
}
#top_rss_box dl:last-child{
	margin-bottom: 60px;
}
#top_rss_box dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rss_date{
	display:table-cell;
	width: 110px;
	font-weight:bold;
}
.rss_title{
	display:table-cell;
	padding-left:20px;
	border-left:1px dotted #333;
}
.rss_title a{
	color:#333;
}
.rss_title a:hover{
	color:#1580D1;
}
.rss_contents{
	display: none;
}


/* top_box01 */
/*-------------------------------------------------------------------------------*/

.top_box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.top_box_left{
	width:720px;
	float:left;
}
.top_box_right{
	width:220px;
	float:right;
}

.top_side_banner li{
	margin-bottom:15px;
	text-align: center;
}
.top_side_banner li img{
	width:100%;
	height:auto;
	max-width:340px;
}


/* top_box02 */
/*-------------------------------------------------------------------------------*/
.top_banner:after{content: ""; display: block; height: 0; clear: both;}
.top_banner li{
	float:left;
	width:32%;
	margin:0 0 2% 2%;
	text-align:center;
}
.top_banner li:nth-child(3n+1){
	margin-left:0;
	clear:both;
}
.top_banner li img{
	width:100%;
	height:auto;
	max-width:350px;
}