@charset "UTF-8";
/* CSS Document */

.facility{
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin:0 0 30px;
	font-size:15px;
}

.facility table {
	border-right:1px solid #0F0F0F;
	margin:0 0 40px;
}


.facility table th {
	background-color:#005E3C;
	color:#FFF;
	border-left:1px solid #0F0F0F;
	border-bottom:1px solid #0F0F0F;
	padding:10px;
	font-weight:normal;
	text-align:left;
	width:43%;
}
.facility table th.detail {
	width:8%;
}

.facility table td {
	border-left:1px solid #0F0F0F;
	border-bottom:1px solid #0F0F0F;
	padding:10px;
}
.facility table td.name {
	background-color:#F9F7EF;
}
.facility table td.link {
	text-align:center;
}


/******************************************************************************************************/



@media only screen and (max-width:1000px){
	
.facility{
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin:0 0 20px;
	font-size:13px;
}
}


