#cd-lateral-nav .call { position:absolute; top:18px; left:97px; width:140px;}
#cd-lateral-nav .call a { border-bottom:0; font-size:18px !important; line-height:33px;}
#cd-lateral-nav .call img { width:32px;}
.menu_bt {
    display: none;
    float: left;
    margin: 13px 0 0 5px;
    padding: 6px;
}
.menu_bt li {
    background-color: #fff;
    height: 4px;
    margin: 0 0 3px;
    width: 25px;
}
.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.overflow-hidden {
    overflow: hidden;
}
.cd-main-content {
    background-color: #fff;
    min-height: 100%;
    padding-top: 70px;
    position: relative;
    transition-duration: 0.4s;
    transition-property: transform;
    z-index: 2;
}
.cd-main-content.lateral-menu-is-open {
    transform: translateX(227px); 
}
@media only screen and (min-width: 768px) {
.cd-main-content {
    padding-top: 70px;
}
}
header {
    background: #fff none repeat scroll 0 0;
    height: 70px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 0;
    transition-duration: 0.4s;
    transition-property: transform;
    width: 100%;
    z-index: 3;
	border-top:3px solid #1e83eb
}
header.lateral-menu-is-open {
    transform: translateX(227px);
}
header.is-fixed {
    position: fixed;
}
@media only screen and (min-width: 768px) {
header {
    height: 70px;
}
}
#cd-logo {
    display: block;
    float: left;
    margin: 12px 0 0 20px;
}
#cd-logo img {
    display: block;
}
@media only screen and (min-width: 768px) {
#cd-logo {
    margin: 22px 0 0 30px;
}
}
#cd-top-nav {
    display: none;
    height: 100%;
    position: absolute;
    right: 120px;
    top: 0;
}
#cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
}
#cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
}
#cd-top-nav a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 0.5em;
    text-transform: uppercase;
}
#cd-top-nav a.current {
    background-color: #242e30;
}
.no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
#cd-top-nav {
    display: block;
}
}
#cd-menu-trigger {
    background-color: #fff;
    height: 84%;
    left: 0;
    position: absolute;
    top: 0;
    width:60px;
	font-weight:bold;
}
#cd-menu-trigger .cd-menu-text {
    color: #09519c;
    font-weight: 600;
    height:34%;
    text-transform: uppercase;
	position:absolute; top:39px; left:14px; font-weight:bold; letter-spacing:-1px;
}
#cd-menu-trigger .cd-menu-icon {
    background-color: #09519c;
    bottom: auto;
    display: inline-block;
    height: 2px;
    left: 30px;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width:22px;
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon::after {
    background-color: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #09519c;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
#cd-menu-trigger {
    
}
#cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height:25px;
}
#cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    transform: translateX(0px);
}
}
#cd-lateral-nav {
    background-color: #3b3f4b;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-80px);
    transition: transform 0.4s ease 0s, visibility 0s ease 0.4s;
    visibility: hidden;
    width: 227px;
    z-index: 1;
}
#cd-lateral-nav .cd-navigation {
}
#cd-lateral-nav .sub-menu {
    display: none;
    padding: 0;
}
#cd-lateral-nav .sub-menu a { background:#3b3f4b; color:#bcbcbc; border-bottom:1px solid #262a35}
#cd-lateral-nav .sub-menu a:hover {color:#fff !important;}
#cd-lateral-nav .sub-menu a::before { content:"· "}
#cd-lateral-nav a {
    color: #fff;
    display: block;
    line-height: 3em;
    padding: 0 15px;
	font-size:14px;
	border-bottom:1px solid #3b3f4b;
	background:#262a35
}
#cd-lateral-nav a.current {
    background-color: #262a35;
    color: #fff;
}
.no-touch #cd-lateral-nav a:hover {
    color: #fff;
}
@media only screen and (min-width: 768px) {
#cd-lateral-nav .cd-navigation {
    margin: 0;
}
}
#cd-lateral-nav.lateral-menu-is-open {
    transform: translateX(0px);
    transition: transform 0.4s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
#cd-lateral-nav .item-has-children > a {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
#cd-lateral-nav .item-has-children > a::after {
    background: rgba(0, 0, 0, 0) url("/m/img/cd-arrow.svg") no-repeat scroll center center / 8px 11px;
    bottom: auto;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.2s;
    transition-property: transform;
    width: 8px;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
    transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .socials {
    padding: 0 32px;
}
#cd-lateral-nav .socials::after {
    clear: both;
    content: "";
    display: table;
}
#cd-lateral-nav .socials a {
    background-color: #fff;
    background-image: url("../img/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 128px 64px;
    border-radius: 0.25em;
    float: left;
    height: 32px;
    margin-right: 0.5em;
    padding: 0;
    width: 32px;
}
#cd-lateral-nav .socials a.cd-twitter {
    background-position: 0 0;
}
#cd-lateral-nav .socials a.cd-github {
    background-position: -32px 0;
}
#cd-lateral-nav .socials a.cd-facebook {
    background-position: -64px 0;
}
#cd-lateral-nav .socials a.cd-google {
    background-position: -96px 0;
}
.no-touch #cd-lateral-nav .socials a:hover {
    background-color: #4e6361;
}
.no-touch #cd-lateral-nav .socials a.cd-twitter:hover {
    background-position: 0 -32px;
}
.no-touch #cd-lateral-nav .socials a.cd-github:hover {
    background-position: -32px -32px;
}
.no-touch #cd-lateral-nav .socials a.cd-facebook:hover {
    background-position: -64px -32px;
}
.no-touch #cd-lateral-nav .socials a.cd-google:hover {
    background-position: -96px -32px;
}
.body_cont > li {
    clear: both;
    display: block;
    font-size: 1em;
    line-height: 1.7em;
}
.cnb_add .txt01 {
    background: rgba(0, 0, 0, 0) url("/images/sub/ds_dot.png") no-repeat scroll right 4px;
    float: left;
    font-weight: bold;
    position: relative;
    width: 60px;
}
.cnb_add {
    font-size: 1.1em;
    margin-top: 10px;
}
.cnb_add .txt02 {
    float: left;
    margin: 0 0 0 12px;
    position: relative;
    text-align: left;
}
.cnb_add li {
    clear: both;
    margin-top: 5px;
}
.map {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.doctor_info {
    margin: 0 auto;
    width: 80%;
}
.doctor_info img {
    margin: 0 auto;
    width: 100%;
}
.doctor_info dt {
    height: 32px;
    margin: 15px 0;
    text-align: left;
    width: 170px;
}
.doctor_info dd {
    background: rgba(0, 0, 0, 0) url("/images/sub/dot2.png") no-repeat scroll 7px 10px;
    font-size: 1.1em;
    letter-spacing: -0.02em;
    line-height: 1.6em;
    margin-bottom: 5px;
    padding-left: 15px;
    width: 100%;
}
.dotline {
    background: rgba(0, 0, 0, 0) url("/images/sub/dot_line.png") repeat-x scroll 0 0;
    float: left;
    height: 1px;
    margin: 25px 0;
    position: relative;
    width: 100%;
}
.tab {
    height: 31px;
    margin-bottom: 10px;
}
.tab {
    width: 100%;
}
.tab li {
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-left: -1px;
    text-align: center;
    width: 33%;
}
.tab li a {
    color: #333;
    display: block;
    padding: 5px 0;
}
.tab li .on {
    background: #349ae2 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px 0;
}
.slide_text_bg {
    background: #333 none repeat scroll 0 0;
    color: #fff !important;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
ul#menu, ul#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul#menu a {
    display: block;
    text-decoration: none;
}
ul#menu li {
    margin-top: -1px;
}
ul#menu li a {
    background: #f3f3f3 url("/m/img/more.jpg") no-repeat scroll 95% center;
    border: 1px solid #ddd;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px;
}
ul#menu li a:hover {
    background: #f3f3f3 url("/m/img/more.jpg") no-repeat scroll 95% center;
    border: 1px solid #ddd;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px;
}
ul#menu li ul li a {
    background: #ccc none repeat scroll 0 0;
    color: #000;
    padding-left: 20px;
}
ul#menu li ul li a:hover, ul#menu li ul .current a {
    background: #aaa none repeat scroll 0 0;
    border-left: 5px solid #000;
    padding-left: 15px;
}
.code {
    border: 1px solid #ccc;
    list-style-type: decimal-leading-zero;
    margin: 0;
    padding: 5px;
}
.code code {
    display: block;
    margin-bottom: 0;
    padding: 3px;
}
.code li {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 0 0 2px 2.2em;
}
.indent1 {
    padding-left: 1em;
}
.indent2 {
    padding-left: 2em;
}
#cd-lateral-nav h2 {
    background: #004175 none repeat scroll 0 0;
    color: #fff;
    font-size:20px;
    padding:24px 0;
    text-align: left;
	text-indent:15px;
	font-weight:normal
}
#cd-lateral-nav h2 img { width:28px; margin-top:2px}
.item-has-children {
    clear: both;
}
.m_menu1 a {
    background: #571682 none repeat scroll 0 0;
}
.m_menu1 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #8e4dba #8e4dba;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu1 .sub-menu a {
    background: #7531a3 none repeat scroll 0 0 !important;
}
.m_menu2 a {
    background: #9651c2 none repeat scroll 0 0;
}
.m_menu2 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ba8cf9 #ba8cf9;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu2 .sub-menu a {
    background: #a06ce6 none repeat scroll 0 0 !important;
}
.m_menu3 a {
    background: #7fb6ff none repeat scroll 0 0;
}
.m_menu3 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #6ba0e6 #6ba0e6;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu3 .sub-menu a {
    background: #4e8ad9 none repeat scroll 0 0 !important;
}
.m_menu4 a {
    background: #4e7cd5 none repeat scroll 0 0;
}
.m_menu4 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #7da0e3 #7da0e3;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu4 .sub-menu a {
    background: #6490e6 none repeat scroll 0 0 !important;
}
.m_menu5 a {
    background: #255ba3 none repeat scroll 0 0;
}
.m_menu5 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #6a9ada #6a9ada;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu5 .sub-menu a {
    background: #497ec4 none repeat scroll 0 0 !important;
}
.m_menu6 a {
    background: #3cb878 none repeat scroll 0 0;
}
.m_menu6 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #7ce0ac #7ce0ac;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu6 .sub-menu a {
    background: #5ecc93 none repeat scroll 0 0 !important;
}
.m_menu7 a {
    background: #8ac726 none repeat scroll 0 0;
}
.m_menu7 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #bfec74 #bfec74;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu7 .sub-menu a {
    background: #ace056 none repeat scroll 0 0 !important;
}
.m_menu8 a {
    background: #f8a900 none repeat scroll 0 0;
}
.m_menu8 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ffe479 #ffe479;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu8 .sub-menu a {
    background: #ffd11b none repeat scroll 0 0 !important;
}
.m_menu9 a {
    background: #f37723 none repeat scroll 0 0;
}
.m_menu9 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ffa87e #ffa87e;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu9 .sub-menu a {
    background: #ff915b none repeat scroll 0 0 !important;
}
.m_menu10 a {
    background: #d12757 none repeat scroll 0 0;
}
.m_menu10 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #f87c9f #f87c9f;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu10 .sub-menu a {
    background: #e9547e none repeat scroll 0 0 !important;
}
.m_menu11 a {
    background: #ff4767 none repeat scroll 0 0;
}
.m_menu11 .sub-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ffa2b2 #ffa2b2;
    border-image: none;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    float: left;
    width: 50%;
}
.m_menu11 .sub-menu a {
    background: #ff7c93 none repeat scroll 0 0 !important;
}
#tab_sort {
    position: relative;
    width: 100%;
}
#tab_sort ul.tabs {
    height: 40px;
    margin: 0 auto;
    position: relative;
}
#tab_sort ul.tabs li {
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: visible;
    position: relative;
    text-align: center;
    width: 50%;
}
#tab_sort ul.tabs li.last {
    margin-right: 0;
}
#tab_sort ul.tabs li a {
    background-color: #5d5d5d;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 40px;
    letter-spacing: -0.02em;
    text-decoration: none;
}
#tab_sort ul.tabs li.active a {
    background-color: #7e69e4;
    color: #fff;
    height: 40px;
}
