@charset "UTF-8";
/* CSS Document */

#form_block {
	width: 800px;
	padding: 100px 200px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.75;
	text-align: left;
}
#form1 {
	width: 800px;
	display: block;
}
#form_ttl h1 {
	font-size: 16px;
	text-align: center;
	width: 800px;
	display: block;
	margin-bottom: 45px;
	font-weight: normal;
}
#ttl_block {
	width: 800px;
	padding: 0;
	display: block;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 25px;
}


/* ---------------------------------------------------------------- *
	contact　お問合せ
 * ---------------------------------------------------------------- */

/*フォームボックス　左　右*/
.box-form-left {
	width: 320px;
	float: left;
}

.box-form-right {
	width: 320px;
	float: right;
}

/*テーブル設定*/
table.form {
	width: 100%;
	margin: 0 auto 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
}
 
table.form th,
table.form td {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
 
table.form tr {
	border-bottom: 1px solid #CCCCCC;
}
table.form th {
	background-color: #f8f8f8;
	vertical-align: middle;
	text-align: left;
	width: 25%;
	font-weight: normal;
}
 
table.form td {
	background-color: #FFFFFF;
	width: 75%;
	padding-left: 15px;
	border-left: 1px solid #CCCCCC;
}

/*テーブル設定2*/

table.form2 {
	width: 100%;
	margin: 0 auto 25px;
}
 
table.form2 th,
table.form2 td {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}

table.form2 td {
	background: #f8f8f8;
}



.txt-12btm25 {
	display: block;
	font-size: 12px;
	margin-bottom: 25px;
	margin-top: 0px;
	text-align: right;
	clear: both;
}

.txt-14btm10 {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1;
	clear: both;
}

