/**
 * e-sohko.com
 * /css/member/regist.css
 * @version 
 */

@import "../global.css";
@import "../layout_left.css";


#layout_main {
	width: 730px;
}

h1 {
	width: 730px;
	height: 54px;
	background: url(../../images/member/member_head.gif) no-repeat;
	text-indent: -9999px;
}

h2.allowhead {
	margin-bottom: 0.5em;
	padding: 0.2em 0 0.2em 20px;
	border-bottom: 2px solid #B0B7C2;
	background: url(../../images/global/allow_contenthead.gif) left center no-repeat;
	font-size: 95%;
	color: #333B46;
}


p.lead {
	margin-bottom: 20px;
	font-size: 77%;
}
.essential{
	color:#ff671e;
	font-weight:bold;
}


/** Error
-----------------------------------------*/
#error {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border: 1px solid #ff6600;
}
#error h3 {
	margin-bottom: 1em;
	padding: 3px;
	background: #ff6600;
	font-size: 80%;
	color: #fff;
}
#error p {
	margin-bottom: 0.5em;
	padding: 0 20px;
	background: url(../../images/global/allow_orange.gif) 15px 0.2em no-repeat;
	font-size: 77%;
	font-weight: bold;
	color: #cc6600;
}


/** 
-----------------------------------------*/
#edittable {
	margin-bottom: 40px;
}
#edittable h3 {
	margin-bottom: 0.5em;
	font-size: 80%;
	background:none;
	border:none;
}


#edittable table {
	width: 730px;
	border-top: 5px solid #E1A467;
	border-collapse: collapse;
	font-size: 77%;
}
#edittable table tr th {
	border-bottom: 1px solid #fff;
	background: #F5E0CB;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 8px 1em 8px 10px;
	width: 10em;
}
#edittable table tr td{
	padding: 8px 5px;
	border-bottom: 1px solid #fff;
	background: #FCF4ED;
}
#edittable table tr td p{
	padding-top:0.2em;
}
#edittable table tr td label input {
	margin: 0 3px;
}
#edittable table tr td label select {
	margin: 0 3px;
}
#edittable table tr td#submittd {
	text-align: center;
}
#edittable table tr td.noborder{
	padding-bottom:0;
	border:none;
}
#edittable table tr td.price label span{
	display:block;
	width:8em;
	float:left;
}
#edittable table tr td small{
	display:block;
	margin-top:3px;
}


input.size_w {
	width: 400px;
}
input.size_m {
	width: 150px;
}
input.size_s {
	width: 60px;
}

#edittable label {
	margin-right: 0.5em;
}
#edittable #address label {
	display: inline-table;
	width: 5em;
}
*+html #edittable #address label {
	display: inline-block;
}
* html #edittable #address label {
	display: inline-block;
}


p.console {
	padding: 10px 0;
	text-align: center;
}
p.console img {
	vertical-align: middle;
}

