@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body,html { width: 100%; height: 100%;}
.desktop-only { display: none;}
#app { position: relative;}
input, button, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display:none; }

/* global-header__top  */
.layout-container { width: 100%; padding:0 10px;}
.layout-container:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}

/* global-header__middle */
.global-header__middle { padding: 10px 0; font-feature-settings: "palt";}
.global-header__middle .logo { display: inline-block; width: 130px; margin-top: 5px;}
.global-header__middle .global-header--nav { float: right;}
.global-header__middle .global-header--nav a { float: left; width: 38px; margin-left: 20px; position: relative;}
.global-header__middle .global-header--nav a .icon { width: 38px; display: block; margin: 0 0 .2em; font-size: 13px; text-align: center;}
.global-header__middle .global-header--nav a .icon i { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; color: #fff; background: #fd8c58; border-radius: 50%;}
.global-header__middle .global-header--nav a:hover .icon i { opacity: .7;}
.global-header__middle .global-header--nav a .label { position: absolute; width: 48px; top: 100%; left: 50%; transform: translateX(-50%); display: block; font-size: 9px; color: #212529; text-align: center;}

/* global-header__bottom */
.global-header__bottom { background:#e9ecef; padding: 10px 0;}
.global-header__bottom .search-nav { width: 100%;}
.global-header__bottom .search-nav .form form { width: 100%; position: relative;}
.global-header__bottom .search-nav .form form input { width:100%; height: 32px; padding: 0 50px 0 16px; border:1px solid #dee2e6; border-radius: 16px; background: #fff;}
.global-header__bottom .search-nav .form form button { width: 38px; height: 32px; border-radius: 0 16px 16px 0; background: #31b8c7; cursor: pointer; padding: 3px 0 0 0; position: absolute; top: 0; right: 0; cursor: pointer;}
.global-header__bottom .search-nav .form form button i { font-size: 18px; color: #fff;}

/*  */
#main { width: 100%; margin: 20px auto 0 auto;}
.container {}
#content { width: 100%;}
#sidebar { }

/* mask */
#mask { background: rgba(0, 0, 0, 0.4); position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 100; display: none; }
#mask.show { display: block;}

/* global-navi */
#global-navi { width: 100vw; position: fixed; top: 0; right: -110vw; z-index: 999; background: #fff; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; box-shadow: 0 0 10px #666; transition: all .3s ease-out;}
#global-navi.show { right: 0;}
.global-navi__header-inner { padding: 15px; font-size: 18px; color: #fff; background:#31b8c7; position: relative;}
.global-navi__header-inner .title { width: 100%; text-align:center;}
.global-navi__header-inner span { display: inline-block; position:absolute; top: 50%; right: 15px; font-size:24px; cursor: pointer; transform:translateY(-50%);}
.global-navi__word-search { padding: 8px; background: #e9ecef;}
.global-navi__word-search input { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.global-navi__word-search form { width: 100%; position: relative;}
.global-navi__word-search input { height: 38px; border-radius: 3px; border: 1px solid #ccc; background: #fff; width: 100%; padding: 0 50px 0 10px;}
.global-navi__word-search button { position: absolute; top: 0; right: 0; height: 38px; width: 38px; border-radius: 0 3px 3px 0; background:#31b8c7; color: #fff; cursor: pointer;}
.global-navi__word-search button i { font-size: 20px;}
.global-navi__nav ul { background: #fff; display: flex; flex-wrap: wrap;}
.global-navi__nav ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.global-navi__nav ul li { display: block; float: left; width: 33.33%; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
.global-navi__nav ul li:nth-child(3n) { border-right: 0;}
.global-navi__nav ul li:hover { opacity: 0.7;}
.global-navi__nav ul li a { display: block; text-align: center; font-size: 12px; font-weight: bold; color: #fff; padding: 15px 0 10px 0;}
.global-navi__nav ul li a img { width: 30%; margin-bottom: 10px;}
.global-navi__nav ul li.today { background: #FE5262;}
.global-navi__nav ul li.holiday { background: #FF8C51;}
.global-navi__nav ul li.night { background: #F8B651;}
.global-navi__nav ul li.map { background: #EB69A2;}
.global-navi__nav ul li.doctor { background: #B3D365;}
.global-navi__nav ul li.specialist { background: #32B06D;}
.global-navi__nav ul li.outpatient { background: #15C9C6;}
.global-navi__nav ul li.feature { background: #34C3EA;}
.global-navi__nav ul li.recommend { background: #2288D5;}
.global-navi__nav ul li.recommend-rank { background: #8F82BD;}
.global-navi__nav ul li.disease { background: #CB6FBC;}
.global-navi__nav ul li.reserve { background: #E5D34D;}
.global-navi__emergency nav a { display: block; position: relative; width: 50%; float: left; border-bottom: 1px solid #fff; overflow: hidden;}
.global-navi__emergency nav a:first-child { border-right: 1px solid #fff;}
.global-navi__emergency nav:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.global-navi__emergency nav a img { width: 100%;}
.global-navi__emergency nav a span { display: block; width: 85%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; border: 1px solid #fff; font-size: 11px; font-weight: bold; text-align: center; padding: 10px 1px; background: rgba(0, 0, 0, 0.5);}
.global-navi__emergency nav a:hover span { background: rgba(0, 0, 0, 0.8);}
.global-navi__links a { display: block; width: 100%; background: #f8f9fa; border-bottom: 1px solid #ccc; padding: 20px 10px; color: #777; position: relative;}
.global-navi__links a i { font-size: 18px;}
.global-navi__links a:hover { background: #eee;}
.global-navi__links a:before { position: absolute; content:"\f054"; font-family: FontAwesome; left: 90%; top: 50%; transform: translateY(-50%); font-size: 13px;}



/* footer */
#footer { margin: 20px 0 0; border-top: 1px solid #ccc; background: #31B8C7; color:#fff;}
#footer .container { width: 100%; padding: 0 10px;}
#footer a { color:#fff;}
#footer a:hover { text-decoration: underline;}
#footer .ads-footer { padding:0 15px 15px; text-align:center; border-bottom: 1px solid #7fd6df;}
#footer .ads-footer a { display:inline-block; margin-top:15px; }
#footer .ads-footer a img { width: 300px;}
#footer .sitemap { margin: 0; padding: 15px; border-bottom: 1px solid #7fd6df;}
#footer .sitemap:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#footer .sitemap .col { }
#footer .sitemap h3 { margin: 0 0 5px; font-size:16px;}
#footer .sitemap .col ul { margin: 10px 0;}
#footer .sitemap .col ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#footer .sitemap .col ul li:before { display: inline-block; margin-right: 5px; font-size: 110%; content: "\00BB";}
#footer .sitemap .col ul li { display: inline-block; float: left; margin-right: 15px; font-size:13px; line-height: 1.2;}
#footer .foot .nav { padding:15px 0; border-bottom: 1px solid #7fd6df; text-align: center;}
#footer .foot .nav li { display: inline-block; padding-right: 10px; font-size: 14px; border-right: 1px solid #7fd6df;}
#footer .foot .nav li:last-of-type { border-right: none; padding-left: 10px;}
#footer .foot .copyright { padding: 15px 0; font-size: 12px; color: #fff; text-align: center; line-height: 1.2;}
#footer .foot .copyright small { display: block; width: 100%; margin-top: 5px;}

/* page-top-button */
#page-top-button { display: none; position:fixed; bottom: 0px; right: 20px; z-index: 99; height: 30px; padding: 0 10px; font-size: 12px; color: #fff; line-height: 30px; border-radius: 3px 3px 0 0; background: #16AA72; opacity: 1; cursor: pointer;}

/* ----------------------------------------- */
/* page-list /search/today/ */
/* ----------------------------------------- */
.page-list #main { width: 100%; margin: 20px auto 0 auto;}
.container {}
.page-list #content { width: 100%; padding: 0 10px;}
.page-list #sidebar { width: 100%; padding: 0 10px;}

/* sidebar */
/* search-conditions */
.search-conditions { background: #eee; margin-bottom: 30px;}
.search-conditions ul { padding: 10px;}
.search-conditions h3 { font-size: 16px; background: #16aa72; padding: 10px; color: #fff; font-weight: normal; font-feature-settings: "palt"; border-radius: 5px;}
.search-conditions ul li { margin-bottom: 5px; font-size: 14px; line-height: 30px;}
.search-conditions ul li:last-child { margin-bottom: 0;}
.search-conditions ul li:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.search-conditions ul li .type { position: relative; float: left; background:#BBFDB8; border: 1px solid #ccc; padding: 0 10px; margin-right: 30px;}
.search-conditions ul li .type:before { content: ""; position: absolute; top: 50%; left: 100%; transform: translateY(-50%); border: 15px solid transparent; border-left: 15px solid #BBFDB8; z-index: 2;}
.search-conditions ul li .type:after { content: ""; position: absolute; top: 50%; left: 100%; transform: translateY(-50%); border: 16px solid transparent; border-left: 16px solid #ccc; z-index: 1;}
.search-conditions ul li .names { font-weight: bold;}

/* searchform-tab-small */
.page-list #sidebar .searchform-tab-small { height: 310px; position: relative; overflow: hidden;}
.page-list #sidebar .searchform-tab-small ul.tabs { position: absolute; z-index: 2; top: 0; left: 2%; width: 100%;}
.page-list #sidebar .searchform-tab-small ul.tabs li { display: inline-block; width: 46%;}
.page-list #sidebar .searchform-tab-small ul.tabs li:first-of-type { margin-right: 1%;}
.page-list #sidebar .searchform-tab-small ul.tabs li:first-of-type a { background: #fff5e5; color: #212529;}
.page-list #sidebar .searchform-tab-small ul.tabs li:last-of-type a { background: #daeeff; color: #212529;}
.page-list #sidebar .searchform-tab-small ul.tabs li.active a { border: 1px solid #dee2e6; border-bottom: 0; height: 39px;}
.page-list #sidebar .searchform-tab-small ul.tabs li:first-of-type a .material-icons { color: #ff8c51; font-size: 18px; margin-right: 5px;}
.page-list #sidebar .searchform-tab-small ul.tabs li:last-of-type a .material-icons { color: #0068b7; font-size: 18px; margin-right: 5px;}
.page-list #sidebar .searchform-tab-small ul.tabs li a {display: inline-block; font-size: 13px; font-weight: bold; width:100%; height: 36px; line-height: 38px; text-align: center; font-feature-settings: "palt"; display: flex; justify-content: center; align-items: center; border-radius: 5px 5px 0 0;}
.page-list #sidebar .searchform-tab-small .tab-content { display: none; border: 1px solid #dee2e6; position: absolute; top: 38px; z-index: 1; width: 99.8%;}
.page-list #sidebar .searchform-tab-small .tab-content.active { display: block; }
.page-list #sidebar .searchform-tab-small .tab-content:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-list #sidebar .searchform-tab-small .tab-content:first-of-type { background: #fff5e5;}
.page-list #sidebar .searchform-tab-small .tab-content:last-of-type { background: #daeeff; position: relative;}
.page-list #sidebar .searchform-tab-small .tab-content .up { width: 100%; padding: 8px; border-bottom: 1px solid #dee2e6;}
.page-list #sidebar .searchform-tab-small .tab-content .up select { display: block; width: 100%; height: 38px; border: 1px solid #dee2e6; border-radius: 5px; padding-left: 10px; background:url(select-back.jpg) no-repeat; background-position:right 0px center;}
.page-list #sidebar .searchform-tab-small .tab-content .under { width: 100%; padding: 8px;}
.page-list #sidebar .searchform-tab-small .tab-content:first-of-type .under-inner { width: 100%; padding: 8px; background: #f8e6be;}
.page-list #sidebar .searchform-tab-small .tab-content:last-of-type .under-inner { width: 100%; padding: 8px; background: #bedafe;}
.page-list #sidebar .searchform-tab-small .tab-content .under select { display: inline-block; width: 100%; height: 38px; border: 1px solid #dee2e6; border-radius: 5px; padding-left: 10px; background:url(select-back.jpg) no-repeat; background-position:right 0px center; margin-bottom: 3px;}
.page-list #sidebar .searchform-tab-small .tab-content button { display: inline-block; width: 100%; height: 38px; border-radius: 5px; color: #fff; cursor: pointer;}
.page-list #sidebar .searchform-tab-small .tab-content button:hover { opacity: 0.8;}
.page-list #sidebar .searchform-tab-small .tab-content:first-of-type button { border: 1px solid #ff7128; background: #ff8c51;}
.page-list #sidebar .searchform-tab-small .tab-content:last-of-type button { border: 1px solid #00518e; background: #0068b7;}
.page-list #sidebar .searchform-tab-small .tab-content:first-of-type .material-icons { color:#ff8c51;}
.page-list #sidebar .searchform-tab-small .tab-content:last-of-type .material-icons { color:#0068b7;}

.page-list #sidebar .map-bt { display: block; width: 100%; padding: 10px; border-radius: 5px; color: #fff; cursor: pointer; background: #31b8c7; color: #fff; text-align: center; border-bottom: 3px solid #1495a3;}
.page-list #sidebar .map-bt:hover { opacity: 0.8;}

.page-list #sidebar .link { margin-top: 20px; width: 100%; padding: 8px; background: #fff5e5; border: 1px solid #dee2e6;}
.page-list #sidebar .link li { margin-bottom: 1px;}
.page-list #sidebar .link a { display: block; position: relative; font-size: 15px; width: 100%; background: #16aa72; color: #fff; padding: 5px;}
.page-list #sidebar .link a:before { position: absolute; content:"\f054"; font-family: FontAwesome; left: 93%; top: 50%; transform: translateY(-50%); font-size: 13px;}
.page-list #sidebar .link span { display: inline-block; width: 30px; text-align: center; background: #107d54; padding: 5px; margin-right: 10px; border-radius: 3px;}

/* breadcrumb */
.breadcrumb:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.breadcrumb li { float: left; font-size: 14px; margin-right: 5px; line-height: 1.2;}
.breadcrumb a { color: #006699;}
.breadcrumb li.active a { color: #000; font-weight: bold;}
.breadcrumb a:hover { text-decoration: underline;}

/* content */
.page-list #content h1 { font-size: 18px; background: #31b8c7; padding: 10px; color: #fff; font-weight: normal; font-feature-settings: "palt"; line-height: 1.2;}

/* .card-hospital__content */
.card-hospital__content { padding: 10px; border: 1px solid #dee2e6; margin: 20px 0; position: relative;}
.card-hospital__content a { color: #006699;}

/* card-hospital__header */
.card-hospital__header { border-bottom: 1px solid #dee2e6; background: #f8f9fa; padding-bottom: 15px;}
.card-hospital__header:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.card-hospital__summary { width: 100%; padding: 10px;}
figure.card-hospital__thumbnail { display: block; float: left; width: 100px; margin-right: 10px;}
h2.card-hospital__title { margin-bottom: 10px; width: 100%;}
h2.card-hospital__title a:hover { text-decoration: underline;}
h2.card-hospital__title small { font-size: 15px; display: block; margin-bottom: 5px; font-weight: normal;}
.card-hospital__title strong { font-size: 20px;}
.card-hospital__summary .official-mark { float: left; display: inline-block; padding: 8px 12px; font-size: 14px; line-height:1; border-radius:5px; color:#fff; background-image:linear-gradient(180deg,#feb958 0,#ef8c01); background-repeat: repeat-x;}
.card-hospital__summary:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}

.card-hospital__header .row { padding: 10px 10px 0 10px;}
.card-hospital__header .row:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.card-hospital__header .row .right {}
.page-list .choose-like { display: block; border:1px solid #31b8c7; border-radius: 3px; padding: 8px; font-feature-settings: "palt"; background: #fff;}
.page-list .choose-like:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-list .choose-like-title { font-size: 14px; font-weight: bold;}
.page-list .choose-like .choose-like-result .labels { margin: 8px 0;}
.page-list .choose-like .choose-like-result .labels:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-list .choose-like .choose-like-result .labels .label { display: flex; align-items: center;}
.page-list .choose-like .choose-like-result .labels .label.yes { display: inline-block; float: left;}
.page-list .choose-like .choose-like-result .labels .label.no { display: inline-block; float: right;}
.page-list .choose-like .choose-like-result i { font-size: 13px; margin-right: 2px;}
.page-list .choose-like .choose-like-result .text { font-size: 12px; font-weight: bold;}
.page-list .choose-like .choose-like-result .average, .page-list .choose-like .choose-like-result .votes { font-size: 12px; color: #000;}
.page-list .choose-like .choose-like-result .yes { color:#31b8c7;}
.page-list .choose-like .choose-like-result .no { color:#f38483;}
.page-list .choose-like .choose-like-result .bar { display: inline-block; float: left;}

.views-count { display: block; text-align: center;}
.views-count .count-total { display: block; display: flex; flex-wrap: wrap;}
.views-count .count-total .label { display: inline-block; width: 50%; padding: 7px 5px; font-size: 22px; color: #fff; background: #31b8c7;}
.views-count .count-total .count { display: inline-block; width: 50%; padding: 7px 5px; font-family: Arial Narrow, Arial, sans-serif; font-weight: 700; font-size: 22px; color: #31b8c7; text-align: center; border: 1px solid #31b8c7; background: #fff;}
.views-count .count-history { font-size: 10px; color: #31b8c7; padding:0 5px; background: #fff; font-feature-settings: "palt";}
.views-count .count-history .cell { display: inline-block; font-size: 10px; color: #31b8c7; padding:2px; white-space: nowrap; background: #fff;}
.views-count .count-history .cell:not(:last-of-type) { border-right: 1px solid #d0f0f4;}
.views-count .count-history .cell i { font-size: 10px;}

/* card-hospital__meta */
.card-hospital__meta { margin-top: 20px;}
.card-hospital__meta .treatment, .card-hospital__meta .location { margin-bottom: 15px;}
.card-hospital__meta .treatment ul li { float: left; margin-right: 20px;}
.card-hospital__meta .treatment:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.card-hospital__meta .treatment i, .card-hospital__meta .location i { display: inline-block; width: 20px; height: 20px; text-align: center; background: #31b8c7; margin-right: 10px; border-radius: 50%; color: #fff; font-size: 14px; display: flex; justify-content: center; align-items: center; float: left;}
.card-hospital__meta .treatment ul { display: inline-block;}
.card-hospital__meta .station, .card-hospital__meta .tel { border: 1px solid #31b8c7; margin-bottom: 10px; display: flex; flex-wrap: wrap;}
.card-hospital__meta .station:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.card-hospital__meta .station div:first-child, .card-hospital__meta .tel div:first-child { background: #31b8c7; padding: 10px 5px; color: #fff; float: left; text-align: center; width: 25%;}
.card-hospital__meta .station div:last-child, .card-hospital__meta .tel div:last-child { width: 75%; float: right; line-height: 1.2; padding: 10px;}
.card-hospital__meta .station ul { }
.card-hospital__meta .station ul li { float: left; margin-right: 20px;}
.card-hospital__meta .tel span { display: inline-block; font-weight: bold; padding: 6px; font-size: 24px; font-family: Arial, sans-serif;}
.card-hospital__meta .tel:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.card-hospital__meta .bt a { display: block; width: 100%; padding: 5px 0 12px 0; border-radius: 5px; color: #fff; cursor: pointer; background: #ff8c51; color: #fff; text-align: center; border-bottom: 3px solid #ff7128; margin-bottom: 10px;}
.card-hospital__meta .bt a:hover { opacity: 0.8;}
.card-hospital__meta .bt a i { transform: translateY(5px);}

.card-hospital__hours { padding: 5px; background: #f8f9fa;}
.table-hours table { width: 100%; background:#fff;}
.card-hospital__hours .table-hours td,.card-hospital__hours .table-hours th { white-space: nowrap; line-height: 1; border: 1px solid #dee2e6; padding: 2px;}
.card-hospital__hours .table-hours .time { font-weight: bold; font-family: Arial, sans-serif;}
.card-hospital__hours .table-hours thead th { font-size:15px; font-weight: bold;}
.card-hospital__hours .table-hours .sat { background: #edf9fb;}
.card-hospital__hours .table-hours .hol,.card-hospital__hours .table-hours .sun { background: #fef3f3;}
.card-hospital__hours .table-hours .off { color: #adb5bd; background: #dee2e6;}

.list-features ul { margin-top: 10px;}
.list-features ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.list-features ul li { float: left; margin-right: 20px; margin-bottom: 10px;}
.list-features .icon { width: 20px; height: 20px; display: inline-block; margin-right: 5px; color:#fff; line-height: 1; overflow: hidden; display: flex; justify-content: center; align-items: center; float: left;}
.list-features .icon i { font-size: 16px; text-align: center;}
.list-features .label { display: inline-block; padding-top: 2px;}
.item__night.active .icon { background: #f8b651;}
.item__holiday.active .icon { background: #ff8c51;}
.item__woman.active .icon { background: #f38483;}
.item__creditcard.active .icon { background: #e2c000;}
.item__parking.active .icon { background: #16aa72;}
.item__reserve.active .icon { background: #e5d34d;}

.card-hospital__content footer { padding: 20px 0 0 0;}
.card-hospital__content footer:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.card-hospital__content footer time { font-size: 12px; color: #666;}
.card-hospital__content footer a { display: inline-block; color: #31b8c7; 14px; border: 1px solid #31b8c7; border-radius: 3px; padding: 0 10px 10px 10px; float: right; margin-top: 10px;}
.card-hospital__content footer a i { transform: translateY(5px);}

.card-hospital__arrow i { color: #fff;}
.card-hospital__arrow { position: absolute; top: 0; right: 0; z-index: 1; font-size: 18px; color: #fff; line-height: 1; text-decoration: none;}
.card-hospital__arrow:after { content: ""; position: absolute; top: 0; right: 0; z-index: -1; display: inline-block; border-color: #16aa72 #16aa72 transparent transparent; border-style: solid; border-width: 22px;}
.card-hospital__arrow:hover { opacity: 0.8;}

.pagination-hole { text-align: center; margin: 30px 0;}
.pagination { list-style: none; font-size: 15px; letter-spacing:-.4em}
.pagination:after,.pagination:before { display: table;}
.pagination li { display: inline-block; margin: 0; padding: 0; letter-spacing: normal; vertical-align: bottom;}
.pagination li a,.pagination li span,.pagination li.skip { display: inline-block; position: relative; margin-left: -1px; padding: 8px 12px; line-height: 14px; text-decoration: none; background-color: #fff; border: 1px solid #CCC}
.pagination li select { border: 1px solid #CCC;}
.pagination li a { color:#31B8C7;}
.pagination li a:focus,.pagination li a:hover { text-decoration: none; background-color:#d0f0f4;}
.pagination li.active a,.pagination li.active a:focus,.pagination li.active a:hover,.pagination li.active span,.pagination li.active span:focus,.pagination li.active span:hover { z-index: 2; color: #fff; background-color: #31B8C7; border-color: #31B8C7; cursor:default;}
.pagination li.disabled a,.pagination li.disabled a:focus,.pagination li.disabled a:hover,.pagination li.disabled span,.pagination li.disabled span:focus,.pagination li.disabled span:hover { z-index: 2; color: #a2a2a2; background-color: #e1e1e1; border-color: #e1e1e1; cursor: default;}
pagination li.skip { padding-left: 8px; padding-right: 8px; border: 0; background: 0 0;}

.page-list #content h2.lead { font-size: 14px; line-height: 1.6; padding: 10px; border: 1px solid #ccc; font-weight: normal; font-feature-settings: "palt"; margin-top: 30px;}
.page-list #content h2.lead strong { font-weight: bold;}

#content .search_result_foot_336x280x2:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#content .search_result_foot_336x280x2 .l { float: left;}
#content .search_result_foot_336x280x2 .r { float: right;}

/* ----------------------------------------- */
/* page-detail /detail/1025589/ */
/* ----------------------------------------- */
.page-detail #main { width: 100%; margin: 20px auto 0 auto;}
.container {}
.page-detail #content { width: 100%; padding: 0 10px;}
.page-detail #sidebar { width: 100%; padding: 0 10px;}

/* sidebar */
#sidebar .for-medicals-business { padding: 160px 20px 20px; border: 1px solid #CCC; background: url(../img/common/sidebar_for-medicals-business.png) 50% 0 no-repeat;}
#sidebar .for-medicals-business h3 { font-size: 18px; line-height:1; color: #333; text-align: center; font-feature-settings: "palt";}
#sidebar .for-medicals-business p { padding: 10px 15px; font-size:14px; line-height: 1.4;}
#sidebar .for-medicals-business p strong { font-weight: 400; color: #E60012;}
#sidebar .for-medicals-business a { display: block; padding: 12px 0; font-size: 16px; font-weight: bold; background: #fff; border: 1px solid #333; border-radius: 3px; border-bottom: 3px solid #333; text-align: center; color: #333;}
#sidebar .for-medicals-business a:hover { opacity: 0.8;}

#sidebar .nears-by-time { margin-top: 20px; border: 1px solid #ccc;}
#sidebar .nears-by-time h3 { color: #000; background: #3DFAFE; padding: 15px; text-align: center;}
#sidebar .nears-by-time .hour { padding: 15px 10px 10px; text-align: center; background: #eafeff;}
#sidebar .nears-by-time .hour span { display: block;}
#sidebar .nears-by-time .hour .title { margin-bottom: 5px; font-size: 20px; font-weight: bold; line-height: 1;}
#sidebar .nears-by-time .hour .time { font-family: Arial, sans-serif; font-size: 62px; font-weight:700; line-height:1}
#sidebar .nears-by-time .hour .date { font-family: Arial, sans-serif; margin-top: 10px; font-size: 26px; font-weight:bold; line-height: 1;}
#sidebar .nears-by-time .hour .message { margin-top: 15px; font-size: 18px; color: #E04B33; line-height: 1.2; font-feature-settings: "palt";}
#sidebar .nears-by-time .link { padding: 5px 10px 10px 10px; text-align: center;}
#sidebar .nears-by-time .link a { display: inline-block; width: 100%; height: 38px; font-size: 16px; color: #fff; background: #2dbeff; font-weight: normal; padding: 10px 20px; border-bottom: 3px solid #00a5ef; border-radius: 3px; cursor: pointer;}
#sidebar .nears-by-time .link2 { padding: 0 10px 10px 10px; text-align: center;}
#sidebar .nears-by-time .link2 a { display: inline-block; width: 100%; height: 38px; font-size: 16px; color: #fff; background: #fd8c58; font-weight: normal; padding: 10px 20px; border-bottom: 3px solid #fd7b3f; border-radius: 3px; cursor: pointer;}
#sidebar .nears-by-time .link a:hover, #sidebar .nears-by-time .link2 a:hover { opacity: 0.8;}
#sidebar .nears-by-time h4 { background: #3dfafe; position: relative; padding: 10px 20px; font-size: 18px;}
#sidebar .nears-by-time h4:before { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 15px solid transparent; border-top: 10px solid #3dfafe;}
#sidebar .nears-by-time h4 span { display: block;}
#sidebar .nears-by-time h4 span { font-size: 28px;}
#sidebar .nears-by-time h4 span em { font-size: 18px; font-style: normal; font-weight: normal;}

#sidebar .nears-by-time .inner { padding: 10px;}
#sidebar .nears-by-time .inner a { color: #006699;}
#sidebar .nears-by-time .inner a:hover { text-decoration: underline;}
#sidebar .nears-by-time .inner ul li { border-bottom: 1px solid #ccc; padding: 10px;}
#sidebar .nears-by-time .inner ul li:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#sidebar .nears-by-time .inner ul li a.img { float: left; display: block; width: 50px; margin-right: 10px;}
#sidebar .nears-by-time .inner ul li a.img img { width: 100%;}
#sidebar .nears-by-time .inner ul li .info { font-size: 14px; line-height: 1.4;}
#sidebar .nears-by-time .inner ul li .info .title { font-size: 16px; font-weight: bold;}
#sidebar .nears-by-time .inner ul li .info .department span { margin-right: 10px;}
#sidebar .nears-by-time .inner ul li .info .distance { margin-top: 5px; display: inline-block; padding: 2px 4px; color: #fff; background: #f38483; border-radius: 3px; float: right; font-feature-settings: "palt";}

/* detail-bottom-nav */
.detail-bottom-nav { display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:nowrap;position:fixed;left:0;right:0;bottom:0;z-index:1030;box-shadow:0 -2px 5px rgba(0,0,0,.1)}
.detail-bottom-nav>a { flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;color:#fff;text-decoration:none;line-height:1.2;background-color:#31b8c7}
.detail-bottom-nav>a:not(:last-child) { box-shadow:inset -1px 0 0 rgba(0,0,0,.1)}
.detail-bottom-nav>a i { font-size:22px}
.detail-bottom-nav>a span { display:block;font-size:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

#localnav ul li { float: left; width: 25%; text-align: center; border-right: 1px solid #fff; position: relative;}
#localnav ul li:last-child { border-right: 0;}
#localnav ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#localnav ul li a { display: block; color: #258D99; background: #CEFAFF; display: flex; justify-content: center; align-items: center; height: 40px; font-size: 14px; font-feature-settings: "palt";}
#localnav ul li.active a { color: #fff; background: #258D99;}
#localnav ul li.active:after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top: 6px solid #fff; z-index: 1;}

.page-detail .tab-content { display: none;}
.page-detail .tab-content.active { display: block; }

.page-detail #main #content header { border: 1px solid #ccc; border-top: 0;}
.page-detail #main #content header .info { padding: 10px; border-bottom: 1px dotted #ccc;}
.page-detail #main #content header .info h1 { font-size: 28px; margin: 10px 0;}
.page-detail #main #content header .info .addr { font-size: 15px; line-height: 1.2;}
#main #content header .info .tel { font-family: Arial, sans-serif; font-size: 28px; font-weight: bold; margin: 10px 0; letter-spacing: 1px;}
.page-detail #main #content header .info .list-features { font-size: 14px;}
#main #content header .info .categories:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
#main #content header .info .categories div { display: inline-block; background: #16aa72; color: #fff; float: left; padding: 5px 10px; border-radius: 3px; font-size: 15px;}
.page-detail #main #content header .info .categories ul { display: inline-block;}
#main #content header .info .categories ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-detail #main #content header .info .categories ul li { padding: 5px 10px; font-weight: bold; font-size: 15px;}
.page-detail #main #content header .info .website a { display: inline-block; width: 100%; color: #000; background: #eee; font-size: 20px; font-weight: bold; padding: 5px 20px 15px 20px; border: 1px solid #ccc; border-bottom: 3px solid #ccc; border-radius: 3px; text-align: center; margin-top: 10px;}
.page-detail #main #content header .info .tel a { display: inline-block; width: 100%; color: #fff; background: #fd8c58; font-size: 24px; font-weight: bold; padding: 10px 20px 10px 20px; border: 1px solid #fd7b3f; border-bottom: 3px solid #fd7b3f; border-radius: 3px; text-align: center;}
.page-detail #main #content header .info .reserve a { display: inline-block; width: 100%; color: #fff; background: #31b8c7; font-size: 20px; font-weight: bold; padding: 5px 20px 15px 20px; border: 1px solid #299aa6; border-bottom: 3px solid #299aa6; border-radius: 3px; text-align: center;}
.page-detail #main #content header .info .website a:hover, .page-detail #main #content header .info .tel a:hover, .page-detail #main #content header .info .reserve a:hover { opacity: 0.8;}

#main #content header .info .website a i, #main #content header .info .reserve a i { transform: translateY(5px);}
.page-detail #main #content header .views { padding: 10px 10px 0 10px; color: #666; font-size: 14px;}
.page-detail #main #content header .views:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-detail #main #content header .views li { float: left; margin-right: 15px;}
.page-detail #main #content header .views li.current { transform: translateY(-12px);}
.page-detail #main #content header .views li i { transform: translateY(5px);}

.page-detail .choose-like { display: block; border:1px solid #31b8c7; padding: 30px; font-feature-settings: "palt"; position: relative; margin-top: 30px;}
.page-detail .choose-like .choose-like-heading { display: inline-block; width: 70%; background: #fff; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-size: 20px; font-weight: bold; padding: 0 20px; text-align: center;}
.page-detail .choose-like .choose-like-heading span { display: inline-block; margin-right: 10px;}
.page-detail .choose-like .choose-like-heading i { color: #31b8c7; transform: translateY(5px);}
.page-detail .choose-like .choose-like-title { font-size: 16px; color: #6c757d; text-align: center; font-weight: bold;}
.page-detail .choose-like .choose-like-controls { text-align: center; margin: 20px 0 0 0;}
.page-detail .choose-like .choose-like-buttons { display: inline-block;}
.page-detail .choose-like .choose-like-buttons:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-detail .choose-like .choose-like-buttons button { height: 50px; width: 120px; background: #f8f8f8; border: 1px solid #dee2e6; border-bottom: 5px solid #dee2e6; font-size: 15px; font-weight: bold; float: left; margin-right: 1px; cursor: pointer;}
.page-detail .choose-like .choose-like-buttons button i { font-size: 15px; margin-right: 3px;}
.page-detail .choose-like .choose-like-buttons button.yes { border-top-left-radius: 3px; border-bottom-left-radius: 3px; color:#31b8c7;}
.page-detail .choose-like .choose-like-buttons button.no { border-top-right-radius: 3px; border-bottom-right-radius: 3px; color:#f38483; border-left: 0;}
.page-detail .choose-like .choose-like-result .labels { margin: 8px 0;}
.page-detail .choose-like .choose-like-result .labels:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-detail .choose-like .choose-like-result .labels .label { display: flex; align-items: center;}
.page-detail .choose-like .choose-like-result .labels .label.yes { display: inline-block; float: left;}
.page-detail .choose-like .choose-like-result .labels .label.no { display: inline-block; float: right;}
.page-detail .choose-like .choose-like-result i { font-size: 15px; margin-right: 2px;}
.page-detail .choose-like .choose-like-result .text { font-size: 15px; font-weight: bold;}
.page-detail .choose-like .choose-like-result .average, .choose-like .choose-like-result .votes { font-size: 15px; color: #000;}
.page-detail .choose-like .choose-like-result .yes { color:#31b8c7;}
.page-detail .choose-like .choose-like-result .no { color:#f38483;}
.page-detail .choose-like .choose-like-result .bar { display: inline-block; float: left;}
.page-detail .choose-like .choose-like-ranking-link { text-align: center; margin-top: 20px;}
.page-detail .choose-like .choose-like-ranking-link i { color: #feb958; transform: translateY(5px); margin-top: 10px;}
.page-detail .choose-like .choose-like-ranking-link a { color: #006699;}

.page-detail #content .hole { border: 1px solid #ccc; margin-top: 20px;}

.streetview-embed iframe { width: 100%; height: 530px;}
.streetview-attention { padding: 10px; font-size: 14px; color: #666; line-height: 1.4;}
.streetview-attention a { color: #666; text-decoration: underline;}

.page-detail #content .appeal h3 { background: #fcff19; padding: 10px;}
.page-detail #content .appeal p.body { padding: 20px; font-size: 16px; line-height: 1.8; color: #444; background: #f8f8f8;}
.page-detail #content .navi h3 { background: #31b8c7; padding: 10px; color: #fff;}
.page-detail #content .navi p.body { padding: 20px; font-size: 16px; line-height: 1.8; color: #444; background: #f8f8f8;}

.page-detail #content .info { padding: 0;}
.page-detail #content .info .body { padding: 10px;}
.page-detail #content .info h3 { background: #31b8c7; padding: 10px; color: #fff;}
.page-detail #content .info tr { border-bottom: 1px solid #ccc; line-height: 1.2;}
.page-detail #content .info tr a { color: #006699;}
.page-detail #content .info th { width: 25%; padding: 10px 0 10px 10px; vertical-align: middle; text-align: left;}
.page-detail #content .info td { padding: 15px;}
.page-detail #content .info td img { float: left; margin-right: 10px;}
.page-detail #content .info tr.director td { font-size: 18px;}
.page-detail #content .info tr.tel td { font-family: Arial, sans-serif; font-size: 20px; font-weight: bold; letter-spacing: 1px;}
.page-detail #content .info td ul { padding-left: 15px;}
.page-detail #content .info td ul li { list-style: disc; margin-bottom: 10px;}
.page-detail #content .info td ul li:last-child { margin-bottom: 0;}
.page-detail #content .info tr.director td div:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-detail #content .info tr.director td a { display: block; font-size: 16px; color: #000; background: #eee; font-weight: normal; padding: 10px 20px; border: 1px solid #31b8c7; border-bottom: 3px solid #31b8c7; border-radius: 3px; cursor: pointer; text-align: center; margin-top: 10px;}
.page-detail #content .info tr.director td a i { color: #31b8c7}
.page-detail #content .info tr.address td a { display: block; font-size: 16px; color: #000; background: #eee; font-weight: normal; padding: 10px 20px; border: 1px solid #f38483; border-bottom: 3px solid #f38483; border-radius: 3px; cursor: pointer; text-align: center; margin-top: 10px;}
.page-detail #content .info tr.address td a i { color: #f38483}
.page-detail #content .info tr.recruit td a { display: block; font-size: 16px; color: #fff; background: #fd8c58; font-weight: normal; padding: 10px 20px; border-bottom: 3px solid #fd7b3f; border-radius: 3px; cursor: pointer; text-align: center;}
.page-detail #content .info tr.recruit td a:hover { opacity: 0.8;}

.page-detail #content .hospital-hours .body { padding: 10px;}
.page-detail #content .hospital-hours h3 { background: #31b8c7; padding: 10px; color: #fff;}
.page-detail #content .hospital-hours .title { margin-bottom: 5px;}
.page-detail #content .hospital-hours .department:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}

.page-detail #content .hospital-hours table { background: #fff; font-size: 14px;}
.page-detail #content .hospital-hours table td,.hospital-hours table th { white-space: nowrap; line-height: 1; border: 1px solid #afafaf; padding: 4px; text-align: center;}
.page-detail #content .hospital-hours table thead { background: #edbc5f; color: #fff;}
.page-detail #content .hospital-hours table td.text { background: #f2f2f2;}
.page-detail #content .hospital-hours .closing { background: #faeed8; padding: 10px; margin: 10px 0;}
.page-detail #content .hospital-hours .closing h4 { color: #c8674a; margin-bottom: 5px;}
.page-detail #content .hospital-hours .attention { color: #c8674a; line-height: 1.8;}

.page-detail #content .doctor a { color: #006699;}
.page-detail #content .doctor h3 { background: #31b8c7; padding: 10px; color: #fff;}
.page-detail #content .doctor .body { padding: 10px;}
.page-detail #content .doctor .head { border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.page-detail #content .doctor .head:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-detail #content .doctor .head .image { float: left; margin-right: 20px;}
.page-detail #content .doctor .head .info .type { font-size: 14px;}
.page-detail #content .doctor .head .info h4 { font-size: 20px; margin: 10px 0;}
.page-detail #content .doctor .head .info ul li { float: left; margin-right: 20px;}
.page-detail #content .doctor tr { border-bottom: 1px solid #ccc; line-height: 1.2;}
.page-detail #content .doctor tr a { color: #006699;}
.page-detail #content .doctor th { width: 25%; padding: 10px 0 10px 10px; vertical-align: middle; text-align: left;}
.page-detail #content .doctor td { padding: 15px;}
.page-detail #content .doctor tr.personal td { line-height: 1.6;}

.page-detail #content .recruit h3 { background: #31b8c7; padding: 8px 10px; color: #fff;}
.page-detail #content .recruit .body { padding: 20px;}
.page-detail #content .recruit .body .entry { margin: 10px 0;}
.page-detail #content .recruit .body p { font-size: 15px; line-height: 1.5;}
.page-detail #content .recruit .body p a { color: #006699;}

.page-detail #content .map h3 { background: #31b8c7; padding: 8px 10px; color: #fff; text-align: right; position: relative;}
.page-detail #content .map h3 span { position: absolute; top: 12px; left: 10px;}
.page-detail #content .map .body { padding: 0;}
.page-detail #content .map a.root { display: inline-block; font-size: 15px; color: #fff; background: #f38483; font-weight: normal; padding: 5px 10px; border-bottom: 3px solid #f16d6c; border-radius: 3px; cursor: pointer; text-align: center;}
.page-detail #content .map a.apli { display: inline-block; font-size: 15px; color: #fff; background: #feae3f; font-weight: normal; padding: 5px 10px; border-bottom: 3px solid #fea425; border-radius: 3px; cursor: pointer; text-align: center;}
.page-detail #content .map a.root:hover, .page-detail #content .map a.apli:hover { opacity: 0.8;}

.page-detail #content .history-old, .page-detail #content .nearby { border: 1px solid #ccc; margin-top: 20px;}
.page-detail #content .history-old { margin-bottom: 20px;}
.page-detail #content .history-old a, .page-detail #content .nearby a { color: #006699;}
.page-detail #content .history-old h3, .page-detail #content .nearby h3 { background: #16aa72; padding: 10px; color: #fff;}
.page-detail #content .history-old ul li, .page-detail #content .nearby ul li { border-bottom: 1px solid #ccc; padding: 10px;}
.page-detail #content .history-old ul li:after, .page-detail #content .nearby ul li:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.page-detail #content .history-old ul li:last-child, .page-detail #content .nearby ul li:last-child { border-bottom: 0;}
.page-detail #content .history-old ul li a.img, .page-detail #content .nearby ul li a.img { float: left; display: block; width: 50px; margin-right: 10px;}
.page-detail #content .history-old ul li a.img img, .page-detail #content .nearby ul li a.img img { width: 100%;}
.page-detail #content .history-old ul li .info, .page-detail #content .nearby ul li .info { font-size: 14px; line-height: 1.4;}
.page-detail #content .history-old ul li .info .title, .page-detail #content .nearby ul li .info .title { font-size: 16px; font-weight: bold;}
.page-detail #content .history-old ul li .info .department span, .page-detail #content .nearby ul li .info .department span { margin-right: 10px;}
.page-detail #content .nearby ul li .info .distance { display: inline-block; padding: 2px 4px; color: #fff; background: #f38483; border-radius: 3px; float: right; font-feature-settings: "palt";}

.share { margin-top: 30px; padding: 10px;}
.share h3 { text-align: center; margin-bottom: 20px;}
.share h3 i { color:#F38483;}
.share ul { display: flex; flex-wrap: wrap;}
.share ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.share ul li { width: 25%; float: left;}
.share ul li a { display: block; margin: 0 5px; padding: 3px 0; text-align: center; line-height: 1; background: #fff; border: 1px solid #e5e5e5; border-bottom: 3px solid #ccc; border-radius: 3px;}
.share ul li a i { display:block; margin:0 0 3px; font-size: 40px; line-height: 40px; color: #a2a2a2;}
.share ul li a span { font-size: 10px;}
.share ul li.twitter a i {color:#00ACED;}
.share ul li.facebook a i {color:#305097;}
.share ul li.line .img { margin-bottom: 2px;}
.share ul li.line a img { width: 40px;}
.share ul li.email a i {color:#DB4B3A;}

* ----------------------------------------- */
/* page-doctor-search /doctor/search/ */
/* ----------------------------------------- */
.page-doctor-search #main { width: 100%; margin: 20px auto 0 auto;}
.container {}
.page-doctor-search #content { width: 100%; padding: 0 10px;}
.page-doctor-search #sidebar { width: 100%; padding: 0 10px;}

/* search-results-header */
.search-results-header { text-align: center; padding: 50px 0;}
.search-results-header { background-image: url(/assets/img/doctor/header-bg.svg); background-position: center center; background-repeat:no-repeat;}
.search-results-header header { border-bottom: 0;}
.search-results-header .heading { position: relative;}
.search-results-header .heading:before { position: absolute; top: 0; left: 0; width: 10%; height: 100%; display:block; content:""; background-repeat: no-repeat; background-position: 50% 50%; background-size: auto;}
.search-results-header .heading:after { position: absolute; top: 0; right: 0; width: 10%; height: 100%; display:block; content:""; background-repeat: no-repeat; background-position: 50% 50%; background-size: auto;}
.search-results-header .heading:before { background-image: url(/assets/img/doctor/character_woman.svg);}
.search-results-header .heading:after { background-image: url(/assets/img/doctor/character_man.svg);}
.search-results-header .heading h1 { font-size: 22px;}
.search-results-header .heading .result-text .title .condition { color: #31b8c7;}
.search-results-header .heading .result-text .number { display: block; margin: 10px 0;}
.search-results-header .heading .result-text .number b { font-family: 'Open Sans', sans-serif; font-weight: 800; font-size: 70px; color: #fd8c58;}
.search-results-header .heading .result-text .number small { font-weight: 700; font-size: 34px;}
.search-results-header .heading .result-text .text { display: block; font-weight: 700; font-size: 22px; font-feature-settings: "palt";}

/* search-category-navbuttons */
.search-category-navbuttons h3 { background: #efffc9; text-align: center; color: #53892f; font-size: 20px; padding: 10px; border-radius: 20px; font-feature-settings: "palt";}
.search-category-navbuttons ul { margin: 10px 0;}
.search-category-navbuttons ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.search-category-navbuttons ul li { float: left; width: 30%; margin-right: 5%; margin-bottom: 25px;}
.search-category-navbuttons ul li:nth-of-type(3n) { margin-right: 0;}
.search-category-navbuttons ul li a { display: block; width: 100%; position: relative;}
.search-category-navbuttons ul li a div.square { width: 100%; background: #a9db32; display: flex; justify-content: center; align-items: center; border-radius: 3px;}
.search-category-navbuttons ul li a div.square img { width: 50%;}
.search-category-navbuttons ul li a span { display: block; margin-top: 5px; font-size: 14px; font-weight: bold; text-align: center; color: #000;}
.search-category-navbuttons ul li a:hover { opacity: 0.7;}

.result-pager { padding: 20px; background: #f5f5f5; margin-bottom: 10px;}
.result-pager:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.result-pager p { display: block; width: 100%; font-size: 14px; font-weight: bold; margin-bottom: 5px;}
.result-pager nav { display: block; width: 100%;}

.list-item-doctor { border: 1px solid #ccc; padding: 10px; position: relative; margin: 20px 0;}
.list-item-doctor a { color: #006699;}
.list-item-doctor a:hover { text-decoration: underline;}
.list-item-doctor header { border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.list-item-doctor header:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.list-item-doctor header .image { display: inline-block; float: left; margin-right: 20px; width: 80px;}
.list-item-doctor header .image img { width: 100%;}
.list-item-doctor header .info { display: inline-block; height: 80px; display: flex; align-items: center;}
.list-item-doctor header .info h3 { font-size: 20px;}
.list-item-doctor header .info span { font-weight: normal; font-size: 15px;}
.list-item-doctor header .meta { width: 100%; text-align: right;}
.list-item-doctor header .meta span { display: inline-block; margin-right: 10px; font-size: 14px;}
.list-item-doctor header .meta span.gender a { display: block; width: 30px; height: 30px; background: #ccc; border-radius: 3px; display: flex; justify-content: center; align-items: center; text-align: center;}
.list-item-doctor header .meta span.gender a img { width: 70%;}
.list-item-doctor header .meta span.gender a.man { background: #19c5f9;}
.list-item-doctor header .meta span.gender a.woman { background: #f19ec2;}
.list-item-doctor p.comment { font-size: 16px; line-height: 1.6; margin: 10px 0;}

.list-item-doctor .meta ul li { margin-bottom: 5px; font-size: 15px; line-height: 30px;}
.list-item-doctor .meta ul li:last-child { margin-bottom: 0;}
.list-item-doctor .meta ul li:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.list-item-doctor .meta ul li .type { position: relative; float: left; background:#16aa72; padding: 0 10px; margin-right: 30px; color: #fff;}
.list-item-doctor .meta ul li .type:before { content: ""; position: absolute; top: 50%; left: 100%; transform: translateY(-50%); border: 15px solid transparent; border-left: 15px solid #16aa72; z-index: 2;}
.list-item-doctor .meta ul li .names a { display: inline-block; margin-right: 20px;}

.list-item-doctor footer { margin-top: 20px; padding: 10px; background: #eee; font-size: 15px;}
.list-item-doctor footer h4 { font-size: 18px; margin-bottom: 20px; margin-top: 10px;}
.list-item-doctor footer .location:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.list-item-doctor footer ul { margin: 10px 0;}
.list-item-doctor footer ul li { float: left; margin-right: 20px;}
.list-item-doctor footer ul:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.list-item-doctor footer .location { line-height: 1.2;}
.list-item-doctor footer .treatment i, .list-item-doctor footer .location i { display: inline-block; width: 20px; height: 20px; text-align: center; background: #31b8c7; margin-right: 10px; border-radius: 50%; color: #fff; font-size: 14px; display: flex; justify-content: center; align-items: center; float: left;}
.list-item-doctor footer .tel { margin: 15px 0; border: 1px solid #31b8c7; display: flex; flex-wrap: wrap; background: #fff;}
.list-item-doctor footer .tel div { background: #31b8c7; padding: 10px; color: #fff; float: left; margin-right: 10px; text-align: center; width: 100px;}
.list-item-doctor footer .tel span { display: block; font-weight: bold; padding: 6px; font-size: 24px; font-family: Arial, sans-serif;}
.list-item-doctor footer .tel:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.list-item-doctor footer .bt a { display: block; width: 100%; padding: 10px 0 10px 0; border-radius: 5px; color: #fff; cursor: pointer; background: #ff8c51; color: #fff; text-align: center; border-bottom: 3px solid #ff7128; margin-bottom: 10px; font-size: 18px;}
.list-item-doctor footer .bt:hover { opacity: 0.8;}
.list-item-doctor footer .bt a i { transform: translateY(2px); font-size: 18px;}
.list-item-doctor footer .links a { width: 100%; display: block; padding: 5px 20px 15px 20px; background: #fff; border: 1px solid #ccc; border-bottom: 3px solid #ccc; border-radius: 3px; text-align: center; margin-bottom: 10px;}
.list-item-doctor footer .links a:last-child { margin-bottom: 0;}
.list-item-doctor footer .links:after { content: ","; display: block; height: 0; clear: both; visibility: hidden;}
.list-item-doctor footer .links a.reserve, .list-item-doctor footer .links a.reserve_repeat { background: #31b8c7; border: 1px solid #299aa6; border-bottom: 3px solid #299aa6; border-radius: 3px; color: #fff;}
.list-item-doctor footer .links a.website { background: #fff; font-weight: normal; border: 1px solid #ccc; border-bottom: 3px solid #ccc; border-radius: 3px;}
.list-item-doctor footer .links i { transform: translateY(5px);}
.list-item-doctor footer .links a:hover { opacity: 0.8;}
.list-item-doctor footer time { display: block; text-align: right; font-size: 12px; color: #666; margin-top: 20px;}

.page-doctor-search #sidebar .search { background: #eee; border: 1px solid #ccc; }
.page-doctor-search #sidebar h3 { font-size: 16px; background: #16aa72; padding: 10px; color: #fff; font-weight: normal; font-feature-settings: "palt";}
.page-doctor-search #sidebar .inner { padding: 10px 10px 0 10px;}
.page-doctor-search #sidebar select { display: inline-block; width: 100%; height: 38px; border: 1px solid #dee2e6; border-radius: 5px; padding-left: 10px; background:url(select-back.jpg) no-repeat; background-position:right 0px center; margin-bottom: 3px; margin-bottom: 10px;}
