@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 23px;
}

#main {
	padding: 26px 0 180px;
	background: url(../img/inner/main_bg.gif) repeat left top;
}

#main .wrap {
	margin: 0 auto;
	width: 1000px;
}

#main h2 {
	margin-bottom: 47px;
}

#main .topP {
	margin-bottom: 95px;
	color: #262728;
	font-size: 16px;
	line-height: 1.85;
}
 	
#main .imgBox {
	margin-bottom: 80px;
}

#main .imgBox .photoBox {
	float: left;
}

#main .imgBox .textBox {
	padding-top: 14px;
	width: 453px;
	float: right;
}

#main .imgBox .textBox h3 {
	margin-bottom: 35px;
}

#main .imgBox .textBox .textImg {
	margin-bottom: 17px;
}

#main .imgBox .textBox p {
	color: #262728;
	font-size: 14px;
	line-height: 2;
}

#main .imgBoxR .photoBox {
	padding-top: 12px;
	float: right;
}

#main .imgBoxR .textBox {
	float: left;
	padding: 0;
	width: 510px;
}

#main .arrow {
	margin-bottom: 59px;
	text-align: center;
}

#main .h3Ttl {
	margin-bottom: 37px;
}

#main .lastBox {
	margin-bottom: 178px;
}

#main .lastBox .photoBox {
	padding-top: 10px;
}

#main .lastBox .textBox {
	padding-top: 0;
	width: 575px;
}

#main .contactBox {
	margin-bottom: 120px;
	border: 2px solid #0E1637;
	background-color: #fff;
	position: relative;
}

#main .contactBox .photoBox {
	position: absolute;
	right: 56px;
	bottom: 0;
}

#main .contactBox .textBox {
	padding: 30px 0 30px 48px;
	width: 715px;
}

#main .contactBox p {
	margin-bottom: 5px;
	color: #0e1637;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55;
}

#main .contactBox .text01 {
	margin-bottom: 15px;
	color: #7b0325;
}

#main .contactBox .text01 span {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#main .contactBox .text02 {
	color: #333;
	font-size: 13px;
	font-weight: normal;
}

#main .contactBox .text02 img {
	margin-right: 12px;
	vertical-align: -4px;
}

#main .contactBox .text02 a {
	margin-left: 15px;
	padding: 6px 10px 7px;
	width: 188px;
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #7B0325;
	border-radius: 2px;
	behavior: url(../js/pie.htc);
	zoom: 1;
	vertical-align: 5px;
}

#main .contactBox .text02 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .link {
	position: relative;
}

#main .link a {
	position: absolute;
	right: 120px;
	top: 26px;
	color: #fff;
}

@media all and (min-width: 0) and (max-width: 640px)  {
	#main {
		padding: 0 0 10px;
		background: #fff;
	}
	
	#main .wrap {
		width: auto;
	}
	
	#main h2 {
		margin-bottom: 43px;
	}
	
	#main h2 img {
		width: 100%;
	}
	
	#main .imgBox .textBox h3 {
		margin-bottom: 20px;
	}
	
	#main .imgBox .textBox h3 img {
		max-width: 100%;
	}
	
	#main .topP {
		margin: 0 22px 34px;
	}
	
	#main .imgBox {
		margin: 0 15px 30px;
		width: auto;
	}

	#main .imgBox .photoBox {
		float: none;
		text-align: center;
	}
	
	#main .imgBox .photoBox img {
		max-width: 100%;
	}

	#main .imgBox .textBox {
		padding: 42px 16px 0;
		width: auto;
		float: none;
	}
	
	#main .imgBox .textBox .textImg img {
		max-width: 100%;
	}
	
	#main .arrow {
		margin-bottom: 30px;
	}

	#main .contactBox {
		margin: 0 auto;
		padding: 60px 0 100px;
		width: auto;
		position: relative;
		border: none;
		border-top: 3px solid #0E1637;
	}

	#main .contactBox .photoBox {
		margin: 0;
		width: 39.6%;
		float: none;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	#main .contactBox .photoBox img {
		width: 100%;
	}

	#main .contactBox .textBox {
		padding: 0 19px;
		width: auto;
		float: none;
		position: relative;
	}
	
	#main .contactBox p {
		margin-bottom: 50px;
	}
	
	#main .contactBox .text01 {
		margin-bottom: 20px;
	}
	
	#main .contactBox .text01 span {
		display: none;
	}
	
	#main .contactBox .text02 {
		margin-bottom: 0;
	}

	#main .contactBox .text02 a {
		margin: 15px 0 0;
		width: auto;
	}

	#main .contactBox .text02 a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .link {
		padding: 26px;
		position: inherit;
		font-size: 15px;
		text-align: center;
		background-color: #0E1637;
	}
	
	#main .link a {
		padding-right: 120px;
		position: inherit;
		background: url(../img/inner/sp_link_bg.gif) no-repeat right center;
	}

}