@charset "utf-8";
.garden .wrapper {
	background-image: url(../garden/bk_garden.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
.garden_left {
	width: 420px;
	float: left;
	margin-right: 20px;
}
.garden_right {
	width: 480px;
	float: right;
}
.ti_garden {
	font-size: 18px;
	color: #0074BE;
	font-weight: bold;
	padding-bottom: 8px;
}
.g_box td {
	border-bottom-color: #0074BE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 3px;
	vertical-align: top;
}

.s_title {
	width: 130px;
}
