@charset "UTF-8";
h1.page {
	background: url(../img/page.jpg) no-repeat top center;
}
@media screen and (max-width: 1049px) {
	h1.page {
		background-position: -315px 0;
	}
}
@media screen and (min-width: 1680px) {
	h1.page {
		background-position: center center;
		background-size: 100% auto;
	}
}
.about {
	padding-top: 15px;
	margin-bottom: 60px;
}
.table th, .table td {
	font-size: 13px;
	line-height: 1.6;
	padding: 12px 0;
	border: none;
	background: url(../../common/img/dot_h.png) repeat-x bottom left !important;
	background-size: 3px 1px !important;
}
.table tr:last-child th, .table tr:last-child td {
	background: none !important;
}
.about .outline,
.about .business {
	float: left;
	width: 48.5%;
	padding: 20px 30px;
	border: solid #dcdcdc 1px;
	-webkit-box-shadow: 0px 6px 4px -4px rgba(0,0,0,0.12);
	box-shadow: 0px 6px 4px -4px rgba(0,0,0,0.12);
}
.about .outline {
	margin-right: 3%;
}
.item_title {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 10px;
}
.item_title span {
	display: block;
	width: 50px;
	margin: auto;
	padding-bottom: 8px;
	border-bottom: solid #ccc 2px;
}
.googlemap {
	position: relative;
	padding-top: 50%;
}
#map_canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
