/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {



/*layout*/
/*------------------------------------------------------------------------------*/



/*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{
	margin-bottom: 10px;
}
#logo{
	width: 150px;
}
#headnav{
	display: none;
}


/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav{
	margin:0;
	display:block;
	float: none;
}
#gnav_btn{display:block;}
#gnav_btn a {
	width:25px;
	height:25px;
	background:url(../image/common/gnav_btn.gif) no-repeat 0 0;
	background-size: 25px 25px;
	display: block;
	text-indent:-9999px;
	position:absolute;
	top:37px;
	right:3%;
}
#globalnav_in{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 20px;
	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;
}
#globalnav li:first-child{
	border-top: 1px solid #ddd;
}
#globalnav li a{
	display:block;
	padding: 20px 10px;
	border-bottom: none;
	text-decoration: none;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
	display: block;
}
#globalnav li a::after{
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-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: #eee;
}



/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	padding: 25px 0 10px;
}
#footer_top{
	width: 94%;
	padding-bottom: 10px;
}
#footer_logo{
	width: 50%;
	float: none;
	margin: 0 auto 25px;
}

.footnav{
	float: none;
	width: 100%;
}
.footnav li{
	margin-bottom: 15px;
}
.footnav li ul{
	display: none;
}
#footer_bottom{
	width: 94%;
	padding-top: 20px;
}
.footnav_b{
	float: none;
	margin-bottom: 15px;
	text-align: center;
}
.footnav_b li{
	padding-right: 15px;
	margin-right: 15px;
}
small{
	float: none;
	text-align: center;
}




/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	display: none;
}







/*------------------------------------------------------------------------------*/
}