@charset "shift_jis";

/*-------------------------------------------------
Form item（Table版）
-------------------------------------------------*/
.form-table {
	background-color: #FFF;
}

table.form-table{
	width:100%;
	vertical-align:top;
	border-top:1px solid #CCCCCC;
	margin-bottom:15px;
}
table.form-table th,
table.form-table td{
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
	padding:20px 10px 10px 15px;
}
table.form-table th.border,
table.form-table td.border{
	border-bottom:1px solid #CCCCCC;
}
table.form-table th{
	width:150px;
	font-weight:normal;
	background-color:#E8EDF7;
	padding-top:20px;
	padding-left:40px;
}
table.form-table th.required{
	background:url("../img/icon_form_required.gif") 10px 22px no-repeat #E8EDF7;
}
table.form-table th.any{
	background:url("../img/icon_form_any.gif") 10px 22px no-repeat #E8EDF7;
}



/*-------------------------------------------------
Form item（dl版）
-------------------------------------------------*/
div.form-table{
	vertical-align:top;
	margin-bottom:15px;
}
div.form-table dl{
	vertical-align:top;
	border-bottom:1px dotted #BFBFBF;
/*	position:relative;*/
	clear:both;
}
div.form-table dl.border{
	border-bottom:1px solid #BFBFBF;
}
div.form-table dt{
	padding:10px 0px;
}
div.form-table dd{
	padding:10px 0px;
}
div.form-table dt{
/*	width:145px;*/
	padding-left:30px;
}
div.form-table dt.required{
	background:url("../img/icon_form_required.gif") left 12px no-repeat;
}
div.form-table dt.any{
	background:url("../img/icon_form_any.gif") left 12px no-repeat;
}
.contact-preview div.form-table dt{
	padding-left:5px;
}
div.form-table dd{
	margin-left:180px;
}





input[type="text"],
textarea{
	font-size:14px;
	line-height:1.2em;
	color:#444;
	font-weight:normal;
	border:1px solid #BFBFBF;
	padding:4px;
	margin-bottom:8px;
}

textarea{
	width:96%;
}

.form-btn{
	text-align:right;
}




.error-box{
	color:#FFF;
	background:#E37171;
	padding:15px;
	margin-bottom:15px;

	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */
	behavior: url("border-radius.htc.txt");//for IE
}



.pm-block-title-wrapper {
    background: url("../page/img/tit_deepblue-repeat.jpg") repeat-y scroll left top transparent;
    margin-bottom: 15px;
}
.pm-block-title {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.2;
    background: url("../page/img/tit_deepblue.jpg") no-repeat scroll left bottom transparent;
    color: #FFFFFF;
    padding: 10px 14px 12px;
    margin-bottom: 10px;
}

.red{
	color:#C2000B;
}


.form-btn02{
	padding-top:15px;
}

.check_btn{
	cursor: pointer;
	height: 47px;
	width: 227px;
	background: url("../img/form_btn_preview.gif");
	border: none;
	text-indent: -99999px;
	display:block;
}
.input-wrapper{
	display:block;
	height: 47px;
	margin-bottom:20px;
}
.send_btn{
	cursor: pointer;
	height: 47px;
	width: 227px;
	background: url("../img/form_btn_transmission.gif");
	border: none;
	text-indent: -99999px;
	margin-bottom:20px;
}
.wirite_btn{
	cursor: pointer;
	height: 47px;
	width: 140px;
	background: url("../img/form_btn_back.gif");
	border: none;
	text-indent: -99999px;
}
.pc .wirite_btn{
	position:absolute;
	top:0px;
	left:0px;
}
.sp .wirite_btn,
.sp .send_btn{
	margin-bottom:10px;
}