@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: login.css
 * author		: takaaki koyama
 * style info	: login.html用CSS
 -----------------------------------------------------------*/
@import url("import.css");

@import url("subpage.css");

@import url("low.css");

.sec{
	width:640px;
	font-size:1.2em;
	padding-top:4px;
	background:url(../img/parts/bg_area_w_t.gif) no-repeat left top;
}
.sec_in{
	padding:16px 20px 20px;
	margin-bottom:15px;
	background:url(../img/parts/bg_area_w_b.gif) #fff no-repeat left bottom;
}

#circumstances .sec_in{
	margin-bottom:30px;
}

.sec h3{
	margin-bottom:1.5em;
}
.sec ul{
	margin-bottom:1.5em;
}

.partial ol{
	margin:0.5em 0 0.5em 20px;
}
#return{
	margin-bottom:15px;
}

table th,
table td{
	padding:0.5em 0.5em 0.5em 1.0em;
	border-bottom:1px solid #fff;
}

.sec table th{
	padding-left:0.5em;
	color:#4a3821;
	text-align:center;
	background-color:#f0ece4;
	border-right:1px solid #fff;
}
.sec table td{
	background-color:#f0ece4;
}

.partial table th{
	font-weight: bold;
	color:#4a3821;
	text-align: center;
}
.partial table{
	margin:20px 0 0 20px;
}

.google_map{
	margin:1.5em 0 0.5em 20px;
}
