
/* CSS Document */


.box table {
	margin-bottom:1em;
	width:100%;
}

.box td {
	padding:10px 5px;
}

.box .td01 {
	white-space: nowrap;
	width:130px;
	font-weight:bold;
	/*text-align:right;*/
	vertical-align:top;
}

.red {
	font-size:11px;
	color:#FF0000;
}

.box .td01 span {
	font-size:11px;
	font-weight:normal;
}

.box td input.txB01 {
	width:250px;
}

.box td input.txB02 {
	width:400px;
}

.box td input.txB03 {
	width:150px;
}

textarea {
	width:350px;
}

.inquiryBox {
	border:1px solid #CCCCCC;
	margin:5px 15px 15px 15px;
	padding:10px;
}

.inquiryBox p {
	margin-bottom:1em;
}

.privacyArea {
	text-align:center;
	background:#f4f4f4;
	padding:15px;
	margin-bottom:2em;
	border:1px solid #ccc;
}

.privacyArea iframe {
	width: 580px;
	height: 115px;
	text-align:left;
	margin-bottom:1em;
	background:#FFFFFF;
}

.submitArea {
	text-align:center;
}

.submitArea input {
	width:100px;
}
