/* screens smaller than 690--------------- */
@media only screen and (max-width:690px) {

/*header*/
/*----------------------------------------*/
header{ width:100%;margin: 10px auto;}

header h1 {
    position: static;
    margin-bottom: 10px;
}
.header_in {
	width:94%;
	margin:0 auto;
	position: relative;
}
#logo {width: auto;}

#header_left {
    width: 50%;
    margin-right: 3%;
}
#header_right {
    width: 100%;
    position: absolute;
    right: 0px;
}

#language {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 10px;
}
#headnav .tel {
	display: none;
}

#headnav {
    width: 80%;
    margin-bottom: 0;
    float: none;
}
#headnav .num a{color: #1A4383;}
#headnav .mail {
    display: none;
}
#headnav .mail a {
	width: auto;
    padding: 7px 10%;
}
#language a::before, #headnav .mail a::after{display: none;}

.ch a{
	margin-right:0 !important;
}


/*globalnav*/
/*----------------------------------------*/
#globalnav{
	margin:0;
	display:block;
	float: none;
}
#gnav_btn{display:block;}
#gnav_btn a {
    width: 40px;
    height: 29px;
    background: url(../image/common/gnav_btn.gif) no-repeat 0 0;
    background-size: 40px 29px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 37px;
    right: 3%;
}
#globalnav_in{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 10px;
	background-color: #fff;
	position: absolute;
	left: 0;
	z-index: 100;
}
#globalnav ul{ display: none;}
#globalnav li{
	float: none;
	width: 100% !important;
	display:block;
	text-align:left;
	margin:0;
	border-bottom: 1px solid #ddd;
}
#globalnav li:first-child{
	border-top: 1px solid #ddd;
}
#globalnav li:nth-child(2), #globalnav li:nth-child(5) {
    width: 100%;
}
#globalnav li a{
	text-align: left;
	display:block;
	padding: 20px 10px;
	height: auto;
	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 {
	color: #333;
}
#globalnav li a:hover::after {
	position: absolute;
	top: 50%;
	right: 5%;
	left: auto;
	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;
}

#globalnav .gnav_contact {
    display: block;
    background-color: #ca3034;
    color: #fff;
}

#globalnav .gnav_contact a{
    color: #fff;
}


/*footer*/
/*----------------------------------------*/
.fttop {
	border: 0;
	padding: 20px 6px;
}
#footer_logo {
    float: none;
    margin: 0 auto 20px;
	text-align: center;
}
#footer_logo img {
    display: block;
    margin: 0 auto;
}
.fttop dl {
    width: 48%;
    border-right: 1px dotted;
    padding-right: 4%;
    padding-left: 2%;
    margin-right: 0%;
    border-left: 0;
}
.fttop dl:last-child {
    width: 48%;
    padding-left: 2%;
    border-right: 0;
}
.fttop dt {text-align: center;}

.ftnav li {
    display: block;
    float: left;
    margin-right: 0;
    width: 32.5%;
}
.ftnav li:nth-child(2), .ftnav li:nth-child(5) {width: 35%;}
.ftnav li:nth-child(3n) {margin-right: 0;}
.ftnav a {padding: 6px 0 3px;}

.ftbtm {text-align: center;}


/* pagetop */
/*----------------------------------------*/
#topcontrol{
	display: none;
}





#language a {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    padding: 6px 0px;
    background-color: #1b4383;
    margin-right: 3px;
    color: #fff;
    text-align: center;
}





header h1 {
display: none;
}


#logo {
    text-align: center;
	margin-top:38px;
}

#logo img {
    width: 100%;
    height: auto;
}

#logo .common_span {
     margin-left: 0px; 
}

#gnav_btn a {
    top: 45%;
}

#headnav .mail a {
    font-size: 2vw;
}

.support a:before{
    display: none;
}

/*------------------------------------------------------------------------------*/
}