@charset "utf-8";
/* =========================================================
CSS information

 更新者：松尾
 更新日：20090410

 file name  : check.css
 style info : 婚活力診断用のスタイル
============================================================ */

/* タイトル周り
----------------------------------------------------*/
.section-lv {
	background: url(../images/bgimg.png) top no-repeat;
	border-top: 3px solid #464035;
}

.section-lv h1 {
	padding-bottom: 10px;
}

.section-lv .consul {
	width: 470px;
	background: url(../images/bg_consul.png) no-repeat;
	margin: 0px 20px;
	padding: 35px;
}

.section-lv .consul h2 {
	margin-bottom: 15px;
}

.section-lv .consul ul li.consul01 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 98px;
	padding-left: 10px;
	display: inline;
}

.section-lv .consul ul li.consul02 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	display: inline;
}

/* フォーム
----------------------------------------------------*/
.section-lv form {
	width: 508px;
	border: 1px solid #D6D6D6;
	margin: 30px 40px;
}

.section-lv form h2 {
	background: url(../images/bg_subhead.png) repeat-x;
	border-bottom: 1px solid #D6D6D6;
	padding: 10px;
}

.section-lv form table {
	width: 100%;
	margin-top: 10px;
}

.section-lv form table td.item {
	width: 150px;
	padding: 5px 15px;
	vertical-align: top;
}

.section-lv form table td.item span {
	color: #EA2C6A;
}

.section-lv form table td.btn {
	border-top: 1px dashed #D6D6D6;
	padding: 10px;
	text-align: center;
}

.section-lv form table td span.caution {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 85%;
	color: #EA2C6A;
}
