
.form {
	margin: 0 auto;
}

.form_text {
	font-size: 1em;
	margin-top: 20px;
	letter-spacing: .1em;
	margin-bottom: 4px;
	font-weight: 400;
}
.form_textmini {
	font-size: .8em;
	margin-bottom: 8px;
}
.form_textbig {
	font-size: 1.4em;
	letter-spacing: .1em;
	margin-bottom: 8px;
}
.form_textattention{
	font-size: 1.2em;
	color: #F00;
	line-height: 1.6em;
}

.date {
	font-size: 1em;
	padding-top: 4px;
	padding-left: 10px;
	float: left;
}
/*名前欄 アドレス欄*/
.input {
	width: 100%;
	height: 30px;
	border: thin solid #ccc;
	/* 角丸 */
    border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}

/*お問い合わせ内容欄*/
.inquiry {
	width: 100%;
	border: thin solid #ccc;
	/* 角丸 */
    border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}

/*年齢セレクト欄 都道府県セレクト欄*/
select{
	height: 28px;
	width: 50%;
	font-size: 90%;
	border: thin solid #ccc;
	padding-right: 10px;
	padding-left: 10px;
	box-shadow: 0px 0px 4px 0px #ccc inset;
	/* 角丸 */
    border-radius: 2px;/* CSS3草案 */
	-webkit-border-radius: 2px;/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;/* Firefox用 */
}

/*住所欄*/
.postnumber {
	height: 20px;
	width: 90px;
	border: thin solid #ccc;
	/* 角丸 */
    border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	padding-left: 10px;
}
.address {
	height: 30px;
	width: 495px;
	border: thin solid #ccc;
	/* 角丸 */
    border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
/*メッセージ欄*/
textarea {
	border-color: #ccc;
	resize: vertical;
	width: 493px;
	border: thin solid #ccc;
	/* 角丸 */
    border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
.line_w {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}

/*郵便番号欄*/
.input2 {
	width: 236px;
	height: 30px;
	border: thin solid #ccc;
	/* 角丸 */
    border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
/*確認ボタン*/
.check_button {
	color: #FFF;
	background-color: #666;
	margin-top: 10px;
	border-style: none;
	/* 角丸 */
	border-radius: 2px;/* CSS3草案 */
	-webkit-border-radius: 2px;/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;/* Firefox用 */
	font-size: 1em;
	letter-spacing: 0.2em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	cursor: pointer;
	box-shadow: 0 10px 6px -6px #777;
	margin-bottom: 10px;
	float: none;
}
