@charset "UTF-8";

/* office.html
===================================================== */
div#wrapper div#contents div#main table {
	margin: 30px 0 30px 10px;
	width: 580px;
	border-collapse: collapse;
}
div#wrapper div#contents div#main table th {
	text-align: left;
	vertical-align: middle;
	background: url("../img/lower/office_th_bg.gif") repeat;
	width: 115px;
}
div#wrapper div#contents div#main table th, td {
	border-bottom: 1px dotted #7f7f7f;
	padding: 10px;
}
div#wrapper div#contents div#main table .last {
	border: none;
}
span.necessary {
	color: #073d71;
	font-size: 12px;
	padding-left: 3px;
}
div#main div#formBox {
	height: 44px;
	text-align: center;
}
div#main div#formBox input.leftBtn {
	margin-right: 10px;
	width: 188px;
	height: 44px;
}
div#main div#formBox input.rightBtn {
	width: 188px;
	height: 44px;
}
span.red {
	color: #cc0000;
	font-size: 12px;
}