/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1040px) {

/*mainimage*/
/*------------------------------------------------------------------------------*/
.flexslider .slides > li{
    height: auto;
    background: none;
}
.flexslider .slides > li img{
	width: 100%;
	height: auto;
}

/* top_box01 */
/*-------------------------------------------------------------------------------*/

.top_box_left{
	width:100%;
	float:none;
}
.top_box_right{
	width:100%;
	float:none;
}


/* top_box01 */
/*-------------------------------------------------------------------------------*/
#top_rss_box{
	text-align: left;
	padding-top:5px;
	margin-bottom:40px;
}
#top_rss_box dl:last-child{
	margin-bottom: 0;
}

.top_box_right{
	width:100%;
	float:none;
	padding-bottom:30px;
	border-bottom:1px solid #E9E9E9;
	margin-bottom:40px;
}

.top_side_banner li{
	margin-bottom:15px;
}

.top_side_banner:after{content: ""; display: block; height: 0; clear: both;}
.top_side_banner li{
	float:left;
	width:32%;
	margin:0 0 2% 2%;	
}
.top_side_banner li:nth-child(3n+1){
	margin-left:0;
	clear:both;
}


/* top_box02 */
/*-------------------------------------------------------------------------------*/
.top_banner:after{content: ""; display: block; height: 0; clear: both;}
.top_banner li{
	float:left;
	width:32%;
	margin:0 0 2% 2%;
}
.top_banner li:nth-child(3n+1){
	clear:both;
	margin-left:0;
}












/*------------------------------------------------------------------------------*/
}