@charset "utf-8";

/*ごあいさつ　ここから*/
#intro {
	overflow: hidden;
}

#intro #introThumb {
	width: 246px;
	float: left;
}

#intro #introText {
	width: 364px;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 25px;
	float: right;
}
/*ごあいさつ　ここまで*/

/*院内の雰囲気　ここから*/
#inside {
	font-size: 0.9em;
}

#inside dd ul {
	list-style-type: none;
}

#inside dd ul .insideList {
	margin-bottom: 30px;
}

#inside dd ul li p img {
	margin-bottom: 10px;
}
/*院内の雰囲気　ここまで*/

/*スタッフ紹介　ここから*/
.staffIntro {
	border-bottom: 2px dotted #999999;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

#staff dd ul {
	list-style-type: none;
}

#staff dd ul li dl .staffImg {
	width: 254px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

#staff dd ul li dl .staffName {
	color: #339933;
	font-size: 1.5em;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

#staff dd ul li dl .staffText {
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 25px;
}

#staff dd ul li dl .staffText p {
	margin-bottom: 20px;
}

.motto {
	color: #339933;
	font-size: 1.2em;
	font-weight: bold;
}
/*スタッフ紹介　ここまで*/

/*基本情報　ここから*/
#data {
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 25px;
}

#data dd table {
	width: 630px;
}

#data dd table tr {
	border-bottom: 1px solid #999999;
}

#data dd table tr th {
	text-align:left;
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 15px;
}

#data dd table tr td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.parkingMore {
	background-image: url(../../../img/arrow_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 40px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
/*基本情報　ここまで*/