@charset "utf-8";

/* お問い合わせ CSS
========================================*/
@media screen and (min-width:769px){
	#mainArea .h1Block {
		margin-bottom:200px;
	}
	#mainArea .h1Block h1 img {
		padding-left:380px;
	}
	
	#mainArea .text {
		font-size:140%;
		line-height:200%;
		margin:0 auto;
		text-align:center;
		width:1024px;
	}
	#mainArea .mailto {
		font-size:140%;
		line-height:200%;
		margin:50px auto 300px;
		text-align:center;
		width:1024px;
	}
	#mainArea .mailto a {
		color:#173f80;
		text-decoration:underline;
	}
	#mainArea .mailto a:hover {
		text-decoration:none;
	}
}