@charset "UTF-8";

/*============================
#leftArea
============================*/

div#toiawase {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 35px;
}

/*============================
#form
============================*/

table#syokusyu {
	border: 2px solid #00A2E6;
}
table#kihon {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
form tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
}

form tr:first-child {
	border-top-style: none;
}

.bn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form td {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 90%;
}

form td input,select{
	border-radius: 5px;
	height: 25px;
	margin-bottom: 10px;
	font-size: 110%;
}
.koumoku {
	background-color: #ECF1F9;
	white-space: nowrap;
	color: #5B5B5B;
	font-weight: bold;
	font-size: 110%;
}
.required {
	background-image: url(../../common/images/bg_required.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div#l-container h3 {
	font-size: 197%;
	line-height: 1em;
	color: #00A2E6;
	font-weight: bold;
	margin-bottom: 20px;
}
