@charset "utf-8";

#inquiry {
	width: 510px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 510px;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 160px;
}
#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: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #f3f3f3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9;		/* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF;	/* フォーカス時の背景色を指定 */
}
.msg {
	color:#800000;
}
.miss {
	color:#ff0000;
	background-color:#FFFF99;
	padding:5px;
	line-height:1.4em;
	margin-top:10px;
	margin-right:15px;
	margin-left:5px;
}
.miss div {
	background:url("list-pink.gif") no-repeat left;
	padding: 5px 0 2px 13px;
}
.err {
	background-color:#FFFF99;
}
.hp_btn_size {
	width:250px;
	text-align:center;
	font-size:90%;
	margin-bottom:5px;
	padding:2px;
}
