@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
#pageTitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
#pageTitle h2 {
	background-image: url(../imgs/pagetitle.png);
}

/* message */
#message .title {
	background-image: url(../imgs/title-message.gif);
}
#message .imageText {
	zoom: 1;
}
#message .imageText:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#message .imageText .image {
	float: left;
}
#message .imageText .text {
	margin-left: 270px;
	padding-top: 15px;
}
#message .text .name {
	margin: 20px 0 0;
	font-size: 114.3%;
	font-weight: bold;
}

/* about */
#about .title {
	background-image: url(../imgs/title-about.gif);
}
#about .tableStyle {
	margin-bottom: 15px;
}
#about .tableStyle th,
#about .tableStyle td {
	width: 45px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
#about .tableStyle th:first-child,
#about .tableStyle td:first-child {
	width: auto;
}
#about .address dt {
	color: #f0831e;
	font-size: 114.3%;
}
#about .address dd .btn {
	margin-top: 15px;
}
#about .map {
	margin-top: 40px;
}
#about .map iframe {
	width: 960px;
	height: 440px;
}

/* facility */
#facility .title {
	background-image: url(../imgs/title-facility.gif);
}
#facility .list {
	margin-top: 30px;
}
#facility .list ul {
	zoom: 1;
	margin-top: 30px;
}
#facility .list ul:first-child {
	margin-top: 0;
}
#facility .list ul:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#facility .list li {
	float: left;
	width: 220px;
	margin-left: 26px;
}
#facility .list li:first-child {
	margin-left: 0;
}
#facility .list li dl {
	margin-top: 15px;
}
#facility .list li dl dt {
	color: #f0831e;
	font-size: 114.3%;
}



/*--------------------------------------------------
 SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	/* index
	--------------------------------------------------*/
	/* layout */
	#pageTitle {
		background-image: url(../imgs/sp/bg-pagetitle.jpg);
	}
	#breadcrumbs li.child span {
		background-image: url(../imgs/sp/bread-clinic.png);
	}

	/* message */
	#message .imageText .image {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	#message .imageText .text {
		margin-left: 0;
		padding-top: 0;
	}

	/* clinic */
	#about .tableStyle {
		font-size: 85.8%;
	}
	#about .tableStyle th,
	#about .tableStyle td {
		width: 20px;
		padding: 0;
	}
	#about .map {
		margin: 30px -20px 0;
	}
	#about .map iframe {
		width: 100%;
		height: 220px;
	}

	/* facility */
	#facility .list li {
		zoom: 1;
		float: none;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}
	#facility .list li:first-child {
		margin-top: 0;
	}
	#facility .list li:after {
		display: block;
	clear: both;
	height: 0;
	content: '';
	}
	#facility .list li .image {
		float: left;
		width: 110px;
	}
	#facility .list li dl {
		margin-top: 0;
		margin-left: 125px;
	}
	#facility .list li dl dd {
		font-size: 85.8%;
	}
}