/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:979px) {

/*layout*/
/*------------------------------------------------------------------------------*/
#contents{
	width: 95%;
	padding: 0;
}
#contents_left{
	float: none;
	width: 100%;
	margin: 30px 0 50px;
}
#contents_right{
	float: none;
	width: 100%;
}

/*locator*/
/*--------------------------------------------------------------------------------*/

#title_box_in{
	max-width:1000px;
	width:92%;
	height:150px;
	margin:0px auto;
	background:none;
}




/*title*/
/*------------------------------------------------------------------------------*/
.subtitle02_box{
	background:url(../image/common/h2_bg.jpg) repeat-x 0 0 #3A67B1;
	width:100%;
	height:180px;
	color:#FFF;
}
.subtitle02_box_in{
	max-width:1200px;
	width:100%;
	margin:0px auto;
	height:180px;
	display:table;
}



.subtitle02{
	width: 94%;
	margin:0px auto;
}


/*side　banner*/
/*------------------------------------------------------------------------------*/
#sidebanner li{
	margin-bottom: 20px;
	float: left;
	width: 48%;
	margin-right: 4%;
}
#sidebanner li:nth-child(even){
	margin-right: 0;
}

/*sub contact*/
/*------------------------------------------------------------------------------*/
#sub_comtact{
	padding: 40px 100px;
	margin-top: 80px; 
}




/*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;
		}







/*------------------------------------------------------------------------------*/
}