/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.231;
}

p {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	color: #242424;
	margin-bottom: 10px;
}

a {
	color: #333;
}
a:hover {
	color: #0E6EB8;
}

h1 {
	margin: 0px;
	text-align: right;
	font-size: 11px;
	font-weight: lighter;
	color: #FFF;
	background-color: #14A83B;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	
	padding-left: 30px;
	color: #242424;
	margin-bottom: 1em;
	min-height: 30px;
	padding-top: 15px;
	background-image: url(../images/ico_title.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #604C3F;
	font-size: 14px;
	font-weight: lighter;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h3 {
	color: #FFF;
	background-color: #14A83B;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: lighter;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
h4 {
	color: #333;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 5px;
	font-weight: lighter;
	margin-bottom: 10px;
}

.midashi {
	color: #00F;
	background-color: #D8EBFA;
	border: 1px solid #CCC;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-top: 5px;
	font-weight: lighter;
	margin-bottom: 5px;
}
img {
    max-width: 100%;
    height: auto;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

section {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	border: 1px solid #CCC;
}
aside p:last-child {
	margin-bottom: 0;
}

aside p a {
	text-decoration: none;
	color: #;
	color: #333;
}
aside p a:hover {
	color: #00F;
}

#wrap {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}



.all_clear { clear:both; height:0; }

/*-------------------------------------------------
 text-shadow
-------------------------------------------------*/

.title {
	font-size: 121%;
	text-shadow: 2px 2px 2px #ccc;
	color: #09C;
	margin-bottom: 10px;
}


.title_c {
	font-size: 90%;
	background-color: #FFEEF7;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 5px;
	color: #820000;
	margin-bottom: 15px;
}

.title_c1 {
	color: #333;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	font-weight: lighter;
	margin-bottom: 5px;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

/*-------------------------------------------------
 header
-------------------------------------------------*/
header {
	text-align: center;
	margin: 0px;
	padding: 7px 0 3px 0;
	width: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}


/*-------------------------------------------------
 nav
-------------------------------------------------*/
/* :::::::::: メインナビ :::::::::: */
#main_nav {
	overflow: hidden;
	max-width: 600px;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
	text-align: center;
}


nav {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#main_nav li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main_nav li a img{
	float: left;
	width: 33%;
	padding: 0px;
	margin: 0px;
}
#main_nav li img{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------
 Top Page
-------------------------------------------------*/

#slider {
	max-width: 100%;
	width: 1000px;
	margin: 10px auto 0;
	padding: 0 1%;
	box-sizing: border-box;
}

#btnTop {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
	border: 1px solid #CCC;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}


/*-------------------------------------------------
 Color
-------------------------------------------------*/

.bule {
	color: #0E6EB8;
}



.green {
	color: #390;	
}
.hyou {
	width: 100%;	
}

.haikei {
	border: 1px solid #CCC;
	background-color: #9BCDFF;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
}




.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.list {
	margin-left: 20px;
	padding: 0px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.list_nashi {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	color: #333333;
}

.suuji {
	list-style-type: decimal;
	padding-left: 5px;
	margin-left: 30px;
	color: #333333;
}

/*-------------------------------------------------
 
-------------------------------------------------*/
.center {
	text-align: center;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.center1 {
	text-align: center;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.center2 {
	text-align: center;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




.nashi {
	list-style-type: none;
	padding-left: 10px;
}
	
/*-------------------------------------------------
 画像
 -------------------------------------------------*/
	
	/* Firefox, Safari, Chrome, Opera fluid Image */
	img.fluid-image {
		max-width: 100%;
	}
	
	.container {
	width: 90%;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	.left-column {
	float: left;
	width: 35%;
	padding-right: 10px;
	}

	.right-column {
	float: right;
	width: 35%;
	margin-bottom: 10px;
	text-align: right;
	padding-left: 0px;
	margin-top: 0px;
	}

.right-column1 {
	float: right;
	width: 35%;
	margin-bottom: 10px;
	text-align: right;
	padding-left: 5px;
	margin-top: 0px;
	}

 .exemples {
	text-align: center;
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}


.text_right {
	float: right;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	color: #333;
}





.orange {
	color: #F08200 !important;
}

.green {
	color: #006835;	
}
.brown {
	color: #604C3F;	
}

.brown1 {
	color: #A38B77;
}


/*
.category
-----------*/
.category{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.category li{
	height:auto;
	border-top:1px solid #CCC;
	padding-top: 5px;
}
.category li:nth-of-type(2n){
	border-left:1px solid #CCC;
	-webkit-box-sizing:border-box;
}
.category li img{
	width:16px;
}
.category li a{
	font-size:13px;
	color: #614C3F;
}
.category li a:hover {
	color: #A38B77;
}

/*
.theme F
-----------*/

.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#327abf;
	background: 			#709f9f;
	color: 					#ffffff;
	text-shadow: 0 -1px 1px #669999;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#5d96cd),color-stop(49%,#5d96cd), color-stop(50%,#327abf),  to(#73a4d1));
	background-image: -webkit-linear-gradient(#5d96cd,#5d96cd 49%,#317abe 50%, #73a4d1);
	background-image:    -moz-linear-gradient(#5d96cd,#5d96cd 49%,#317abe 50%, #73a4d1);
	background-image:     -ms-linear-gradient(#5d96cd,#5d96cd 49%,#317abe 50%, #73a4d1);
	background-image:      -o-linear-gradient(#5d96cd,#5d96cd 49%,#317abe 50%, #73a4d1);
	background-image:         linear-gradient(#5d96cd,#5d96cd 49%,#317abe 50%, #73a4d1);


}
.ui-btn-hover-f ,
.ui-btn-down-f , 
.ui-body-f .ui-btn-active {
	text-decoration: none;
	font-weight:normal;
	border: 1px solid 		#327abf;
	background: 			#709f9f;
	color: 					#ffffff;
	text-shadow: 0 -1px 1px #669999;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#73a4d1), color-stop(49%,#317abe),color-stop(50%,#5d96cd),top(#5d96cd)  );
	background-image: -webkit-linear-gradient(#73a4d1 , #317abe 49% , #5d96cd 50% , #5d96cd);
	background-image:    -moz-linear-gradient(#73a4d1 , #317abe 49% , #5d96cd 50% , #5d96cd);
	background-image:     -ms-linear-gradient(#73a4d1 , #317abe 49% , #5d96cd 50% , #5d96cd);
	background-image:      -o-linear-gradient(#73a4d1 , #317abe 49% , #5d96cd 50% , #5d96cd);
	background-image:         linear-gradient(#73a4d1 , #317abe 49% , #5d96cd 50% , #5d96cd);
}



/*
.theme G
-----------*/

.ui-btn-up-g,
.ui-btn-hover-g ,
.ui-btn-down-g , 
.ui-bar-g ,
.ui-btn-up-g.ui-btn-active {
	text-decoration: none;
	background: 			#f0ebdf;
	color: 					#ffffff;
	text-shadow: 0 -1px 1px #ffffff;
	border:none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ebdf) ,  to(#ffffff));
	background-image: -webkit-linear-gradient(#f0ebdf, #ffffff);
	background-image:    -moz-linear-gradient(#f0ebdf, #ffffff);
	background-image:     -ms-linear-gradient(#f0ebdf, #ffffff);
	background-image:      -o-linear-gradient(#f0ebdf, #ffffff);
	background-image:         linear-gradient(#f0ebdf, #ffffff);
}
.ui-btn-up-g a.ui-link-inherit,
.ui-btn-hover-g a.ui-link-inherit,
.ui-btn-hover-g a.ui-link-inherit {
	color: #2F3E46;
	font-weight:bold;
}
/*
.ui-header
-----------*/
.ui-header h1.ui-title{
	margin:0;
}
.ui-header p{
	margin:10px 0 5px;
	font-size:12px;
	text-align:center;
}
/*
div:not(#index) .ui-header
-----------*/

div:not(#index) .ui-header .ui-title{
	margin:10px 20px;
	text-align:right;
}
div:not(#index) .ui-header{
	margin-top:10px;
}


#mail1 {
	margin: 0px;
	padding: 0px;
	width: 300px;	
}

article {
	padding:10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #CCC;
}

.aleft{
	text-align:left;
}

#table-lbline-timetbl {
	margin: 0px;
	padding: 0px;
	width: 90%;	
}

.subject_title {
	background-color: #FFEEFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCC;
	color: #40220F;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 13px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.pro {
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.moji {
	font-size: 14px;
	width: 40%;
}
.moji1 {
	font-size: 14px;
	width: 60%;
}



/*-------------------------------------------------*/
.news-title {
	height: auto;
	color: #14A83B;
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #14A83B;
	border-bottom-color: #14A83B;
}
.news-caption{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 13px;
	padding-right: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}


#frame {
	height: 150px;
	overflow: auto;
}




#pcsite {
position:fixed;
right:0px;
top:100px;
}


/*-------------------------------------------------
 診療時間
 -------------------------------------------------*/
.timetable {
	margin-bottom: 5px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
    text-align: center;
}
.timetable thead tr th {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 14px;
}
.timetable tbody tr td:not(:first-child) {
	border: 1px solid #CCC;
	color: #259e3c;
	font-size: 18px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.timetable tbody tr td span {
	color: #40220F;
    font-size: 14px;
} 
.tr_time {
	text-align: center;
	background-color: #7B7B7B;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	border: 1px solid #CCC;
}


.jikan {
	font-size: 13px;
	color: #40220F;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.note {
	font-size: 90%;
	background-color: #FFEEF7;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 5px;
	
	margin-bottom: 15px;
}
.note p {
    color: #820000;
    margin: 0;
    padding: 0;
}
.red {
	color: #F00;
}

.yellow {
	color: #F8B62B;	
}
.red{
	color: #F00;
	border: 1px solid #CCC;
	padding: 4px;
}
.blue{
	color: #00F;
	border: 1px solid #CCC;
	padding: 4px;
}



.text_right {
	float: right;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	color: #333;
}


#wrap section .text_right a {
	color: #666;
	font-weight: lighter;
	text-decoration: underline;
}

#wrap .text_right a {
	color: #666;
	font-weight: lighter;
	text-decoration: underline;
}
.map {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;

}


.tr_title {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
	padding-left: 10px;
	width: 30%;
	vertical-align: middle;
}

/*------------------------------------------------
			　	　アコーディオン3
------------------------------------------------*/
.accordion3 { margin:10px auto; z-index:2; }

.accordion3 dt{
	color: #FFFFFF;
	border: 1px solid #cccccc;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #89BA27;
}

.accordion3 dt:after {
	content: url(../images/yaji.png);
	float: right;
	margin-top: 2px;

}


.accordion3 dd{
	margin:0 0 20px;
	padding:10px;
}

img.doctor {
	display: flex;
	margin: 0 auto;

}



.zero {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
