@charset "utf-8";

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

__main

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

body {
	background-color:#f6efdd;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.question a:link,
.question a:visited {
	color:#FF0000;
	text-decoration:none;
}

.question a:hover {
	color:#000000;
	text-decoration:underline;
}


/* テーブル全体の表示 */
table.question {
	margin-top:30px;
}

table.question th,
table.question td {
	color:#717071;
}

table.question th {
	padding:6px 0;
	width:;
	text-align:left;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:26px;
	line-height:2.6rem;/* =26px */
	font-weight:normal;
	border-top:3px solid #a8cf6a;
	border-bottom:1px solid #a8cf6a;
}

table.question th span {
	font-size:12px;
	font-size:1.2rem;/* =12px */
	line-height:26px;
	line-height:2.6rem;/* =26px */
	font-weight:normal;
}

table.question td {
	padding:6px 0 24px 0;
	font-size:12px;
	font-size:1.2rem;/* =12px */
	line-height:26px;
	line-height:2.6rem;/* =26px */
	font-weight:normal;
}


/* input / textareaの表示 */

input,
textarea {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}

input.name {
	background-color:#fff;
	width:75%;
	height:30px;
	border:1px solid #a8cf6a;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
}

input.mail {
	background-color:#fff;
	width:98%;
	height:30px;
	border:1px solid #a8cf6a;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
}

textarea.question {
	background-color:#fff;
	width:98%;
	min-width:98%;
	max-width:98%;
	height:214px;
	min-height:214px;
	max-height:214px;
	border:1px solid #a8cf6a;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
}


/* エラー時の表示 */
table.question .error_coution {
	color:#FF0000;
}

/* submitボタンエリア */

div.question_submit {
	clear:both;
	text-align:center;
}

div.question_submit input.button {
	width: 108px;
}


.form-send {
	text-align:center;
	padding-bottom:100px;
}

p.send-text {
	padding:100px 0 150px 0;
}

div.question_submit2 {
	display:none;
	padding:0;
}
