@charset "utf-8";

input, select, textarea {
	font-size: 93%;
}

.label{
	font-weight:normal;
	white-space:nowrap;
	padding-right:12px;
}

.input_l{
	width:420px;
}

.input_m2{
	width:250px;
}

.input_m{
	width:180px;
}
.input_s{
	width:90px;
}

.input_ss{
	width:30px;
}

table { border-collapse: collapse;}

#form th, #form td{
	padding:10px 0;
	vertical-align:middle;
	border-bottom:solid 1px #edecec;
	text-align:left;
	color:#333333;
}

#form th.bdrnone, #form td.bdrnone {
	padding-top:10px;
	border:none;
	text-align:left;
	color:#333333;
	}

#form td td {
	padding:0;
	border:none;
}
	
#form td td.PB10 {
	padding-bottom:10px;
	}
	
#form td td.PBR10 {
	padding-bottom:10px;
	padding-right:10px;
	}

input.txtbox {
	padding:5px;
	line-height:1.5em;
	vertical-align:baseline;
	}

input.etctbox {
	line-height:1.5em;
	vertical-align:baseline;
	}
	
#form th {
	width:200px;
	vertical-align:middle;
	}
	
#form td {
	vertical-align:middle;
	width:430px;
	}
	
#form td span.schedule {
	display:block;
	float:left;
	padding-right:30px;
	}
	
#form td span.schedule2 {
	display:block;
	float:left;
	padding-right:10px;
	}

#form .va_top {
	vertical-align:top;
	}
	
.zip{
	width:70px;
}
label.zip{
	line-height:10px;
	height:14px;

}

.updnWatermark {  
	color: #999999;  
	font-size: 93%;
	height:1.4em;
	line-height:1.4em;
	padding:5px;
}

.noimemode{
	ime-mode:disabled;
}
.imemode{
	ime-mode:auto;
}

.btns{
	text-align:center;
	margin-top:30px;
}

.btns input{
	padding:3px;
	height:auto;
	font-size:12px;
}
.btn_reset, .btn_sendmail{
	margin-left:30px;
}

div.validationTip {
	padding-right: 10px;
	font-size: 9px;
}

div.tipInner {
	border: solid #BBB 1px;
	border-top: none;
	border-right: none;
	padding:1px;
	color: #FF3333;
	background: #EEEEEE;
	white-space:nowrap;
}

/*
エラーダイアログ
*/
div#dlgmat {
	width: 101.55%; /* for ie6 bug */
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 550;
	background: #000;
}

* html div#dlgmat { /* ie6 */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px');
}
	
div#dlg {
	width:336px;
	height:87px;
	padding: 0 0 0 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	font-size: 93%;
	display:none;
	
}

* html div#dlg {	/* ie6 */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (dlgMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

	div#dlg span#close {
		display: block;
		width: 13px;
		height: 28px;
		position: absolute;
		right: 3px;
		top: -2px;
		background: url(../parts/icon.gif) no-repeat 0 -21px;
		cursor: pointer;
	}
	
	div#dlg div#dlgtop {
		height: 5px;
		overflow: hidden;
	}

	div#dlg div#dlgcont {
		padding: 1.5em 0;
		background: #282828 no-repeat right top;
	}
	
		div#dlg div#dlgcont div {
			padding: 0 3.5em;
			color: #FFF;
			font-weight: bold;
		}
		
			div#dlg div#dlgcont div span {
				line-height: 1.7em;
				color: #FFF;
			}
			
				div#dlg div#dlgcont div span strong {
					border-bottom: dotted #F60 1px;
					padding: 0 .1em;
					color: #F60;
				}
	
	div#dlg div#dlgbtm {
		height: 5px;
		overflow: hidden;
	}




/*確認画面*/
.noreq{
	margin:10px;
	font-weight:bold;
	color:#FF3300;
}
/*背景を赤にする*/
.bg_red{
	background-color: #FFC3CC;
}