@charset "utf-8";

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

CSS Information

Order of desctiption

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


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

__main

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

#next-title-form {
	width:910px;
	border-bottom:2px solid #d9d9d9;
	margin-bottom:20px;
}

#form-cont {
	width:910px;
	margin-bottom:50px;
}

.privacy {
	color:#646464;
	padding-top:18px;
}

#main-send {
	color:#646464;
	text-align:center;
	padding:200px 0 150px 0;
}

p.send-text {
	margin-bottom:100px;
}

/* テーブル全体の表示 */
table.question {
	width:100%;
	border-width:0px;
	color:#646464;
}

table.question th {
	padding: 15px 16px 15px 0;
	width: 150px;
	text-align: right;
	border-bottom:1px dashed #b2b2b2;
}

table.question th span {
	color:#ff33ff;
}

table.question td {
	padding: 15px 0 15px 0;
	border-bottom:1px dashed #b2b2b2;
}

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

/* submitボタンエリア */

div.question_submit {
	text-align:center;
	margin-top:28px;
}

div.question_submit input.button {
}

input.name {
	width:168px;
	height:20px;
	border:1px solid #b1b1b1;
}

input.name-kana {
	width:290px;
	height:20px;
	border:1px solid #b1b1b1;
}

input.email {
	width:270px;
	height:20px;
	border:1px solid #b1b1b1;
}

input.tel {
	width:168px;
	height:20px;
	border:1px solid #b1b1b1;
}

input.address {
	width:430px;
	height:20px;
	border:1px solid #b1b1b1;
}

textarea.question {
	width:690px;
	height:210px;
	min-width:690px;
	min-height:210px;
	max-width:690px;
	max-height:210px;
	border:1px solid #b1b1b1;
}
