@charset "EUC-JP";



#Main h3 {
	margin: 0.5em 0;
	padding: 0.1em 0;
	font-size: 12px;
	line-height: 150%;
	border: none;
	font-weight: bold;
}

/* Layout */

#formBox {
	margin: 20px 40px 20px 40px;
	text-align: center;
	min-height: 250px;
}
#Main table {
	border: 1px solid gray;
	border-collapse:collapse;
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
#Main table th , #Main table td {
	border: 1px solid gray;
	padding:0.2em 0.5em;
	vertical-align: top;
}
#Main table th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	background-color: #99CCFF;
}
#Main table.btn2 {
	border: 0px solid #fff;
	border-collapse:collapse;
	margin: 2em 0.5em 2em 0.5em;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}
#Main .btn2 th , #Main .btn2 td {
	border: 0px solid #fff;
	padding:0.3em 1em;
	vertical-align: top;
}
#Main table.explain {
	border: 1px solid gray;
	border-collapse:collapse;
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
}
#Main table.explain th , #Main table.explain td {
	border: 1px solid gray;
	padding:0.2em 0.3em;
	vertical-align: top;
}
#Main table.explain th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	background-color: #FFFFFF;
}
#Main table.telno {
	border: 1px solid gray;
	border-collapse:collapse;
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
}
#Main table.telno th , #Main table.telno td {
	border: 1px solid gray;
	vertical-align: top;
	background-color: #FFFFCC;
}
#Main table.telno th {
	padding:0.2em 1em;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	background-color: #FFFFCC;
}
#Main table.telno td {
	padding:0.2em 2em;
}
#Main table td.right {
	text-align: right;
}
