/*===================== 初期化 =====================*/
/* 1.タグの初期化
-------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;
}
li { list-style: none; }
table,tr,th,td {border-collapse: collapse; }
img { vertical-align: top;border: none;}


/* 2.HTML＆BODY設定
-------------------------------------------*/
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
  max-width: 2000px;
  margin: 0 auto;
  color: #43230d;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.0;
  *font-size: 100%;
  word-break: break-all;
   -webkit-text-size-adjust: 100%;
}
html.osMac body, body.osMac {
  font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;
}
body.en {
  word-break: normal;
}

a, a img {
  outline: none;
}
a:link, a:visited { text-decoration: none; }
a:hover, a:active  { text-decoration: none;}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*clear fix
-------------------------------------------*/
.fix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.fix{
  display: inline-block;
}
/* Hides from IE Mac */
* html .fix{
  height: 1%;
}
.fix{
  display:block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



.fl {
  float: left;
}

.fr {
  float: right;
}

p {
  background-image: url("../img/touka.gif");
}



@font-face {
  font-family: 'minL';
  src: url('../font/A-OTF-RyuminPro-Light.otf');
}
.minL { font-family: minL; }
@font-face {
  font-family: 'times';
  src: url('../font/times.ttf');
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 54px;
  background: #9f7633;
}
#header .head {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 13px 0 0 0;
}
#header .head ul li {
  float: left;
  width: 16.66666666666666666666666666666666666666%;
  font-family: Simsun;
}
#header .head ul li a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 0 0 0;
  text-align: center;
  color: #ffffff;
  border-left: 1px dotted #ffffff;
  -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
         transition: .1s ease-in-out;
}
#header .head ul li:last-child a {
  border-right: 1px dotted #ffffff;
}
#header .head ul li a:hover {
  border-bottom: 2px solid #ffffff;
}


#container {
  padding: 54px 0 152px 0;
}

.main {
  width: 100%;
}
.main img {
  width: 100%;
  height: auto;
}


.concept {
  padding: 80px 0;
  text-align: center;
  background: url('../img/bg_top_concepta.jpg') no-repeat left top;
}

.top_h2 {
  margin: 0 0 10px 0;
  font-size: 34px;
  font-family: Simsun;
  color: #ea6414;
  text-align: center;
}
.stitle {
  margin: 0 0 30px 0;
  text-align: center;
}
.texta {
  line-height: 1.8;
}
.linka {
  display: table;
  margin: 40px auto 0 auto;
  width: 230px;
  height: 46px;
  background: #ec691a;
  border-radius: 3px;
}
.linka span {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-style: italic;
  font-size: 22px;
  font-family: Simsun;
}


.menulist {
  padding: 80px 0;
  text-align: center;
  background: #fefff4;
}

.cont {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.doctor {
  padding: 80px 0;
}
.title {
  margin: 0 0 30px 0;
  padding: 0 0 5px 0;
  font-family: Simsun;
  font-size: 34px;
  color: #ea6414;
  background: url('../img/bg_toptitle.jpg') repeat-x bottom;
}
.contents .title {
  padding: 0;
  font-size: 26px;
  color: #ea6414;
}
.title span {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 14px;
  color: #43230d;
}
.doctor .fr {
  width: 730px;
  font-size: 16px;
  font-family: Simsun;
}
.docsign {
  margin: 30px 0 0 0;
  font-family: Simsun;
  font-size: 16px;
}
.docsign span {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 24px;
  font-weight: bold;
}


.map .fl,
.map .fr {
  width: 470px;
}
.maptable {
  width: 100%;
  margin: 30px 0 0 0;
  border: solid #ead483;
  border-width: 1px 0 0 1px;
  line-height: 1.6;
}
.maptable th {
  padding: 10px;
  white-space: nowrap;
  border: solid #ead483;
  border-width: 0 1px 1px 0;
  background: #f8f1d4;
}
.maptable td {
  padding: 10px;
  border: solid #ead483;
  border-width: 0 1px 1px 0;
}
.maptable .bb td {
  padding-left: 50px;
  background: url('../img/bg_mapw1.gif') no-repeat;
  background-position: 12px center;
  border-bottom: 1px dotted #ead483!important;
}
.maptable .bw {
  padding-left: 50px;
  background: url('../img/bg_mapw2.gif') no-repeat;
  background-position: 12px center;
}
.textb {
  font-size: 22px;
}
.map .fr ul {
  margin: 30px 0 0 0;
}
.map .fr ul li {
  margin: 0 0 30px 0;
}
.map .fr ul li:last-child {
  margin: 0;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 112px;
  background: #794601;
}
.foot {
  width: 100%;
  height: 74px;
  background: #fbf7e5;
}
.foot ul {
  display: table;
  height: 74px;
  font-family: Simsun;
}
.foot ul li {
  display: table-cell;
  line-height: 1.0;
  vertical-align: middle;
}
.foot ul li span {
  font-family: sans-serif;
}
.ftel {
  position: relative;
  top: 5px;
  padding: 0 40px 0 0;
  font-size: 30px;
}
.ftel span {
  position: relative;
  top: -10px;
  font-size: 13px;
}
.fwech {
  padding: 0 40px;
  font-size: 20px;
  color: #04b110;
  background: url('../img/bg_wech.jpg') no-repeat;
  background-position: left center;
}
.fmail {
  padding: 0 40px;
  color: #43230d;
  background: url('../img/bg_mail.jpg') no-repeat;
  background-position: left center;
}
address {
  padding: 14px 0 0 0;
  text-align: center;
  color: #f8f1d4;
  font-size: 12px;
  font-style: normal;
}

.undermain {
  padding: 40px 0;
  background: #fefff4;
  text-align: center;
}
.underh2 {
  display: table;
  width: 100%;
  height: 220px;
  text-align: center;
  font-family: SimSun;
  font-size: 30px;
  color: #42210b;
  background: url('../img/bg_underh2.jpg') no-repeat center;
}
.underh2 span {
  display: table-cell;
  vertical-align: middle;
}

.undercont {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
.sidebar {
  float: left;
  width: 210px;
}
.contents {
  float: right;
  width: 760px;
}
.underh3 {
  padding: 0 0 5px 0;
  font-family: Simsun;
  font-size: 16px;
  color: #ea6414;
  border-bottom: 1px solid #ea6414;
}
.melist {
  margin: 0 0 40px 0;
}
.melist li {
  font-family: SimSun;
  border-bottom: 1px dotted #ead483;
}
.melist li a {
  display: block;
  width: 100%;
  padding: 14px 0 14px 10px;
  color: #42210b;
  line-height: 1.6;
  background: url('../img/bg_melist.png') no-repeat right center;
}
.melist li a:hover {
  background: url('../img/bg_melist.png') no-repeat right center #f8f1d4;
}

/*  undercont */

.under_top {
  display: block;
  width: 760px;
  height: 99px;
  padding: 60px 0 0 0;
  text-align: center;
  background: url('../img/bg_undercont.jpg') no-repeat top;
  font-size: 24px;
  font-family: Simsun;
  color: #402702;
}
.under_top span {
  font-size: 70%;
  font-family: Simsun;
}
.under_cont_botm {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.8;
  padding: 0;
  background: url('../img/bg_undercont_botm.gif') no-repeat bottom;
}
.under_cont_botm p {
  margin: 0 0 30px 0;
  padding: 0;
  color: #402702;
}
.pbox {
  margin: 0 0 30px 0;
  padding: 0;
  color: #402702;
}
.pbox dt {
  margin: 0 0 10px 0;
}
.pbox dd {
  margin: 0 0 20px 0;
}
.pbox dd:last-child {
  margin: 0 0 20px 0;
}
.img1 {
  width: 360px;
}
.img2 {
  width: 280px;
}
.lastbox {
  font-weight: bold;
  font-family: Simsun;
}
.dlbox {
  padding: 0 30px;
}
.dlbox dt {
  margin: 0 0 10px 0;
}
.dlbox dt span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 90%;
  color: #ffffff;
  background: #2a1900;
}
.dlbox dd {
  margin: 0 0 20px 0;
}
.dlbox dd:last-child {
  margin: 0;
}
.table_a {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 90%;
}
.table_a caption {
  margin: 5px 0 0 0;
  caption-side: bottom;
}
.table_a th {
  padding: 6px;
  font-weight: normal;
  border-bottom: solid 1px #ffffff;
  background: #2a1900;
  color: #ffffff;
}
.table_a td {
  vertical-align: top;
  padding: 6px;
  border-bottom: dotted 1px #cccccc;
}
.table_a td:nth-child(1) ,.table_a td:nth-child(3){
  background: #eeeeee;
}
.table_b {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 90%;
}
.table_b caption {
  margin: 5px 0 0 0;
  caption-side: bottom;
}
.table_b th {
  padding: 6px;
  font-weight: normal;
  border-bottom: solid 1px #ffffff;
  background: #2a1900;
  color: #ffffff;
}
.table_b td {
  width: 25%;
  vertical-align: top;
  padding: 6px;
  border-bottom: dotted 1px #cccccc;
}
.table_b td:nth-child(1) ,.table_b td:nth-child(3){
  background: #eeeeee;
}
.table_b img {
  width: 100%;
}

.table_c {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 90%;
}
.table_c caption {
  margin: 0 0 5px 0;
  text-align: right;
  caption-side: top;
}
.table_c th {
  padding: 6px;
  font-weight: normal;
  border: solid 1px #cccccc;
  border-width: 0 1px 1px 0;
  background: #2a1900;
  color: #ffffff;
}
.table_c th:first-child {
  border-left: 1px solid #2a1900;
}
.table_c th:last-child {
  border-right: none;
}
.table_c td {
  vertical-align: top;
  padding: 6px;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.boris {
  padding: 0 30px;
}
.boris li {
  float: left;
  width: 48%;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 8px 0;
  background: #2a1900;
  font-size: 100%;
  color: #ffffff;
}
.boris li:nth-child(2n) {
  float: right;
}

.introbox {
  margin: 0 0 20px 0;
}
.introbox .fr {
  width: 400px;
}
.txtg {
  color: #846000;
}
.outline_a {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid #cccccc;
}
.outline_a:last-child {
  margin: 0;
}
.outline_a  h3 {
  padding: 0!important;
}

.shadow {
  box-shadow: 0 4px 8px 2px #cccccc;
}
.floatbox_a {
  margin: 0 0 20px 0;
}
.floatbox_a .fl {
  width: 380px;
}
.note {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 80%;
  color: #666666;
}
.clinicbox {
  margin: 0 0 30px 0;
}
.clinicbox .fl {
  width: 360px;
}
.clinicbox .fl img {
  width: 100%;
}
.mt20 {
  margin: 0 0 20px 0;
}


.cltable {
  width: 300px;
  border: 1px solid #bba171;
  border-width: 1px 0 0 1px;
  font-size: 86%;
}
.cltable th {
  padding: 5px;
  text-align: left;
  border: 1px solid #bba171;
  border-width: 0 1px 1px 0;
  background: #e5cd9b;
  vertical-align: top;
  color: #60401e;
}
.cltable td {
  padding: 5px;
  border: 1px solid #bba171;
  border-width: 0 1px 1px 0;
}
.cltable2 {
  width: 100%;
  margin: 20px 0 0 0;
  border: 1px solid #bba171;
  border-width: 1px 0 0 1px;
  font-size: 86%;
}
.cltable2 th {
  padding: 5px;
  text-align: left;
  border: 1px solid #bba171;
  border-width: 0 1px 1px 0;
  background: #e5cd9b;
  vertical-align: top;
  color: #60401e;
}
.cltable2 td {
  padding: 5px;
  border: 1px solid #bba171;
  border-width: 0 1px 1px 0;
}
.mapborder {
  width: 100%;
  height: 355px;
  margin: 20px 0 0 0;
  border: 5px solid #eeeeee;
}

.tb200 {
  display: block;
  width: 200px;
}
.w100 {width: 100px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w250 {width: 250px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}

.navlink {
  width: 100%;
  margin: 0 auto 20px 0;
  border: solid #c4a763;
  border-width: 1px 0 0 1px;
}
.navlink ul {
  display: block;
}
.navlink ul li {
  float: left;
  width: 33.33333333333333333%;
  height: 32px;
  border: solid #c4a763;
  border-width: 0 1px 1px 0;
  line-height: 2.2;
}
.navlink ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #c4a763;
}
.navlink ul li a:hover {
  background: #c4a763;
  color: #ffffff;
}
.fimg {
  width: 600px;
  margin: 0 auto;
}
.fimg li {
  float: left;
}
.col3 .fl {
  width: 193px;
  padding: 10px;
  border: 1px solid #cccccc;
  text-align: center;
}
.col3 .fl span {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #b0934e;
}
.col3 .fr {
  width: 194px;
  padding: 10px;
  border: 1px solid #cccccc;
  text-align: center;
}
.col3 .fr span {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #b0934e;
}
.col3 .fl:nth-child(2) {
  margin: 0 10px;
}
.wsn {
  white-space: nowrap;
}
hr {
  height: 0;
  margin: 10px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.under_cont_botm h2 {
  margin: 0 0 20px 0;
  font-size: 26px;
  color: #9f7633;
  border-bottom: 1px dotted #cccccc;
  font-family: Simsun;
}
.under_cont_botm h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  border-bottom: 1px solid #9f7633;
  font-family: Simsun;
}
.topmenu {
  width: 100%;
  border: 1px solid #cccccc;
  border-width: 1px 0 0 1px;
}
.topmenu li {
  display: table;
  float: left;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px 0;
  width: 33.333333333333333333333333333333333333333333333333333333333333333333333333333333333%;
  height: 80px;
}
.topmenu li a {
    font-weight: bold;
  font-family: Simsun;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ea6414;
  background: url('../img/bg_topmenu.jpg') no-repeat bottom right;
}