@charset "utf-8";
/* CSS Document */

/*--------------------
 Container
--------------------*/

body#kengaku nav {
	background: url(../../images/contact/kengaku_mainimage.jpg) no-repeat center 25px;
	height: 175px;
}
body#inquiry nav {
	background: url(../../images/contact/inquiry_mainimage.jpg) no-repeat center 25px;
	height: 175px;
}

body.form-confirm #main h2,
body.form-error #main h2,
body.form-complete #main h2 { margin-bottom: 40px;}

body#inquiry .readtxt { margin-bottom:40px;}

#main h3 {
	margin-bottom:20px;
}

#main table.contactform {
	width: 600px;
	border: solid 1px #ddd;
}
	#main table.contactform tr th{
		background: #eee;
		width:190px;
		padding: 10px 8px 10px 12px;
		font-weight: normal;
		text-align:left;
		vertical-align: text-top;
	}
	#main table.contactform tr.odd th{
		background: #DEDEDE;
		line-height: 1.3;
	}
	#main table.contactform tr th.last{
		vertical-align: top;
	}
	#main table.contactform tr td{
		padding: 10px 10px 10px 20px;
		line-height:1.6;
	}
	#main table.contactform tr.odd td{
		background: #eee;
	}
	:root *> #main table.contactform tr td input,
	:root *> #main table.contactform tr td textarea,
	:root *> #main table.contactform tr td select{
		border: solid 1px #ccc;
	}
	#main table.contactform tr td.formadd input {
		margin-bottom:5px;
	}
	#main table.contactform tr td p{
		font-size:90%;
	}
#main p.inputbtn-area {
	text-align:center;
	height: 30px;
	margin-top:40px;
	padding-left:130px;
}
#main p.inputbtn-area span#reset-btn input{
	background: url(../../images/contact/reset.gif) no-repeat left top;
	display:block;
	float:left;
	width:156px;
	height: 30px;
	border:none;
	cursor:pointer;
}
#main p.inputbtn-area span#check-btn{
	float:left;
	margin-left:30px;
}
div.confirmbtn-area {
	height: 30px;
	margin-top:40px;
	padding-left:130px;
}
div.confirmbtn-area form {
	display:block;
	width:186px;
	float:left;
}

span.errmsg { font-size: 90%; color: #F00; }
span.error { font-size: 130%; font-weight:bold; color: #c00; }
body.form-complete #main p strong {font-size:130%;}
body.form-complete #main p span { color: #c00; font-weight:bold; font-size:130%;}

/* 140605 EDIT */
p.kengakunote{ border: solid 2px #F00; padding:10px 0px; text-align:center; color:#F00; width:600px; margin-bottom:30px;}
p.kengakunote span{ font-weight:bold; font-size:120%; padding: 0px 3px; text-decoration: underline;}
p.kengakunote2{ border: solid 2px #CCC; padding:10px 0px; text-align:center; color:#666; width:600px; margin-bottom:30px;}
p.kengakunote2 span{ font-weight:bold; color:#F00; font-size:120%;}
