@charset "Shift_JIS";
div.form {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
div.form * {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
div.form p {
	font-size: 90%;
	text-align: center;
}

div.form a {
	font-size: 1em;
}

div.form .notice {
	color: #FF3300;
	text-align: left;
}

div.form .textB {
	margin-bottom: 15px;
}

div.form div.telB {
	margin-bottom: 20px;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E2F1FE;
	border: 1px solid #3366FF;
}

div.form div.formB {
	margin-bottom: 20px;
}

div.form div.formB table.formT caption {
	font-weight: bold;
}
div.form div.formB table.formT td,
div.form div.formB table.formT th {
	text-align: left;
	padding: 4px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
}

div.form div.formB table.formT {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}

div.form div.formB table.formT th {
	background-color: #99CCFF;
}

div.form div.formB table.formT td {
	background-color: #BBDDFF;
}

div.form p.t_notice {
	color: #FF0000;
	width: 500px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

div.form div.formB table.formT input {
	line-height: 100%;
}

div.form div.formB table.formT td select {
	text-align: left;
	line-height: 100%;
}
div.form div.formB table.formT td textarea {
	font-size: 90%;
	text-align: left;
	line-height: 110%;
	width: 280px;
}
