@charset "Shift_JIS";
/* CSS Document */

/*
------------------------------

INQUIRY PAGE Layout Style Sheet

------------------------------
*/
#contents h4 {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
#contents .form .comment {
	font-size: 16px;
	text-align: left;
	padding-bottom: 15px;
}
#contents .form .comment2 {
	width: 1020px;
	height: 50px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
#contents .form h5 {
	font-size: 14px;
	line-height: 25px;
	background-color: #999999;
	height: 25px;
	color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#contents .form dl {
	padding-bottom: 10px;
}
#contents .form dl dt {
	font-size: 12px;
	line-height: 17px;
	height: 30px;
	text-align: left;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#contents .form dl dd {
	font-size: 12px;
	line-height: 17px;
	height: 30px;
	text-align: left;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#contents .form table {
width: 1020px;
border-top-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-left-color: #999999;
margin-bottom: 15px;
}
#contents .form th, #contents .form td {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
}
#contents .form th {
	width: 15em;
	background-color: #E6E6E6;
	color: #333333;
	padding-left: 10px;
}
#contents .form td {
	padding-left: 10px;
}
#contents .form input {
	vertical-align: middle;
}
#contents .form label {
	margin-right: 10px;
}
#contents .form .tex {
	width: 200px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
#contents .form .tex:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#contents .form .texa {
	width: 400px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
#contents .form .texa:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
