@charset "utf-8";
/* CSS Document */

.section table {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.section table tr th {
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
	color: #fff;
	background-image: url(../common/image/th_bk.gif);
	background-repeat: repeat;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#contents #gMap {
	height: 440px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#contents #gMapWrapper {
	height: 450px;
	width: 810px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	-webkit-box-shadow: 0 0 3px #777;
	-moz-box-shadow: 0 0 3px #777;
	box-shadow: 0 0x3px #777;
	background-color: #fff;
	padding: 5px;
}


.section table tr td {
	font-size: 15px;
	padding-left: 15px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
