#ita {
	margin:0px;
	padding: 5px 0px;
}
#tyuusinn .msg h2 {
	margin: 15px 0px;
	padding: 10px;
	width: 500px;
	font-size: 112%;
	font-weight: bold;
	color: #DE0B0B;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#inqform h2 {
	margin: 0px 0px 30px 0px;
}


/* ここから問い合わせフォーム */
#inquiry {
	margin: 10px 0px 20px 0px;
}
#inquiry h3 {
	margin: 5px 0px 5px 0px;
}
#inquiry table {
	border: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border: none;
	padding: 10px;
}
#inquiry .label {
	margin-bottom: 7px;
}
#inquiry .alert {
	margin-left: 15px;
}
#inquiry .radio {
	margin-left: 5px;
}
#inquiry .item {
	color: #333333;
}
#inquiry .hide div div {
	padding: 10px 0px;
}
#inquiry .hide td {
	padding: 0px 10px;
}
#inquiry em {
	font-style: normal;
	color: #10662f;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	padding: 2px;
}
select.text1 {
	padding: 0px;
}
.text1 {
	width: 150px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
.unselect {
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#inquiry .submit {
	text-align: center;
	margin-top: 20px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #10662f; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}
/* ここまで問い合わせフォーム */
