/* CSS Document */
@charset "utf-8";
/*------------------------------
 body
-------------------------------*/
html {
  overflow-y:scroll;
}
*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,ul,ol,div,dl,li,dt,dd{
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
p {
word-wrap: break-word;
}
img{
	border: 0;
	padding: 0;
	display: block;
}
body{
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2em;
	color: #006666;
	text-align: left;
	font-size: 100%;	
	background-color:#a8f0b4;
	-webkit-text-size-adjust: 100%;
	background-image:url(../img/backimg.jpg);
	background-position: center top; 
 	background-repeat: no-repeat;
}
#body{
	margin:0 auto;
	padding:0;
}
.red{
	color:#ff0033;
}
.c_b{
	clear:both;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
a{
	color: #006666;
}
a:hover{
	text-decoration:none;
}
/*-----------header--------------------------*/
#header{
	width:1270px;
	height:411px;
	margin:0 auto;
	background-image:url(../img/top_backimg.png);
	background-repeat:no-repeat;
}
#tel{
	width:246px;
	float:right;
	margin-right:146px;
	padding-top:34px;
}
#name{
	padding-left:102px;
	padding-top:30px;
	width:468px;
	float:left;
}
#header .top_text01{
	padding-left:145px;
	padding-top:50px;
	width:446px;
	float:left;
}
#header .top_text02{
	padding-left:70px;
	margin-bottom:-15px;
	width:1121px;
	float:left;
	position:relative;
	z-index:1;
}
#header .bird{
	margin-top:-32px;
	margin-right:83px;
	width:65px;
	float:right;
	position:relative;
	z-index:2;
}
#head_navi{
	clear:both;
	float:left;
	width:1121px;
	margin-left:74px;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	height:50px;
	position:relative;
	z-index:1;	
}
#head_navi li{
	height:50px;
	display:block;
	float:left;
	padding:0;
	list-style:none;
}
#head_navi a{
	text-indent:-5000px;
	text-decoration:none;
	display:block;
	height:50px;
}
#head_navi .hn1 a{
	width:191px;
	background:transparent url(../img/menu.png) 0px 0px no-repeat;
}
#head_navi .hn1 a:hover{
	width:191px;
	background:transparent url(../img/menu.png) 0px -50px no-repeat;
}
#head_navi .hn1a a{
	width:191px;
	background:transparent url(../img/menu.png) 0px -50px no-repeat;
}
#head_navi .hn2 a{
	width:170px;
	background:transparent url(../img/menu.png) -191px 0px no-repeat;
}
#head_navi .hn2 a:hover{
	width:170px;
	background:transparent url(../img/menu.png) -191px -50px no-repeat;
}
#head_navi .hn2a a{
	width:170px;
	background:transparent url(../img/menu.png) -191px -50px no-repeat;
}
#head_navi .hn3 a{
	width:170px;
	background:transparent url(../img/menu.png) -361px 0px no-repeat;
}
#head_navi .hn3 a:hover{
	width:170px;
	background:transparent url(../img/menu.png) -361px -50px no-repeat;
}
#head_navi .hn3a a{
	width:170px;
	background:transparent url(../img/menu.png) -361px -50px no-repeat;
}
#head_navi .hn4 a{
	width:170px;
	background:transparent url(../img/menu.png) -531px 0px no-repeat;
}
#head_navi .hn4 a:hover{
	width:170px;
	background:transparent url(../img/menu.png) -531px -50px no-repeat;
}
#head_navi .hn4a a{
	width:170px;
	background:transparent url(../img/menu.png) -531px -50px no-repeat;
}
#head_navi .hn5 a{
	width:170px;
	background:transparent url(../img/menu.png) -701px 0px no-repeat;
}
#head_navi .hn5 a:hover{
	width:170px;
	background:transparent url(../img/menu.png) -701px -50px no-repeat;
}
#head_navi .hn5a a{
	width:170px;
	background:transparent url(../img/menu.png) -701px -50px no-repeat;
}
#head_navi .hn6 a{
	width:250px;
	background:transparent url(../img/menu.png) -871px 0px no-repeat;
}
#head_navi .hn6 a:hover{
	width:250px;
	background:transparent url(../img/menu.png) -871px -50px no-repeat;
}
#head_navi .hn6a a{
	width:250px;
	background:transparent url(../img/menu.png) -871px -50px no-repeat;
}
/*-----------main--------------------------*/
#main{
	padding-top:12px;
	padding-bottom:97px;
	margin:0 auto;
	width:1270px;
	background-image:url(../img/mainback.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	z-index:2;
}
#main .head_news{
	background-color:#FFF;
	border:#ff0033 5px solid;
	border-radius:15px;
	width:960px;
	margin: 20px auto;
	padding: 20px;
}
#main .head_news p{
	color: #ff0033;
	font-weight: bold;
	text-align: center;
	line-height: 2rem;
	font-size: 1.2rem;
}
#main h2{
	width:435px;
	padding:15px 0 0 20px;
}
#main .timebox{
	background-color:#FFF;
	border:#9fe9c9 5px solid;
	border-radius:15px;
	width:493px;
	height:385px;
	margin-left:130px;
	float:left;
}
#main .timebox .time_img{
	width:419px;
	margin:0 auto;
	padding-top:17px;
}
#main .timebox .time_text{
	width:440px;
	padding-top:12px;
	padding-left:38px;
	color:#006666;
	line-height: 1.5;
	font-weight: bold;
}
#main .timebox .time_text .text_small{
	font-size:13.5px;
	font-weight:bold;
	color:#3399cc;
	display:block;
	padding-top:5px;
}
#main .timebox .time_text .text_yuusen{
	font-weight:bold;
	color:#3399cc;
	display:block;
	padding-top:5px;
}
#main .mapbox{
	background-color:#FFF;
	border:#9fe9c9 5px solid;
	border-radius:15px;
	width:493px;
	height:385px;
	margin-left:4px;
	float:left;
}
#main .mapbox .map{
	width:435px;
	margin:0 auto;
	padding-top:17px;
}
#main .mainbox{
	background-color:#FFF;
	border:#9fe9c9 5px solid;
	border-radius:15px;
	width:493px;
	margin-left:130px;
	margin-top:12px;
	padding-bottom:15px;
	float:left;
}
#main .mainbox dl{
	line-height:24px;
	padding-top:16px;
	
	min-height:180px;
}
#main .mainbox dt{
	margin-left:43px;
	padding-top:12px;
	float:left;
	width:90px;
	font-size:15px;
}
#main .mainbox dd{
	padding-left:20px;
	padding-top:12px;
	float:left;
	width:310px;
	font-size:16px;
}
#main .mainbox .link{
	float:right !important;
	padding-top:15px;
	padding-right:38px;
	font-size:14px;
}
#main .blogbox{
	margin-left:4px !important;
}
#main .pagetop{
	float:right;
	width:101px;
	padding-right:137px;
	padding-top:33px;
}
/*-----------footer--------------------------*/
#footer{
	background-image:url(../img/footerback.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:-10px;
	height:61px;
	position:relative;
	z-index:1;
}
#footer .copyright{
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding-top:25px;
}
/*-----------その他ページ共通--------------------------*/
#p_header{
	width:1270px;
	margin:0 auto;
}
#p_header .tel{
	width:246px;
	float:right;
	padding-right:141px;
	padding-top:34px;
}
#p_header .bird{
	margin-top:-32px;
	padding-right:80px;
	width:65px;
	float:right;
}
#pagemain{
	padding-top:12px;
	padding-bottom:143px;
	margin:0 auto;
	width:1270px;
	background-image:url(../img/mainback.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	z-index:2;
}
#pagemain .pagetop{
	float:right;
	width:101px;
	padding-right:137px;
	padding-top:80px;
}
#pagebox{
	background-color:#FFF;
	border:#9fe9c9 5px solid;
	border-radius:15px;
	width:1000px;
	min-height:700px;
	margin:0 auto;
	padding-bottom:56px;
}
#pagebox h2{
	margin:28px 0 0 37px;
	width:913px;
}
/*-----------clinic--------------------------*/
.clinic_photo01{
	float:left;
	width:350px;
	padding:30px 0 0 95px;
}
.setsumei01{
	padding:17px 0 0 140px;
	float:left;
}
.clinic_photo02{
	float:right;
	width:350px;
	padding:30px 90px 0 0;
}
.setsumei02{
	padding:17px 0 0 225px;
	float:left;
}
.clinic_photo03{
	float:left;
	width:241px;
	padding:55px 0 0 150px;
}

.clinic_photo04{
	width:350px;
	padding:55px 0 0 0;
	margin:auto;
}
.setsumei04{
	text-align: center;
	padding-top:15px;
}
.clinic_photo05{
	float:left;
	width:350px;
	padding:70px 0 0 95px;
}
.setsumei05{
	padding:17px 0 0 245px;
	float:left;
}
.clinic_photo06{
	float:right;
	width:350px;
	padding:70px 90px 0 0;
}
.setsumei06{
	padding:17px 0 0 274px;
	float:left;
	width:337px;
}
.clinic_photo07{
	float:left;
	width:206px;
	padding:60px 0 62px 165px;
}
.setsumei07{
	padding:150px 0 0 67px;
	float:left;
	width:390px;
}
/*-----------doctor--------------------------*/
#doctorbox{
	width:853px;
	margin:51px 0 33px 70px;
}
.doctor{
	padding-top:10px;
	width:400px;
	float:left;
}
#profile{
	float:right;
	width:404px;
}
.doctorname{
	font-size:24px;
	line-height:24px;
	margin-bottom:20px;
	font-weight:normal;
}
.inchou{
	font-size:18px;
}
.furigana{
	font-size:14px;
}
.profile_title1{
	background-color:#006666;
	padding:2px 21px 7px;
	margin-top:20px;
	width:26px;
	height:13px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	border-radius:13px;
	float:left;
}
.profile_title2{
	background-color:#006666;
	padding:2px 8px 7px;
	margin-top:20px;
	width:52px;
	height:13px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	border-radius:13px;
	float:left;
}
.profile_syousai{
	float:right;
	width:306px;
	margin-top:20px;
	margin-left:30px;
	font-size:14px;
	line-height:20px;
}
.ryakureki li{
	list-style:none;
}
.left_shikaku{
	list-style:none;
	width:130px;
	float:left;
	margin-right:15px;
}
.right_shikaku{
	list-style:none;
	width:160px;
	float:left;
}
.left_gakkai{
	list-style:none;
	width:130px;
	float:left;
	margin-right:15px;
}
.right_gakkai{
	list-style:none;
	width:160px;
	float:left;
}
#aisatsu_title{
	margin-top:30px;
}
.aisatsu{
	margin-top:33px;
	font-size:16px;
	line-height:24px;
}
/*-----------medical--------------------------*/
#medicalbox{
	width:779px;
	margin:51px 0 57px 108px;
}
.medical_title1{
	font-size:24px;
	font-weight:normal;
}
.medical_title2{
	font-size:24px;
	font-weight:normal;
	padding-top:48px;
}
.medical_title3{
	font-size:24px;
	font-weight:normal;
	padding-top:62px;
}
#medicalbox h4{
	font-size:16px;
	font-weight:bold;
	padding:2px 10px 4px 12px;
	width:288px;
	height:16px;
	margin:31px 0 0 11px;
	background-color:#006666;
	color:#FFF;
}
.shouzyou{
	font-size:14px;
	line-height:24px;
	margin:22px 0 0 30px;
	width:739px;
}
#medicalbox table{	
	font-size:14px;	
	border-collapse:collapse;
	margin:30px 0 0 10px;
	width:769px;
}
#medicalbox table th{
	border:#99cc99 2px solid;
	border-collapse:collapse;
	padding:12px 0 37px 12px;
	font-weight:normal;
	text-align:left;
}
#medicalbox table td{
	border:#99cc99 2px solid;
	border-collapse:collapse;
	padding:12px 0 12px 12px;
	line-height:24px;
	text-align:left;
}
.shohou{
	font-size:16px;
	line-height:24px;
	margin:35px 0 0 11px;
}
/*-----------access--------------------------*/
#accessbox{
	width:863px;
	margin:40px 0 0 67px;
}
#accessbox h3{
	font-size:18px;
	font-weight:normal;
	float:left;
	width:180px;
	margin-top:29px;
}
#accessbox .address{
	font-size:16px;
	margin:29px 0 0 55px;
	width:520px;
	float:left;
}
.bus{
	background-color:#006666;
	padding:2px 21px 7px;
	margin:33px 0 0 2px;
	width:26px;
	height:13px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	border-radius:13px;
	float:left;
}
.bus_access{
	margin:33px 0 0 44px;
	font-size:14px;
	line-height:24px;
	width:480px;
	float:left;
}
.car{
	background-color:#006666;
	padding:2px 27px 7px 28px;
	margin:15px 0 0 2px;
	width:13px;
	height:13px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	border-radius:13px;
	float:left;
}
.car_access{
	margin:15px 0 0 44px;
	font-size:14px;
	line-height:24px;
	width:480px;
	float:left;
}
/* kirikae */	
#kirikae{
 margin:20px auto;
 font-size:14px;
}
.change{
 font-size:14px;
 font-weight:bold;
 text-align:center;
 color:#066;
 padding:10px 0 30px;
}
.change a{
 color:#066;
}
.fw_b{
 font-weight:bold;
}
p.sp{
 display:none;
}