/*
2017.05.11
*/
@charset "UTF-8";

/* 見出し統一ルール */
h2 {/*font-size: 200% !important;*/}
h3 {/*font-size: 125% !important;*/}
h4,
h5,
h6 {/*font-size: 100% !important;*/}

select {
    font-family: initial;
}

@media all and (-ms-high-contrast:none) {
/*IE11の場合
Meiryo, メイリオ, Osaka, 'MS PGothic'
*/
    *:not([class^="fa"]) {
        font-family: arial, sans-serif !important;
    }
    h1,h2,h3,h4,h5,h6 {
        font-family: arial, sans-serif !important;
    }
}


#bookmarkCount {
    display: inline-block;
}

#ft-menu {
}

#ft-menu .dl-ft-menu01:first-child {
    
}

.dl-ft-menu01 {
    overflow: hidden;
    margin-bottom: 16px;
}

div > .dl-ft-menu01:last-child {margin-bottom: 0;}

.dl-ft-menu01 dt {
    clear: both;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

/*.dl-ft-menu01 dt,*/
.dl-ft-menu01 dd {
    float: left;
    display: inline-block;
    margin: 8px 16px 0 0;
}

.dl-ft-menu01 dd:before {
    content: "\f105";
    color: #333;
    font-family: Fontawesome;
    margin-right: 3px;
    opacity: .75;
    font-size: 13px;
}

.dl-ft-menu01 dd a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
.dl-ft-menu01 dd a:hover {
    text-decoration: underline;
}

#rankingBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#rankingBox li {
    width: 18%;
}

#rankingBox li .dl-top-ca01 {
    position: relative;
    width: 100%;
}

#rankingBox li .dl-top-ca01 .pic {
    width: 100%;
    height: auto;
}
/*ランキング表示を三角形にするため修正20170529仲浦*/
.rnum {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 30px;
    background-image: url(/files/user/img/bg-rank-00b-tri.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 8px 9px;
    /* flex 20170523 start--------
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex 20170523 end-------------
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: #ccc;*/
    }
#rankingBox li:nth-of-type(10) .rnum {
    width: 35px;
    padding: 8px 5px;
}
.rank1 .rnum{
    background-image: url(/files/user/img/bg-rank-01bg.png);
}
.rank2 .rnum{
    background-image: url(/files/user/img/bg-rank-02b-tri.png);
}
.rank3 .rnum{
    background-image: url(/files/user/img/bg-rank-03b-tri.png);
}

#rankingBox + p {
    clear: both;
    margin: 16px;
}

.rlink {
    display: block;
    color: #333;
    text-decoration: none;
}

.rlink:hover {
    text-decoration: underline;
}

.ul-bnr01 li a img {
    transform: scale3d(1,1,1);
}

.ul-pagination li span,
.ul-pagination li a {
    font-family: initial;
}

.post-date {
display: none;
    font-size: 11px;
    text-align: right;
}
.post-date dt,
.post-date dd {
    display: inline-block;
}

.shop-contents-box .ul-top-latest01 li:nth-child(2n) {
    margin-right: 8px;
}

.ul-ft-menu01 li a {
    vertical-align: text-top;
}

.calendar {
    padding-top: 16px;
}

.calendar-nav {
    position: relative;
    padding: 0 16px;
    overflow: hidden;
    margin-bottom: -2.4em;
}

.calendar-nav li {}
.calendar-nav li a {
    color: #fff;
    text-decoration: none;
}
.calendar-nav li a:hover {
    text-decoration: underline;
}

.table-calendar01 caption {
    color: #fff;
    background-color: #96a9b2;
}

.table-calendar01 th, .table-calendar01 td {
    padding: 0;
}
.hospital-contents-box .table-calendar01 td {
    width: calc(100%/7);
}

.table-calendar01 th {
    padding: 2px;
    font-size: 12px;
    background-color: #edf0f2;
}

.table-calendar01 td .head {
    font-size: 12px;
}
.table-calendar01 td .head span {font-size: 10px;}
.table-calendar01 td .body {
    box-sizing: border-box;
    min-height: 2em;
    margin: 0 4px 4px;
    padding: 4px;
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.table-calendar01 caption,
.table-calendar01 thead,
.table-calendar01 tbody {
    border: 1px solid #96a9b2;
    border-bottom: 0;
}
.table-calendar01 tbody tr:last-child td {
    border-bottom: 1px solid #96a9b2;
}

.calendar-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: rgba(255,255,255,.65);
}

.cal-notice01 {
    margin-top: 8px;
    padding: 8px;
    font-size: 12px;
    background-color: #f1f2f3;
}

.ul-cal-notice01 {}

.dl-cal-notice01 {margin-top: 8px;}
.dl-cal-notice01 dt,
.dl-cal-notice01 dd {}
.dl-cal-notice01 dt {
    float: left;
    clear: both;
}
.dl-cal-notice01 dd {
    margin-left: 1em;
}

.txt-nouse {
    display: block;
    padding: 8px 16px;
    background-color: rgba(0,0,0,.45);
    color: #fff;
    border-radius: 6px;
}


#popup {}
#popup.search_notes {}

#popup.search_notes .nav-anc01,
#popup.search_notes section {
    margin-bottom: 88px;
}

.nav-anc01 {}
.nav-anc01 ul {}
.nav-anc01 ul li {}
.nav-anc01 ul li a {}
.nav-anc01 ul li a:before {
    content: "\f13a";
    font-family: Fontawesome;
}

#popup.search_notes .section {}

#popup.search_notes .h3-basic02 {
    font-size: 21px;
}

#popup.search_notes .h4-basic02 {
    margin-bottom: 4px;
    font-weight: 600;
}

#popup.search_notes .section p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1em;
}
#popup.search_notes .section p:last-child {
    margin-bottom: 0;
}

#popup.search_notes .section p a:before {
    content: "\f0a9";
    font-family: Fontawesome;
}

#popup.search_notes .section p a[class^="btn-"]:before {
    content: "";
}

.txt-caution {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    color: #f00;
}




.h3-basic01.group {}
.h3-basic01.group .gr-num,
.h3-basic01.group .gr-nm {
    display: inline-block;
}
.h3-basic01.group .gr-num {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    background-color: #444;
    border: 1px solid #000;
    border-radius: 4px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック' ,sans-serif, Osaka;
}
.h3-basic01.group .gr-nm {
    padding: 0 6px;
}


#contents [src*="emoji"] {
    display: inline-block !important;
    width: auto !important;
}



@media screen and (max-width: 768px) {
    .h3-basic01.group .gr-num {
        padding: 6px;
    }
    .ul-index01 li {
        margin-right: 4px;
    }
    .ul-index01 li:last-child {
        margin-right: 0;
    }
}