@charset "UTF-8";

#container {
	position: relative;
	width: 100%;
	height: auto;
}

/* トップ画像 */
#container #slideBack {
	position: absolute;
	width: 100%;
	min-width: 1050px;
	height: 345px;
	top: 6px;
	background: url(../img/top/top_image_back.png) no-repeat center;
	z-index: 4000;
}

#container #mainImageBack {
	width: 100%;
	height: 350px;
	margin-top: 10px;
	background: url(../img/top/top_image_back_re.jpg) repeat-x bottom;
}

#mainImageBack #mainImage {
	width: 1050px;
	height: 350px;
	margin: 0 auto;
}

#mainImage img {
	display: block;
	width: 978px;
	height: 350px;
	margin-left: 16px;
}

/* メインコンテンツ */
#container #mainContents {
	position: relative;
	width: 1050px;
	height: auto;
	margin: 0 auto;
}

#mainContents #toTop {
	text-align: right;
	margin-top: 30px;
}

/* 左カラム */
#mainContents #containerLeft {
	width: 700px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
}

/* ごあいさつ */
#containerLeft #greeting {
}

#greeting #greeTxt {
	width: 404px;
	height: auto;
	font-size: 16px;
	color: #4B4C4C;
	line-height: 180%;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 42px;
	float: left;
}

#greeting #greePhoto {
	width: 268px;
	height: auto;
	margin-top: -25px;
	float: right;
}

#greePhoto #building {
	text-align: center;
	font-size: 16px;
	color: #017232;
}

#greePhoto #building p {
	margin-top: 11px;
}

#greePhoto #doctor {
	position: relative;
	width: 268px;
	height: 198px;
	background: url(../img/top/doctor.jpg) no-repeat;
	margin-top: 34px;
}

#greePhoto #doctor p {
	position: absolute;
	font-size: 15px;
	color: #4B4C4C;
	line-height: 130%;
	letter-spacing: -1px;
	left: 34px;
	bottom: 17px;
}
/*20250513変更*/
#greePhoto #doctor {
	border-radius: 9px;
	background-image: none;
	background-color: #FFF5D7;
	padding: 13px 30px 17px 30px;
	width: calc(268px - 60px);
	height: auto;
}
#greePhoto #doctor p {
	position: static;
	margin-bottom: 10px;
	font-size: 14px;
}
#greePhoto #doctor p:last-child { margin-bottom: 0; }
#greePhoto #doctor p.photo {
	position: static;
	text-align: center;
}
#greePhoto #doctor p a:hover { text-decoration: underline; }

/* 診療のご案内 */
#containerLeft #consultation {
}

#consultation ul {
	width: 750px;
	margin-top: 15px;
	margin-left: -6px;
}

#consultation ul li {
	margin-right: 10px;
	margin-bottom: 40px;
	float: left;
}

/* 初めて来院される患者様へ */
#containerLeft #howTo {
	margin-top: 25px;
}

#howTo dl {
	margin-bottom: 28px;
}

#howTo dl dd {
	width: 698px;
	height: auto;
	border: 1px solid #8BC53F;
}

#howTo dl dd p {
	padding: 16px 10px;
	font-size: 16px;
	color: #017232;
	line-height: 150%;
	letter-spacing: -1px;
}

#howTo dl dd p span {
	color: #b0073f;
}

#howTo dt img,
#howTo dd img {
	vertical-align:bottom;
}

