@charset "UTF-8";
/*--------------------------------
  共通項目
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}


.calendar {
margin:20px 10px 30px;
}
.calendar iframe {
width: 100%;
height: 400px;
box-sizing: border-box;
}


a {
	color: #1B6ABA;
	text-decoration: none;
}
.imgbox {
	text-align: center;
}
#catchArea {
	padding: 5px 5px 0 5px;
	margin: 0px;
	text-align: center;
}

#catchArea img {
	width: 310px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#catchArea:after {
	clear: both;
	cotent: "";
	display: block;
}
.inbox {
	padding: 10px 10px;
}
#timeArea, #aboutArea, #seikotsuArea, #stepArea, #qaArea, #featureArea, #greetArea, #galleryArea, #contactArea, #ryokinArea, #jihiArea, #hokenArea, #jikoArea, #jibaisekiArea, #tekiyouArea,.outbox {
	background: #fff;
	text-align: left;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	/* border-radius */
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;

/* box-shadow */
box-shadow:rgba(196, 196, 196, 0.65098) 0px 0px 5px 2px;
-webkit-box-shadow:rgba(196, 196, 196, 0.65098) 0px 0px 5px 2px;
-moz-box-shadow:rgba(196, 196, 196, 0.65098) 0px 0px 5px 2px;
}

/*--------------------------------
	フォント
--------------------------------*/
h2{
	line-height: 20px;
	color: #fff;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0px 0em;
	padding: 6px 10px;
	background: url(../image/h2.jpg) repeat left top;
	border-radius: 6px 6px 0 0;
}

h3 {
	color:#37AA00;
	margin-bottom: 10px;
	background:#ECFCBC url(../image/h3.png) no-repeat 7px center;
	background-size:10px auto;
	-moz-background-size:10px auto;
	-webkit-background-size:10px auto;
	padding:6px 0 6px 25px;
	font-size:16px;
}

.blue {
	color: #6699FF;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #F00;
}
.pink {
	font-weight: bold;
	color: #E47E86;
}
.babypink {
	font-weight: bold;
	color: #FE6376;
}
.green {
	font-weight: bold;
	color: #319E2E;
}
.orange {
	font-weight: bold;
	color: #FF6C00;
	margin-bottom: 5px;
}
.navy {
	color: #039;
	font-weight: bold;
}
.bluebox {
	font-weight: bold;
	color: #2B85C8;
	border: 1px solid #2B85C8;
	background: #EAF2FF;
	padding: 0px 5px;
	margin: 0px 5px;
}
.vividred {
	color: #EA4459;
	font-size: 16px;
}
.roman {
	font-size: 12px;
	color: #999;
}
.small {
	font-size: 11px;
	padding-left: 3px;
}
.middle {
	font-size: 12px;
	padding-left: 3px;
}
.large {
	font-size: 18px;
	font-weight: bold;
}
.lighter {
	background-color: #FFC;
}

/*--------------------------------
	基本レイアウト
--------------------------------*/
html{
}

body{
	font-size: 15px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 150%;
	font-family: sans-serif;
	color: #333;
	position: relative;
	background: url(../image/bg.jpg) repeat left top;
}

#header{
	padding-bottom: 0px;
	width: 100%;
	background: #FD761D;
}
#header:after {
	content: "";
	clear: both;
	display: block;
}
#header h1 {
	line-height: 1.3;
	font-size: 10px;
	text-indent: 5px;
	text-align: center;
	margin: 0 0 0 0;
	/* [disabled]background: #FF602B; */
	color: #FFF;
	padding: 2px 0 2px 0;
}
#header #head {
	clear: both;
	margin: 2px auto 0px auto;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 20px auto 20px auto;
	border-bottom: #FD761D 2px dashed;
}
#header #head p{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

/*
#header #head ul {
	margin:0 auto;
	padding:10px 0 5px 0;
	text-align:center;
	width:300px

}
#header #head ul li {
	margin: 0px 0;
	float:left;
	list-style-type:none;
}
#header #head ul li#tel {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.82, #F3C506), color-stop(0.00, #FEEF91));
background: -webkit-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -moz-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -o-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -ms-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: linear-gradient(to bottom, #FEEF91 0%, #F3C506 82%);
	width: 15%;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 8px;
	margin: 10px 0 0 10px;
	
}
#header #head ul li#logo {
	margin: 0 0 0 0;
	text-align: center;
	width: 220px;
}
#header #head ul li#logo img {
	width: 210px;
	height: auto;
	margin: 0 0 0 0;
	padding: 5px 0 0 0
}
#header #head ul li#tel img{
	width: 40px;
	height: auto;
	margin: 0 0 -3px 0;
}*/
#header #head ul {
	width: 100%;
	padding-top:8px;
	padding-bottom: 12px;
	
}
#header #head ul li {
	display: inline-block;
	border-radius: 3px;
	margin: 0px 3px
}
#header #head ul li#tel {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.82, #F3C506), color-stop(0.00, #FEEF91));
background: -webkit-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -moz-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -o-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -ms-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: linear-gradient(to bottom, #FEEF91 0%, #F3C506 82%);
	width: 16%;
	text-align: center;
	/* [disabled]float: left; */
}
#header #head ul li#logo {
	margin: 10px 0px 0px;
	text-align: center;
	width: 60%;
	/* [disabled]float: left; */
}
#header #head ul li#logo img {
	width: 92%;
	height: auto;
}

#header #head ul li#mail {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.82, #F3C506), color-stop(0.00, #FEEF91));
background: -webkit-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -moz-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -o-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: -ms-linear-gradient(top, #FEEF91 0%, #F3C506 82%);
background: linear-gradient(to bottom, #FEEF91 0%, #F3C506 82%);
	width: 16%;
	text-align: center;
	/* [disabled]float: right; */
}
#header #head ul li#tel img, #header #head ul li#mail img {
	width: 60%;
	height: auto;
	margin-top: 5px;
}

#content {
	text-align: center;
	padding: 10px 10px 5px 10px;
}
#footer{
	margin: 0px;
	padding: 6px 0 0px 0;
	text-align: center;
	background-color: #FFFFEE;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer .foot {
	width: 300px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
}
#foot .foot p {
	text-align: left;
	display: block;
}
#footer .foot p.name {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 105px;
	line-height: 40px;
	display: block;
	padding-right: 0px;
	margin: 7px 0px 0px;
	text-indent: 0px;
	color: #FD761D;
}
#footer .foot p.name img {
	width: 120px;
	height: auto;
}
#footer .foot p.address {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	float: right;
	line-height: 120%;
	width: 190px;
	display: block;
	padding-top: 5px;
	margin: 0px;
	/* [disabled]height: 35px; */
}
#footer section#copy {
	padding-top: 5px;
	margin-top: 5px;
	background-color: #FD761D;
	color: #FFF;
}
#footer section#copy p{
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	line-height: 120%;
	margin: 0px;
	/* [disabled]font-weight: bold; */
	color: #FFF;
}

#footer small{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#footer small a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer small a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*-------------------------
	バナー類
------------------------*/
#footContents {
	/* [disabled]text-align: center; */
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*------------------------*/
p#banner {
	text-align: center;
	margin-bottom: 15px;
}
p#banner img {
	width: 295px;
	height: auto;
	margin-bottom: 0px;
}

#facebook {
	margin: 10px auto;
	border: 1px solid #bbb;
	width: 290px;
}

/*--------------------------------
	ナビ
--------------------------------*/
nav#grid{
	/* [disabled]-webkit-box-shadow:0 2px 4px #060; */
	/* [disabled]box-shadow: 0 2px 4px #060; */
	margin: 0px;
}

nav#grid ul{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #fff), color-stop(0.49, #f2f2f2), color-stop(0.48, #fff), color-stop(0.00, #fcfcfc));
background: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 48%, #f2f2f2 49%, #fff 95%);
background: -moz-linear-gradient(top, #fcfcfc 0%, #fff 48%, #f2f2f2 49%, #fff 95%);
background: -o-linear-gradient(top, #fcfcfc 0%, #fff 48%, #f2f2f2 49%, #fff 95%);
background: -ms-linear-gradient(top, #fcfcfc 0%, #fff 48%, #f2f2f2 49%, #fff 95%);
background: linear-gradient(to bottom, #fcfcfc 0%, #fff 48%, #f2f2f2 49%, #fff 95%);

}

nav#grid ul:after{
	content:"";
	clear:both;
	display:block;
}

nav#grid ul li{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dotted #fff;
}
nav#grid ul li a{
	display: block;
	height: 20px;
	letter-spacing: 0px;
	padding: 42px 0 3px 0;
	font-size: 11px;
	color: #713D11;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
nav#grid ul li#icon01 {
	background:url(../image/icon01.png) no-repeat 50% 28%;
	background-size:38px 38px;
	-webkit-background-size:38px 38px;
}
nav#grid ul li#icon02 {
	background:url(../image/icon02.png) no-repeat 50% 28%;
	background-size:38px 38px;
	-webkit-background-size:38px 38px;
}
nav#grid ul li#icon03 {
	background:url(../image/icon03.png) no-repeat 50% 28%;
	background-size:38px 38px;
	-webkit-background-size:38px 38px;
}
nav#grid ul li#icon04 {
	background:url(../image/icon04.png) no-repeat 50% 27%;
	background-size:36px 36px;
	-webkit-background-size:36px 36px;
}
nav#grid ul li#icon05 {
	background:url(../image/icon05.png) no-repeat 50% 22%;
	background-size:36px 36px;
	-webkit-background-size:36px 36px;
	border-right: 0px dotted #fff;
}
nav#grid ul li#icon02 a{
	font-size: 10px;
}
nav#grid ul li#icon05 a{
	line-height: 100%;
	height: 15px;
	padding: 42px 0 8px 0;
	font-size: 10px;
}

/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 0px 10px 5px 0px;
	text-align: right;
	color: #666666;
}
.pagetop:after {
	content:"";
	display:block;
	clear:both;
}
.pagetop a{
	font-size: 14px;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #333;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 14px;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	height: 20px;
	margin-left: 10px;
}
nav#topicpath ul {
	list-style: none;
	padding: 3px 0px 0px 5px;
}
nav#topicpath ul li {
	display: inline;
	font-size: 11px;
}
nav#topicpath ul li a {
}
nav#topicpath ul li span {
}


/*--------------------------------
	トップ
--------------------------------*/
#topimage {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#topimage:after{
	content:"";
	clear:both;
	display:block;
}
#topimage img {
	width:100%;
	height: auto;
	max-width:350px;
	display:block;
	margin:0 auto 5px auto;
	padding-bottom: 0px;
}

/*------------------------------*/
#prArea {
	background: url(../image/bg-pr01.jpg) repeat left top;
	box-shadow: 0 0px 5px #eee;
	-webkit-box-shadow: 0 0px 5px #eee;
	border-radius: 5px;
	margin: 5px auto 15px;
	padding: 10px 0px;
	width: 300px;
}
#prArea img {
	width: 290px;
	height: auto;
}
#prArea .pr-inner {
	background: rgba(255,255,255,0.9) url(../image/bg-pr.jpg) no-repeat left bottom;
	background-size: 280px auto;
	-webkit-background-size: 280px auto;
	padding: 0px 0px 120px;
	margin: 5px 10px;
}
#prArea dl {
	text-align: left;
	padding-top: 5px;
	margin: 0 5px;
}
#prArea dl dt {
	float: left;
	width: 30px;
}
#prArea dl dt img {
	width: 25px;
	height: auto;
	margin-top: 3px;
}
#prArea dl dd {
	padding: 3px 0 3px 30px;
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px dotted #FF8000;
}
#prArea dl dd strong {
	color: #FF0000;
}

/*------------------------------*/
#prArea2 {
	background: url(../image/bg-pr02.jpg) repeat left top;
	box-shadow: 0 0px 5px #eee;
	-webkit-box-shadow: 0 0px 5px #eee;
	border-radius: 5px;
	border: 5px solid #fff;
	margin: 5px auto 15px;
	padding: 5px 5px;
	width: 280px;
}
#prArea2 img.title {
	width: 100%;
	height: auto;
	margin: 0 0 0px;
}
#prArea2 p {
	text-align: left;
	line-height: 1.3;
	padding: 0px 8px 5px;
}
#prArea2 p img {
	float: right;
	width: 110px;
	height: auto;
}

/*------------------------------
	切り替え部分（お知らせ・挨拶・問い合わせ）
------------------------------*/
#switchArea ul.tab{
	overflow: hidden;
	margin-bottom: 0px;
}
#switchArea ul.tab li{
	float: left;
	border: 1px solid #FFCC66;
	background-color: #FFCC66;
	margin: 5px 3px 0px 1px;
	padding: 1px 5px;
	font-size: 95%;
	list-style-type: none;
	width: 28%;
	border-radius: 4px 4px 0 0;
}
#switchArea ul.tab li:hover {
	cursor: pointer;
}
#switchArea ul.tab li.select{
	font-weight: bold;
	color: #007979;
	background-color: #FF9900;
	border: 1px solid #FF9900;
}
#switchArea ul.tab li img {
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
}
#switchArea .content {
	background: #fff;
	border-top: 4px solid #FF9900;
	border-bottom: 4px solid #FF9900;
	margin: 0 0 15px;
	padding: 15px 10px 5px;
}
#switchArea .content li{
	width: 100%;
	display: none;
}
#switchArea .content li h2 {
	text-align: left;
	margin-bottom: 5px;
}
#switchArea .content li iframe {
	width: 100%;
	height: auto;
}
#switchArea .content li.select {
	display:block;
}

#t_greet h2, #t_info h2, #t_contact h2 {
	border-radius: 6px;
}
#t_greet .inbox {
	padding-left: 5px;
	padding-right: 5px;
}
#t_greet p {
	text-align: left;
	width: 100%;
	line-height: 1.6;
	margin-bottom: 10px;
}
#t_greet .inchou {
	width: 100%;
	margin: 0 10px 10px 0px;
	padding: 0px 5px;
	text-align: center;
}
#t_greet .inchou img {
	width: 230px;
	height: auto;
	margin: 5px 0 5px;
	border-radius: 5px;
}
#t_greet .inchou p {
	text-align: center;
	line-height: 1.3;
	color: #8A9900;
}
#t_greet .inchou p span {
	font-size: 18px;
	color: #960;
}

/*---お問い合わせフォームCSSは別途記載---*/

/*------------------------------*/
#timeArea .inbox {
	padding: 10px 5px;
}
#timeArea table {
	width: 95%;
	border: 1px solid #aaa;
	margin: 0px auto 5px;
}
#timeArea table td {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 180%;
	border: 1px dashed #CCC;
}
#timeArea table td.kome {
	font-size: 11px;
}
#timeArea table td.day {
	background-color: #F2EBDF;
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #bbb;
}
#timeArea table td.time {
	width: 35%;
	font-size: 14px;
	text-align: right;
	padding-right: 4px;
	background-color: #F2EBDF;
}

#timeArea p {
	margin: 3px 0 5px 10px;
	font-size: 13px;
}

#timeArea dl#kyushin {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	line-height: 120%;
	padding-left: 10px;
	margin-bottom: 5px;
}
#timeArea dl#kyushin dt {
	float: left;
	width: 4em;
}
#timeArea dl#kyushin dd {
	padding:0 0 0 4em;
}
#timeArea a{
	width:280px;
	text-align:center;
	display:block;
	margin:0 auto;
}
#timeArea a img{
	width:280px;
	margin:10px auto;
}
/*------------------------------*/
#aboutArea dl {
	margin-bottom: 5px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#aboutArea dl dt {
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 4em;
	float: left;
	background-color: #FCF8BE;
	padding: 0px 0px;
	margin-right: 5px;
	color: #81623F;
}
#aboutArea dl dt.nofloat {
	float: none;
	margin-bottom: 5px;
}
#aboutArea dl dd {
	padding-left: 4em;
	line-height: 25px;
}
#aboutArea dl dd a {
	font-size: 15px;
}
#aboutArea dl:after {
	content:"";
	clear: both;
	display: block;
}
#aboutArea dl dd img {
	width: 25px;
	height: 17px;
	border-radius: 2px;
	margin-right: 3px;
	margin-bottom:-3px;
}
#aboutArea iframe.map {
	margin-bottom: 10px;
	width: 100%;
	height: 180px;
}
#aboutArea .more {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
#aboutArea dl dd.lines {
	line-height: 1.2;
}
#aboutArea dl dd.add {
	letter-spacing: -1px;
}

#aboutArea iframe {
	width: 100%;
	height: 250px;
}


/*--------------------------------	
	はじめての方へ
--------------------------------*/
#seikotsuArea .seikotsu {
}
#seikotsuArea .imgbox img {
	width: 270px;
	height: auto;
	border-radius: 2px;
	margin: 10px 0 0 0;
}

/*-----------------------------*/
#stepArea p.flow {
	font-size: 15px;
	color: #976600;
	border-left: 8px solid #FED618;
	border-bottom: 2px dashed #E9D79E;
	padding: 3px 0 3px 5px;
	margin: 0 0 10px;
	font-weight: bold;
}
#stepArea p.flow .step {
	padding-right: 1em;
	font-weight: bold;
	color: #FD751D;
}
#stepArea p.img_right {
	background: url(../image/yajirusi.png) no-repeat center bottom;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;
	padding-bottom: 30px;
}
#stepArea p.img_right img {
	width: 100px;
	height: auto;
	float: right;
	border: 1px solid #EDE6CB;
	margin-left: 5px;
}

/*-----------------------------*/
#qaArea dl.q {
	clear: both;
	margin: 0 0 5px;
}
#qaArea dl.q dt {
	background: #ff8000;
	border-radius: 13px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
	float: left;
}
#qaArea dl.q dd {
	font-size: 16px;
	font-weight: bold;
	color: #960;
	padding: 2px 0 0 30px;
}
#qaArea .a p {
	padding: 10px 8px;
	margin: 0 0 15px;
	border-radius: 6px;
	background-color: #FFFFDB;
}
#qaArea .a {
	border-bottom: 1px solid #C0E061;
	margin: 0 0 10px;
}
#qaArea .a a:link {
	color: #06C;
	font-weight: bold;
}

/*--------------------------------	
	当院紹介
--------------------------------*/
#featureArea .inbox {
	padding-bottom: 0px;
}
#featureArea .featureBox {
	padding: 0 5px 5px;
	margin: 0 5px 10px;
	/*border-top: 1px dashed #9FCC5B;*/
	border: 1px dashed #CDB67E;
}
#featureArea h3 {
	font-size: 16px;
	/* [disabled]font-weight: normal; */
	background: url(../image/feature.png) no-repeat 5px -2px;
	background-size: 30px auto;
	-webkit-background-size: 30px auto;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 40px;
	color: #F99713;
	position: relative;
	margin-bottom: 5px;
	/*border-bottom: 2px solid #D5ECAC;
	border-bottom: 2px solid #F5EDA3;*/
}
#featureArea h3 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0 25px 0 0;
	font-style: italic;
	position: absolute;
	top: -4px;
	left:14px;
}
#featureArea .featureBox p {
	padding: 5px 10px 0px;
	margin-bottom: 5px;
}

/*---------------------------------*/
#greetArea p {
	text-align: left;
	padding: 0px 5px;
	line-height: 1.6;
	margin-bottom: 10px;
}
#greetArea .inchou {
	width: 100%;
	margin: 0 10px 10px 0px;
	padding: 0px 5px;
	text-align: center;
}
#greetArea .inchou img {
	width: 230px;
	height: auto;
	margin: 5px 0 5px;
	border-radius: 5px;
}
#greetArea .inchou p {
	text-align: center;
	line-height: 1.3;
	color: #8A9900;
}
#greetArea .inchou p span {
	font-size: 18px;
	color: #960;
}

#greetArea .sikaku {
	margin: 15px 0 0 5px;
	padding: 5px;
	border: 1px dashed #CDB67E;
}
#greetArea .sikaku h5 {
	background: #FEEFC2;
	padding: 2px 6px;
	margin: 0 0 10px;
}
#greetArea .sikaku dl dt {
	font-weight: bold;
	float: left;
	color: #8A9900;
}
#greetArea .sikaku dl dd {
	padding: 0 0 5px 4em;
	margin: 0 0 5px;
	border-bottom: 1px solid #FC3;
}

/*---------------------------------*/
#galleryArea {
	padding-bottom: 10px;
}

/*--------------------------------	
	保険施術
--------------------------------*/
#ryokinArea table {
	border: 1px solid #9F7D66;
	margin: 0 0 5px;
	width: 100%;
}
#ryokinArea table th {
	background: #F2EBDF;
	border-right: 1px solid #9F7D66;
	border-bottom: 1px solid #9F7D66;
	text-align: center;
	vertical-align: middle;
}
#ryokinArea table th, #ryokin table td {
	padding: 3px 0;
}
#ryokinArea table th.futan {
	border-right: 1px solid #FCAFAD;
}
#ryokinArea table tr:first-child th {
	border-bottom: 1px solid #9F7D66;
}
#ryokinArea table td {
	width: 37%;
	text-align: center;
	padding: 3px 0em;
	border-right: 1px solid #9F7D66;
	border-bottom: 1px solid #9F7D66;
	background: url(../image/between.png) no-repeat 45% center;
	background-size: 20px auto;
	-webkit-background-size: 20px auto;
	font-size: 15px;
	line-height: 1.2;
}

/*-----------------------------------*/
#hokenArea h3 {
	background: #F9FCDC url(../image/donut.png) no-repeat 8px center;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	border-bottom: 2px dashed #BED979;
	font-size: 17px;
	/* [disabled]font-weight: normal; */
	color: #947712;
	padding: 3px 0 3px 30px;
	margin: 0 0 10px;
}
#hokenArea p {
	margin: 0 0 20px;
}
#hokenArea .imgbox {
	margin: 0 0 5px;
}
#hokenArea .imgbox img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

/*-----------------------------------*/
#jihiArea h3 {
	background: #F9FCDC url(../image/donut.png) no-repeat 8px center;
	background-size: 17px auto;
	-webkit-background-size: 17px auto;
	border-bottom: 2px dashed #BED979;
	font-size: 17px;
	/* [disabled]font-weight: normal; */
	color: #947712;
	padding: 3px 0 3px 40px;
	margin: 0 0 10px;
}
#jihiArea p {
	margin: 0 0 20px;
}
#jihiArea p:last-child {
	margin: 0 0 5px;
}
#jihiArea .imgbox {
	margin: 0 0 5px;
}
#jihiArea .imgbox img {
	width: 240px;
	height: auto;
	border-radius: 2px;
}
#jihiArea .imgbox p {
	background: #FFA51E;
	font-weight: bold;
	color: #fff;
	width: 240px;
	margin: 0px auto 10px;
	padding: 1px 0px;
	border-radius: 3px;
}

/*--------------------------------	
	交通事故治療
--------------------------------*/
#jikoArea .imgbox img {
	width: 280px;
	height: auto;
}

/*-----------------------------------*/
#jibaisekiArea p img {
	float: right;
	width: 120px;
	height: auto;
}

/*-----------------------------------*/
#tekiyouArea p.flow {
	font-size: 15px;
	color: #976600;
	border-left: 8px solid #FED618;
	border-bottom: 2px dashed #E9D79E;
	padding: 3px 0 3px 5px;
	margin: 0 0 10px;
	font-weight: bold;
}
#tekiyouArea p.flow .step {
	padding-right: 5px;
	color: #FD751D;
}
#tekiyouArea p.img_right {
	background: url(../image/yajirusi.png) no-repeat center bottom;
	background-size: 25px auto;
	-webkit-background-size: 25px auto;
	padding-bottom: 30px;
}
#tekiyouArea p.img_right img {
	width: 110px;
	height: auto;
	float: right;
	border: 1px solid #EDE6CB;
}
#tekiyouArea p.none {
	background:none;
	padding-bottom:15px;
}
