@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.search {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 20px;
	color: #565656;
}


/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ 注記 □□*/
.asta-words {
	margin-bottom: 10px;
}

.asta-words p {
	font-size: 80%;
	line-height: 1.4em;
}


/*□□ フォームテーブル □□*/

.table-wrap {
	width: 753px;
	margin-bottom: 25px;
}

.table-wrap table {
	width: 100%;
	border-top: 1px solid #ded8c9;
	border-left: 1px solid #ded8c9;
}

.table-wrap td {
	border-bottom: 1px solid #ded8c9;
	border-right: 1px solid #ded8c9;
	padding: 10px 0px;
	font-size: 80%;
}

.table-wrap td.td-left {
	width: 90px;
	background: #f0ede7;
	font-weight: bold;
	text-indent: 5px;
}

.table-wrap td.td-left.td-padT15 {
	padding-top: 13px;
}

.table-wrap td.td-right {
	padding-left: 5px;
	padding-right: 5px;
	background: #f9f7f2;
}

.table-wrap td.td-pad0 {
	padding: 10px 0px;
}

.table-wrap td.td-right input.w320 {
	width: 320px;
	margin-right: 15px;
}
*html .table-wrap td.td-right input.w320 {
	padding: 3px 0px 1px 0px;
	line-height: 1em;
}
*+html .table-wrap td.td-right input.w320 {
	padding: 2px;
	line-height: 1em;
}

.table-wrap td.td-right input.w90 {
	width: 90px;
	margin-left: 5px;
	margin-right: 15px;
}
*html .table-wrap td.td-right input.w90 {
	padding: 3px 0px 1px 0px;
	line-height: 1em;
}
*+html .table-wrap td.td-right input.w90 {
	padding: 2px;
	line-height: 1em;
}

.table-wrap td.td-right li.category {
	width: 220px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

.table-wrap td.td-right li.category h4 {
	width: 210px;
	margin: 0px auto 10px auto;
	padding: 2px 0px;
	text-align: left;
	text-indent: 5px;
	font-weight: bold;
	line-height: 1.2em;
	background: #e1dbcd;
}

.table-wrap td.td-right li.category li {
	width: 210px;
	margin: 0px auto 5px auto;
	text-align: left;
	line-height: 1.2em;
	text-indent: 6px;
}

.table-wrap td.td-right li.category input {
	margin-right: 7px;
	vertical-align: text-top;
}
*html .table-wrap td.td-right li.category input {
	margin: -3px;
	margin-right: 5px !important;
	vertical-align: text-bottom;
}
*+html .table-wrap td.td-right li.category input {
	margin: -3px;
	margin-right: 5px !important;
	vertical-align: text-bottom;
}


/*□□ ボタン □□*/

.botan-wrap {
	width: 753px;
	text-align: center;
}


input.marginR20 {
	margin-right: 20px !important;
}



