@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;
}

#contents{
	width: 990px;
	padding-top: 20px;
}
#pageindex {
	width: 230px;
}
#pageindex ul.pagetag{
	width: 230px;
	background-image: url:(common/img/medical/close.png);
}

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

/*各下層ページ共通*/
#pankuzu {
	font-size: 0.75em;
	padding-bottom: 40px;
}
#pankuzu span.in{
	padding: 0 5px;
}
h2,h3{
	color:#66b81f;
	letter-spacing:0.1em;
}

h2 {
	font-size: 2.6em;
	padding-bottom: 20px;
}
h3 {
	font-size: 0.95em;
	height: 60px;
	line-height: 60px;
}


.box_wrap{
	width: 680px;
	padding-bottom:80px;
}
.box_wrap p{
	font-size:0.8em;
	padding:0 0 20px 0;
}
.box_wrap li{
	width: 680px;
	height:40px;
	line-height:40px;
	margin-bottom:5px;
	border-bottom:1px dotted #b0b0b0;
}

#schedule,#schedule dl.sc_hd,#schedule dl.sc_appo,#furikae{
	width: 680px;
	box-sizing: border-box;
}

#schedule{
	border-top:solid 1px #6eb92b;
}
#schedule dl.sc_hd{
	color:#6eb92b;
	height:30px;
	line-height:30px;
	background-color:#e9f5df;
	border-bottom:solid 1px #6eb92b;
}
#schedule dl.sc_appo{
	height:70px;
	line-height:70px;
	border-bottom:solid 1px #6eb92b;
}
dl.sc_appo dd img{
	vertical-align: middle;
}

#schedule dt,#schedule dd{
	color: #6eb92b;
	text-align:center;
	float: left;
	box-sizing: border-box;
	border-right:solid 1px #6eb92b;
}
#schedule dt{
	width: 140px;
	border-right:solid 1px #6eb92b;
	border-left:solid 1px #6eb92b;
}
#schedule dd{
	width: 90px;
}


ul#op li dt,ul#op li dd{
	float: left;
}
ul#op{
	padding:30px 0;
}
ul#op li{
	padding: 1px 0;
	color:#888;
	border-bottom:1px dotted #6eb92b;
	font-size: 1.2em;
}
ul#op li span {
	color: #6eb92b;
}
#furikae{
	width:680px;
	color:#888;
	text-align:center;
	background-color:#ffe5e5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 55px;
}
#furikae span.only{
	color:#f00;
}

#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;
}
table.green,
table.green th,
table.green td {
	border: 1px solid #1EA000;
}
table.green {
	width: 100%;
}
table.green th {
	background-color: #e9f5df;
	height: 31px;
	vertical-align: middle;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #1ea000;
}
table.green td {
	height: 69px;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1ea000;
}
table.orange,
table.orange th,
table.orange td {
	border: 1px solid #ff7e00;
}
table.orange {
	width: 100%;
	margin-bottom: 25px;
}
table.orange th {
	background-color: #ffecd9;
	height: 31px;
	vertical-align: middle;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #ff7e00;
}
table.orange td {
	height: 69px;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ff7e00;
}
h3.green {
	font-size: 23px;
	font-weight: bold;
}
h3.orange {
	font-size: 23px;
	color: #ff7e00;
	font-weight: bold;
}
.box_wrap p.phone {
	color: #66b81f;
	font-size: 2.94em;
	line-height: 1.2em;
	padding-left: 34px;
	background-image: url(../img/icon_phone.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-bottom: 0;
}