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





/* list */
.img_3line{
	overflow: hidden;
}
.img_3line li{
	float: left;
	margin-left: 12px;
}
.img_3line li:first-child{
	margin-left: 0;
}



#header .inner{
	clear: both;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 22px 0 16px;
}
#sp_menu,#sp_gnav{
	display: none;
}
#gnav{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
#gnav li{
	float: left;
	position: relative;
}
#gnav li a::before,
#gnav li:last-child a::after{
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	top: 46px;
	content: "";
	background: #D2D2D2;
}
#gnav li a::before{
	left: 0;
}
#gnav li:last-child a::after{
	right: 0;
}

/* contents -----------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
#contents{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 45px 0 50px;
}
#keyvisual h1{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
#main{
	float: left;
	width: 690px;
}
#side_menu{
	float: right;
	width: 245px;
}





/* footer -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	background: #ebebeb;
}
#footer .inner{
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	
}

#footer a[target="_blank"]::after{
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	padding-left: 5px;
	background : url(icon_blank.png) right center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 11px;
}
#pagetop{
	position: absolute;
	top: 50px;
	right: -50px;
}

/* staff ---------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/

#staff .staff_list dl{
	width: 300px;
	margin-bottom: 20px;
}
#staff .staff_list > dl{
	float: none;
	width: 360px;
	margin: 0 auto 20px;
}
#staff .staff_list dl:first-child dt{
	text-align: center;
}
#staff .staff_list dl dt{
	margin-bottom: 8px;
}
#staff .staff_list dl dd{
	margin-bottom: 5px;
	font-size: 95%;
}
#staff .staff_list dl dd.name{
	font-size: 110%;
	font-weight: bold;
}

#staff .text_list{
	overflow: hidden;
}
#staff .text_list dl{
	overflow: hidden;
	float: left;
	width: 345px;
	margin-bottom: 10px;
}
#staff .text_list dl:nth-child(odd){
	clear: both;
}
#staff .text_list dl.right{
	float: right;
}
#staff .text_list dt,
#staff .text_list dd{
	float: left;
}
#staff .text_list dt{
	width: 160px;
	font-weight: bold;
}



/* patients ---------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
#patients .clinic_box{
	float: right;
	width: 430px;
}
