@charset "shift_jis";

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1020px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

#main .form_area {
	width: 500px;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 1.5rem;
}
#main .form_area #form {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5rem;
}
.form_item #name1 {
	height: 25px;
	width: 100%;
	font-size: 1.5rem;
}
.form_item #email {
	height: 25px;
	width: 100%;
	font-size: 1.5rem;
}
.fromtext #textarea {
	width: 100%;
	font-size: 1.5rem;
}
.formy .fromtext {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#form .form_submit {
	text-align: center;
	margin-top: 20px;
}
.formy .form_item .expect_touch {
	font-size: 0.6rem;
}


#main p {
	font-size: 0.6rem;
	line-height: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 15px;
	margin-top: 25px;
	text-align: left;
}
#main h3 {
	font-size: 1rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration: underline;
	text-align: left;
}


/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	background-image: url(../images/contact/contact-head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 556px;
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding-top: 30px;
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 687px;
	font-size: 18px;
	margin-bottom: 20px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 18px;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 664px;
	line-height: 35px;
	height: 45px;
	overflow: hidden;	/*背景画像の読み込み*/
	background-image: url(../images/h2-haikei.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 select:focus, textarea:focus, input:focus {
	font-size: 18px;
 }
