@charset "UTF-8";

/* 共通
---------------------------------*/
#index .localnav li a.index,
#first .localnav li a.first,
#staff .localnav li a.staff,
#info .localnav li a.info,
#facility .localnav li a.facility,
#equip .localnav li a.equip {
	color: #fff;
	cursor:default;
	background-color: #33b8ba;
	
}

/* 先生の紹介
---------------------------------*/

#index #visual {
	background: url(/about/img/index_visual.jpg) no-repeat center top;
}
#index .intro .box {
	width: 980px;
	overflow:hidden;
	_zoom:1;
}
#index .intro .box .txt {
	float: left;
	width: 680px;
}

#index .intro .box .pic {
	float: left;
	width: 250px;
	margin-left: 50px;
	text-align: center;
}
#index .intro .box .pic p.name {
	margin-top: 1.5em;
}
#index .intro .box .pic p.name strong {
	font-size: 140%;
	font-weight: bold;
} 
#index .intro .box .pic p.name span {
	font-size: 80%;
	letter-spacing: 0;
} 

#index .history,
#index .qualification {
	width: 490px;
	float: left;
}
#index .history dl,
#index .qualification dl {
	overflow:hidden;
	_zoom:1;
	margin-bottom: 0.5em;
}
#index .history dl dt,
#index .qualification dl dt {
	float: left;
	width: 70px;
	color: #999;
	font-size: 90%;
}
#index .history dl dd,
#index .qualification dl dd {
	float: left;
	width: 420px;
}

#index .history .belonging {
	margin-top: 40px;
}
#index .history .belonging ul li {
	position: relative;
	padding-left: 20px;
}

#index .history .belonging ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

/* スタッフ
---------------------------------*/

#staff #visual {
	background: url(/about/img/staff_visual.jpg) no-repeat center top;
}

#staff  .inner {
	padding-bottom: 10px;
}
#staff .inner .all {
	width: 70%;
	margin: 20px auto 0 auto;
}
#staff .inner .all img {
	width: 100%;
	height: auto;
}
#staff .list dl {
	float: left;
	width: 490px;
	overflow:hidden;
	_zoom:1;
	margin-bottom: 10px;
}
#staff .list dl dt {
}
#staff .list dl dd {
	width: 460px;	
	margin-bottom: 0.5em;
}
#staff .list dl dd.name {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 1em;
	text-align: center;
}
#staff .list dl dd.name span {
	font-weight: normal;
	font-size: 50%;
	letter-spacing: 0px;
}

#staff .list dl dd.qualification strong {
	background-color: white;
	color: #33b8ba;
	display: inline-block;
	padding: 0 12px 0 0px;
	margin-bottom: 0;
	text-align:center;
}
#staff .list dl dd strong {
	background-color: #33b8ba;
	color: #fff;
	display: block;
	padding: 0 6px;
	margin-bottom: 1.2em;
	text-align:center;
}
#staff .list dl dd.comment {
	font-size: 90%;
	line-height: 160%;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}



/* はじめての方へ
---------------------------------*/

#first #visual {
	background: url(/about/img/first_visual.jpg) no-repeat center top;
}

#first .intro .box {
	width: 980px;
	overflow:hidden;
	_zoom:1;
}
#first .intro .box .txt {
	float: left;
	width: 630px;
}
#first .intro .box .txt p strong {
	font-size: 110%;
	position: relative;
	padding-left: 20px;
}
#first .intro .box .txt p :before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -100px;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

#first .intro .box .pic {
	float: left;
	width: 350px;
	text-align: right;
}

#first .firsttime ul li {
	position: relative;
	padding-left: 20px;
}

#first .firsttime ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

#first .flow ol {
}
#first .flow ol li {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
}
#first .flow ol li h3 strong {
	font-size: 200%;
	color: #33b8ba;
}
#first .flow .box {
	width: 980px;
	overflow:hidden;
	_zoom:1;
	margin-bottom: 20px;
}
#first .flow .box .boxleft {
	float: left;
	width: 460px;
}
#first .flow .box .boxright {
	float: left;
	width: 520px;
}
#first .flow .box .boxright dl {
	border: 8px solid #E8F6F6;
	overflow:hidden;
	_zoom:1;
	width: 474px;
	padding: 15px;
}
#first .flow .box .boxright dl dt {
	float: left;
	width: 150px;
}
#first .flow .box .boxright dl dd {
	float: left;
	width: 324px;
}

/* 施設について
---------------------------------*/

#facility #visual {
	background: url(/about/img/facility_visual.jpg) no-repeat center top;
}
#facility .intro {
	text-align: center;
}

#facility .slide360 {
	width: 980px;
	height: 490px;
	margin: 0 auto 40px auto;
}

#facility .my-gallery {
	width: 980px;
	overflow:hidden;
	_zoom:1;
}
#facility .my-gallery figure {
	width: 470px;
	float: left;
	margin: 0 40px 40px 0;
	
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}
#facility .my-gallery figure.even {
	margin-right: 0;
}
#facility .my-gallery figure a {
	display: block;	
	margin: 0.5em 0;
}
#facility .my-gallery figure figcaption {
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: normal;
	font-size: 70%;
	color: #666;
}

/* 医療機器について
---------------------------------*/

#equip #visual {
	background: url(/about/img/equip_visual.jpg) no-repeat center top;
}
#equip .intro {
	text-align: center;
}
#equip .item {
	width: 980px;
	overflow:hidden;
	_zoom:1;
}
#equip .my-gallery {
	width: 980px;
	overflow:hidden;
	_zoom:1;
}
#equip .my-gallery figure {
	width: 470px;
	float: left;
	margin: 0 40px 40px 0;
	
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}
#equip .my-gallery figure.even {
	margin-right: 0;
}
#equip .my-gallery figure a {
	display: block;	
	margin: 0.5em 0;
}
#equip .my-gallery figure figcaption {
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: normal;
	font-size: 70%;
	color: #666;
}

/* 診療時間・アクセス
---------------------------------*/

#info #visual {
	background: url(/about/img/info_visual.jpg) no-repeat center top;
}
#info #wrapper #content #visual h1 {
	color: #333;
}

#info .hours table {
	width: 100%;
	margin-bottom: 5px;
}
#info .hours table th,
#info .hours table td {
	padding: 10px;
}
#info .hours table th {
	background-color: #e8f6f6;
	text-align: center;
}
#info .hours table td {
	text-align: center;
	border-bottom: 1px solid #a7ddda;
}
#info .hours p {
	padding-left: 20px;
	color: #999;
}

/* accessmap */
#content #accessmap {
	padding: 20px 0 60px 0;
}
#content #accessmap p {
	text-align:center;
	margin-bottom: 20px;
}

#content #accessmap #gm1{
	width: 100%;
	height: 600px;
}
#content #accessmap ul {
	text-align: right;
}
#content #accessmap ul li {
	display: inline-block;
}
#content #accessmap ul li a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* map */
.infoWindow {
  width: 300px;
}
.infoWindow dl {
  margin: 0;
  padding: 0;
}
.infoWindow dl dt {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 150%;
  color:#33b8ba;
}
.infoWindow dl dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 160%;
}