@charset "utf-8";

/* UniqueVisionProductions */
/* For Smart Phone         */

/* Default Setup */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

body {
    background: #fff;
    font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}

p {
    text-indent: 1em;
}

a:link {
    color: #009933;
}

a:visited {
    color: #a79572;
}

a:hover {
    color: #009933;
}

a:active {
    color: #009933;
}


/* Margin 定義 */
.ml12px {
    margin-left: 12px !important;
}

.ml1p5 {
    margin-left: 1.5em !important;
}

.ml1 {
    margin-left: 1em !important;
}

.ml2 {
    margin-left: 2em !important;
}

.ml3 {
    margin-left: 3em !important;
}

.ml4 {
    margin-left: 4em !important;
}

.ml5 {
    margin-left: 5em !important;
}

.ml6 {
    margin-left: 6em !important;
}

.ml7 {
    margin-left: 7em !important;
}

.ml8 {
    margin-left: 8em !important;
}

.ml9 {
    margin-left: 9em !important;
}

.mr1 {
    margin-right: 1em !important;
}

.mr2 {
    margin-right: 2em !important;
}

.mr3 {
    margin-right: 3em !important;
}

.mr4 {
    margin-right: 4em !important;
}

.mr5 {
    margin-right: 5em !important;
}

.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt3 {
    margin-top: 3em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt5 {
    margin-top: 5em !important;
}

.mb0p5 {
    margin-bottom: 0.5em !important;
}

.mb1p5 {
    margin-bottom: 1.5em !important;
}

.mb1 {
    margin-bottom: 1em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb3 {
    margin-bottom: 3em !important;
}

.mb4 {
    margin-bottom: 4em !important;
}

.mb5 {
    margin-bottom: 5em !important;
}

/* span 定義 */
span.red {
    color: red;
}

div.picture {
    text-align: center;
    padding: 0 1em;
    margin-bottom: 1em;
}

div.picture img {
    width: 80%;
    max-width: 250px;
    border-radius: 5px;
}

div.center {
    text-align: center;
}

div .hi_1p5 {
    margin-left: 1.5em;
    text-indent: -1.5em;
}

div.hi_1p5_s {
    font-size: 0.8em;
    margin-left: 1.5em;
    text-indent: -1.5em;
}

div.hi_caution {
    font-size: 0.8em;
    text-indent: -1.5em;
}


/* header */
header {
    margin-top: 60px;
}

header #header-inner {
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #009933;
    float: left;
    z-index: 100;
}

/*
header h1 {
	background: url(../../img/00_smp/images/title.png) no-repeat;
    background-size: 140px;
    height: 60px;
    width: 170px;
    text-indent: -9999px;
    display: inline-block;
}
*/
header h1 {
    background: url(../../img/00_smp/images/title_hospital.png) no-repeat;
    background-size: 260px;
    height: 60px;
    width: 250px;
    text-indent: -9999px;
    display: inline-block;
}

header table {
    width: 100%;
    color: #009933;
}

header table th:nth-child(2) {
    font-size: 0.8em;
    width: 4em;
}

/* Header and Naviagtion Setup */
#sb-site {
    position: static;
}

.sb-slidebar {
    padding-top: 60px;
    color: #fff;
    background-color: #009933;

}

.sb-slidebar img {
    width: 25px;
    margin-right: 5px;
    margin-bottom: -6px;
}

.sb-slidebar img.ptr_02 {
    width: 24px;
    padding-right: 1px;
}

.sb-slidebar ul {
    list-style: none;
}

.sb-slidebar li {
    border-top: 1px solid #abf07d;
    border-left: 1px solid #fff;
    border-right: 1px solid #1f4e2f;
    border-bottom: 1px solid #1f4e2f;
}

.sb-slidebar li.lv2 {
    padding-left: 30px;
}

.sb-slidebar a {
    color: #ffffff;
    width: inherit;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    display: block;
    text-decoration: none;
}


.main_content {
    padding-top: 60px;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    /*    background-color: #fff7ff;   */
    /* Season Spring 3 - 5 */
    /*    background-color: #effff6;   */
    /*  Summer 6 - 8 */
    /*    background-color: #fff8e1;   */
    /* Autumn 9 - 11 */
    /*    background-color: #e7f9ff;   */
    /* Winter 12 - 2 */

    /*    background-color: #effff6;   */
    /*  Mar to Aug */
    background-color: #e7f9ff;
    /* Sep to Feb */
    z-index: 4;
}

#menucnd {
    height: 80px;
}

#header .sb-toggle-right {
    float: right;
}


/* Return to Top Button */
.pagetop {
    text-indent: 0em;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 5;
}

.pagetop a {
    display: block;
    background-color: #efefef;
    text-align: center;
    text-decoration: none;
    padding: 30px 25px;
    border-radius: 100%;
    color: #000;
}

.pagetop a:hover {
    display: block;
    color: #fff;
    background-color: #40AC72;
    text-align: center;
    text-decoration: none;
    padding: 30px 25px;

    -webkit-transition: 0.5s;
    transition: 0.5s;
}


#wrapper-contents {
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
    margin-bottom: 5em;
}

div#topimage img {
    width: 100%;
}


/* ボタン設定 */
div.btn {
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    background-color: #4bacc6;
    border-radius: 5px;
}

div.btn a {
    display: block;
    width: 100%;
    padding: 10px 0;
}

div.btn a:link {
    color: #ffffff;
    text-decoration: none;
}

div.btn a:visited {
    color: #ffffff;
    text-decoration: none;
}

div.btn a:active {
    color: #ffffff;
    text-decoration: none;
}

div.btn img {
    vertical-align: middle;
}

div.btn_p {
    font-size: 19px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    background-color: #4bacc6;
    border-radius: 5px;
}

div.btn_p a {
    display: block;
    width: 100%;
    padding: 10px 0;
}

div.btn_p a:link {
    color: #ffffff;
    text-decoration: none;
}

div.btn_p a:visited {
    color: #ffffff;
    text-decoration: none;
}

div.btn_p a:active {
    color: #ffffff;
    text-decoration: none;
}

div.btn_p img {
    vertical-align: middle;
}

div.btn_p span {
    font-size: 12px;
    font-weight: normal;
}

/* 両サイド設定 */
div.side {
    margin-left: 2px;
    margin-right: 2px;
}

div.content {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

div.step_1 {
    margin-left: 19px;
    margin-right: 8px;
}

/* h3 タイトル表示位置 .content に入らないこと */
div.step_1 p {
    text-indent: 0;
    margin-bottom: 0.5em;
}

/* footer */
footer {
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
    padding-top: 10px;
    /*    background-color: #effff6;   */
    /*  Mar to Aug */
    background-color: #e7f9ff;
    /* Sep to Feb */

}

#footer-line {
    height: 19px;
    background-image: url(../../img/00_smp/images/footer_bar.png);
}

#addressinfo {
    font-size: 0.8em;
}

#copyright {
    font-size: 0.7em;
    padding: 5px 0;
    text-align: center;
}

/* 各セクション定義 */
h2 {
    color: #ffffff;
    background-color: #4bacc6;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
}

h3 {
    border-left: solid 5px #009933;
    border-bottom: solid 2px #009933;
    padding-left: 10px;
    margin: 0 5px 5px 5px;
}

h4 {
    color: #000;
    padding-left: 20px;
    margin-left: 3px;
    background: url(../../img/00_smp/images/point_03_green.png) no-repeat;
    background-position: 1px 3px;
}

h5 {
    color: #000;
    padding-left: 20px;
    margin-left: 3px;
    background: url(../../img/00_smp/images/point_03_green.png) no-repeat;
    background-position: 1px 3px;
}



ul.no li {
    list-style-type: none;
}

/* 外来受診 */
ol.seq {
    margin-left: 2em;
}

ol.seq li {
    margin-bottom: 1em;
}

ol.seq ul li {
    font-size: 0.9em;
    margin-bottom: 0;
    list-style: disc;
}


/* table button */
table.button {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 1em;
}

table.button td {
    text-align: center;
    border-radius: 5px;
    border-top: solid 1px #009933;
    border-left: solid 1px #009933;
    border-right: solid 3px #009933;
    border-bottom: solid 3px #009933;
    vertical-align: middle;
}

table.button img {
    width: 35px;
}

table.button a {
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 3em;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}

table.button a.one {
    padding-top: 18px;
    padding-bottom: 2px;
}

table.button a.small {
    line-height: 1em;
}

table.col2 td {
    width: 50%;
}

table.col3 td {
    width: 33%;
}

table.col3 a {
    font-size: 0.8em;
    height: 3em;
    width: inherit;
    min-width: 5em;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    text-decoration: none;
}

table.contacttime {
    margin-left: 11px;
}

table.contacttime th {
    width: 5em;
}

table.contacttime td {
    padding: 0 2px;
}

table.contacttime td:first-child {
    text-align: center;
}



.small {
    font-size: 0.8em;
}

div.link {
    margin-top: -60px;
    /* リンク位置上昇分 */
    padding-top: 60px;
    /* 上昇分を戻す分 */
}

/* 訪問診療 */
div.str {
    font-weight: bold;
}


/* テーブル設定 */

/* 健康診断 */
table.examination,
table.examination_02,
table.examination_03,
table.examination_04,
table.examination_05 {
    width: 100%;
    font-size: 0.8em;
    border: 1px solid #70ad47;
    border-collapse: collapse;
}

table.examination th {
    width: 50%;
    padding: 5px;
    border: 1px solid #70ad47;
}

table.examination td {
    padding: 5px 0 5px 16px;
    border: 1px solid #70ad47;
}

table.examination_02 th,
table.examination_03 th,
table.examination_05 th {
    padding: 5px;
    border: 1px solid #70ad47;
}

table.examination_02 td,
table.examination_05 td {
    padding: 5px;
    border: 1px solid #70ad47;
}

table.examination_02 td:last-child {
    text-align: right;
}

table.examination_03 td {
    padding: 1em;
}

table.examination_04 th {
    min-width: 8em;
    padding: 5px;
    border: 1px solid #70ad47;
}

table.examination_04 td {
    padding: 5px;
    border: 1px solid #70ad47;
    vertical-align: middle;
}

table.examination_05 th {
    vertical-align: middle;
}

table.examination_05 th:first-child {
    min-width: 2.5em;
}

table.examination_05 td {
    vertical-align: middle;
}

table.examination_05 td.c {
    text-align: center;
}

table.examination_05 td:last-child {
    min-width: 6em;
    text-align: center;
}

table.exam {
    width: 100%;
    border: 1px solid #70ad47;
    border-collapse: collapse;
}

table.exam th {
    padding: 5px;
    border: 1px solid #70ad47;
    vertical-align: middle;
}

table.exam td {
    padding: 5px;
    border: 1px solid #70ad47;
    vertical-align: middle;
}

table.exam_tp1 td {
    text-align: center;
}

section.doctortimetable table th:first-child {
    width: 10%;
}

section.doctortimetable table th:nth-child(2),
section.doctortimetable table th:nth-child(3) {
    width: 45%;
}

/* 基本色設定 */
table.basic {
    width: 100%;
    border: 1px solid #c7bbbb;
    border-collapse: collapse;
}

table.basic th {
    padding: 0.5em;
    color: #fff;
    background-color: rgba(59, 165, 130, 0.85);
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c7bbbb;
}

table.basic td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c7bbbb;
    padding: 0.5em;
}

.em07 {
    font-size: 0.7em;
}

.em08 {
    font-size: 0.8em;
}

.em09 {
    font-size: 0.9em;
}

table.basic_04 {
    width: 100%;
    font-size: 0.8em;
    border: 1px solid #c7bbbb;
    border-collapse: collapse;
}

table.basic_04 span {
    font-size: 0.8em;
}

td.no-p {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

table.basic_04 th {
    min-width: 4em;
    padding: 0.5em;
    color: #fff;
    border: 1px solid #c7bbbb;
    background-color: rgba(59, 165, 130, 0.85);
}

table.basic_04 td {
    padding: 0.5em;
    border: 1px solid #c7bbbb;
}

table.basic_04 li {
    padding-right: 1em;
    display: inline-block;
}

table.bsc {
    width: 100%;
    border: 1px solid #c7bbbb;
    border-collapse: collapse;
}

table.bsc th {
    padding: 0.5em;
    color: #fff;
    background-color: rgba(59, 165, 130, 0.85);
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c7bbbb;
}

table.bsc td {
    vertical-align: middle;
    border: 1px solid #c7bbbb;
    padding: 0.5em;
}

table.bsc_tp_01 td:first-child {
    text-align: left;
    padding-left: 1em;
}

table.bsc_tp_01 td:last-child {
    text-align: center;
}

table.bsc_tp_02 td:first-child {
    width: 7em;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

table.bsc_tp_02 td:last-child {
    text-align: center;
}

table.bsc_tp_03 td:first-child {
    width: 7em;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

table.bsc_tp_03 td:last-child {
    text-align: left;
}

table.bsc_tp_02 td.left {
    text-align: left !important;
}

table.default th {
    color: #000000;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

/* リスト定義 */
ul.staff li {
    list-style-type: none;
    display: inline-block;
    min-width: 6.5em;
}


ul.intro li {
    font-size: 0.9em;
    padding-right: 0.5em;
    display: inline-block;
}

ul.noside li {
    padding-right: 10px;
    list-style-type: none;
    display: inline-block;
}

/* 新着情報 */
.whatsnew dl {
    border-bottom: dashed 1px #000000;
}

.whatsnew dt {
    float: left;
    clear: both;
    width: 6.5em;
}

.whatsnew dd {
    margin-left: 6.5em;
}

.whatsnew a.red:link {
    color: #ff0000;
}

.whatsnew a.red:visited {
    color: #ff0000;
}

.whatsnew a.red:hover {
    color: #ff0000;
}

.whatsnew a.red:active {
    color: #ff0000;
}



ul.disc {
    list-style: disc;
}

#map-canvas {
    width: 100%;
    height: 200px;
    border: 1px solid #CCC;
    margin-left: -9px;
}

/* トップページ */
.to_pc_site {
    font-size: 0.9em;
    text-align: right;
}


/* 画像 */
img.intro {
    width: 44%;
    border-radius: 10px;
    margin-left: 3%;
}

img.policy {
    width: 100%;
    border-radius: 10px;
}

.sp {
    display: inline-block;
}



/* 休診・代診のご案内 */
table.closed {
    border: 1px solid #c7bbbb;
    border-collapse: collapse;
    font-size: 0.7em;
}

table.closed th {
    height: 2em;
    vertical-align: middle;
    border: 1px solid #c7bbbb;
    text-align: center;
    background-color: #efefef;
}

table.closed td {
    height: 2em;
    vertical-align: middle;
    border: 1px solid #c7bbbb;
}

table.closed td:nth-child(1) {
    width: 8em;
    text-align: center;
    background-color: #efefef;
}

table.closed td:nth-child(2) {
    width: 4em;
    text-align: center;
}

table.closed td:nth-child(3) {
    width: 13em;
    text-align: left;
    padding-left: 1em !important;
}

table.closed td:nth-child(4) {
    width: 5em;
    text-align: left;
    padding-left: 1em !important;
}

table.closed td:nth-child(5) {
    width: 16em;
    text-align: left;
    padding-left: 1em;
}

table.closed .a {
    background-color: #ffd1d9;
}

/* 休診 */
table.closed .b {
    background-color: #a0d2fd;
}