@charset "utf-8";

/*===================================
	reset	
=====================================*/

html {
	-webkit-text-size-adjust: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 16px;
	line-height: 180%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display: block;
}

li {
	list-style-type: none;
}

fieldset {
	border: 0;
}

/*===================================
*    font
===================================*/

.red {
	color: #f00;
}
.ora {
	color: #FF8000;
	font-size: 16px;
	font-weight: bold;
}


a {
	-webkit-tap-highlight-color: rgba(255,247,153,0.40);
}

a,
.menu a strong,
.menu02 a strong{
	color: #000;
}

.pageTitle,
.navigation a,
.contact a,
.block h2,
.copy {
	color: #fff;
}

.menu a,
.menu02 a {
	color: #6F6F6F;
}

#Schedule,
#Schedule table td.exception,
.phone {
	color: #333;
}

#Schedule table thead th:nth-last-child(1) {
	color:#0000CC;
}

#Schedule table td{
	color:#994D00;
}

a:hover,
.navigation a,
p.contact a,
.more a,
.menu a,
.menu02 a {
	text-decoration: none;
}

.menu li strong,
.menu02 li strong,
#Schedule td {
	font-size: 22px;
}

.cotentTitle,
#side p.contact {
	font-size: 18px;
}

.pageTitle,
p.contact {
	font-size: 14px;
}

.navigation li,
#content p,
.phone p {
	font-size: 11px;
}

#content p.more {
	font-size: 12px;
}

.doctor,
.phone dl,
.copy {
	font-size: 10px;
}

.banner dl {
	font-size: 9px;
}

#Schedule td.exception {
	font-size: 8px;
}

.pageTitle,
.navigation a,
p.contact,
.doctor,
#Schedule table,
.copy {
	text-align: center;
}

p.contact {
	font-weight: bold;
}

th,
.pageTitle {
	font-weight: normal;
}

/*===================================
	 image,text,orher style	
=====================================*/

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

img,
img a:link,
img a:hover {
	border: 0;
	background: none;
}


/*===================================
	 block layout
=====================================*/

#header {
	padding:0 0 6px;
	border-bottom: solid 1px #f0f0f0;
}

#header,
#content,
.block,
.menu li,
.menu02 li {
	overflow: hidden;
}

#footer {
	clear: both;
}

/*===================================
	 block background border
=====================================*/

body {
	background-color: #fff;
}

.pageTitle {
	border-bottom: solid 1px #4c80bb;
	background:
		-moz-linear-gradient(top,#2463ab,
		#7da3cd);
	background:
		-webkit-gradient(linear, left top, left bottom,from(#2463ab),
		to(#7da3cd));
}


#footer {
	background-color: #79A200;
}

/*===================================
	 見出し
=====================================*/

.cotentTitle {
	margin: 0 0 9px;
	padding: 5px 6px;
	border-bottom: solid 1px #79A200;
	background:
		-moz-linear-gradient(top,#79A200,
		#ABE300);
	background:
		-webkit-gradient(linear, left top, left bottom,from(#79A200),
		to(#ABE300));
}

.cotentTitle strong {
	display: block;
	padding: 3px 0 3px 6px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
}

/*===================================
	 ボタン
=====================================*/

/*    先頭　戻る・ホーム
------------------------------*/

.navigation {
	margin: -31px 5px 31px;
}

.navigation li {
	float: left;
	padding: 0 7px;
	line-height: 22px;
	cursor: pointer;
}

.navigation li:nth-last-child(1) {
	float: right;
}

.navigation li {
	border: solid 1px #284d81;
	background:
		-moz-linear-gradient(top,#6d88ac,
		#486b99 50%,
		#3b5f93 51%,
		#3a5f95);
	background:
		-webkit-gradient(linear, left top, left bottom,from(#6d88ac),
		color-stop(0.5,#486b99),
		color-stop(0.51,#3b5f93), 
		to(#3a5f95));
}

/*    お問い合わせボタン
------------------------------*/

p.contact,
p.contact a {
	display: block;
	color: #fff;
}

p.contact a {
	padding: 0 5px;
	border: solid 1px #f94412;
	line-height: 38px;
}

p.contact a {
	background:
		-moz-linear-gradient(top,#f5b0a9,
		#f94412);
	background:
		-webkit-gradient(linear, left top, left bottom,from(#f5b0a9), 
		to(#f94412));
}

p.contact a:hover {
	background:
		-moz-linear-gradient(top,#f94412,
		#f5b0a9);
	background:
		-webkit-gradient(linear, left top, left bottom,from(#f94412), 
		to(#f5b0a9));
}

#side p.contact a {
	padding-left: 1.5em;
	background: url(../cmn/ico_set.png) no-repeat 20% -89px,
		-moz-linear-gradient(top,#f5b0a9,
		#f94412);
	background: url(../cmn/ico_set.png) no-repeat 20% -89px,
		-webkit-gradient(linear, left top, left bottom,from(#f5b0a9), 
		to(#f94412));
}

#side p.contact a:hover {
	background: url(../cmn/ico_set.png) no-repeat 20% -89px,
		-moz-linear-gradient(top,#f94412,
		#f5b0a9);
	background: url(../cmn/ico_set.png) no-repeat 20% -89px,
		-webkit-gradient(linear, left top, left bottom,from(#f94412), 
		to(#f5b0a9));
}

#side p.contact {
	margin:0 8px 10px;
}

/*    続きはこちら
------------------------------*/

.more {
	float: right;
}

.more a {
	display: block;
	width: 6em;
	margin: 8px 5px 0 0;
	padding: 0 15px 0 5px;
	border: solid 1px #9a9a9a;
	background: url(../cmn/ico_set.png) no-repeat 6.4em 3px,
		-moz-linear-gradient(top,#fff,
		#f2f2f2);
	background: url(../cmn/ico_set.png) no-repeat 6.4em 3px,
		-webkit-gradient(linear, left top, left bottom,from(#fff), 
		to(#f2f2f2));
	line-height: 21px;
}


/*    バナー
------------------------------*/

.sideContents {
	margin-bottom: 10px;
}

.sideContents li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

/*===================================
	 header 
=====================================*/

#header .pageTitle {
	line-height: 37px;
}

#header img {
	float: left;
	margin-left: 8px;
}

#header .contact{
	position:absolute;
	right:5px;
	top:2px;
}

/*===================================
	 content
=====================================*/

div#coin-slider {
	margin: 0px auto 10px auto;
}


.doctor {
	float: left;
	margin-right:-2.5em;
}

.doctor figcaption {
	margin: -3.7em 0 0.8em;
	line-height: 1.2;
}

#content p {
	margin-left: -3.5em;
	line-height: 1.2;
}


/*===================================
	 最新情報 news
=====================================*/

#news ul.menu-list{
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}

#news ul.menu-list li {
	padding: 3px 0px;
	border-bottom: dotted 1px #c9c9c9;
}

/*===================================
	 ご案内 menu
=====================================*/
.menu li,
.menu02 li {
	border-bottom: solid 1px #c9c9c9;
	line-height: 1;
}
.menu li:nth-last-child(1),
.menu02 li:nth-last-child(1) {
	border: none;
}

.menu li a,
.menu02 li a  {
	display: block;
	padding: 15px 10px 15px 12px;
	background: url(../cmn/ico_set.png) no-repeat 109% -20px;
}

.menu strong,
.menu02 strong {
	display: block;
	margin-bottom: 5px;
}

.menu li a strong::before{
	content: url(../img/menu1.png);
	float: left;
	width: 45px;
	height: 45px;
	margin: -5px 12px 10px 0;
}

.menu02 li a strong::before {
	content: url(../img/menu2-1.png);
	float: left;
	width: 45px;
	height: 45px;
	margin: -5px 12px 10px 0;
}


.menu li:nth-last-child(1) a strong::before {
	content: url(../img/menu9.png);
}

.menu li:nth-last-child(2) a strong::before {
	content: url(../img/menu3.png);
}

.menu li:nth-last-child(3) a strong::before {
	content: url(../img/menu2.png);
}

.menu li:nth-last-child(4) a strong::before {
	content: url(../img/menu1.png);
}

.menu li:nth-last-child(5) a strong::before {
	content: url(../img/menu5.png);
}

.menu li:nth-last-child(6) a strong::before {
	content: url(../img/menu6.png);
}

.menu li:nth-last-child(7) a strong::before {
	content: url(../image/menu7.png);
}


.menu02 li:nth-last-child(1) a strong::before {
	content: url(../img/menu2-5.png);
}

.menu02 li:nth-last-child(2) a strong::before {
	content: url(../img/menu2-6.png);
}

.menu02 li:nth-last-child(3) a strong::before {
	content: url(../img/menu2-4.png);
}
.menu02 li:nth-last-child(4) a strong::before {
	content: url(../img/menu2-3.png);
}
.menu02 li:nth-last-child(5) a strong::before {
	content: url(../img/menu2-2.png);
}
.menu02 li:nth-last-child(6) a strong::before {
	content: url(../img/menu2-2.png);
}

#SubjectNavi li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 5px;
}

#SubjectNavi02 li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 5px;
}

#Schedule {
	padding: 0 11px 8px;
}

#Schedule .cotentTitle {
	margin: 0 -11px 9px;
}

#Schedule table {
	width: 100%;
	margin-bottom: 5px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-collapse: collapse;
	line-height: 1;
}

#Schedule th,
#Schedule td {
	height: 22px;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
}

#Schedule tbody th {
	background-color: #FFEFE8;
}

#Schedule td {
	width: 30px;
}

#Schedule table .exception {
	line-height: 0.6;
}

#Schedule dt,
#Schedule dd,#Schedule ul,
#Schedule li {
	display: inline;
}

#Schedule dt::after {
	content: "：";
}

#Schedule li:nth-last-child(1)::before {
	content: "・";
}


.phone {
/*	padding: 8px 15px 5px;
	border-top: solid 1px #c9c9c9;
	background: url(../cmn/ico_set.png) no-repeat 92% -140px;*/
}

.phone dl {
	margin-left: 33px;
}

.phone dt,
.phone dd {
	display: inline;
}

.phone dt::after {
	content: "：";
}

/*===================================
	 footer
=====================================*/

p.copy{
	padding: 12px 0;
}

/*===================================
	css3	
=====================================*/

.navigation li,
p.contact a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navigation li:nth-last-child(2) {
	padding-left:12px;
	-webkit-border-top-left-radius: 28px 14px;
	-moz-border-top-left-radius: 28px 14px;
	border-top-left-radius: 28px 14px;
	-webkit-border-bottom-left-radius: 28px 14px;
	-moz-border-bottom-left-radius: 28px 14px;
	border-bottom-left-radius: 28px 14px;
}

p.contact a {
	-webkit-box-shadow: 2px 2px 3px rgba(220,220,220,.5);
	-moz-box-shadow: 2px 2px 3px rgba(220,220,220,.5);
	box-shadow: 2px 2px 3px rgba(220,220,220,.5);
}

.navigation li {
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

p.contact a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

p.contact {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.cotentTitle strong {
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

div.page-archive {
	clear: both;
	margin-top: 0px;
	padding: 10px;
	text-align: center;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}



.ui-header.ui-bar-c {
	border: 0;
	background: #fff;
}

.ui-header.ui-bar-c h1.ui-title {
	margin:0 0 10px ;
	padding: 4px 0 0 4px;
	text-align:left;
}


/* テキストを省略せずに表示する */
/*.ui-header .ui-title,*/
.ui-footer .ui-title,
.ui-btn-inner,
.ui-li-heading,.ui-li .ui-btn-text a.ui-link-inherit,
.ui-li-desc {
overflow: visible;
white-space: normal;
}


.ui-header.ui-bar-c .ui-navbar {
	border-top: 1px solid #14439D;
	border-bottom: 4px solid #14439D;
}

.ui-header.ui-bar-c .contact {
	color:#FFFFFF;
}

.ui-body-c .contact .ui-link {
	color:#FFFFFF ;
	font-weight: bold;
}

.ui-body-c {
	background:#FFFFFF;
}



#ctbox{
padding:0 8px;
clear:both;
}


#blogtl{
/* background:url(../image/blogimg.png) right top no-repeat; 
-webkit-background-size: 105px auto;
background-size: 105px auto; */

background: #FFEFDF; /* Old browsers */
background: -moz-linear-gradient(top,  #FFEFDF 0%, #FFC68C 50%, #FFB871 51%, #FFBF80 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFEFDF), color-stop(50%,#FFC68C), color-stop(51%,#FFB871), color-stop(100%,#FFBF80)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* IE10+ */
background: linear-gradient(to bottom,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEFDF', endColorstr='#FFBF80',GradientType=0 ); /* IE6-9 */

font-size:14px;
height:25px;
border-top:1px solid #79A200;
border-right:1px solid #79A200;
border-left:1px solid #79A200;
border-bottom:3px solid #79A200;
padding:13px 5px 0 15px;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;    
-webkit-border-top-left-radius: 10px;    
-khtml-border-radius-topleft: 10px; 
-moz-border-radius-top-right: 10px;    
-webkit-border-top-right-radius: 10px;     
-khtml-border-radius-topright: 10px;    
border-top-right-radius: 10px;  
margin-top:13px;
}


#tabrow{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
	line-height: 24px;
	font-size:12px;
	background-color:#FFF8F0;
	border-right:1px solid #79A200;
	border-left:1px solid #79A200;
} 

#tabrow li{    
margin: 0 3px;     
padding: 3px 13px;     
border: 1px solid #79A200;       
display: inline-block; 
border-top-left-radius: 6px;    
border-top-right-radius: 6px; 

background: #FFEFDF; /* Old browsers */
background: -moz-linear-gradient(top,  #FFEFDF 0%, #FFC68C 50%, #FFB871 51%, #FFBF80 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFEFDF), color-stop(50%,#FFC68C), color-stop(51%,#FFB871), color-stop(100%,#FFBF80)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* IE10+ */
background: linear-gradient(to bottom,  #FFEFDF 0%,#FFC68C 50%,#FFB871 51%,#FFBF80 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEFDF', endColorstr='#FFBF80',GradientType=0 ); /* IE6-9 */

} 

#tabrow li.selected{     
background:#FFF;     
color:#333;
} 
#tabrow {     
position: relative; 
} 
#tabrow a{
text-decoration:none;
}
#tabrow:after{    
position:absolute;     
content: "";     
width: 100%;     
bottom: 0;     
left: 0;    
border-bottom: 1px solid #79A200;    
z-index: 1;
} 
#tabrow:before{
z-index:1;
} 
#tabrow li{
position:relative;
z-index:0;
}
#tabrow li.selected{
z-index:2;
border-bottom-color:#FFF;
}

#topmenu ul {
margin:0 0 9px 8px;
overflow:hidden;
border-top: solid 1px #c9c9c9;	
}

#topmenu .btn1 .txt{
display:inline-block;
vertical-align:middle;
}

#topmenu .btn1 a{
background:url(../image/arrow.png) 72px center no-repeat, url(../image/back_menubt.png) no-repeat 0px 0px;
background-size: 15px 15px, 96px 58px;
color:#ffffff;
display:block;
height:48px;
line-height:1.2;
padding:10px 5px 0 12px;
text-decoration:none;
vertical-align:middle;
width:82px;
font-size:14px;
float:left;
margin-right:4px;
margin-top:4px;
-webkit-tap-highlight-color:rgba(238,231,167,0.4);
font-weight:normal;
}

#topmenu .btn1 a:hover,#btn_pre a:hover,#btn_mail a:hover{
color:#eac700;
text-decoration:underline;
}

#topmenu .btn1 a:active,#btn_pre a:active,#btn_mail a:active{
color:#eac700;
text-decoration:underline;
}


.ui-body-c .ui-header .contact .ui-link{
font-size:8px;
color:#333333;
text-decoration: none;
}

.ui-body-c .ui-header .contact p#txt_call{
	line-height:100%;
}

#freecall a{
color:#AE1D1D;
font-size:16px;
font-family:Verdana,Helvetica,Arial,sans-serif;
background:url(/cmn/freedial.png) left 8px no-repeat;
padding-left:15px;
padding-top:4px;
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */

}

/************************************************************************************
Mail
*************************************************************************************/

.pic-right-noborder {
	float: right;
}

.clear {
	clear: both;
}

.feedline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	}

