@charset "utf-8";


/*----------------------------------------------------

	当院のご紹介ページ用CSS

----------------------------------------------------*/


#mainContents .section .guideBox1 {
	clear: both;
}



#mainContents .section dl {
}



#mainContents .section dt {
	width: 100px;
	margin: 0 40px 0 0;
	padding: 0 0 25px;
	float: left;
	text-align: center;
	font-weight: bold;
	display: block;
}



#mainContents .section dd {
	width: 680px;
	padding: 0 0 25px;
	margin: 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
}



/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
#mainContents .section dl {
}



#mainContents .section dt {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 0 0 0;
	float: none;
	text-align: left;
}



#mainContents .section dd {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px;
}
}



#mainContents .guideData p {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
