@charset "utf-8";
/* ===================================================================
CSS information

 file name  :about.css
 author     :admin
 style info :当院のご案内に関わるスタイル
=================================================================== */

#map {
	width: 630px;
	height: 400px;
	overflow:auto;
	margin: 0 auto 10px;
 }


.howToAccess {
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
	color: #FF0645;
	font-size: 110%;
}

#priceList {

}


table#priceTable{
	border: solid 1px #ccc;
	margin: 1px 0 30px 1px;
	padding: 0;
	width: auto;
	line-height: 2.2;
}

table#priceTable th {
	background-color: #F7FFE3;
	padding: 5px 0;
	border: solid 1px #ccc;
	font-weight:bold;
	text-align: center;
}

table#priceTable td {
	padding: 5px;
	border: solid 1px #ccc;
}

table#priceTable td img {
	margin-right: 7px;
}

table#priceTable td.menu {
	background-color: #FFFFEC;
	width: 400px;
	text-align: left;
	color:#42954B;
}

table#priceTable td.price {
	width: 150px;
}


*:first-child + html dl#mainHistory {
	width: 380px;
} 

.biyouhari_menu {
	height: 10px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
}

.detail {
	font-weight: 100;
	line-height: 1.8;
	border: solid 1px #ccc;
	background-color:#FFF;
	padding: 10px;
	font-size: 90%;
	margin: 0 10px;
}

