/******************* General Document ***********************/

@charset "euc-jp";

* {
	margin: 0;
	padding: 0;
}
/******************* form Document ***********************/
#inquiry table {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	padding: 3px;
	border: none;
}
#inquiry th {
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #CCCCCC;
	border-right: none;
	font-weight: normal;
	padding: 3px 15px 3px 5px;
	width: 140px;
	text-align: right;
}
#inquiry th.must {
	border-left-color: #FF9853;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 50%;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}
