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

.tell {
	font-size: 30px;
}

table {
	width:100%;
}

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

.content table th {
	width:150px;
	text-align:left;
}

.content table dl {
	margin : 0;
}

.content table table {
	width: 500px;
	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;
}

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


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

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

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

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


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

/* フォームボタン */
.form-button form {
	display: inline;
	padding: 0 20px;
}


/* questionnaire */

.questionnaire{
background-color:#f9f2e7;
border:#f0e0c6 solid 4px;
padding:30px;
margin-bottom:20px;
}


.questionnaire h2 {
    color: #000000;
    font-size: 123%;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0 10px;
	background:none;
	padding:0;
}

.questionnaire h3 {
    background: url("../images/form/icon_question.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 116%;
    font-weight: bold;
    margin: 10px 0 20px;
    padding: 0 0 0 40px;
	line-height: 2;
}

.questionnaire .questionnairetable th, .questionnairetable td {
    background: none repeat scroll 0 0 #F9F2E7;
	border:none;
	color:#000000;
}
