/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

/*layout*/
/*------------------------------------------------------------------------------*/
#contents{
	width: 94%;
	margin: 40px auto 25px;
	padding: 0;
}
#contents_left{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#contents_right{
	float: none;
	width: 100%;
}

header {
    width: 100%;
    margin: 0;
    background: #FFF;
    padding-bottom: 5px;
    border-top: 4px solid #3A67B1;
}

#header_left {
    float: left;
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}

#header_right {
    float: right;
    width: 100%;
    height: auto;
}

#head_list {
    margin-top: 5px;
    /* margin-right: 40px; */
    float: none;
    margin: 0 auto 0px auto;
    width: auto;
}

#head_list li{
    margin-bottom: 12px !important;
    margin-left: 10px !important;

}

#globalnav_in {
    width: 100%;
    height: auto;
    overflow: hidden;
     margin-top: 0; 
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 99999;
}




/*locator*/
/*--------------------------------------------------------------------------------*/


#title_box_in{
	max-width:1000px;
	width:92%;
	height:150px;
	margin:0px auto;
	background:none;
}


#locator{display: none;}


/*title*/
/*------------------------------------------------------------------------------*/
.subtitle02 {
    width: 94%;
    height: 80px;
    font-size: 24px;
    text-shadow: 0px 0px 17px #333;
        line-height: 95px;
}

.subtitle02_box_in {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    height: 90px;
    display: table;
}


.subtitle02_box {
    background: url(../image/common/h2_bg.jpg) repeat-x 0 0 #3A67B1;
    width: 100%;
    height: 90px;
    color: #FFF;
}


.subtitle02 h2{
	font-size: 24px;
}


/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
	margin-bottom:20px;
}
#subnav_title a{
	height:48px;
	line-height:48px;
	font-size: 16px;
}
#subnav li a{
	height:40px;
	line-height:40px;
	font-size: 13px;
}



/*sub contact*/
/*------------------------------------------------------------------------------*/
#sub_comtact{
	padding: 25px 3%;
	margin-top: 50px; 
}
#sub_comtact .txt{
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.5;
}
#sub_comtact .btn a{
	padding: 15px 0 15px 20px;
	font-size: 13px;
}
#sub_comtact .btn a:before{
	content: "";
	width: 20px;
	height: 14px;
	margin-top: 4px;
	margin-left: -30px;
	background-size: 20px 14px;
}



/*box2*/
/*------------------------------------------------------------------------------*/
.box2_ti_left{
	width: 100%;
	float: none;
	margin-bottom:20px;
}
.box2_ti_right{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.box2_left{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.box2_right{
	width: 100%;
	float: none;
}


.box3_left{
    width: 100%;
	float: none;
	margin-bottom: 20px;
}
.box3_right{
    width: 100%;
	float: none;
}

.box4_left{
    width: 100%;
	float: none;
  margin-right: 0%;
	margin-bottom: 20px;
}
.box4_right{
    width: 100%;
	float: none;
}
.box4_left img,
.box4_right img{
	width: 100%;
	height: auto;
}


/*top_contact*/
/*------------------------------------------------------------------------------*/
#top_contact_in{
	width: 94%;
	margin: 0 auto;
	padding:30px 0px 30px;
	display: block;
}

	.top_contact_tit_box{
		width:100%;
		display: block;
	}


	.top_contact_tit{
		width:100%;
		margin-bottom:25px;
		display: inline-block;
	}

	.top_contact_tit h2{
		width:auto;
		font-size:180%;
		line-height:1;
		font-weight:bold;
		margin:0;
		padding:0px 0px 0px 0px;
		display: inline-block;
		
	}

		.top_contact_en{
			line-height:1;
			padding:0px 40px 0px 0px;
			display: inline-block;
		}

		.top_contact_tit_text{
			width:100%;
			clear:both;
			padding:0px 0px 0px 0px;
			display: block;
			vertical-align:bottom;
		}



		.top_contact_tit_btn{
			width:100%;
			display: block;
			vertical-align:middle;
		}

		.top_contact_tit_btn img{
			width:100%;
			height:auto;
		}
/*catalog*/
/*------------------------------------------------------------------------------*/
.catalog_box01 {
	width: 100%;
}
.catalog_box01_in li {
	width: 100%;
	margin-right: 9px;
	margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    color: #3A67B1;
    display: inline-block;
}



#product01 .product_lineup_box_main {float: none; width: 100%;}











/*------------------------------------------------------------------------------*/
}