@charset "utf-8";
/*************
サイト名：医療法人毅峰会　吉田病院
作成者：H.Hata
作成日：2015年5月11日

ページ毎の装飾用CSSをまとめています。
共通パーツCSSはcommon.cssを参照
Javascript関係のCSSはscript.cssを参照

- - - - - - - - - -
css構造
※下記サイトマップのタイトルより検索する
└【　トップページ　】
    └【　初診・再診の方へ　】
    └【　診療科目一覧　】
    └【　入院環境について　】
    └【　ご入院の手続き　】
    └【　病院概要・院長挨拶　】
    └【　医師紹介　】
    └【　施設紹介・設備紹介　】
    └【　交通・アクセス　】
    └【　関連施設　】
        └【　訪問看護ステーション　】
        └【　透析医療センター　】
    └【　様々な症状にお悩みの方へ　】
        └【　閉塞性動脈硬化症でお悩みの方へ　】
        └【　下肢静脈瘤でお悩みの方へ　】
        └【　前立腺肥大症でお悩みの方へ　】
    └【　地域医療連携　】
    └【　求人情報　】
    └【　お問い合わせ　】

	└【　20160927 追加　27年度病院指標　】


- - - - - - - - - -
@media screen and (max-width: 768px)
@media screen and (max-width: 480px)
*************/
/* ======================================
トップページ
========================================= */
#info {
    padding: 40px 0;
}
#info .colmun2_80x20_left{
    width: 73%;
    overflow: hidden;
}
#info .colmun2_80x20_right{
    width: 24%;
    margin: 0;
}
#info aside{width: 100%;}
img.emergency {
    display: block;
    margin: 0 0 50px 0;
    float: left;
}

.top_ban ul{
	width: 100%;
	margin: auto;
}

.top_ban li {
	width: 50%;
	text-align: center;
	float: left;
	padding-bottom: 30px;
}

.top_ban li img {
	width: 350px;
}

.hospital_cate:after {
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
.hospital_cate {
    display: block;
    float: left;
    width: 104%;
}
.hospital_cate li {
    width: 30%;
    margin: 0 3% 2px 0;
    float: left;
}
.hospital_cate li a{ color: #333; display: block;}
.hospital_cate li a:hover{ text-decoration: none;}

.hospital_cate li:last-child{
    margin: 0 4% 2px 0;
}
.hospital_cate li span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1;
    font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}
.hospital_cate li span.css3bt {
    border: none;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    width: 100%;
}
.hospital_cate li h2 {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1;
    font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}
.hospital_cate li p {
    display: block;
    margin: 0 0 20px 0;
}
.hospital_cate li img {
    display: block;
    margin: 0 0 15px 0;
}
#subjects{
    padding: 40px 0;
    background-color: #d4e1ea;
}
#subjects h2 {
    background-image: url("../img/kamoku_tt_icon01.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 6px 0 6px 28px;
    font-size: 26px;
    font-weight: bold;
    font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
    line-height: 1;
    border-bottom: solid 1px #90a6b5;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0 1px 0 #e4ecf2;
       -moz-box-shadow: 0 1px 0 #e4ecf2;
        -ms-box-shadow: 0 1px 0 #e4ecf2;
        -mo-box-shadow: 0 1px 0 #e4ecf2;
            box-shadow: 0 1px 0 #e4ecf2;
}
#subjects ul:after,
#ambulatory01 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#subjects .colmun2_80x20_left {
    overflow: hidden;
}

#subjects ul{
    display: block;
    overflow: hidden;
    width: 102%;
    margin: 0 -2% -20px 0;
}
#subjects ul li{
    float: left;
    width: 23%;
    margin: 0 2% 20px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#subjects ul li a{
    display: block;
    font-size: 14px;
    padding: 18px 5px;
    text-align: center;
    background-color: #FFF;
    line-height: 1;
    color: #333;
    font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
#subjects ul li a:hover,
#ambulatory01 ul li a:hover { text-decoration: none; color: #FFF;}

#subjects ul li a,
#subjects ul li a:hover,
#subjects ul li a img,
#subjects ul li a:hover img,
#ambulatory01 ul li a,
#ambulatory01 ul li a:hover,
#ambulatory01 ul li a img,
#ambulatory01 ul li a:hover img{
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
#subjects ul li a:hover img,
#ambulatory01 ul li a:hover img{
    filter: alpha(opacity=100);
    -moz-opacity:1;
         opacity:1;
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
#subjects ul li a.blue:hover,
#ambulatory01 ul li a.blue:hover{ background-color: #52A5DD;}
#subjects ul li a.red:hover,
#ambulatory01 ul li a.red:hover{ background-color: #FF7A79;}
#subjects ul li a.purple:hover,
#ambulatory01 ul li a.purple:hover{ background-color: #BE86FA;}
#subjects ul li a.pink:hover,
#ambulatory01 ul li a.pink:hover{ background-color: #FC8FB9;}
#subjects ul li a.brown:hover,
#ambulatory01 ul li a.brown:hover{ background-color: #D39B64;}
#subjects ul li a.green:hover,
#ambulatory01 ul li a.green:hover{ background-color: #9CD760;}
#subjects ul li a img {
    margin: 0 auto 20px auto;
}
#subjects ul li a.blue:hover img,
#ambulatory01 ul li a.blue:hover img{
    -webkit-filter: drop-shadow(0px 0 2px #2f84bd);
       -moz-filter: drop-shadow(0px 0 2px #2f84bd);
        -ms-filter: drop-shadow(0px 0 2px #2f84bd);
         -0-filter: drop-shadow(0px 0 2px #2f84bd);
            filter: drop-shadow(0px 0 2px #2f84bd);
}
#subjects ul li a.red:hover img,
#ambulatory01 ul li a.red:hover img{
    -webkit-filter: drop-shadow(0px 0 2px #e04948);
       -moz-filter: drop-shadow(0px 0 2px #e04948);
        -ms-filter: drop-shadow(0px 0 2px #e04948);
         -0-filter: drop-shadow(0px 0 2px #e04948);
            filter: drop-shadow(0px 0 2px #e04948);
}
#subjects ul li a.purple:hover img,
#ambulatory01 ul li a.purple:hover img{
    -webkit-filter: drop-shadow(0px 0 2px #a265e3);
       -moz-filter: drop-shadow(0px 0 2px #a265e3);
        -ms-filter: drop-shadow(0px 0 2px #a265e3);
         -0-filter: drop-shadow(0px 0 2px #a265e3);
            filter: drop-shadow(0px 0 2px #a265e3);
}
#subjects ul li a.pink:hover img,
#ambulatory01 ul li a.pink:hover img{
    -webkit-filter: drop-shadow(0px 0 2px #db6190);
       -moz-filter: drop-shadow(0px 0 2px #db6190);
        -ms-filter: drop-shadow(0px 0 2px #db6190);
         -0-filter: drop-shadow(0px 0 2px #db6190);
            filter: drop-shadow(0px 0 2px #db6190);
}
#subjects ul li a.brown:hover img,
#ambulatory01 ul li a.brown:hover img{
    -webkit-filter: drop-shadow(0px 0 2px #b97d42);
       -moz-filter: drop-shadow(0px 0 2px #b97d42);
        -ms-filter: drop-shadow(0px 0 2px #b97d42);
         -0-filter: drop-shadow(0px 0 2px #b97d42);
            filter: drop-shadow(0px 0 2px #b97d42);
}
#subjects ul li a.green:hover img,
#ambulatory01 ul li a.green:hover img{
    -webkit-filter: drop-shadow(0px 0 2px #7fbc40);
       -moz-filter: drop-shadow(0px 0 2px #7fbc40);
        -ms-filter: drop-shadow(0px 0 2px #7fbc40);
         -0-filter: drop-shadow(0px 0 2px #7fbc40);
            filter: drop-shadow(0px 0 2px #7fbc40);
}
#subjects .colmun2_80x20_right {
    margin: 0;
}
#subjects .colmun2_80x20_right a{
    display: block;
    margin: 0 0 10px 0;
}
#subjects .colmun2_80x20_right a img {
    display: block;
}
#banner{
    padding: 20px 0;
    background-image: url("../img/banner_bg.gif");
}
#banner ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#banner ul{ display: block;}
#banner ul li {
    width: 20%;
    float: left;
}
#banner ul li a{
    display: block;
    margin: 0 2%;
}
#banner ul li a img {
    margin: 0 auto;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 2px #bababa;
       -moz-box-shadow: 0 1px 2px #bababa;
        -ms-box-shadow: 0 1px 2px #bababa;
        -mo-box-shadow: 0 1px 2px #bababa;
            box-shadow: 0 1px 2px #bababa;
}
#banner ul li a:hover img{
    -webkit-box-shadow: 0 1px 2px #fff;
       -moz-box-shadow: 0 1px 2px #fff;
        -ms-box-shadow: 0 1px 2px #fff;
        -mo-box-shadow: 0 1px 2px #fff;
            box-shadow: 0 1px 2px #fff;
}
#other{
    padding: 40px 0;
}
#other h2{
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 6px 0;
    margin: 0 0 15px 0;
    font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
    border-bottom:solid 3px #064a7a;
}
#kanren_banner:after {
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#kanren_banner { width: 100%; padding: 20px 0 0 0;}
#kanren_banner li {
    width: 33.33333333333%;
    float: left;
}
#news {
    width: 32%;
    float: left;
}
#news .news_data {
    height: 475px;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
}
.news_data li {
    margin: 0 0 10px 0;
}
.news_data span {
    display: block;
    font-size: 12px;
}
.news_data strong{
    color: #064A7A;
    display: block;
    border-bottom:dashed 1px #999;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
#institution{
    width: 65%;
    float: right;
}
#institution h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}
#institution img{ margin: 0 0 15px 0;}
#institution p {
    display: block;
    margin: 0 0 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#institution a{ display: block; color: #333;}
#institution a:hover{text-decoration: none;}
#institution .colmun2_50_left,
#institution .colmun2_50_right{
    margin: 0;
}
#institution a span.css3bt{
    border: none;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    width: 100%;
}

/* ======================================
初診・再診の方へ
========================================= */
#ambulatory01{}
#ambulatory01 strong {
    display: block;
    padding: 20px 0;
    margin: 0 0 20px 0;
    line-height: 1.5;
    /*
    -webkit-writing-mode: vertical-rl;
       -moz-writing-mode: vertical-rl;
         -o-writing-mode: vertical-rl;
            writing-mode: tb-rl;
            writing-mode: vertical-rl;*/
}
#ambulatory01 p {
    display: block;
    margin: 0 0 20px 0;
}
#ambulatory01 .colmun2_60x40_left{
    overflow: hidden;
    margin: 0 -2% 20px 0;
}
#ambulatory01 ul{
    width: 100%;
    margin: 0 0 0 0;
}
#ambulatory01 ul li {
    float: left;
    width: 16%;
    margin: 0 0.8% 0.8% 0;
    text-align: center;
}
#ambulatory01 ul li:nth-child(6n) {
    margin: 0 0 2% 0;

}
#ambulatory01 ul li img {
    margin: 0 auto;
    padding: 10px;
    width: auto;
}
#ambulatory01 ul li a{
    display: block;
    font-size: 10px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #e9f4fb;
}
#ambulatory01 .symptom_banner:after {
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#ambulatory01 .symptom_banner {
    margin: 0 10px;
}
#ambulatory01 .symptom_banner a {
    display: block;
    width: 30%;
    float: left;
    margin: 0 1.5%;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
#ambulatory01 .symptom_banner a:nth-child(3n){
}

#ambulatory02{}
#ambulatory02 p{
    display: block;
    margin: 0 0 20px 0;
}
#ambulatory02 .flow_01,
#ambulatory02 .flow_02,
#ambulatory02 .flow_03,
#ambulatory02 .flow_04,
#ambulatory02 .flow_05{
    position: relative;
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    background-color: #FFF;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
#ambulatory02 .flow_01{
    margin: 0;
}
#ambulatory02 .flow_01 .arrow,
#ambulatory02 .flow_02 .arrow,
#ambulatory02 .flow_03 .arrow,
#ambulatory02 .flow_04 .arrow,
#ambulatory02 .flow_05 .arrow{
    display: block;
    width: 10px;
    height: 20px;
    background-color: #eee;
    position: absolute;
    bottom:-21px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#ambulatory02 .flow_03{
    background-color: #066BB2;
    border: solid 1px #066BB2;
    color: #fff;
    padding: 10px;
}
#ambulatory02 .flow_03 h4{
    display: block;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 5px;
    margin: 0;
    border: none;
}
#ambulatory02 h4{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 15px 15px 73px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
    background-position: left center;
    background-repeat: no-repeat;
}
#ambulatory02 .flow_01 h4 { background-image: url("../img/flow_tt01.gif");}
#ambulatory02 .flow_02 h4 { background-image: url("../img/flow_tt02.gif");}
#ambulatory02 .flow_04 h4 { background-image: url("../img/flow_tt03.gif");}
#ambulatory02 .flow_05 h4 { background-image: url("../img/flow_tt04.gif");}

#ambulatory02 .flow_01 p,
#ambulatory02 .flow_02 p,
#ambulatory02 .flow_03 p,
#ambulatory02 .flow_04 p,
#ambulatory02 .flow_05 p{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 15px 15px;
    margin: 0;
}
#ambulatory02 img{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 15px 0 0;
}
#ambulatory02 .thing {
    border: 5px solid #eee;
    padding: 10px;
}
#ambulatory02 .thing ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#ambulatory02 .thing ul{
    display: block;
}
#ambulatory02 .thing li p { margin: 0;}
#ambulatory02 .thing li{
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#ambulatory02 .thing li:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#ambulatory02 .thing li img{
    float: left;
}
#ambulatory02 .thing li.thing01{
    width: 25%;
    padding: 0 2% 0 0;
}
#ambulatory02 .thing li.thing02{
    width: 40%;
    padding: 0 2% 0 0;
}
#ambulatory02 .thing li.thing03{
    width: 35%;
}

#ambulatory02 .thing li h5 {
    font-size: 14px;
    font-weight: bold;
}
#ambulatory03{}
#ambulatory03 table{
    margin: 0 0 20px 0;
}
#ambulatory03 h4,
#subject01 h4,
#dialysis02 h4{
    color: #066BB2;
    font-weight: bold;
    font-size: 16px;
}
#ambulatory03 li,
#subject01 li,
#dialysis02 li{
    margin: 0 0 0 1.5em;
    list-style: circle;
}
#ambulatory03 .alart01{
    padding: 0 10px 0 0;
}
#ambulatory04 img{
    float: left;
    padding: 0 0 0 10px;
}
#ambulatory04 p{
    float: right;
    width: 93%;
    padding: 15px 0;
    margin: 0 0 10px 0;
}
#ambulatory04 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#ambulatory04 ul{
    width: 93%;
    padding: 0 0 0 0;
    float: right;
    display: block;
    padding: 9px 0 0 15px;
    background-image: url("../img/subject_list_bg01.gif");
    background-repeat: no-repeat;
    background-position: right -137% top 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#ambulatory04 ul li {
    width: 33%;
    margin: 0 0 0 0 ;
    padding: 5px 0 5px 20px;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("../img/subject_list_bg02.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
#ambulatory04 ul li.list_end{
        background-image: url("../img/subject_list_bg03.gif");
}
#ambulatory04 ul li a{
    background-color: #FFF;
    display: block;
    padding: 0 0 0 10px;
}
#ambulatory07 .thing ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#ambulatory07 .thing li.thing01{
    width: 30%;
}
#ambulatory07 .thing li.thing02{
    width: 5%;
	background: url("../img/arrow01_p.png") no-repeat center;
}
#ambulatory07 .thing li.thing03{
    width: 5%;
	background: url("../img/arrow02_p.png") no-repeat center 50px;
}
#ambulatory07 .thing li.thing04{
    width: 32%;
	margin-right: 1%;
}
#ambulatory07 .thing li.thing05{
	width: 50%;
}
#ambulatory07 .thing li.thing06{
	width: 100%;
}
#ambulatory07 .thing li.thing07{
	width: 37%;
}

/* ======================================
診療科目一覧
========================================= */
#wrapper.inpage article section#subject01{
    margin: 0 0 20px 0;
}
/*
#subject01 h4 {
    color: #066BB2;
    font-weight: bold;
    font-size: 16px;
}
#subject01 li{
    margin: 0 0 0 1.5em;
    list-style: circle;
}
*/
#subject01 .alart01{
    padding: 0 10px 0 0;
}
#subject01 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#subject01 .subject_category ul{
    display: block;
    width: 100%;
}
#subject01 .subject_category ul li {
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
}
#subject01 .subject_category ul li a{
    display: block;
    line-height: 1;
    padding: 10px 10px 10px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #066BB2;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    background-image: url("../img/icon01.png");
    background-position: left center;
    background-repeat: no-repeat;
}
#subject01 ul li a:hover{
    text-decoration: none;
    background-color: #C9E9FF;
}
#subject02 strong,
#subject03 strong,
#subject04 strong{
    padding: 20px 0;
    font-size: 24px;
}
#subject02 ul:after,
#subject03 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#subject02 ul ,
#subject03 ul {
    display: block;
    border-bottom: 1px solid #066BB2;
    margin: 0 0 10px 0;
}
#subject02 ul li,
#subject03 ul li {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
}
#subject02 ul li a,
#subject03 ul li a{
    display: block;
    margin: 0;
    padding: 8px 10px;
    border-left: 1px solid #066BB2;
    border-top: 1px solid #066BB2;
    border-right: 1px solid #066BB2;
    line-height: 1;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
#subject02 ul li a:hover,
#subject03 ul li a:hover{
    text-decoration: none;
    background-color: #C9E9FF;
}
#subject02 .colmun2_60x40_right,
#subject03 .colmun2_60x40_right,
#subject04 .colmun2_60x40_right,
#subject05 .colmun2_60x40_right,
#subject07 .colmun2_60x40_right {
    margin: 0 0 20px 20px;
}
#subject03 .colmun2_60x40_right img,
#subject04 .colmun2_60x40_right img,
#subject05 .colmun2_60x40_right img{
    display: block;
    margin: 0 0 10px 0;
}
#subject03 .colmun2_60x40_right a,
#subject04 .colmun2_60x40_right a,
#subject05 .colmun2_60x40_right a{
    padding: 10px 0;
}

#subject02 table th.tb_head,
#subject03 table th.tb_head,
#subject04 table th.tb_head,
#subject05 table th.tb_head,
#subject06 table th.tb_head{
    width: 20%;
}
#subject02 p,
#subject03 p,
#subject04 p,
#subject05 p,
#subject06 p,
#subject07 p{
    text-indent: 1em;
    padding: 0 0 20px 0;
}
#subject08 p{
    padding: 0 0 20px 1em;
}
#subject05 ul {
    margin: 0 0 10px 0;
}

#subject05 ul li{
    margin: 0 0 0 1.5em;
    list-style: circle;
}
#subject05 ul li strong{
    display: inline;
    font-size: 14px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#subject05 ol li {
    margin: 0 0 0 1.7em;
    list-style: decimal;
}
#subject05 span{
    display: block;
    margin: 0 0 20px 0;
}

#subject03 #shourei1,
#subject04 #shourei2,
#subject05 #shourei3{ display: none;}

#wrapper.inpage article #subject08 table th{
    text-align: center;
	width: 23%;
}
#wrapper.inpage article #subject08 table td{
    text-align: left;
}
#wrapper.inpage article #subject08 table{
    table-layout: auto;
}

#subject08 ul {
    margin: 0 10%;
}
#subject08 ul li{
    list-style: none;
    margin: 0 0 10px 1.5em;
}

#shourei1 table,
#shourei2 table,
#shourei3 table {}
#shourei1 table th,
#shourei2 table th,
#shourei3 table th{
    width: 40%;
    text-align: left;
    background-color: #C9E9FF;
}

#shourei2 table th {
    width: auto;
}

#shourei1 table th,
#shourei1 table td,
#shourei2 table th,
#shourei2 table td,
#shourei3 table th,
#shourei3 table td{
    border: 1px solid #066BB2;
    padding: 10px;
    vertical-align: middle;
    line-height: 1.2;
}
#shourei1 table td,
#shourei2 table td,
#shourei3 table td {
    text-align: center;
}
#shourei1 h3,
#shourei2 h3,
#shourei3 h3 {
    display: block;
    padding: 3px 0 3px 22px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #066BB2;
    background-image: url("../img/h3_tt_icon01.png");
    background-repeat: no-repeat;
    background-position: left center;
}
tr.table_sun {
    border-top: 3px double #066BB2;
}
#shourei1 table tr.table_sun th,
#shourei1 table tr.table_sun td{
    text-align: center;
}
th.b_blue_c {
    text-align: center;
    background-color: #C9E9FF;
}

td.b_blue_c {
    text-align: center;
    background-color: #C9E9FF;
}

#subject09 {
	width: 100%;
	height: auto;
}

#subject09 ul{
    display: block;
    width: 100%;
	height: auto;
}
#subject09 ul li {
    float: left;
	width: 23%;
	min-height: 130px;
    margin: 0 0 10px 10px;
    display: inline-block;
}

#subject09 ul li p{
	text-align: center;
}

#subject09 ul:after {
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}

#subject10 {
	width: 100%;
	height: auto;
}

#subject10 ul{
    display: block;
    width: 100%;
	height: auto;
}
#subject10 ul li {
    float: left;
    width: 22%;
    min-height: 50px;
    margin: 0 0 10px 10px;
    display: inline-block;
}

#subject10 ul li p{
	text-align: center;
}

#subject10 ul:after {
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}





/* ======================================
入院環境について
========================================= */
#admission01{}
#admission01 strong {
    display: block;
    padding: 20px 0;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
#admission01 .colmun2_60x40_right {
    margin: 0 0 20px 20px;
}
#admission02{}
#admission03{}
/* ======================================
ご入院の手続き
========================================= */
#irocedure01{}

#irocedure01 .colmun2_60x40_right,
#irocedure06 .colmun2_60x40_right,
#irocedure07 .colmun2_60x40_right{
    margin: 0 0 20px 20px;
}
#irocedure01 ul {
    padding: 20px 0;
}
#irocedure01 ul li {
    padding: 0 0 0 22px;
    margin: 0 0 15px 0;
    background-image: url("../img/icon02.png");
    background-repeat: no-repeat;
    background-position:0 3px;

}
#irocedure01 ul li strong {
    font-size: 16px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#irocedure02{}
#irocedure03{}
#irocedure04{}
#irocedure04 .colmun2_60x40_right,
#irocedure04 .colmun2_60x40_left,
#irocedure05 .colmun2_60x40_right,
#irocedure05 .colmun2_60x40_left{
    margin: 0;
}
#irocedure04 p,
#irocedure05 p{
    margin: 0 0 20px 0;
}
#irocedure04 table {
    margin: 0 0 20px 0;
}

#irocedure05{}
#irocedure04 img,
#irocedure05 img{
    margin: 0 0 10px 0;
}
#irocedure05 .bad_icon01{
    float: left;
    margin: 0 10px 0 0;
}
#irocedure05 .bad_icon02{
    float: left;
}
#irocedure06{}
#irocedure07 span{
    display: block;
    padding: 20px 0;
    text-align: right;
}
#irocedure07{}
/* ======================================
病院概要・院長挨拶
========================================= */
#about01{}
#about01 img.about_copy{
    float: right;
    margin: 0 0 0 20px;
}
#about01 .colmun2_60x40_left {
    text-align: right;
}

#about01 p {
    text-align: left;
    margin: 0 0 10px 0;
}
#about01 .colmun2_60x40_left img{
    display: inline;
}
#about02{}
#about02 p{
    margin: 0 0 20px 0;
}
#about02 ul {
    padding: 20px 0;
    border:solid 5px #efefef;
}
#about02 ul li {
    margin: 0 0 40px 0;
}
#about02 ul li img {
    margin: 0 auto;
}
#about03{}
#about03 ul li{
    width: 70%;
    font-size: 16px;
    margin: 0 auto 20px auto;
}
#about03 ul li span{
    font-size: 16px;
    display: block;
    padding: 0 0 0 25px;
    background-image: url("../img/icon02.png");
    background-repeat: no-repeat;
    background-position: left center;
}
#about02 ul li:last-child,
#about03 ul li:last-child{
    margin: 0 auto;
}
#about03 ul li:last-child span {
    margin: 0 0 10px 0;
}
#about03 ul li ul.child_policy {
    margin: 0 0 10px 0;
}
#about03 ul li ul.child_policy li{
    font-weight: bold;
    list-style: circle;
    font-size: 14px;
    margin: 0 auto 10px auto;
    padding: 0;
}
#about03 ul li ul.child_policy li:last-child{
    margin: 0 auto;
}
#about03 ul li p {
    display: block;
    padding: 0 0 0 25px;
    font-size: 16px;
}
#about04{}
#about04 ul {
    margin: 0 12%;
}
#about04 ul li{
    list-style: decimal;
    margin: 0 0 10px 1.5em;
}
#about05{}
#about05 table th,
#about06 table th{
    width: 20%;
}
#wrapper.inpage article #about05 table td,
#wrapper.inpage article #about06 table td{
    text-align: left;
}
#about06{}
#about06 ul li{
    font-weight: bold;
    margin: 0 0 0 1.5em;
    list-style: circle;
}
#about06 ol {
    margin: 0 0 10px 0;
}
#about06 ol li {
    font-weight: normal;
}
#wrapper.inpage article #about06 ul li p{
    display: block;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}
#about07{}
#about07 p{
    text-indent: 1em;
    margin: 0 0 10px;
}
#about07 a{
    width: 40%;
    padding: 10px 0;
}
#about08{}
#about08 p {
    display: block;
    margin: 0 0 10px 0;
}
#wrapper.inpage article #about08 table td{
    text-align: left;
}
#wrapper.inpage article #about08 table{
    table-layout: auto;
}

#about08 ol li {
    border-bottom: dashed 1px #ddd;
    margin: 0 0 10px 0;
}
#about08 ol li:last-child {
    margin: 0;
    border: none;
}
#about08 dl {
    vertical-align: top;
    margin: 0 0 10px 0;
}
#about08 dt,
#about08 dd{
    vertical-align: top;
    display: inline-block;
}
#about08 dt {
    width: 7%;
    font-weight: bold;
    margin: 0 10px 0 0;
}
/* ======================================
医師紹介
========================================= */
#doctor01{}
#doctor01 h4{
    display: block;
    font-size: 16px;
    padding: 30px 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: dashed 1px #ddd;
}
#doctor01 p{
    display: block;
    font-size: 12px;
    margin: 0 0 10px 0;
}
#doctor01 dl:after{
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#doctor01 dl{
    margin: 0 0 15px 0;
}
#doctor01 dl dt{
    width: 13%;
    color: #066BB2;
    float: left;
}
#doctor01 dl dd{
    width: 85%;
    float: right;
}
/* ======================================
施設紹介・設備紹介
========================================= */
#facility01{}
#facility02{}

#facility02 h5 {
    border-bottom:solid 1px #066BB2;
    margin: 0 0 10px 0;
}
#facility02 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#facility02 ul{
    width: 100%;
}
#facility02 ul li.w50float {
    float: left;
    width: 50%;
}
#facility02 .colmun2_10x90_left img{
    border:solid 1px #ddd;
    padding: 1px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#facility03{}
#facility03 p {
    margin: 0 0 10px 0;
}
#facility03 a{
    padding: 10px 0;
    width: 50%;
}
.institution_left{
    float: left;
    width: 48%;
}
.institution_right{
    float: right;
    width: 48%;
}


/* ======================================
交通・アクセス
========================================= */
#access01{}
#access01 img{
    margin: 0 0 30px 0;
}
#access01 h3 {
    font-size: 18px;
    padding: 15px 0 15px 60px;
    border: none;
    background-repeat: no-repeat;
    background-position: left center;
}
#access01 h3.car{
    background-image: url("../img/icon03.png");
}
#access01 h3.tore{
    background-image: url("../img/icon04.png");
}
#access01 p {
    margin: 0 0 20px 60px;
}
#access02{}
#access02 .googlemap_bt{ display: none;}
/* ======================================
訪問看護ステーション
========================================= */
#nursing01 h4.con {
	/*border-bottom: dashed 1px #ddd;*/
	padding: 5px 0 5px 5px;
	margin: 0 0 5px 0;
	width: 60%;
	font-weight: bold;
    background: #cdefbf;
	min-width: 290px;
	border-top: 1px solid #7fbc40;
    border-bottom: 1px solid #7fbc40;
}
#nursing01 strong{
    display: block;
    font-size: 24px;
    padding: 20px 0;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

#nursing01 ol li {
    list-style: decimal;
    font-weight: bold;
    margin: 0 0 5px 19px;
}

#nursing01 ul li {
    font-weight: normal;
    list-style: none;
}

#nursing01 img {
    margin: 0 0 20px 0;
}
#nursing01 p {
    text-indent: 1em;
    margin: 0 0 10px 0;
}

#nursing01 .colmun2_60x40_right{
    margin: 0 0 0 20px;
}
#nursing01 .colmun2_60x40_right p{
    text-indent: 0;
}
#nursing02 ol{}
#nursing02 ol li{
    list-style: decimal;
    font-weight: bold;
    margin: 0 0 15px 22px;
}
#nursing02 ol li .caption{
    font-weight: normal;
    display: block;
}
#nursing02 ul li:last-child{
    list-style: none;
}
#nursing02 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#nursing02 ul{
    padding: 10px 0 0 22px;
}
#nursing02 ul li{
    font-weight: normal;
    list-style: circle;
    margin: 0 0 15px 0;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#nursing02 ul li.end_list{
    margin: 0;
}

#nursing02 span.span_h4 {
    font-weight: bold;
    border-bottom: dashed 1px #ddd;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

#nursing03 table {
    margin: 0 0 20px 0;
}
#nursing03 table tr th.week{
    width: 14%;
}

#nursing03 ol li {
    list-style: decimal;
    font-weight: bold;
    margin: 0 0 15px 22px;
}

#nursing04 li {
    margin: 0 0 15px 22px;
    list-style: decimal;
    font-weight: bold;
}
#nursing04 li:last-child {
    margin: 0 0 0 22px;
}

#nursing04 li p {
    font-weight: normal;
}
#nursing05 h4{
    font-weight: bold;
    border-bottom: dashed 1px #ddd;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
#nursing05 p{
    margin: 0 0 20px 0;
}

#nursing05 ol li {
    list-style: upper-alpha;
    margin: 0 0 0 25px;
}
#nursing05 ol {
    margin: 0 0 20px 0;
}
#nursing05 .table_rei {
    width: 80%;
}
#nursing05 .table_rei td{
    width: 30%;
}
#nursing05 table {
    margin: 0 0 20px 0;
}

#nursing05 .table_end1{
    border-top:double 3px #066BB2;
}
#nursing05 .table_end2{
    border-top:dashed 1px #066BB2;
}
#wrapper.inpage article #nursing05 table.jikohutan th{
    text-align: left;
}
#wrapper.inpage article #nursing05 table.jikohutan td{
    text-align: right;
}

.font_b {
	font-weight: bold;
}

.marT15{margin-top: 15px;}
.marB15{margin-bottom: 15px;}
.marL10{margin-left: 10px;}
.marL20{margin-left: 20px;}

.point_bl {
	color: #076bb1;
	margin-left: 17px;
}


/* ======================================
透析医療センター
========================================= */
#dialysis01{}
#dialysis02{}
#dialysis02 table{
    margin: 0 0 20px 0;
}
#dialysis03{}
#dialysis04{}
#dialysis04 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#dialysis04 ul li {
    width: 25%;
    float: left;
    margin: 0 0 10px 0;
    text-align: center;
}
#dialysis04 ul li img {
    display: block;
    margin: 0 auto 10px auto;
}
#dialysis05{}
/* ======================================
閉塞性動脈硬化症でお悩みの方へ
========================================= */
#disease1_01 img,
#disease2_01 img,
#disease3_01 img{
    margin: 0 0 10px 0;
}
#disease1_01 a,
#disease2_01 a,
#disease3_01 a{
    padding: 10px 0;
}
#disease1_01 strong,
#disease2_01 strong,
#disease3_01 strong{
    display: block;
    font-size: 18px;
    background-image: url("../img/check01.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 30px;
    margin: 15px 0;
}
#disease1_01 .colmun2_60x40_left,
#disease2_01 .colmun2_60x40_left,
#disease3_01 .colmun2_60x40_left{
    padding: 20px 0 0 0;
}
#disease1_01 .colmun2_60x40_right,
#disease2_01 .colmun2_60x40_right,
#disease3_01 .colmun2_60x40_right{
    margin: 0 0 0 20px;
}
#disease1_01 .anser,
#disease2_01 .anser,
#disease3_01 .anser{
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-align: center;
    font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}
#disease1_01 .anser span,
#disease2_01 .anser span,
#disease3_01 .anser span{
    font-size: 18px;
    border-bottom:double 3px #e71f1f;
}

#disease1_02{}

#disease1_02 strong{
    display: inline;
    font-weight: bold;
    font-size: 14px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#disease1_03{}
#disease1_04{}
/* ======================================
下肢静脈瘤でお悩みの方へ
========================================= */
#disease2_01{}
#disease2_02{}
#disease3_03{}
#disease4_04{}
/* ======================================
前立腺肥大症でお悩みの方へ
========================================= */
#disease3_01{}
#disease3_02{}
#disease3_03{}
#disease3_04{}
#disease1_04 .colmun2_10x90_right,
#disease1_04 .colmun2_10x90_left ,
#disease1_04 .colmun2_10x90_right,
#disease1_04 .colmun2_10x90_left,
#disease2_04 .colmun2_10x90_right,
#disease2_04 .colmun2_10x90_left ,
#disease2_04 .colmun2_10x90_right,
#disease2_04 .colmun2_10x90_left,
#disease3_04 .colmun2_10x90_right,
#disease3_04 .colmun2_10x90_left ,
#disease3_04 .colmun2_10x90_right,
#disease3_04 .colmun2_10x90_left {
    margin: 0;
}

#disease1_04 p,
#disease2_04 p,
#disease3_04 p{
    margin: 0 0 10px 0;
}
#disease1_04 h4,
#disease2_04 h4,
#disease3_04 h4{
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    background-image: url("../img/icon01.png");
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1;
}
#disease1_04 li,
#disease2_04 li,
#disease3_04 li{
    padding: 0 0 20px 0;
    border-bottom:dashed 1px #066bb2;
    margin: 0 0 20px 0;
}

#disease1_04 li:last-child,
#disease2_04 li:last-child,
#disease3_04 li:last-child{
    border: none;
    margin: 0;
    padding: 0;
}


.therapy01,
.therapy02{
    border: solid 1px #066bb2;
    padding: 20px 10px 10px 10px;
    margin: 20px 0 40px 0;
    position: relative;
}
.therapy01 img,
.therapy02 img {
    width: 60%;
    margin: 0 auto 20px auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.therapy01 .colmun2_10x90_left img,
.therapy02 .colmun2_10x90_left img{
    width: auto;
    margin: 0;
}



.inpage article section .therapy01 h3,
.inpage article section .therapy02 h3 {
    position: absolute;
    color: #FFF;
    top: -20px;
    left: 10px;
    font-size: 18px;
    background: none;
    background-color: #066BB2;
    padding: 5px 10px;
    margin: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
#disease1_04 ul,
#disease2_04 ul,
#disease3_04 ul{
    border-top:dashed 1px #ddd;
    padding: 10px;
}


div.explanation{
    border: dashed 1px #066bb2;
}
div.explanation h6{
    padding: 10px;
    border-bottom: dashed 1px #066bb2;
}
div.explanation .exp_inner {
    padding: 10px;
}
div.explanation a{
    display: block;
    width: 50%;
    float: left;
}
div.explanation a dl {
    padding: 0 0 0 10px;
    background-image: url("../img/ft_icon02.gif");
    background-repeat: no-repeat;
    background-position: left center;
}
div.explanation a dl dt,
div.explanation a dl dd{ line-height: 1.2;}
div.explanation a dl dd{
    color: #444;
    font-size: 12px;
}
#disease3_04 ol:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#disease3_04 ol{
    width: 100%;
    margin: 0 auto;
}
#disease3_04 ol li,
#disease3_04 ol li:last-child{
    width: 25%;
    float: left;
    border: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#disease3_04 ol li p{
    border: solid 1px #066bb2;
    display: block;
    text-align: center;
    padding: 10px;
    margin: 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
#disease3_04 ol li p span {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
}


/* ======================================
地域医療連携
========================================= */
#local01{}
#local01 p {
    margin: 0 0 20px 0;
}
#local01 span {
    display: block;
    text-align: right;
}
#local01 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#local01 ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 22px;
}
#local01 ul li:nth-child(2n){ float: right;}
#local01 ul li {
    width: 48%;
    float: left;
    color: #066bb2;
    margin: 0 0 10px 0;
    list-style: circle;
}
#local02{}
#local03{}
#local03 p{
    margin: 0 0 20px 0;
}
#local03 li{
    margin: 0 0 10px 22px;
    list-style: disc;
}
#local03 h6 {
    font-size: 14px;
    font-weight: bold;
}
#local03 strong{
    color: #066BB2;
    text-align: center;
    margin: 0 0 10px 0;
}
#local03 a{
    padding: 10px 0;
}

/* ======================================
求人情報
========================================= */
#adoption01{}
#adoption01 p{
    margin: 0 0 10px 0;
}

#adoption01 .adop_con{
    font-weight: bold;
}
#adoption01 .colmun2_60x40_left,
#adoption01 .colmun2_60x40_right{
    margin: 0;
}

#adoption01 .adop_con span{
    font-size: 20px;
    font-weight: bold;
}
#adoption01 a{
    padding: 10px 0;
}
#wrapper.inpage article #adoption02{
    margin: 0 0 20px 0;
}
#adoption02 ul:after{
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
    content: ".";
    font-size: 0.1em;
}
#adoption02 ul li{
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
}
#adoption02 ul li a{
    display: block;
    line-height: 1;
    padding: 10px 10px 10px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #066BB2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url("../img/icon01.png");
    background-position: left center;
    background-repeat: no-repeat;
}
#adoption03{}
#adoption04{}
#adoption05{}
#adoption06{}
#adoption07{}
#adoption08{}
#adoption00{}
#wrapper.inpage article #adoption00 table th,
#wrapper.inpage article #adoption01 table th,
#wrapper.inpage article #adoption02 table th,
#wrapper.inpage article #adoption03 table th,
#wrapper.inpage article #adoption04 table th,
#wrapper.inpage article #adoption05 table th,
#wrapper.inpage article #adoption06 table th,
#wrapper.inpage article #adoption07 table th,
#wrapper.inpage article #adoption08 table th,
#wrapper.inpage article #adoption09 table th,
#wrapper.inpage article #adoption10 table th{
    width: 20%;
}
#wrapper.inpage article #adoption00 table td,
#wrapper.inpage article #adoption01 table td,
#wrapper.inpage article #adoption02 table td,
#wrapper.inpage article #adoption03 table td,
#wrapper.inpage article #adoption04 table td,
#wrapper.inpage article #adoption05 table td,
#wrapper.inpage article #adoption06 table td,
#wrapper.inpage article #adoption07 table td,
#wrapper.inpage article #adoption08 table td,
#wrapper.inpage article #adoption09 table td,
#wrapper.inpage article #adoption10 table td{
    text-align: left;
}

#adoption00 table td dt,
#adoption01 table td dt,
#adoption02 table td dt,
#adoption03 table td dt,
#adoption04 table td dt,
#adoption05 table td dt,
#adoption06 table td dt,
#adoption07 table td dt,
#adoption08 table td dt,
#adoption09 table td dt,
#adoption10 table td dt{
    color: #066bb2;
}
#adoption00 table td dd,
#adoption01 table td dd,
#adoption02 table td dd,
#adoption03 table td dd,
#adoption04 table td dd,
#adoption05 table td dd,
#adoption06 table td dd,
#adoption07 table td dd,
#adoption08 table td dd,
#adoption09 table td dd,
#adoption10 table td dd{
    padding: 0 0 0 2.5em;
}

/* ======================================
お問い合わせ
========================================= */
#contact01{}

#contact01{}
#contact02{}
#wrapper.inpage article #contact02 table {
    margin: 0 0 40px 0;
}
#wrapper.inpage article #contact02 table th {
    width: 20%;
    text-align: left;
}
#wrapper.inpage article #contact02 table td{
    text-align: left;
}
#wrapper.inpage article #contact02 table input[type="botton"]{
    width: 40%;
    margin: 0 0 10px 0;
}
#wrapper.inpage article #contact02 table td .caption{
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

#contact02 table th span {
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 12px;
    width: 30%;
    padding: 0px 5px;
    margin: 0 0 5px 0;
    background-color: #E71F1F;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
textarea{
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
select, textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],
.uneditable-input {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#contact02 input[type="submit"]{
  display: block;
  width: 30%;
  padding: 20px 0;
  font-size: 16px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
    color: #fff;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
input[type="submit"].check_bt:active,
input[type="submit"].check_bt:hover,
input[type="submit"].check_bt:focus,
input[type="submit"].send_bt:active,
input[type="submit"].send_bt:hover,
input[type="submit"].send_bt:focus{
    color:#fff;
    background-color:#449d44;
    border-color:#398439;
}
input[type="button"].back_bt {
  padding: 5px 0;
  color: #333;
  margin: 0 auto;
}
input[type="button"].errer_bt{
  margin: 0 0 15px 0;
}
#thanks {
  margin: 0 0 15px 0;
}
#policy01 p{ margin: 0 0 20px 0;}
/* ======================================
病院指標
========================================= */
#indicator_link .out_link{
	margin-bottom: 20px;
}
#contents #indicator01 table,#contents #indicator02 table,#contents #indicator03 table,
#contents #indicator04 table,#contents #indicator05 table,#contents #indicator06 table,#contents #indicator07 table{
	table-layout: auto;
}
#wrapper.inpage article table .alignL{
	text-align:left;
}
#ambulatory03 h4, #subject01 h4, #dialysis02 h4 {
    color: #066BB2;
    font-weight: bold;
    font-size: 16px;
}
.bottom_cap .explanation{
	width: 90%;
	padding:10px 5%;
	margin: 10px 0;
}
.bottom_cap  .linkw{
	width: 280px;
	margin:0 auto;
}
.bottom_cap .css3bt{
	padding:10px 0;
}
#indicator02 h4,#indicator06 h4,#indi_history p{
    color: #066BB2;
    font-weight: bold;
    font-size: 16px;
}
/*更新履歴*/
#indi_history dl dt{
	color: #066BB2;
}
#indi_history dl dd{
	border-bottom: dotted 1px #066BB2;
	margin-bottom: 10px;
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* ======================================
   Media¡¡Query(support=notepc)
   ====================================== */
@media screen and (min-width: 768px){
   #wrapper.inpage article table th:last-child,
   #wrapper.inpage article table td:last-child {
       width: 150px;
   }
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 1000px){}
/* ======================================
   Media¡¡Query(support=ipad)
   ====================================== */
@media screen and (max-width: 768px){
/** common *******************************************/
        #wrapper.inpage article table th{white-space: normal;}
        #wrapper.inpage article table th, #wrapper.inpage article table td{padding: 3px; font-size: 10px; width: 12%;}
        #wrapper.inpage article table td span{ font-size: 10px;}
        #wrapper.inpage article table td sup{ font-size: 10px;}
        #wrapper.inpage article table td li{font-size: 12px;}
/** top *******************************************/
        #info {padding: 20px 15px 0 15px;}
        #info .colmun2_80x20_right {width: 100%;}
        #info .colmun2_80x20_left {width: auto;}
        img.emergency {margin: 0 0 20px 0; float: none;}

		.top_ban ul { padding-bottom: 50px!important; }
		.top_ban li {
			width: 100%;
			text-align: center;
			float: none
			padding-bottom: 30px;
		}
        .hospital_cate {display: block; border:solid 1px #ddd; margin: 0; width: auto; float: none;}
        .hospital_cate li a span{ display: none;}
        .hospital_cate li a:after{
            display:block;
            clear:both;
            height:0;
            line-height:0;
            visibility:hidden;
            content: ".";
            font-size: 0.1em;
        }
        .hospital_cate li {float: none; width: 100%; border-bottom: solid 1px #ddd; margin: 0;background-image: url("../img/bg_hospital_cate.gif"); background-position: right center;}
        .hospital_cate li:last-child{margin: 0; border-bottom: none;}
        .hospital_cate li a{display: block; width: 100%; padding: 1px; background-image: url("../img/arrow_hospital_cate.png"); background-position: right 15px center; background-repeat: no-repeat;
            -webkit-background-size: 10px auto;
                 -o-background-size: 10px auto;
                    background-size: 10px auto; vertical-align: middle;}
        .hospital_cate li a img{float: left; width: 25%; margin: 0; display: table-cell;}
        .hospital_cate li a h2{float: right; width: 73%; padding: 7% 0; margin: 0; font-size: 18px;}
        .hospital_cate li a p {display: none;}
        .hospital_cate li a span.css3bt {display: none;}
        #subjects{ padding: 20px 15px;}
        #subjects .colmun2_80x20_right:after {
            display:block;
            clear:both;
            height:0;
            line-height:0;
            visibility:hidden;
            content: ".";
            font-size: 0.1em;
        }
        #subjects .colmun2_80x20_right a{
            width: 50%;
            float: left;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }
        #institution a:after {
            display:block;
            clear:both;
            height:0;
            line-height:0;
            visibility:hidden;
            content: ".";
            font-size: 0.1em;
        }
        #other{ padding: 20px 15px;}
        #institution a{
            display: block;
            width: auto;
            margin: 0 0 20px 0;
        }
        #institution a img {
            width: 38%;
            float: left;
        }
        #institution a h3{
            float: right;
            width: 58%;
            font-size: 16px;
        }
         #institution a p{
            float: right;
            width: 58%;
            font-size: 12px;
            line-height: 1.2;
        }
        #institution a span.css3bt{
            display: block;
            float: right;
            width: 30%;
            padding: 8px;
        }
        #institution {width: auto; float: none; margin: 0 0 20px 0;}
        #kanren_banner{display: none;}
        #contents #banner {display: none;}
        #news {width: auto; float: none;}
        #news .news_data{ height: 145px;}
/** ambulatory/ *******************************************/
        #ambulatory01 strong{ padding: 0;}
        #ambulatory01 ul {margin: 0 0 20px 0;}
        #ambulatory01 ul li {width: 25%; margin: 0;}
        #ambulatory01 ul li a{margin: 5px; font-size: 8px;}
        #ambulatory01 ul li a img {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;}
        #ambulatory01 ul li:nth-child(6n){margin:0;}
        #ambulatory01 .symptom_banner{ margin: 0;}
        #ambulatory01 .symptom_banner a {
            float: left;
            width: 48%;
            margin: 0 0 10px 0;
        }
        #ambulatory01 .symptom_banner a:nth-child(2n){
            float: right;
        }
        #ambulatory02 .flow .flow_wrap.colmun2_50_right {margin: 0;}
        #ambulatory02 .thing li.thing01,
        #ambulatory02 .thing li.thing02,
        #ambulatory02 .thing li.thing03{ float: none; width: 100%; margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom:dashed 1px #ddd;}
        #ambulatory02 .thing li.thing03{border-bottom: none; margin: 0; padding: 0;}

        #ambulatory03 table {margin: 0 0 10px 0;}
        #ambulatory03 table tr td p{ font-size: 12px;}
        #wrapper.inpage article table p sup {
            display: block;
            position: static;
        }
        #ambulatory04 img {display: none;}
        #ambulatory04 p{width: 100%; float: none; padding: 0; margin: 0 0 10px 0;}
        #ambulatory04 ul {width: 100%; float: none; padding: 0;}
        #ambulatory04 ul li{ width: 50%;}

		#ambulatory07 .thing ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
		#ambulatory07 .thing li.thing01,
		#ambulatory07 .thing li.thing02,
		#ambulatory07 .thing li.thing03,
		#ambulatory07 .thing li.thing04,
		#ambulatory07 .thing li.thing05,
		#ambulatory07 .thing li.thing06
		#ambulatory07 .thing li.thing07{ float: none; width: 100%; margin: 0 0 10px 0; padding: 0 0 10px 0; border:0;}
		#ambulatory07 .thing li.thing02{
			background: url("../img/arrow01_s.png") no-repeat center;
		}
		#ambulatory07 .thing li.thing03{
			background: url("../img/arrow02_s.png") no-repeat center;
		}
/** ambulatory/subject.php *******************************************/
        #subject02 .colmun2_60x40_right, #subject03 .colmun2_60x40_right, #subject04 .colmun2_60x40_right, #subject05 .colmun2_60x40_right, #subject07 .colmun2_60x40_right{ margin: 0 0 20px;}
        #subject02 .colmun2_60x40_right img, #subject03 .colmun2_60x40_right img, #subject04 .colmun2_60x40_right img, #subject05 .colmun2_60x40_right img, #subject07 .colmun2_60x40_right img{ margin: 0 auto 10px auto;}
        #subject02 .colmun2_60x40_right a, #subject03 .colmun2_60x40_right a, #subject04 .colmun2_60x40_right a, #subject05 .colmun2_60x40_right a, #subject07 .colmun2_60x40_right a {
            width: 75%; margin: 0 auto;
        }
        #subject02 ul li a, #subject03 ul li a {font-size: 12px; padding: 10px 5px;}

		#subject09,
		#subject10 {
	width: 100%;
	height: auto;
}

		#subject09 ul,
		#subject10 ul{
    display: block;
    width: 100%;
	height: auto;
}
#subject09 ul li,
#subject10 ul li {
    float: left;
	width: 45%;
	min-height: 110px;
    margin: 0 10px 10px 0;
    display: inline-block;
}



/** admission/ *******************************************/
        #admission01 .colmun2_60x40_right {margin: 0 0 20px 0;}
        #admission01 strong {padding: 0;}
/** admission/irocedure.php *******************************************/
        #irocedure01 ul:after { display:block; clear:both; height:0; line-height:0; visibility:hidden; content: "."; font-size: 0.1em;}
        #irocedure01 ul{padding: 10px 0 0 0;}
        #irocedure01 ul li{ float: left; width: 48%; padding: 0; margin: 0;}
        #irocedure01 ul li:nth-child(2n){ float: right; width: 48%;}
        #irocedure01 ul li strong{ text-align: left; padding: 3px 0 3px 20px; margin: 0 0 10px 0;}
        #irocedure04 .colmun2_60x40_right, #irocedure05 .colmun2_60x40_right{text-align: center;}
        #irocedure04 img, #irocedure05 img{margin: 0 auto 10px auto;}
        #irocedure05 .bad_icon01,#irocedure05 .bad_icon02{ display: inline-block; float: none; margin: 0 0 10px 0;}

/** institution/dialysis.php *******************************************/
        #dialysis04 ul li img {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  width: 80%;}
        #dialysis04 ul li{font-size: 12px;}
/** about/ *******************************************/
        #about01 .colmun2_60x40_left:after { display:block; clear:both; height:0; line-height:0; visibility:hidden; content: "."; font-size: 0.1em;}
        #about01 .colmun2_60x40_left .about_copy{ display: block; float: left; margin: 0 0 0 0; width: 15%;}
        #about01 .colmun2_60x40_left p {display: block; /*width: 80%;*/ float: right;}
        #about02 ul {padding: 20px;}
        #about08 dt{ display: block; width: auto;}
        #about07 a {width: 75%; margin: 0 auto;}
/** about/doctor.php *******************************************/
        #doctor01 h4{padding: 5px 0; text-align: center;}
        #doctor01 p {text-align: center;}
        #doctor01 dl {margin: 0 0 10px 0;}
        #doctor01 dl dt {width: auto; float: none;}
        #doctor01 dl dd {width: auto; float: none;}
        #doctor01 dl:after{ display: none;}
        #doctor01 .colmun2_20x80_right:after { display:block; clear:both; height:0; line-height:0; visibility:hidden; content: "."; font-size: 0.1em;}
/** about/facility.php *******************************************/
        #facility02 ul li .colmun2_10x90_left { float: left; width: 28%;}
        #facility02 ul li .colmun2_10x90_right{ float: right; width: 68%;}
        #facility02 ul li p {line-height: 1.5; font-size: 12px;}
        #facility02 ul li:after { display:block; clear:both; height:0; line-height:0; visibility:hidden; content: "."; font-size: 0.1em;}
        #facility03 .colmun2_40x60_right {margin: 0 0 15px 0; padding: 0 0 15px 0; border-bottom:dashed 1px #ddd;}
        #facility03 a {margin: 0 auto; width: 50%;}
/** adoption/ *******************************************/
        #adoption01 h4 {margin: 0 0 10px 0;}
        #adoption01 a {width: 75%; margin: 0 auto;}
        #adoption01 .adop_con span{display: block; margin: 0 0 10px 0;}
/** local/ *******************************************/
        #local01 ul {padding: 0 0 0 20px;}
        #local01 ul li { width: 48%; float: left; padding: 0; margin:0;-webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;}
        #local01 ul li:nth-child(2n) { width: 48%; float: right;}
        #local03 strong{ text-align: left;}
        #local03 a {width: 75%;}
/** contact/ *******************************************/
        #contact02 table th span {width: 80%;}
/** symptom/disease1.php *******************************************/
        #disease1_01 .colmun2_60x40_left,
        #disease2_01 .colmun2_60x40_left,
        #disease3_01 .colmun2_60x40_left{ padding: 0;}
        #disease1_01 .colmun2_60x40_right,
        #disease2_01 .colmun2_60x40_right,
        #disease3_01 .colmun2_60x40_right {margin: 0 0 20px 0; text-align: center;}
        #disease1_02 .colmun2_60x40_right,
        #disease2_02 .colmun2_60x40_right,
        #disease3_02 .colmun2_60x40_right {margin: 0 0 20px 0; text-align: center;}
        #disease1_02 .colmun2_60x40_right h3,
        #disease2_02 .colmun2_60x40_right h3,
        #disease3_02 .colmun2_60x40_right  h3{text-align: left;}
        #disease1_01 .colmun2_60x40_right img,
        #disease2_01 .colmun2_60x40_right img,
        #disease3_01 .colmun2_60x40_right img {margin: 0 auto 20px auto;}
        #disease1_01 .colmun2_60x40_right a,
        #disease2_01 .colmun2_60x40_right a,
        #disease3_01 .colmun2_60x40_right a{ width: 75%; margin: 0 auto;}
        #disease1_01 strong, #disease2_01 strong, #disease3_01 strong{text-align: left;}

        #disease1_04 .colmun2_10x90_right,
        #disease1_04 .colmun2_10x90_left,
        #disease1_04 .colmun2_10x90_right,
        #disease1_04 .colmun2_10x90_left,
        #disease2_04 .colmun2_10x90_right,
        #disease2_04 .colmun2_10x90_left,
        #disease2_04 .colmun2_10x90_right,
        #disease2_04 .colmun2_10x90_left,
        #disease3_04 .colmun2_10x90_right,
        #disease3_04 .colmun2_10x90_left,
        #disease3_04 .colmun2_10x90_right,
        #disease3_04 .colmun2_10x90_left {}

        #disease1_04 .colmun2_10x90_left,
        #disease1_04 .colmun2_10x90_left,
        #disease2_04 .colmun2_10x90_left,
        #disease2_04 .colmun2_10x90_left,
        #disease3_04 .colmun2_10x90_left,
        #disease3_04 .colmun2_10x90_left { width: 18%; float: left;}

        #disease1_04 .colmun2_10x90_right,
        #disease1_04 .colmun2_10x90_right,
        #disease2_04 .colmun2_10x90_right,
        #disease2_04 .colmun2_10x90_right,
        #disease3_04 .colmun2_10x90_right,
        #disease3_04 .colmun2_10x90_right{ width: 78%; float: right;}

        #disease1_04 .colmun2_10x90_right p,
        #disease1_04 .colmun2_10x90_right p,
        #disease2_04 .colmun2_10x90_right p,
        #disease2_04 .colmun2_10x90_right p,
        #disease3_04 .colmun2_10x90_right p,
        #disease3_04 .colmun2_10x90_right p{ margin: 0;}
        #disease3_04 li:after { display:block; clear:both; height:0; line-height:0; visibility:hidden; content: "."; font-size: 0.1em;}
        #disease3_04 ol li, #disease3_04 ol li:last-child{ width: 48%; margin: 0; padding: 0 0 10px 0;}
        #disease3_04 ol li:nth-child(2n) {float: right;}
        #disease3_04 ol li p {line-height: 1.2;}
        #disease3_04 ol li p span { margin: 0 0 10px 0; line-height: 1;}
        .therapy01 img, .therapy02 img { width: 100%;}
}
/** access/ *******************************************/
        #access02 iframe { display: none;}
        #access02 .googlemap_bt{ display: block; padding: 15px; color: #FFF; font-weight: bold; background-color: #066BB2;-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.4); -moz-text-shadow: 0 0 5px rgba(0,0,0,0.4); -ms-text-shadow: 0 0 5px rgba(0,0,0,0.4); -mo-text-shadow: 0 0 5px rgba(0,0,0,0.4); text-shadow: 0 0 5px rgba(0,0,0,0.4); text-align: center;}

/* ======================================
   Media¡¡Query(support=iphone)
   ====================================== */
@media screen and (max-width: 480px){
    #medical_time01,
    #medical_time02 {float: none; width: auto;}
    #medical_time01 dl, #medical_time02 dl{
        padding: 0 5px 5px 5px;
        margin: 0 0 5px 0;
    }
    #medical_time01 {margin: 0 0 10px;}
    #medical_time02 .contact {display: none;}
    #medical_time02 .touseki dl{
        border: none;
        margin: 0;
    }
}

.t_center {
	text-align: center !important;
	margin: 0 auto;
}

.float_n img {
	text-align: center;
	margin: 0 auto;
	float: none;
}

.mt27 {
	margin-top: 27px;
}
