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

.contents p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contents .decoration-box {
	border: 1px solid #331608;
	margin-top: 0;
	padding: 10px 30px;
}

.contents table td,
.contents table th {
	padding: 10px 5px;
	text-align: left;
}

table th {
	width: 150px;
}

.contents table td {
	font-weight: normal;
	color: #3C3523;
}

table th.full {
	width: 655px;
}

.contents table table {
	width: 100%;
	background: none;
	margin : 0;
}

.contents table table th,
.contents table table td {
	background: none;
	border: none;
	padding: 3px;
}

table table th {
	width: 160px;
	font-size: 85%;
}


/* 必須アイコン */
th .require {
	display: block;
	float: right;
	margin-top: 0.2em;
}

.require-01 {
	margin-top: 0.3em;
}

/* 入力例 */
.contents .example {
	font-size: 78%;
	color: #666;
	margin: 3px 0;
	padding: 0;
}


/* メールアドレス入力文 */
.contents .email-text {
	font-size: 85%;
	margin: 10px 0 5px;
}

/* --- エラー -- */

.contents p.error {
	font-size: 85%;
	color: #dd0000;
	padding: 0 0 0 15px;
	background: url(../img/form/icon_information.png) no-repeat 0 50%;
	margin: 5px 0;
}

.contents table table p.error {
	font-size: 91%;
}


input.error,
textarea.error {
	border: 1px solid #ee9899;
}

	 
.button-sarch:link,
.button-sarch:visited,
.button-sarch:hover,
.button-sarch:active,
.button-sarch {
	text-decoration: none;
	color: #fff;
}
