@charset "UTF-8";
/* お問い合わせ
---------------------------------------------------- */


#inquiry {
	width: 530px; /* ボックスの幅を指定 */
        width: 560px; 
	line-height: 1.5;
	/*font-size: 120%;*/
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 0 10px;
        text-align:left;
}
#inquiry td p {
	border-bottom: 1px dotted #FF9900;
	margin: 0;
	padding: 5px;

}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 170px;
}

#inquiry caption {
	padding: 10px;
}

#inquiry th.must {
	border-left-color: #D90000;
}
#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;
	padding: 20px 0;
}

#inquiry .submit input {
padding: 3px 3px 3px 3px;
border-top: #e1d9ca 3px double;
border-right: #e1d9ca 3px double;
border-bottom: #e1d9ca 3px double;
border-left: #e1d9ca 3px double;
background: #FFCC00;
}

#inquiry .submit input:hover {
border-top: #d94040 3px double;
border-right: #d94040 3px double;
border-bottom: #d94040 3px double;
border-left: #d94040 3px double;
color: #d94040;
}

.text1:focus, .text2:focus, .text3:focus, .text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFF99; /* フォーカス時の背景色を指定 */
}