@charset "utf-8";
/* CSS Document */

body {
	font-size: 13px;
}

.whitening-text01 {
	width: 530px;
}

h2 {
	background-image: url(../image_new/contents/index.jpg);
	height: 96px;
	width: 700px;
	margin:0 auto 20px;
	color: #fff;
	font-size: 2em;
	line-height: 70px;
	font-weight: bold;
	padding-left: 20px;
}

h2 small {
	font-size: 80%;
}

h2 img {
	float: right;
	margin: 18px;
}

h3#catch {
	color: #74AAED;
	font-size: 2em;
	line-height: 140%;
	margin: 15px 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*-------------------　クリニック一覧　-------------------*/

.bnr_area {}

.bnr_area li {
	list-style: none;
}

.clinicList {}

.clinicList li {
	clear:both;
	list-style: none;
	border:2px solid #EBEBEB;
	padding:10px;
	margin-bottom:10px;
}


.clinicList li:last-child {
	list-style: none;
	padding-bottom:15px;
	padding-top:10px;
}
.clinicPhoto {
	float:left;
	margin-right:20px;
	margin-top:5px;
}

.clinicDetail {
	float:left;
	margin-top:10px;
	text-align:center;
}



.clinicDetail dt {
	font-size:180%;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #74AAED;
}


.clinicDetail dt a{
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
}


.clinicDetail dd {
	margin-bottom:5px;
}

.clinicLink {
	width:100%;
	box-sizing:border-box;
	background-color: #74AAED;
	padding:5px;
	text-align:center;
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px #74AAED;
}
.clinicLink a{
	display:block;
	width:300px;
	height: 100%;
	color:#fff;
	font-weight:bold;
	font-size:130%;
	box-sizing:border-box;
	font-family:sans-serif;
}


.clinicLink_2 {
	width:100%;
	box-sizing:border-box;
	background-color: #74AAED;
	padding:5px;
	text-align:center;
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px #74AAED;
}

.clinicLink_2 a{
	display:block;
	width:300px;
	height: 100%;
	color:#fff;
	font-size:130%;
	box-sizing:border-box;
	font-family:Hiragino Kaku Gothic ProN;
}

.clinicLink_3 {
	width:100%;
	box-sizing:border-box;
	background-color: #74AAED;
	padding:5px;
	text-align:center;
	box-shadow: 0 0 0 1px #fff, 0 0 0 1px #74AAED;
}
.clinicLink_3 a{
	display:block;
	width:300px;
	height: 100%;
	color:#fff;
	font-weight:bold;
	font-size:130%;
	box-sizing:border-box;
	font-family: "Hiragino Mincho Pro",serif;
}



.clinicLink img{
	vertical-align:baseline;
	padding-bottom:2px;
}

.clinicLink_2 img{
	vertical-align:baseline;
	padding-bottom:2px;
}

.clinicLink_3 img{
	vertical-align:baseline;
	padding-bottom:2px;
}

.smclinicname {
	display:none;
}

.smcliniceng {
	display:none;
}

.arrowicon {
	margin-left:5px;
}


/*-------------------　クリニック詳細　-------------------*/

.mainImage {
	z-index: 0;
	min-height: 232px;
}

.cName {
	z-index: 10;
	margin: -157px 0 0 75px;
}

.linkBtn {
	z-index: 10;
	margin: 27px 0 0 70px;
}

.cDetail-box {
	margin-top: 80px;
}

.cDetail-box .floatleft {
	width: 270px;
	padding-left: 15px;
}

.cDetail-box .floatleft span.tel {
	font-size: 1.6em;
	color: #fa6f90;
	font-weight: bold;
}

.cDetail-box .floatright {
	margin-right: 40px;
}

.cDetail-box .floatright a {
	color: #74aaed;
	text-decoration: none;
}

.cDetail-box .floatright a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------
	道　案　内
--------------------------------------------- */


.tab_area{
clear: both;
margin: 30px auto 20px;
overflow: hidden;
width: 670px;
}
.tab_area .dropdown-container{

	width: 670px;
}


.dropdown-title,.dropdown-title02 {
	margin-bottom: 20px;
	background: #bcdcf5;
}
.tab_area dl{
	text-align: center;
	overflow: hidden;
}
.tab_area dt,.tab_area dd{
	text-align: center;
	line-height:1.2em;
}
.tab_area dt img{
	margin: auto;
	width: 100%;
	height: auto;
}
.tab_area dd{
	/*background: url(../clinic/img/shinjuku/ico.png) no-repeat center bottom;*/
	padding: 10px 0 16px;
	float: right;
	width: 450px;
	text-align: left;
}
.tab_area dd.none{
	background: none;
}
.tab_area dt{
	float: left;
	width: 200px;
}
.tab_area dl + .icon{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 200px;
}