@charset "utf-8";

@import url("./common.css");
h2.bar_title{
	width:670px;
	height:30px;
	background:url(../img/list/bar_title.jpg) no-repeat left top;
	line-height:30px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px
}
.form_table{
	width:660px;
	margin:0 10px 10px 10px;
}
.form_table table{
	border-collapse:collapse;
	width:100%;
}
.form_table table tr th ,
.form_table table tr td {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:12px 10px 12px 15px;
}
.form_table table tr th {
	border-left:1px solid #CCCCCC;
	background:#EFEFEF;
	width:180px;
}
.form_table table tr td {
	border-right:1px solid #CCCCCC;
}
.hissu{
	color:#CC3300;
	font-size:10px;
}

.form_table input[type="text"] , .form_table select , .form_table textarea {
	vertical-align: middle;
	border:1px solid #CCCCCC;
}
.form_table input[type="text"] {
	width:260px;
}
.form_table textarea {
	width:410px;
}

#checkBtn{
	margin-right:10px;float:right;
}
#sendBtn{
	margin-right:10px;float:right;
}
#backBtn{
	margin-right:10px;float:right;
}

/* thanks */
.thanksmsg{
	margin:0 10px;
}
.errlist{
	margin-bottom:10px;
}
.form_table2{
	width:660px;
	margin:0 10px 10px 10px;
}
.form_table2 table{
	border-collapse:collapse;
	width:100%;
	border-left:1px solid #CCCCCC;
}
.form_table2 table tr th ,
.form_table2 table tr td {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:12px 10px 12px 15px;
}
.form_table2 table tr th {
	border-left:1px solid #CCCCCC;
	background:#EFEFEF;
	width:180px;
}
.form_table2 table tr td {
	border-right:1px solid #CCCCCC;
}
