@charset "utf-8";

/* ENIASU CSS
-------------------------------------------------------------- */


.map_area {
	background: #f4e2bb;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #333333;
	border-radius: 3px;
}

.eniasu_inst {
	background: #fcedd5;
	border: solid 1px #c7a67f;
	box-sizing: border-box;
	padding: 1rem;
	border-radius: 2px;
	width: 31%;
}

.eniasu_inst h3 {
	border-bottom: dotted 2px #6a3500;
}

.eniasu_inst ul {
	padding-left: 1rem;
}

.eniasu_utility {
	border: dotted 2px #6a3500;
	padding: 1rem;
	border-radius: 3px;
}

.eniasu_utility h3 {
	font-size: 1.2rem;
}

.utility_box {
	width: 49%;
	border: solid 1px #6a3500;
	border-radius: 2px;
	padding: 1rem;
	margin: 1rem 0 0;
}

.utility_box h4 {
	font-size: 1rem;
	line-height: 1rem;
	border-bottom: dotted 2px #6a3500;
	padding: 0 0 0.5rem;
}

.utility_box dl {
	margin: 1rem 0 0;
	overflow: auto;
}

.utility_box dl dt {
	color: #6a3500;
	margin: 0 1rem 0 0;
	float: left;
	font-size: 0.9rem;
}

.utility_box dl dd {
	font-size: 0.9rem;
}

.rules_ul li {
	margin: 0 0 0.5rem;
}

.rules_ul li ol {
	margin: 1rem 0;
}

.rules_hr {
	border: solid 1px #f9d4af;
}


/*Rent Room Page*/

.rent-room_subBox {
	width: 48%;
	border: solid 1px #6a3500;
	border-radius: 2px;
	margin: 0 0 1rem;
}



@media only screen and (max-width:1199px) {

.eniasu_inst {
	 width: 98%;
	 margin: 0 1% 1rem;
}

.utility_box {
	width: 98%;
	margin: 0 0 1rem;
}

}