/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {



/*layout*/
/*------------------------------------------------------------------------------*/

#contents{
	margin:40px auto 50px;
}

/*header*/
/*------------------------------------------------------------------------------*/
header{
	height:auto;
	padding-top:10px;
	height:90px;
}
header h1{
	margin:0 50px 15px 0;
	font-size:10px;
	color:#666;
}

#logo {
	padding:0 40px 0 0;
}
#logo img{
	max-width:420px;
}


#headnav{
	position: static;
	text-align:center;
	background:#FFF;
	padding: 15px 0;
	border-bottom:1px solid #CCC;
}


#header_search{
	float:none;
	width:250px;
	margin:10px auto 0;
}
.search_textbox{
	width:190px;
	height:35px;
	line-height:35px;
}
.search_submit{
	width:60px !important;
	min-width: 0 !important;
	height:35px;
}
.search_submit:hover{
	background:#666;
}

.flex-viewport{
	overflow:visible !important;
}
.flex-control-nav{
	bottom:-30px !important;
}



/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalmenu{
	width:100%;
	height:auto;
	overflow:hidden;
	position:absolute;
	top:90px;
	left:0;
	z-index:100;
	padding-bottom:15px;
}
#globalmenu_in{
	display: none;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
}
#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 li{
	float:none;
	width:100%;
	text-align:left;
}
#globalnav_in li a{
	font-size:15px;
	border-width:0 0 1px 0 !important;
	padding:0 3%;
}


.dropdown{
	position: static !important;
	top:auto !important;
	left:auto !important;
}
.dropdown li a{
	border:solid #E6F0FB !important;
	border-width:1px 0 0 0 !important;
	background:#FFF !important;
	color:#1580D1 !important;
	padding-left:40px !important;
}
.dropdown li a:before{
	content:"└";
	color:#CCC;
	position: absolute;
	left:3%;
	top:0px;
}


/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	border-top: #E9E9E9 1px solid;
	padding: 30px 0 0;
}
#footer_top{margin-bottom:30px;}
.footer_in{
	width:94%;
	max-width:980px;
	margin:0 auto;
}
#footer_logo{
	float:none;
	width:100%;
	text-align:center;
	margin-bottom:25px;
}
#footnav{
	float:none;
	max-width:none;
}

#footnav01,#footnav02,#footnav03,#footnav04{
	float:none !important;
	margin:5px 0 !important;
	width:100%;
}
#footnav ul ul{ display:none;}
#footnav li a{
	padding-left:30px;
	border-left:none;
	position: relative;
}
#footnav li a:before{
	content:">";
	width:20px;
	height:20px;
	color:#FFF;
	background:#1580D1;
	line-height:20px;
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-10px;
	border-radius:10px;
	font-size:12px;
}


#footer_bottom{
	border-top:1px solid #E9E9E9;
	line-height:12px;
	font-size:11px;
	padding:10px 0;
}

#footnav_b{
	float: none;
	margin-bottom:10px;
	text-align:center;
}
#copyright{
	display:block;
	float:none;
	text-align:center;
}






/*------------------------------------------------------------------------------*/
}