/**
 * e-sohko.com
 * /css/ask/form.css
 * @version 
 */

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


#layout_main {
	width: 730px;
}

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


ul#outline {
	margin-bottom: 1em;
	padding-left: 15px;
	font-size: 77%;
}
ul#outline li {
	margin-bottom: 0.3em;
	padding-left: 10px;
	background: url(../../images/global/allow_orange.gif) left 0.25em no-repeat;
}

p.lead {
	margin-bottom: 20px;
	padding-left: 15px;
	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 h2 {
	margin-bottom: 0.5em;
	color: #333B46;
	font-size: 80%;
	background:none;
	border:none;
}
#edittable h3 {
	font-size: 100%;
	float: left;
	width: 5em;
}

#edittable table {
	width: 730px;
	border-top: 3px solid #B0B7C2;
	border-collapse: collapse;
	font-size: 77%;
}
#edittable table tr th {
	border-bottom: 1px solid #fff;
	background: #E4E5E8;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 11em;
	padding-top: 8px;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-left: 10px;
}
#edittable table tr td{
	padding: 8px 5px;
	border-bottom: 1px solid #fff;
	background: #F3F3F3;
}
#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;
}


#edittable input.size_w {
	width: 400px;
}
#edittable input.size_m {
	width: 150px;
}
#edittable input.size_s {
	width: 60px;
}
#edittable textarea {
	width: 500px;
}

#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;
}




#topitem{
	margin-bottom: 20px;
}
#topitem p{
	padding:0 1em;
	font-size:77%;
	font-weight: bold;
	color: #fff;
}
#topitem table{
	width:730px;
	border:none;
}
#topitem table tr td {
	padding: 4px 0;
	background:#FCF4ED;
	border-bottom:#FFF 1px solid;
}
#topitem table tr th{
	background:#F5E0CB;
}
#topitem table tr th.noborder,#topitem table tr td.noborder{
	border:none;
}


#topitem table.inquiryitems {
	width: auto;
}
#topitem table.inquiryitems tr td {
	padding: 4px 10px;
	border: none;
	font-size: 130%;
}



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

