/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

#header_right {display:none;}

/*header*/
/*------------------------------------------------------------------------------*/
header{
	width: 100%;
	margin: 10px auto 20px;
}
#header_left{
	width: 100%;
	float: none;
	margin-left: 3%;
}
#header_right{
	width: 100%;
	float: none;
}
header h1{
	display:none;
	margin-bottom: 10px;
}
#logo{
	width: 150px;
}
#headnav{
	display: none;
}
.date_issue {
	display:none;
}
#header_bottom_right {
	width:100%;
	float:none;
}
#fSearch,.input_group {
	position:inherit;
}
#headersearch {
	float:none;
	width:94%;
	margin:0 auto;
}
.input_group {
	background:#EEEEEE;
}
.form_control {
	background:#EEEEEE;
	height:42px;
	line-height:42px;
}
.submit_btn{
	background: url(../image/common/icon_search@2x.png) no-repeat left top ;
	background-size:17px 23px;
	width: 35px;
	height: 40px;
	border: none;
	display: block;
	position: absolute;
	right: 64px;
	top: 23px;
	z-index: 10;
	cursor: pointer;
	border-right:1px solid #009E5F;
	text-indent: -10px;
	font-size:10px;
	padding-top:20px;
	color:#555555;
}
#header_bottom_in {
	background:#fff;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	margin:0;
	display:block;
	float: none;
}
#gnav_btn{display:block;}
#gnav_btn a {
	width:35px;
	height:40px;
	background:url(../image/common/gnav_btn.gif) no-repeat 0 0;
	background-size: 25px 18px;
	display: block;
	text-indent:-5px;
	position:absolute;
	top:22px;
	right:17px;
	font-size:10px;
	line-height:1;
	padding-top:25px;
}
#globalnav_in{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	z-index: 100;
}
#globalnav ul{ display: none;}
#globalnav li{
	display:block;
	text-align:left;
	margin:0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
#globalnav li:first-child{
	border-top: 1px solid #ddd;
}
#globalnav li a{
	margin:0;
	display:block;
	padding: 10px 10px 10px 10%;
	border-bottom: none;
	text-decoration: none;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
	display: block;
	height:auto;
	line-height:auto;
	color:#00391F;
}
#globalnav li a::after{
	position: absolute;
	top: 50%;
	left: 5%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #00391F;
	border-right: 1px solid #00391F;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#globalnav li a:hover,#globalnav li.main_current a{
	border-bottom: none;
	background-color: #00391F;
	color:#fff;
	-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	
}
#globalnav li a:hover:after ,#globalnav li.main_current a:after {
	position: absolute;
	top: 50%;
	left: 5%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	padding: 0;
	border-top:1px solid #D8D8D8;	
}
#footer_top{
	width: 100%;
	padding-bottom: 10px;
}
#footer_logo{
	width: 50%;
	float: none;
	margin: 0 auto 25px;
}
.footnav{
	float: none;
	width: 100%;
	text-align:left;
}
.footnav li{
	display:block;
	margin-left:0;
	border-bottom:1px solid #D8D8D8;
}
.footnav li a {
	display:block;
	background: url(../image/common/arr03.png) no-repeat 90% center;
	background-size:5px 6px;
	padding:10px 10%;
}
.footnav li a:hover {
	background:#003920 url(../image/common/arr03_white.png) no-repeat 90% center;
	color:#fff;
}
.footnav li ul{
	display: none;
}
#footer_bottom{
	width: 100%;
}
.footnav_b{
	float: none;
	margin-bottom: 0;
	text-align: center;
}
.footnav_b li{
	width:50%;
	float:left;
	padding-right: 0;
	margin-right: 0;
	line-height:2.5;
}
small{
	float: none;
	text-align: center;
}
.footnav_b li:nth-child(even):after {
    border-right: none;
    content: "";
}
.footnav_b li:after {
    margin-top: 3px;

}

/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	display: none;
}

/*------------------------------------------------------------------------------*/
}