@charset "utf-8";



/* 全フォーム共通CSS
----------------------------------------------- */



/* フォーム用パンくずリスト
----------------------------------------------- */
#panlist-2 {
	text-align: left;
	padding-top: 16px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #e3e3e3;
	margin-top: 25px;
}

#panlist-2 li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#panlist-2 li a {
	margin-right: 4px;
	padding-right: 10px;
	background: url(../service/img/panlist-mark.gif) no-repeat right 2px;
}




/* フォーカス対応
----------------------------------------------- */
form#contact textarea{
	background:#ffffff;
}

form#contact select{
	background:#ffffff;
	font-size: 1em;
	color: #262626;
}


.small,.xxsmall ,.regular,.regular2 ,.bgeria{
	background: #ffffff;
	font-size: 1em;
	color: #262626;
}






/* フォームパーツ
----------------------------------------------- */

/*フォーム入力コントロール*/
.small {
	width: 200px;
}

.xxsmall {
	width: 60px;
}

.regular {
	width: 350px;
}

.regular2 {
	width: 300px;
}

.bgeria {
	width: 520px;
}

/*入力コントロールに対するマージン*/
.mrg {
	margin-bottom: 7px;
	display: block;
}



/*エラー出力部分*/
#error {
	border: 1px solid #F00;
	text-align: left;
	padding: 12px;
	margin-bottom: 20px;
}

#error li {
	background: #FC7878;
	margin-bottom: 6px;
	padding: 4px;
	color: #ffffff;
}
/*プライバシーへの同意*/
.form-privacy {
	text-align: center;
	background: #f3f3f3;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #e3e3e3;
	margin-top: 20px;
}


/* フォームボタン
----------------------------------------------- */
.contact-btn {
	text-align: center;
	padding-top: 30px;
}

.contact-btn img,
.contact-btn input	{
	margin:0 4px;
	padding:0;
	vertical-align: bottom;
}




/* リード文章
----------------------------------------------- */


/*フォームトップ説明文*/
.tx-1 {
	line-height: 21px;
	margin-top: 40px;
}

#box-assessment #assessment-view {
	margin-top: 40px;
	margin-bottom: 30px;
}
#box-assessment #thanx-box {
	width: 600px;
	text-align: center;
	margin-left: 150px;
}



/*フォーム必須説明*/
.form-essential {
	margin-bottom: 10px;
}




/* メイン文章
----------------------------------------------- */
#box-assessment {
	text-align: left;
}


#box-assessment h2 {
	font-size: 1.5em;
	color: #292929;
	font-weight: bold;
	border-bottom: 2px solid #999;
	padding-bottom: 10px;
}

#box-assessment table {
	text-align: left;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	width: 100%;
}

#box-assessment tr th {
	font-weight: normal;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background: #fafafa;
	width: 175px;
	padding: 9px 9px 9px 12px;
	line-height: 20px;
	text-align: left;
}

#box-assessment tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 9px;
	text-align: left;
}

.assessment-table-01 {
	margin-bottom: 50px;
}

