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

#contents p {
	margin: 10px 0;
}

/*----------------テーブル-----------------------*/

table {
	background: #BFD662;
	border-collapse: separate;
	border-spacing: 1px;
	width: 99%;
}

table th,
table td {
	padding: 2px 5px;
	background: #fff;
}

table th {
	vertical-align: top;
	border: 1px solid #fff;
	background: #EFF6D7;
}

table thead th,
th.head {
	background: #EFF6D7;
	border: 1px solid  #EFF6D7;
}

/*----------------*/

table {
	width:100%;
}

table th,
table td {
	padding:10px;
}

table th {
	width:150px;
}

.contents table dl {
	margin : 0;
}

table table {
	background: none;
	margin : 0;
}

table table th,
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;
}

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


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

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

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

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


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

#contact-ext {
	width: 90%;
}