@charset "UTF-8";
/* CSS Document */
.side_box {
	height: 1690px;
}
.side_box p {
	margin-bottom: 230px;
}
.photo_box {
	width: 240px;
	float: right;
}
.text_box {
	width: 380px;
	font-size: 13px;
	line-height: 1.7em;
	float: left;
}
.access {
	margin-bottom: 20px;
}
.access .photo_box {
	float: right;
	width: 300px;
}
.address {
	width: 315px;
	float: left;
	margin-top: 115px;
}
.address h3 {
	display: block;
	width: 315px;
	height: 28px;
	color: #FFF;
	background-color: #005EAE;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 8px;
}
.address p {
	font-size: 15px;
	padding-left: 10px;
}
.address .green_color {
	font-size: 25px;
	font-weight: bold;
}
.main .C_table {
	width: 640px;
	font-size: 16px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 48px;
}
.main .C_table th,td {
	font-weight: normal;
	line-height: 1.5em;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #808080;
    border-top-style: solid;
    border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main .C_table th {
	width: 150px;
	vertical-align: top;
}
.main .C_table td {
	width: 490px;
}