@charset "utf-8";
/*********************************************
                  RESET
*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 1em;
	vertical-align: baseline;
	/*behavior: url("PIE.htc");*/
}
body {
	overflow: hidden;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, small {
	display: block;
}

html{
    overflow-y: scroll;
}
img {
	vertical-align: bottom;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a,span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}
a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
/**********************************************
              GENERAL SETTING
**********************************************/
body {
	color: #464646;
}
body a {
	text-decoration: underline;
}
body a:hover {
	text-decoration: none;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
h1 {
	position: absolute;
	top: -1000px;
}
/********************************************** 
           TOP HEADER SIDE FOOTER
**********************************************/
#header {
	
}
#header #logo {
	position: absolute;
	top: 0px;
	left: -12px;
	z-index: 3000;
}
#header #searchArea {
	width: 435px;
	padding: 20px 0 10px;
	float: right;
	position: relative;
}
#header #searchArea input {
	width: 146px;
	height: 23px;
	border: 2px solid #D0D0D0;
	border-radius: 8px;
	padding-left: 35px;
}
#header #searchArea button {
	border:none; /*枠を消す*/
	background-color:#ffffff; /*背景色を白に*/
	cursor: pointer;
	position: absolute;
	top: 26px;
	left: 5px;
}
#header #searchArea ul {
	float: right;
}
#header #searchArea ul li {
	float: left;
	margin-left: 2px;
	cursor: pointer;
	width: 36px;
	height: 1.3em;
	padding-bottom: 0.1em;
	border: 1px solid #D0D0D0;
	text-align: center;
	font-size: 13px;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(217,217,217,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(217,217,217,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(217,217,217,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(217,217,217,1.00) 100%);	
}
#header #searchArea ul li a {
	text-decoration: none;
}
#header #searchArea ul li.current {
	background-color: #78c833;
	color: #fff;
	background-image: none;
}
#header #changeSize {
	width: 206px;
	float: right;
	padding-top: 5px;
	font-size: 16px;
}
#header #navi {
	margin: 10px 0 9px;
}
#header #navi li {
	float: left;
	margin-right: 5px;
}
#header #contactArea {
	width: 700px;
	height:10px;
	float: right;
	padding-top: 5px;
	font-size: 0.8em;
	text-align:right;
}
#contactArea span.phone {
	color: #66b81f;
	vertical-align: middle;
	font-size: 2.94em;
	padding-left: 34px;
	margin: 0 10px;
	background-image: url(../img/icon_phone.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#header #contactArea span.day{
	color:#66b81f;
	vertical-align: middle;
	font-size: 0.8em;
}

img.image{
	text-align:center;
}
#pageindex {
	width: 230px;
}
#pageindex ul.pagetag{
	width: 230px;
	background-image: url:(common/img/medical/close.png);
}

.content,.content p.caption,#pankuzu,ul#op,ul#op li{
	width: 680px;
}
.content{
	padding: 0 10px 40px 0;
	float: right;
	width: 700px;
}

#pankuzu {
	font-size: 0.75em;
	padding-bottom: 40px;
}
#pankuzu span.in{
	padding: 0 5px;
}

h2,h3{
	width:680px;
	float:left;
	color: #237a9f;
	letter-spacing:0.1em;
}

h2 {
	font-size: 2.6em;
	padding-bottom: 20px;
}
h3 {
	font-size: 2em;
	height: 60px;
	line-height: 60px;
	margin-bottom:25px;
	border-bottom: 1px #237a9f dotted;
}

.floor img,.floor p.floor_p{
	float: left;
}
.floor img{
	width: 330px;
	height: auto;
}
.floor p.floor_p{
	font-size:0.8em;
	margin-bottom:25px;
}



.floor{
	width: 680px;
	float: left;
	padding-bottom:80px;
}

.floor_s,.floor_s2{
	width: 320px;
	float: left;
}
.floor_s2{
	padding-left:30px;
}
.floor p.caption,.floor_s p.caption{
	width: auto;
	font-size:0.8em;
	padding:7px 0 20px 0;
	float: left;
}

img.access,p.map_link,#address,#address ul.access_route{
	width: 680px;
	float: left;
}

img.access,img.hospital{
	height: auto;
}
p.map_link{
	text-align: right;
	padding:7px 0 40px 0;
}

img.hospital{
	width: 290px;
	float: left;
}

#address dl,#address dt,#address dt,#address dd,#address ul.address_l{
	width: 390px;
	float: left;
}

#address ul.address_l li.call{
	width: auto;
	float: left;
}

#address{
	padding-bottom: 40px;
}
#address dl{
	padding-top: 25px;
}
#address dt{
	color: #237a9f;
	font-size: 1.6em;
	padding-bottom: 15px;
}
#address span.official{
	font-size: 0.65em;
}

ul.access_route span.route{
	color: #237a9f;
	padding-right:20px;
}
ul.access_route p{
	font-size: 1.2em;
}

ul.access_route li{
	width: 680px;
	padding:1px;
	line-height:40px;
	margin-bottom:5px;
	border-bottom:1px dotted #b0b0b0;
	float: left;
}


#goTop {
	text-align: right;
	width: 980px;
	margin: 0 auto;
	margin-bottom: 14px;
}
#footer {
	background-image: url(../img/bg_footer.png);	
}
#footer #footerNavi {
	color: #fff;
	font-size: 0.88em;
	padding: 20px 0 30px;
}
#footer #footerInfo {
	font-size: 0.94em;
	color: #fff;
	float: left;
	margin-left: 10px;
}
#footer small {
	font-size: 0.75em;
	color: #fff;
	margin-top: 18px;
	padding-bottom: 18px;
}
