#ita {
	margin:0px;
	padding: 5px 0px;
}

#tyuusinn {
	margin: 10px 0px 20px 200px;
	width: 510px;
}

#tyuusinn .msg h2 {
	margin: 15px 0px;
	padding: 10px;
	width: 500px;
	font-size: 180%;
	font-weight: bold;
	color: #DE0B0B;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#inqform h2 {
	margin: 0px 0px 30px 0px;
}

#inqform a {
	padding: 0px 3px;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	color: #e18d00;
}

/* ここから問い合わせフォーム */
#inquiry {
	margin: 10px 0px 20px 0px;
}
#inquiry h3 {
	margin: 5px 0px 5px 0px;
}
#inquiry table {
	border-top: 2px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: 3px solid #CCCCCC;
	border-right: 1px solid #666666;
	font-weight: normal;
	padding: 10px 2px 10px 18px;	
	width: 100px;
	background-image: url(../golobal-image/contents-area-images/mfarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#inquiry th.must {
	border-left-color: #b67300;
}
#inquiry .hide div div {
	padding: 10px 0px;
}
#inquiry .hide td {
	padding: 0px 10px;
}
#inquiry .hide th {
	padding: 0px 2px 0px 18px;
}
#inquiry th em {
	font-style: normal;
	color: #e18d00;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
#inquiry .submit {
	text-align: center;
	margin-top: 20px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #036F72; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}
/* ここまで問い合わせフォーム */