/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
/*mainimage*/
/*------------------------------------------------------------------------------*/
/*mainimage*/
/*------------------------------------------------------------------------------*/
.flexslider,.flexslider *{
	overflow:visible !important;
}

.flexslider .slides > li{
    height: auto;
    background: none;
}
.flexslider .slides > li img{
	width: 100%;
	height: auto;
}


/* top_box01 */
/*-------------------------------------------------------------------------------*/

.top_box_left{
	width:100%;
	float:none;
	margin-bottom:40px;
}
.top_box_right{
	width:100%;
	float:right;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #e9e9e9;
}

/*rss news*/
/*--------------------------------------------------------------------------------*/
#top_rss_box dl{
	padding-bottom:15px;
	border-bottom:1px dotted #DDD;
	margin-bottom: 15px;
	display:block;
	width:100%;
}
#top_rss_box dl:last-child{
	margin-bottom: 0px;
}
.rss_date{
	display:block;
	width: 100px;
	margin-bottom:5px;
}
.rss_title{
	display:block;
	padding-left:0;
	border-left:none;
}

/* top_box02 */
/*-------------------------------------------------------------------------------*/
.top_banner:after{content: ""; display: block; height: 0; clear: both;}
.top_banner li{
	float:none;
	width:100%;
	margin:0 0 15px 0 !important;
}



/*------------------------------------------------------------------------------*/
}