/* CSS Document */

/* 施設ページTOP */
.gakushu_shisetsu h3 {
	position: relative;
	width: 990px;
	height: 40px;
	z-index: -1;
}

.gakushu_shisetsu ul {
	font-size: 125%;
	font-weight: bold;
	position: relative;
	left: 50px;
	bottom: 35px;
	z-index: 0;
	width: 500px;
}



/* 施設ページエントリ */

.grid_8 {
	width: 289px;
	border-left: solid 1px #aaaaaa;
	float: right;
}

#left-sidebar-inner {
	width: 250px;
	float: right;
}

.grid_16 {
	width: 700px;
	border-right: solid 1px #aaaaaa;
}

#main-content-inner {
	width: 660px;
}

#main-content-inner h3 {
	display: block;
	color: #404040;
	border-bottom: dotted #404040;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
}

#main-content-post-author {
	text-align: right;
}

.facilities_info {
	margin-bottom: 80px;
	display: block;
	height: 60px;
}

.facilities_photo {
	float: left;
	border: solid 2px #999999;
	padding: 5px;
	/*margin-right: 30px;*/
	margin-bottom: 15px;
}

.facilities_cate, .facilities_field {
	width: 503px;
	float: right;
	margin-bottom: 5px;
	font-size: 90%;
}


.facilities_attribute_p {
	/*width: 120px;*/
	padding: 2px 10px;
	color: #FFFFFF;
	background-color: #888888;
	margin-bottom: 2px;
}

.facilities_block_attribute_area {
	display: block;
	border-bottom: solid 3px #AAAAAA;
	margin-top: 20px;
	margin-bottom: 5px;
}

.facilities_block_attribute {
	/*width: 130px;
	background-color: #AAAAAA;
	padding: 4px 10px 0 10px;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;*/
}

.facilities_block_name_area {
	display: block;
	border-bottom: solid 3px #007711;
	margin-top: 20px;
	margin-bottom: 5px;
}

.facilities_block_name {
	position: relative;
	width: 130px;
	background-color: #007711;
	padding: 4px 10px 0 10px;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}


.facilities_block_u_t_info_out {
	display: block;
	border-bottom: solid 3px #0066CC;
	margin-top: 20px;
	margin-bottom: 5px;
}

.facilities_block_u_t_info {
	position: relative;
	width: 130px;
	background-color: #0066CC;
	padding: 4px 10px 0 10px;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.facilities_table {
	width: 100%;
	border-collapse: collapse;
}
.facilities_table th {
	width: 165px;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #EEE;
	border: 1px solid #AAAAAA;
}
.facilities_table td {
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #AAAAAA;
}

#facilities_gmap {
	margin-top: 20px;
}

.gm-style-iw {
	left: 0px !important;
}
































