/*
Theme Name: 朝日病院 2025.04.30
Theme URI:
Description: 朝日病院のテーマ
Version: 1.5
Author:
Author URI:
*/

/* change log
141111　ベンピソング（改訂版）公開

*/






    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    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, 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-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

body {
  margin: 0;
  padding: 0;
  font-size: 90%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
  color: #555;
  text-align: center;
  line-height:160%;
}
body{
  background-image: url('images/bg_02.gif');
  background-repeat: repeat;
  position: top;
}
.clr,.clear{ clear: both;}
.cf { zoom: 100%;}
.cf:after {
 content: "";
 clear: both;
 height: 0;
 display: block;
 visibility: hidden;
}
.nopc { display: none;}
@media screen and (max-width: 768px){
  .nosp { display: none;}
  .nopc { display: block;}
}

#main a,#side a{}

/* ---------------------------
  見出し title
----------------------------*/
h1{
  float: left;
  margin: 0;
  padding: 0;
  font-size: 70%;
  font-weight: normal;
}
#main h2{
  font-size: 1.1em;
  color:#444;
  font-weight: normal;
  background-repeat: no-repeat;
  line-height: 42px;
  padding-left: 0px;
  width: 650px;
  margin-bottom: 20px;
  clear: both;
}
h2.pagetitle{
  font-weight: normal;
  color: #555;
  font-size: 1.5em;
  font-weight: normal;
  text-shadow: 1px 1px 1px #fff;
  padding: 50px 0 0 50px;
}
.post h3{
  text-align: left;
  margin: 15px 0 5px 0;
  padding: 0 0 0 18px;
  background-image: url('images/h3_bg_01.gif');
  background-position: 0px center;
  background-repeat: no-repeat;
  font-weight: bold;
}
.post h3 a{
  color: #555;
}
.post h3 a:hover {
  text-decoration: underline;
}

#main h4{
  float: left;
  padding: 10px 0;
  width: 100%;
  font-size: 130%;
}
.post h5{
  font-size: 100%;
}

.post hr{
  border:none;
  border-top:dashed 1px #B3B3B3;
  height:1px;
  margin-top:30px;
}


/* ---------------------------
  Basic Layout
----------------------------*/

#wrapper{
  text-align: center;
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  background: url(images/bg_01.gif) repeat-x top;
}
#layout{
  text-align:center;
  margin:0 auto;
  padding:0px;
  height: auto;
  width: 960px;
}
#contents {
  float: left;
  padding:0;
  margin-top: 80px;
  margin-bottom: 30px;
  width: 960px;
  height: auto;
  clear:both;
  text-align: left;
}

#contents a{
  text-decoration: none;
  color: #036EB8;
}
#contents a:hover{
  text-decoration: underline;
}
#contents a:visited {
  color: #036EB8;
}
#header {
  margin: 0 auto 10px auto;
  padding: 0;
  height: 100px;
  width: 960px;
  position: relative;
}
#contents .sinryo_nav a,
#contents .sinryo_nav a:visited,
#contents .doctor_nav a,
#contents .doctor_nav a:visited {
  color: #fff;
}
#main {
  text-align:left;
  padding: 15px;
  margin:0 5px 20px 0;
  width:665px;
  float: right;
  background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  min-height: 500px;
}

.entry{
  margin: 0;
}

#side{
  width: 250px;
  float: left;
  margin-left: 0;
}
#footer {
  text-align: center;
  width: 960px;
  height: 100px;
  padding-top: 17px;
  margin:0 auto 0 auto;
  clear: both;
}

.sub_image{
  background: url(images/sub_img-no2.jpg) no-repeat 0;
  height: 160px;
  width: 960px;
}
/* ---------------------------
  調整
----------------------------*/
.mt_10{
  margin-top: 10px;
}
.mt_15{
  margin-top: 15px;
}
.mgb_0{
  margin-bottom: 0 !important;
}
.w_200{
  width: 200px;
}
.d_none{
 display: none;
}
.fit img{
 float: left;
 margin-right: 0 !important;
}
.fl{
 float: left;
}
.fr{
 float: right;
}
.red{
 color: #c22b30;
}

/* ---------------------------
  ヘッダー
----------------------------*/
.logo_group {
 width: 600px;
 float: left;
}
.logo{
  float: left;
  margin: 10px 0 0 30px;
}

/* ---- tel_group */

.tel_group{
  float: right;
  width: 285px;
}

.tel{
  float: right;
  margin-top: 20px;
  margin-right: 17px;
}

#h_navi {
  padding-top: 3px; float: right;
}

ul#h_navi li{
  background-image: url('images/arrow.gif');
  background-repeat: no-repeat;
  background-position: left center;
  list-style: none;
  display: block;
  float: left;
  padding-left: 13px;
  color: #666;
}
ul#h_navi li a{
  padding-right: 5px;
  font-size: 10px;
  list-style: none;
  display: block;
  float: left;
  color: #666;
  text-decoration: none;
}
ul#h_navi li a:hover{
  color: #3399FF;
  text-decoration: underline;
}

/* ---------------------------
  main menu
----------------------------*/
#main_menu{
  float: left;
  text-align: center;
  width: 960px;
  height: 90px;
  display: block;
  margin-top: ;
  margin-bottom: ;
}

#main_menu ul{
  margin-left: 5px;
}

#main_menu ul li{
  padding-left: 1px;
  background: url(images/menu_border.gif) no-repeat left center;
  list-style: none;
  display: block;
  float: left;
  position: relative;
}

#main_menu ul li a {
  list-style: none;
  font-size: 90%;
  width: 134px;
  float: left;
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto 0 auto;
  text-shadow:0 1px 0px #fff;
  color: #555;
}

#main_menu ul li a:hover {
  background: url(images/menu_border.gif) no-repeat left center;
  background-color: #ccc;
  text-shadow:0 1px 0px #333;
  color: #fff;
}

#main_menu .current_page_item{
  background: url(images/memu_border.gif) no-repeat left center;
  background-color: #d1fbdd;
  text-shadow:0 1px 0px #333;
  color: #fff;
}

.menu_end{
  height: 90px;
  display: block;
  float: left;
  width: 1px;
  background: url(images/menu_border.gif) no-repeat left center;
}
.sp-menu, .sp-menu2 {
  display: none;
}

/*----------------------------
  パンくずグループ
----------------------------*/
.bread_group{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.bread{
  float: left;
  width: 520px;
  line-height: 1.3;
  margin-left: 10px;
  margin-top: 15px;
  color: #666;
}
.bread a{
  color: #0071bc;
  text-decoration: underline;
}
.bread a:hover{
  color: #3399FF;
}
.bread ul li{
  list-style-type: none;
  float: left;
  padding-right: 5px;
}

/* ---------------------------
 文字サイズ変更
----------------------------*/
.f_size_group{
 float: right;
 width: 100%;
 text-align: right;
 line-height: 34px;
 margin-bottom: 15px;
}

.moji_t{
 margin-top: 9px;
 margin-right: 0;
 display: block;
 float: left;
}
#moji{
 display: block;
 width: 120px;
 float: right;
}

.moji_box{
 margin-top: 8px;
 line-height: 34px;
 width: 400px;
 float: right;
}

.f_size_group ul{
 width: 110px;
}
#moji li{
 float: left;
}

#moji li a,
.f_size_group ul li a{
 float: left;
 margin-left: 5px;
}
.m_mini a{
 width: 34px;
 height: 34px;
 display: block;
 background: url(images/moji_01.png) no-repeat center 0;
}
.m_mini a:active{
 width: 34px;
 height: 34px;
 display: block;
 background: url(images/moji_01_c.png) no-repeat center 0;
}
.m_middle a{
 width: 34px;
 height: 34px;
 background: url(images/moji_02.png) no-repeat center 0;
}
.m_middle a:active{
 width: 34px;
 height: 34px;
 background: url(images/moji_02_c.png) no-repeat center 0;
}
.m_big a{
 width: 34px;
 height: 34px;
 background: url(images/moji_03.png) no-repeat center 0;
}
.m_big a:active{
 width: 34px;
 height: 34px;
 background: url(images/moji_03_c.png) no-repeat center 0;
}

/* ---------------------------
  home ホーム
----------------------------*/
.home_contents .main_image {
  float: none;
}
.home_contents .latest-news {
  background: #fff;
  border: 3px solid red;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  font-size: 1.1em;
  text-align: center;
  margin-top: 4%;
}
.home_contents .latest-news img {
	width: 100%;
	border-radius: 8px;
}
.home_contents .latest-news:hover {
	opacity: .8;
}

.home_contents h2{
 margin-bottom: 10px;
}

.home_left{
 margin-top: 15px;
 margin-left: 5px;
 float: left;
}

.home_right{
 margin-right: 5px;
 float: right;
 width: 550px;
 //height: 380px;
}
.time_box{
 float: left;
 padding: 15px;
 width: 370px;
 height: 140px;
 background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
.calendar_box{
 float: right;
 width: 130px;
 height: 170px;
 background-color: #fff;
 background: url(images/calendar_bg.gif) repeat-x left 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
}
.tsuki span{
 font-size: 30px;
}
.tsuki_box{
 line-height: 50px;
 color: #fff;
 width: 100%;
 text-align: center;
}

.hizuke{
 width: 100%;
 text-align: center;
 line-height: 80px;
 font-size: 60px;
}
.youbi{
 width: 100%;
 text-align: center;
}
.w_new_box{
 width: 350px;
 padding: 15px;
 float: left;
 background-color: #fff;
 height: 638px;
 overflow: auto;
 background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
.info_box{
 width: 520px;
 padding: 15px;
 overflow: auto;
 height: 246px;
 margin-top: 20px;
 background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
.w_new_box p.top-banner {
  margin-top: 10px;
}
.fl{
 float: left;
}
.fr{
 float: right;
}
.main_image {
 float: left;
 width: 960px;
 height: 400px;
 clear: both;
}

.home_h2_01{
 width: 100%;
 float: left !important;
 margin-top: 5px;
 margin-bottom: 5px !important;
}
.box_1{
 margin-bottom: 10px;
}
.bn_h2{
 float: right;
}
*+html .ichiran{
 margin-top: -22px;
}
.ichiran {
 margin-top: 0;
 margin-right: 20px;
 float: right;
}

.touseki {
  font-size: 1.1em;
  text-align: center;
  margin-top: 4%;
  padding:15px;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  border: 3px solid #3DA8F7;
}
.touseki span {font-weight: bold;}
.touseki.red {
	border-color: red;
}
.touseki.red a {
	color: red !important;
}


/* ホームウィジェット */

.info_box_ul li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

/* ---------------------------
 home 新着情報
----------------------------*/
ul.new_ul li{
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.new_ul{
  width: 100%;
  float: left;
  margin: 10px 0 15px 0;
  max-height: 447px;
  overflow-y:scroll;
}
.new_ul dt {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
}
.new_ul dd {
  margin-left: 8em;
}
ul.new_ul li {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0.5em;
}
ul.new_ul li a{
  color: #555;
  padding-left: 5px;
}

/* お知らせブログ */
#main .post_h2 {
  padding-left: 0.5em;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}


/*--------------------------------------
  side サイド
--------------------------------------*/
.ft-side { display: none;}
#side a{ color: #036eb8;}

.side_box{
 width: 245px;
 float: left;
 padding-top: 20px;
 margin-left: 5px;
  background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
 min-height: 300px;
}
#side h2{
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 1.1em;
  font-weight: normal;
  color:#444;
  line-height: 41px;
  padding-left: 0px;
  margin: 0px auto 5px 10px;
}
#side h3{
  background: url(images/sh3_bg.png) no-repeat center center;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin-bottom: 10px;
}

ul.side_nav{
 padding-top: 7px;
 border-left: 1px dotted #ccc;
 margin-left: 11px;
}
.side_nav li {
 margin-top: 5px;
 padding: 0 0 0 20px;
 background: url(images/list_bg_1.gif) no-repeat left center;
}

.s_inner{
  width: 235px;
  padding: 20px 0 5px 0;
  margin-top: 25px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 200px;
}
table.s_info_table{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
  width: 225px;
}
.s_info_table th{
  padding: 7px 0 7px 10px;
  color: #8c7c4e;
  vertical-align: middle;
  border-bottom: 1px dotted #b3b3b3;
}
.s_info_table td{
  padding: 7px 0 7px 10px;
  font-size: 12px;
  border-bottom: 1px dotted #b3b3b3;
}

.s_tel_bn{
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.tel_info{
  text-align: center;
  font-size: 12px;
}

.page_side_box{
  margin-bottom: 20px;
}
.feed{ margin-left: 5px; padding-top: 5px;}

/* ---------------------------
 サイドバーウィジット挿入時
----------------------------*/
.side_navi h2{
  border-bottom: 1px dotted #ccc;
  margin-left: 0 !important;
  padding-left: 15px !important;
}

ul.side_navi ul li {
  list-style-type: none;
  background-repeat: no-repeat;
  padding: 5px 0 5px 15px;
}
ul.side_navi li a{
  font-size: 90%;
  padding-left: 0px;
}
.widget-container {
  margin-bottom: 15px;
  list-style-type: none;
}

/*------------
 page top
--------------*/

#back-top {
    position: fixed;
    bottom: 5%;
    right: 3.5%;}
#back-top span {
    width: 109px;
    height: 82px;
    display: block;}

/* ---------------------------
  footer
----------------------------*/

#footer_bg{
  background-color: #fff;
  height: 120px;
  width: 100%;
  background: url(images/foot_bg.gif) repeat-x top;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer a {
  color:#555;
}

/*----------------------------
 address
----------------------------*/

.address{
  margin-top: 15px;
  color: #555;
  float: left;
  text-align: left;
}
.add_box01{
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px dotted #ccc;
}
.add_box02{
  float: left;
}
.f_strong{
  font-size: 16px;
  font-weight: normal;
}
.copy{
  color: #555;
  font-size: 70%;
  float: right;
  margin-top: 70px;
  text-align: center;
}
/*----------------------------
 table
----------------------------*/
/* --------- home 診療時間 */
table.table_time{
  width: 100%;
  margin: 0px 0 15px 0;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12.5px;
}
.table_time th {
  border-spacing: 0;
  vertical-align: middle;
  text-align: center;
  background-color: #f0f0e1;
  padding: 3px;
  border: #E3E3E3 solid;
  border-width: 1px 0 1px 0px;
  font-weight: normal;
}
.table_time td {
  border-spacing: 0;
  vertical-align: middle;
  text-align: center;
  padding: 3px;
  border: 1px #E3E3E3 solid;
  border-width: 1px 0 1px 1px;
}
.bg_ampm{
  background-color: #f0f0e1;
}
/* ------------ 受診のご案内 */
table.time_t2{
  width: 100%;
  height: 310px;
  empty-cells: show;
  margin: 0px 0 15px 0;
}
.time_t2 th {
  padding: 7px 7px 7px 10px;
  text-align: left;
  border: 1px dotted #ccc;
  border-width: 1px 1px 1px 0px;
  font-weight: bold;
  font-weight: normal;
  vertical-align: middle;
}
.time_t2 td {
  text-align: center !important;
  vertical-align: middle;
  padding: 7px 7px 7px 7px;
  border: 1px dotted #ccc;
  border-width: 1px 0px 1px 1px;
  text-align: left;
}
.bg_r{
  background-color: #ffcaca;
}
.w_t2{
 width: 190px;
}
.time_t2 td .yasumi {
  color: #f00;
  font-size: 0.7em;
}


.kome{
 float: left;
 width: 8px;
 height: 8px;
 background: url(images/kome_01.gif) no-repeat center 0;
 }
.notice {
  color: #c22b30;
  font-size: 0.8em;
}

/* 求人情報 */
.kyujin_t{
 width: 100%;
}
.kyujin_t th{
 width: 180px;
 padding: 7px;
 text-align: left;
 border-bottom: 1px dotted #ccc;
 border-right: 1px dotted #ccc;
}
.kyujin_t td{

 padding: 7px 0 7px 20px;
 text-align: left;
 border-bottom: 1px dotted #ccc;
}

/* -------------------------table bace */
/* 当院について */
table.base_t{
  width: 100%;
  margin: 0px 0 15px 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.base_t th {
  padding: 7px 0 7px 20px;
  text-align: left;
  border: dotted #ccc;
  border-width: 1px 0 1px 0px;
  font-weight: bold;
  line-height: 120%;
}
.base_t td {
  padding: 7px;
  border: dotted #ccc;
  border-width: 1px 0 1px 1px;
  text-align: left;
}

/* --------------------------- */
table.base_t3{
  width: 100%;
  margin: 0px 0 15px 0;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.base_t3 th {
  background-color: #ccc;
  padding: 5px;
  text-align: center;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  line-height: 120%;
}
.base_t3 td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: left;
}

/*---------------------------
 ページ設定
---------------------------*/
/* 当院の特徴 */
.title_i{
  font-size: 1.5em;
  margin-bottom: 10px;
}
/* 診療科のご案内 */
.nav_box{
  float: left;
  display: block;
  width: 100%;
  line-height: 26px;
  margin-bottom: 40px;
  background: url(images/nav_bg.gif) no-repeat center center;
}
.nav_box ul{
  position:relative;
  overflow:hidden;
  float: left;
  text-align: center;
  background: url(images/nav_border.gif) no-repeat right center;
}
.nav_box ul li{
  float: left;
}
.nav_box ul li a{
  float: left;
  color: #fff;
  padding: 0 20px;
  background: url(images/nav_border.gif) no-repeat left center;
}
ul.sinryo_nav{
  margin-left: 50px;
}
/* 181203修正 */
.doctor_nav_box{
	float: left;
	display: block;
	width: 100%;
	line-height: 26px;
	margin-bottom: 40px;
	background: url(images/nav_bg.gif) no-repeat center center;
	background-size: cover;
	border-radius: 5px;
}
.doctor_nav_box ul{
	position:relative;
	overflow:hidden;
	float: left;
	text-align: center;
}
.doctor_nav_box ul li{
	float: left;
}
.doctor_nav_box ul li a{
	float: left;
	color: #fff;
	padding: 0 20px;
	background: url(images/nav_border.gif) no-repeat left center;
}
.doctor_nav_box ul li:nth-child(6) a{
	background: url(images/nav_border.gif) no-repeat ,url(images/nav_border.gif) no-repeat;
	background-position: left center, right center;
}
.doctor_nav_box ul li:last-child a{
	background: url(images/nav_border.gif) no-repeat ,url(images/nav_border.gif) no-repeat;
	background-position: left center, right center;
}
ul.doctor_nav{
	padding: 0 25px;
}
/* ドクターテーブル */
.profile_t{
  margin-bottom: 50px;
  width: 100%;
}
.profile_t tbody tr {
  border-bottom: 1px solid #ddd;
}
.profile_t th{
  width: 33%;
  padding: 7px;
  border-right: 1px solid #ddd;
}
.profile_t td{
  padding: 7px;
}
.p_mid {
  text-align: center;
  vertical-align: middle;
  border: none;
}
th.p_mid {
  border: none;
}




/* カテゴリー */
.cate_h3{
 border-bottom: 1px solid #ddd;
}

/*----------------------------
 img 投稿画像
-----------------------------*/
a img { border: none; }
p img {	padding: 0; max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {float: right;padding: 0px;margin: 0 0 2px 10px;display: inline;}
img.alignleft {float: left;padding: 0px;margin: 0 10px 2px 0;display: inline;}
/* 角丸・ボーダー */
img.kb_d{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #e6e6e6;
}
/*キャプション*/
.wp-caption-text {
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
}
/*-------------------------------------- 検索 */
#search_box{ height: 36px; margin-top: 10px; background-color: #F3F3F3;}
#searchform {padding: 5px 0px 5px 0;text-align: center;}
#side #searchform #s {width: 160px;	padding: 2px;}
#side #searchsubmit {padding: 1px;}
.entry form {text-align:center;}
.select {width: 130px;}
/* -------------------------------------アーカイブ 投稿記事 */
.post {	margin: 0 0 40px;}
.post hr { display: block;}
.entry ol {margin-left: 20px;}
.postmetadata ul, .postmetadata li {display: inline;list-style-type: none; list-style-image: none; }
blockquote {margin: 15px 30px 0 10px;padding-left: 20px;border-left: 5px solid #ddd;}
blockquote cite {margin: 5px 0 0;display: block;}
.center { text-align: center; }
.hidden { display: none; }
.navigation { display: block;text-align: center;margin-top: 10px;margin-bottom: 60px;}
.aligncenter,div.aligncenter {display: block; margin-left: auto;margin-right: auto;}
div.alignleft{float: left;}
div.alignright{float: right;}
.daytime{
  width: 100%;
  margin-top: 3px;
  text-align: right;
  margin-bottom: 15px;
  clear: both;
  font-size: 0.9em;
}
.more-link a{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
  padding: 2px 5px 2px 5px;
  margin-top: 10px;
  display: block;
  font-size: 13px;
  color: #555 !important;
  background-color: #efefef;
}
.more-link a:hover{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
  padding: 2px 5px 2px 5px;
  margin-top: 10px;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #e8c706;
}

img.attachment-thumbnail{ padding: 4px;border: 1px solid #ccc;margin-right: 10px;}
hr { margin: 10px 0; color: #ccc; }
code { font: 1.1em 'Courier New', Courier, Fixed;}

/*-------------------------------------- Calendar */
#wp-calendar {width: 100%;}
#wp-calendar caption {
color: #222;font-size: 14px;font-weight: bold;padding-bottom: 4px;text-align: left;
}
#wp-calendar thead {font-size: 11px;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
background: #f5f5f5;padding: 3px 0 2px;text-align: center;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}
/* -----------------input */
input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
  background-repeat: repeat-x;
  border: 1px solid #D2D2D2;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  color: #555;
  font-size: 0.785714rem;
  font-weight: normal;
  line-height: 1.42857;
  padding: 0.428571rem 0.714286rem;
}
button, input[type="submit"], input[type="button"], input[type="reset"] { cursor: pointer;}

/*micro clearfix*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after { clear:both;}

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1;}











/* ---------------------------------------------------------------------------------------------------------
 navigation
*/




/* SECTION
================================================== */
.section_demo {
  margin: 0;
  padding-top: 5%;
  max-width: 100%;
}
.section_demo1 {
  display: none;
  z-index: 9999;
}
.section_demo1 .target {
  background-color: #e49500;
}
.section_demo1 .target .active a {
  background-color: #292929;
}
.section_demo1 .target .active a:hover {
  background-color: #2c363a !important;
}
.section_demo1 .target .active a:before {
  background-color: #e49500 !important;
}
.section_demo1 .active a {
  background-color: #e49500;
}
.section_demo1 .active a:hover {
  background-color: #e49500 !important;
}
.section_demo2 {
  display: none;
}
.section_demo2 .target {
  background-color: #ffa000;
}
.section_demo2 .target .active a {
  background-color: #292929;
}
.section_demo2 .target .active a:hover {
  background-color: #2c363a !important;
}
.section_demo2 .target .active a:before {
  background-color: #ffa000 !important;
}
.section_demo2 .active a {
  background-color: #ffa000;
}
.section_demo2 .active a:hover {
  background-color: #ffb333 !important;
}
.section_demo3 .target {
  background-color: #3d5afe;
}
.section_demo3 .target .active a {
  background-color: #292929;
}
.section_demo3 .target .active a:hover {
  background-color: #2c363a !important;
}
.section_demo3 .target .active a:before {
  background-color: #3d5afe !important;
}
.section_demo3 .active a {
  background-color: #3d5afe;
}
.section_demo3 .active a:hover {
  background-color: #7085fe !important;
}
.section_demo_list .target {
  background-color: #292929;
}
.section_demo .trigger {
  z-index: 0;
  line-height: 1em;
  background-color: #fff;
}
.section_demo .trigger a {
  position: relative;
  display: block;
  padding: 6% 0;
  color: #425157;
  text-decoration: none;
  -webkit-transition: .35s all ease;
          transition: .35s all ease;
          font-size: 1.2em;
}
.section_demo .trigger a:hover {
  background-color: #e8e8e8;
}
.section_demo .trigger a:before, .section_demo .trigger a:after {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  background-color: #425157;
  -webkit-transition: .25s all ease;
          transition: .25s all ease;
  border-radius: 10px;
}
.section_demo .trigger a:before {
  top: 40%;
  right: 20px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section_demo .trigger a:after {
  top: 40%;
  right: 13px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section_demo .target {
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
.section_demo .target li {
  border-bottom: 1px solid #777;
}

.section_demo .target .target a {
  background-color: #2c363a;
}
.section_demo .target .target a:hover {
  background-color: #374449;
}
.section_demo .target .trigger a {
  background-color: #292929;
}
.section_demo .target .trigger a:before, .section_demo .target .trigger a:after {
  background-color: #fff;
}
.section_demo .target .trigger a:before {
  top: .5em;
  right: 16px;
}
.section_demo .target .trigger a:after {
  top: .85em;
  right: 16px;
}
.section_demo .target .active a {
  /* 子階層のアクティブ箇所 */
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #fff;
}
.section_demo .target .active a:hover {
  background-color: #2c363a;
}
.section_demo .target .active a:before, .section_demo .target .active a:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.section_demo .target .active a:before {
  top: .65em;
  left: 1em;
  width: 3px;
  height: 12px;
}
.section_demo .target .active a:after {
  display: none;
}
.section_demo .target .active a:hover {
  background-color: #21292c !important;
}
.section_demo .target ul li a {
  padding: 5% 0;
  font-size: 1.1em;
}
.section_demo .target a {
  display: block;
  color: #fff;
  -webkit-transition: .35s all ease;
          transition: .35s all ease;
}
.section_demo .active a {
  color: #fff;
}
.section_demo .active a:hover {
  background-color: #2c363a;
}
.section_demo .active a:before, .section_demo .active a:after {
  background-color: #fff;
}
.section_demo .active a:before {
  top: 40%;
  right: 16px;
  height: 16px;
}
.section_demo .active a:after {
  top: 40%;
  right: 16px;
  height: 16px;
}
.section_demo > ul > li {
  border-bottom: 1px #f5f5f5 solid;
}
.section_demo > ul > li:last-of-type {
  border-bottom: 0;
}

/* BUTTON
================================================== */
.btn_hamburger {
  position: absolute;
  top: 35%;
  right: 8%;
  width: 40px;
}
.btn_hamburger a {
  position: relative;
  display: block;
  height: 30px;
  -webkit-transition: all .4s;
          transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_hamburger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #292929;
  border-radius: 2px;
  -webkit-transition: all .4s;
          transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
  top: 0;
}
.btn_hamburger span:nth-of-type(2) {
  top: 14px;
}
.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #292929;
  border-radius: 2px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
          transform: translateY(-20px) scale(0);
}




@media screen and (min-width: 768px) {
.section_demo {
  padding-top: 0;
}
.btn_hamburger {
  display: none;
}

.section_demo {
  /*
  * DEMO 1, DEMO2
  * 幅が900pxを超えるとき、横並びにする
  */
}

.section_demo .trigger a {
  padding: 14% 0;
  font-size: 13px;
}
.section_demo .target ul li a {
  font-size: 0.9em;
  text-decoration: none;
}

.section_demo1, .section_demo2 {
  display: block !important;
}
.section_demo1 .section_demo_list, .section_demo2 .section_demo_list {
  *zoom: 1;
}
.section_demo1 .section_demo_list:after, .section_demo2 .section_demo_list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.section_demo1 .section_demo_list > li, .section_demo2 .section_demo_list > li {
  position: relative;
  float: left;
  width: 137px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px #f5f5f5 solid;
  border-bottom: 0;
}
.section_demo1 .section_demo_list > li:last-of-type, .section_demo2 .section_demo_list > li:last-of-type {
  border-right: 0;
}
.section_demo1 .section_demo_list > li h3 a, .section_demo2 .section_demo_list > li h3 a {
  padding-right: 30px;
}
.section_demo1 .target, .section_demo2 .target {
  left: 0;
}
.section_demo1 .target .trigger a, .section_demo2 .target .trigger a {
  padding-right: 2em;
}

#demo1 {
  position: absolute;
  top: 120px;
}

.section_demo .trigger a:before, .section_demo .trigger a:after {
  width: 2px;
}
.section_demo .trigger a:before {
  right: 20px;
  height: 8px;
}
.section_demo .trigger a:after {
  right: 15px;
  height: 8px;
}
.section_demo .active a:before {
  top: 35%;
  right: 20px;
  height: 16px;
}
.section_demo .active a:after {
  top: 35%;
  right: 20px;
  height: 16px;
}
} /* for pc */



/* ===========================================================================================================================
透析治療追加スタイル 17.12.18
*/

p.midashi {
  padding: 2% 0;
/*  border-top: 1px solid #a07d14;
  border-bottom: 1px solid #a07d14;*/
}
.touseki-wrap dl {}
.touseki-wrap dt {
  font-weight: bold;
  font-size: 1.3em;
  color: #a07d14;
  margin-bottom: 0.5em;
  text-indent: -2em;
  padding-left: 2em;
}
.touseki-wrap dt span {
  color: #f00;
}
.touseki-wrap dd { text-indent: 1em;}

.touseki-wrap dl.renraku dt { font-size: 1.1em;}
.touseki-wrap dl.renraku span.s1 { text-decoration: underline; }
.touseki-wrap dl.renraku span.s2 { font-weight: bold; }


/* ===========================================================================================================================
追加スタイル 18.04.04
*/
.nest dt { font-weight: bold; }

@media screen and (max-width: 768px) {
  img.resimg {
    margin: 0 auto;
    width: 100%;
    height: auto;
    float: none!important;
  }
}
