@charset "utf-8";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
#aboutWrap {
	width: 300px;
	margin: 10px auto;
}
#aboutWrap h2 {
	margin-bottom: 6px;
}
#aboutWrap table {
	width: 100%;
}
#aboutWrap table th,
#aboutWrap table td {
	padding: 4px 5px;
	font-size: 76%;
	line-height: 150%;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
#aboutWrap table tr:last-child th,
#aboutWrap table tr:last-child td {
	padding-bottom: 20px;
	border-bottom: none;
}

#aboutWrap table th {
	text-align: right;
	color: #3059AA;
	border-right: 4px solid #CCC;
}
#aboutWrap table td a {
	color: #FF6600;
}
#aboutWrap table td a:hover {
	color: #FFCC00;
}
.aboutusMapBtn {
	padding: 9px 0;
}