﻿@charset "utf-8";
/* CSS Document */

/*フォーム*/
#left form table{
	text-align: left;
	margin: 10px 0 15px 0;
	padding: 0;
	border: 1px solid #918181;
	width: 100%;
}
#left form table th{
	background: #e0dfdf;
	color: #211111;
	padding: 4px;
	margin: 0;
	width: 180px;
	border: 1px solid #918181;
	border-right: 1px dotted #918181;
	vertical-align: top;
	text-align: left;
}
#left form table th.autoWidth{
	width: 100%;
}
#left form table th.header{
	background: #ccc;
	padding: 5px;
}
#left form table th.error, #left form table td.error{
}
#left form table th.error strong{
	font-size: 0.9em;
	color: #f33;
	background: #ddd url(../icon/error_list_icon2.gif) no-repeat left center;
	padding: 0 0 0 12px;
	line-height: 2em;
}

#left form table td{
	padding: 10px;
	border: 1px solid #918181;
	border-left: none;
}
	#left form table td.must span.text input, #left form table td.must textarea, #left form table td.must span.select, #left form table td.must span.checkbox, #left form table td.must span.radio{
		background: #fff url(../icon/must_s.gif) left top no-repeat;
		padding-left: 25px;
	}
	#left form table td.must span.checkbox input, #left form table td.must span.radio input{	
		background: #fff url(none);
		padding-right: 0;
	}
	#left form table td.must span.checkbox label{
		background: #fff url(none);
	}

/*p一列の必須要素*/
p.must{
}
	p.must label, p.must label.focus{
		background: #fff url(../icon/must_s.gif) left top no-repeat;
		padding-left: 25px;
	}
	p.must label.error{
		color: #f33;
		font-weight: bolder;
		text-decoration: underline;
	}

#left form td label{
	font-size: 0.9em;
	color: #666;
	padding: 0 0 0 14px;
	background: #fff;
}
#left form td label.focus{
	font-weight: normal;
	color: #333;
	background: #fff url(../icon/sankaku_right_f60.gif) left center no-repeat;
}
	/*ラジオボタンとチェックボックスのラベル*/
	#left form td span.radio label ,#left form td span.checkbox label{
		padding: 0;
		background: none;
	}
	#left form td span.radio label.focus ,#left form td span.checkbox label.focus{
		padding: 0;
		background: none;
	}

#left form table td.textarea{
	text-align: center;
}
#left form table td textarea{
	width: 320px;
}

#left form table td.center{
	text-align: center;
}

/*パスワードについて*/
#forPassWord{
	margin: 5px;
	padding: 5px;
	background: #ffc;
	border: 1px solid #f90;
	line-height: 1.2em;
	font-size: 0.9em;
}
/*フォーム*/


/*インフォメーションテーブル*/
form table.info{
	margin: 10px auto 10px auto;
	font-size: 0.9em;
	width: 700px;
	background: #fff;
	text-align: left;
	border-collapse: collapse;
}
form table.info td{
	border: 1px solid #ccc;
	padding: 4px;
}
form table.info th{
	border: 1px solid #ccc;
	padding: 4px;
	text-align: right;
	font-size: 0.9em;
	background: #eee;
	width: 15em;
}
form table.info td span, form table.info th span{
	margin: 0 0 0 5px;
	color: #999;
	font-weight: normal;
}
form table.info td span.zipcode{
	padding: 0 10px 0 0;
	color: #000;
}

/*住所入力フィールド*/
ul.addressInput li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
ul.addressInput li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
ul.addressInput li label{
	width: 4.5em;
	font-size: 0.9em;
	color: #666;
	float: left;
}
ul.addressInput li.btn{
	text-align: center;
}
ul.addressInput li.btn label{
	width: auto;
	float: none;
	background: #fff;
	text-align: left;
	color: #36c;
}
	ul.addressInput li.must input, ul.addressInput li.must span.select, ul.addressInput li.must span.checkbox{
		background: #fff url(../icon/must_s.gif) left top no-repeat;
		padding-left: 25px;
	}
/*名前フリカナ入力フィールド*/
ul.nameInput li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
ul.nameInput li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
	ul.nameInput li.must input{
		background: #fff url(../icon/must_s.gif) left top no-repeat;
		padding-left: 25px;
	}
/*ieハック*/
*html ul.nameInput li{
	display: inline-block;
}
*:first-child+html ul.nameInput li{
	display: inline-block;
}
ul.nameInput li label{
	width: 4.5em;
	font-size: 0.9em;
	color: #666;
	float: left;
}
ul.input4 li label{
	width: 2.5em;
}
ul.nameInput li input{
	float: left;
}
ul.nameInput li.btn{
	text-align: center;
}
ul.nameInput li.btn label{
	width: auto;
	float: none;
	background: #fff;
	text-align: left;
	color: #36c;
}
