@charset "utf-8";
/* CSS Document */

.text span {
	font-weight: bold;
	color: #139679;
}

.form span {
	color: #FF0000;
}
.form table {
	width: 100%;
	line-height: 150%;
	border: #D6D7DE solid 1px;
	border-collapse: collapse;
	margin: 15px 0;
}
.form table th {
	vertical-align: top;
	background-color: #EDF5EE;
	border: #D6D7DE solid 1px;
	padding: 1em;
	width: 20%;
}
.form table td {
	border: #D6D7DE solid 1px;
	padding: 1em;
}
.form table dl dt {
	float: left;
	clear: both;
	padding: 0 1em 0 0;
}
.form table dl dd {
	padding: 0 1em 0 0;
}
.form table dl span {
	color: #FF0000;
	font-size: 83%;
}
.form table ul.kinyu li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}
.form table ul.main li {
	float: left;
	list-style-type: disc;
	margin: 0 1.5em;
}
.form p.confirm {
	text-align: center;
	padding: 10px 0;
}
.form p.button {
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}
.form input[type="button"],
.form input[type="submit"] {
	background: url(../img/inquiry/btn_form.png) no-repeat;
	width: 228px;
	height: 58px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 200%;
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	-webkit-text-shadow: 1px 1px 1px #FFFFFF;
	-moz-text-shadow: 1px 1px 1px #FFFFFF;
}
.form input[type="button"]:hover,
.form input[type="submit"]:hover {
	position: relative;
	top: 1px;
	left: 1px;
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
	cursor: pointer;
}


h3 {
	font-size: 200%;
	line-height: 200%;
}