@charset "UTF-8";
/* header（ヘッダーはSPとPCでCSSを完全に分ける）
------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    position: relative;
    z-index: 99;
  }
  #header #menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  #header #menu-btn.active span {
    background-color: rgba(255, 255, 255, 0);
  }
  #header #menu-btn.active span::before {
    margin-top: 0;
    transform: rotate(45deg);
  }
  #header #menu-btn.active span::after {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  #header #menu-btn .menu-btn-in {
    position: relative;
    width: 26px;
    height: 30px;
    margin: 15px 17px;
    padding: 0;
    background: url(../images/common/button_burger_sp.png) center bottom no-repeat;
    background-size: 25px 6px;
  }
  #header #menu-btn span {
    background-color: #96b8d8;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    vertical-align: middle;
  }
  #header #menu-btn span::before, #header #menu-btn span::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    transition: all 0.2s;
  }
  #header #menu-btn span::before {
    background-color: #0055a2;
    margin-top: -7px;
  }
  #header #menu-btn span::after {
    background-color: #009fa5;
    margin-top: 7px;
  }
  #header .header-main {
    height: 100%;
    padding: 0 4%;
    max-width: none;
  }
  #header .logo {
    padding: 7px 0;
  }
  #header .logo img {
    width: 252px;
  }
  #header .header-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    overflow: hidden;
  }
  #header .header-menu .container {
    padding: 0;
    max-width: none;
  }
  #header .header-menu.col1 {
    background: rgba(206, 225, 242, 0.96);
  }
  #header .header-menu.col1 .header-list {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 0;
    /*親・子・孫メニュー共通*/
  }
  #header .header-menu.col1 .header-list li {
    min-height: auto;
    width: 100%;
    position: relative;
    /*親メニュー*/
  }
  #header .header-menu.col1 .header-list li a {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px 12px 40px;
    color: #333;
  }
  #header .header-menu.col1 .header-list li a[href$=".pdf"], #header .header-menu.col1 .header-list li a[href*=".pdf?"] {
    background: none;
  }
  #header .header-menu.col1 .header-list li a.toggle-switch {
    padding-right: 40px;
  }
  #header .header-menu.col1 .header-list li a.toggle-switch.open::after {
    margin-top: -3px;
    transform: rotate(225deg);
  }
  #header .header-menu.col1 .header-list li a.toggle-switch::after {
    content: "";
    position: absolute;
    top: 25px;
    left: auto;
    right: 20px;
    bottom: auto;
    display: block;
    width: 10px;
    height: 10px;
    margin: -7px 0 0;
    border: none;
    border-right: 2px solid #0057a5;
    border-bottom: 2px solid #0057a5;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  #header .header-menu.col1 .header-list li > a {
    font-size: 14px;
    padding: 14px 50px 14px 20px;
  }
  #header .header-menu.col1 .header-list li > a::before, #header .header-menu.col1 .header-list li > a::after {
    content: none;
  }
  #header .header-menu.col1 .header-list > li {
    /*子メニュー*/
  }
  #header .header-menu.col1 .header-list > li.current-link > a {
    background: rgba(0, 73, 138, 0.4);
    color: #fff;
  }
  #header .header-menu.col1 .header-list > li > ul {
    position: static;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    box-shadow: none;
  }
  #header .header-menu.col1 .header-list > li > ul > li {
    /*孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li.current-link > a {
    background: rgba(0, 73, 138, 0.3);
    color: #fff;
  }
  #header .header-menu.col1 .header-list > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #0057a5;
  }
  #header .header-menu.col1 .header-list > li > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0;
    border-radius: 9px;
    background-color: #0057a5;
    z-index: 1;
  }
  #header .header-menu.col1 .header-list > li > ul > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 24px;
    width: 0;
    height: 0;
    margin: -3px 0 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
    background: none;
    z-index: 2;
  }
  #header .header-menu.col1 .header-list > li > ul > li a.toggle-switch::after {
    width: 8px;
    height: 8px;
    top: 22px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > a {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 20px 12px 40px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul li.current-link > a {
    background: rgba(0, 73, 138, 0.2);
    color: #fff;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li::after, #header .header-menu.col1 .header-list > li > ul > li > ul > li.clone-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 48px;
    width: 0;
    height: 0;
    margin: -3px 0 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #0057a5;
    background: none;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li {
    /*その孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #0057a5;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > a {
    padding: 10px 20px 10px 60px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li {
    /*その孫メニュー*/
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #0057a5;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > a {
    padding: 8px 20px 8px 80px;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > ul > li.current-link > ul > .clone-link > a {
    background: none;
    color: #0057a5;
  }
  #header .header-menu.col1 .header-list > li > ul > li > ul > li > ul > li > ul > li > a {
    padding: 8px 20px 8px 105px;
  }
  #header .header-list {
    border: 1px solid #ccc;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  #header .header-list li {
    flex: none;
    width: 50%;
    padding: 0;
    min-height: 60px;
  }
  #header .header-list li.sp-bd-t-none a {
    border-top: none;
  }
  #header .header-list li.sp-bd-b-none a {
    border-bottom: none;
  }
  #header .header-list li.sp-bd-l-none a {
    border-left: none;
  }
  #header .header-list li.sp-bd-r-none a {
    border-right: none;
  }
  #header .header-list li a {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 10px 10px 30px;
    height: 100%;
    position: relative;
  }
  #header .header-list li a::before, #header .header-list li a::after {
    content: "";
    position: absolute;
    vertical-align: middle;
    display: inline-block;
  }
  #header .header-list li a::before {
    top: 50%;
    left: 10px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-radius: 10px;
    background-color: #ff5b7d;
  }
  #header .header-list li a::after {
    top: 50%;
    left: 14px;
    box-sizing: border-box;
    width: 4px;
    height: 3px;
    margin-top: -5px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
    background: none;
  }
  #header .sp-header-menu {
    margin-top: 15px;
    padding: 0 20px;
  }
  #header .header-btn-showy a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 15px 15px 30px;
    border-radius: 3px;
  }
  #header .header-btn-showy.btn-examination a {
    background: #ff5b7d;
  }
  #header .header-btn-showy.btn-students a {
    background: #4ec4c2;
  }
  #header .h-tab {
    margin-bottom: 20px;
  }
  #header .h-tab li {
    display: inline-block;
    width: calc(50% - 2%);
    margin: 0 2% 2% 0;
    padding: 1px;
    background-color: #efeee8;
  }
  #header .h-tab li:nth-child(2n) {
    margin-right: 0;
  }
  #header .h-tab li a {
    border-top: 2px solid;
    padding: 10px;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
  }
  #header .h-tab li.cl a {
    border-color: #4689c4;
  }
  #header .h-tab li.sh a {
    border-color: #804c01;
  }
  #header .h-tab li.ih a {
    border-color: #d09318;
  }
  #header .h-tab li.ch a {
    border-color: #4a909a;
  }
  #header .h-tab li.jc a {
    border-color: #e15467;
  }
  #header .h-tab li.dh a {
    border-color: #b577d5;
  }
  #header .header-btn-close {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }
  #header .header-btn-close span {
    font-weight: bold;
    padding-left: 18px;
    position: relative;
  }
  #header .header-btn-close span::before, #header .header-btn-close span::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    transition: all 0.2s;
  }
  #header .header-btn-close span::before {
    background-color: #0055a2;
    transform: rotate(45deg);
  }
  #header .header-btn-close span::after {
    background-color: #009fa5;
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  #header {
    /*以下、千葉医療センターのskincmn.cssのコード流用*/
    /*各背景画像*/
    /*↓使われていない模様*/
    /*↓使われていない模様*/
    /* 3階層目からは非表示*/
  }
  #header .container {
    padding: 0 30px;
    width: 1040px;
  }
  #header .header-main {
    height: 88px;
  }
  #header .logo {
    margin-bottom: 0;
  }
  #header .logo img {
    width: 490px;
  }
  #header .header-menu {
    background: linear-gradient(to bottom, #00498a 0%, #0055a2 50%, #0055a2 100%, #0055a2 100%);
    position: relative;
    height: 75px;
  }
  #header #g-nav .header-list {
    background: url(../images/common/bg_gnav.png) top center no-repeat;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
  }
  #header #g-nav .header-list li a {
    display: block;
  }
  #header #g-nav .header-list > li {
    margin: 0 6px;
    padding: 0;
    text-align: center;
    position: relative;
    height: 75px;
  }
  #header #g-nav .header-list > li.menu-treatment {
    width: 270px;
    flex-basis: 270px;
  }
  #header #g-nav .header-list > li.menu-treatment > a {
    background: url(../images/common/txt_gnav01.png) center center no-repeat;
  }
  #header #g-nav .header-list > li.menu-treatment > ul {
    left: -5px;
  }
  #header #g-nav .header-list > li.menu-about {
    width: 408px;
    flex-basis: 408px;
  }
  #header #g-nav .header-list > li.menu-about > a {
    background: url(../images/common/txt_gnav02.png) center center no-repeat;
  }
  #header #g-nav .header-list > li.menu-about > ul {
    left: -287px;
  }
  #header #g-nav .header-list > li.menu-medical {
    width: 266px;
    flex-basis: 266px;
  }
  #header #g-nav .header-list > li.menu-medical > a {
    background: url(../images/common/txt_gnav03.png) center center no-repeat;
  }
  #header #g-nav .header-list > li.menu-medical > ul {
    left: -707px;
  }
  #header #g-nav .header-list > li > a {
    height: 100%;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header #g-nav .header-list > li:hover {
    background-color: #003d74;
    padding: 6px;
  }
  #header #g-nav .header-list > li:hover > a {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header #g-nav .header-list > li:hover::before, #header #g-nav .header-list > li:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 30;
  }
  #header #g-nav .header-list > li:hover::before {
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #003d74 transparent transparent transparent;
  }
  #header #g-nav .header-list > li:hover::after {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: #003d74;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: rotate(135deg);
    bottom: 0;
    margin-left: -6px;
  }
  #header #g-nav .token-menu > ul > li > ul {
    display: none;
    width: 980px;
    height: auto;
    position: absolute;
    top: 75px;
    left: 0;
    padding: 15px 20px 20px;
    z-index: 20;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    background: #0055a2;
    background: -moz-linear-gradient(top, rgba(0, 85, 162, 0.9) 0%, rgba(0, 55, 101, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 85, 162, 0.9) 0%, rgba(0, 55, 101, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 85, 162, 0.9) 0%, rgba(0, 55, 101, 0.9) 100%);
  }
  #header #g-nav .token-menu > ul > li > ul > li {
    position: relative;
    float: left;
    margin: 0 6px;
    text-align: center;
  }
  #header #g-nav .token-menu > ul > li > ul > li:before,
  #header #g-nav .token-menu > ul > li > ul > li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100px;
    margin: auto;
  }
  #header #g-nav .token-menu > ul > li > ul > li:before {
    left: -7px;
    background-color: #00427d;
  }
  #header #g-nav .token-menu > ul > li > ul > li:after {
    left: -6px;
    background-color: #4d88be;
  }
  #header #g-nav .token-menu > ul > li > ul > li:nth-child(6n):before,
  #header #g-nav .token-menu > ul > li > ul > li:nth-child(6n):after {
    display: none;
  }
  #header #g-nav .token-menu > ul > li > ul > li:first-child:before,
  #header #g-nav .token-menu > ul > li > ul > li:first-child:after {
    display: none;
  }
  #header #g-nav .token-menu > ul > li > ul > li > a {
    position: relative;
    width: 165px;
    height: 135px;
    margin: 5px;
    padding: 91px 1px 0 1px;
    color: #fff;
    font-size: 107.1%;
    text-decoration: none;
  }
  #header #g-nav .token-menu > ul > li > ul > li:hover > a {
    padding: 90px 0px 0 0px;
    background-color: #003d74;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header #g-nav .token-menu > ul > li > ul > li:hover {
    background-color: #003d74;
  }
  #header #g-nav .token-menu > ul > li > ul > li a {
    background-position: center 28px;
    background-repeat: no-repeat;
  }
  #header #g-nav .token-menu > ul > li > ul > li:hover a {
    background-position: center 27px;
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-first-visit a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a01.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-return-visit a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a02.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-hours a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a03.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-fees a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a04.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-bed a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a05.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-access a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a06.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-departments a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a07.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-specialty a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_a08.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-message a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_b01.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-history a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_b02.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-medical-collaboration a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_c01.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-referral a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_c02.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-activities a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_c04.png);
  }
  #header #g-nav .token-menu > ul > li > ul > li.ico-backnumber a {
    background-image: url(../images/common/megamenu/ico_megamenu_ch_c03.png);
  }
  #header #g-nav .token-menu > ul > li > ul li ul {
    display: none;
  }
}

/* 千葉医療共通
------------------------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

ol li {
  margin-left: 28px;
}

details li {
  margin-bottom: 5px;
}

.iframe-wrap {
  position: relative;
  width: 453px;
  padding-top: calc(453px * 0.5625);
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* お知らせ
----------------------------*/
.news-list {
  margin-bottom: 30px;
}
.news-list .news-item {
  display: flex;
  padding: 10px 0;
}
.news-list .news-item + .news-item {
  border-top: 1px dotted #ccc;
}
.news-list .news-list-top {
  width: 90px;
  margin-right: 10px;
}
.news-list .news-date {
  color: #777;
  display: inline-block;
  font-size: 14px;
  width: 90px;
  margin-bottom: 0;
}
.news-list .news-title {
  color: #06c;
  font-size: 14px;
  margin-right: 4px;
  text-decoration: underline;
}
.news-list .news-cat img {
  max-width: 90px;
  margin-top: 4px;
}
.news-list .icon-new {
  margin-top: 4px;
  width: 35px;
}

.icon-new.icon-favicon {
  display: inline-block;
  margin: -4px 0 0 5px;
  width: 35px;
}

/* お知らせ詳細
----------------------------*/
.news-detail .news-detail-title {
  margin: 20px 0 15px;
  padding: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  border-bottom: 5px solid #0055a2;
}
.news-detail .news-description {
  font-size: 14px;
  padding: 0 0 20px 0;
}
.news-detail .news-detail-date {
  color: #777;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.news-detail .icon-new.icon-favicon {
  margin-top: 0;
}
.news-detail table td p {
  margin-bottom: inherit;
}

.link-arrow a {
  position: relative;
  display: inline-block;
  padding-right: 23px;
}
.link-arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #777;
}

/* Media Query
------------------------------------------------------------------------------------*/
/* 768px~1200px（ヘッダー専用）
----------------------------*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .container {
    width: auto;
    max-width: 1040px;
    align-items: center;
  }
  #header #g-nav .header-list {
    background: none;
  }
  #header #g-nav .header-list > li {
    position: static;
  }
  #header #g-nav .header-list > li.menu-treatment {
    width: auto;
    flex-basis: 20%;
  }
  #header #g-nav .header-list > li.menu-about {
    width: auto;
    flex-basis: 40%;
  }
  #header #g-nav .header-list > li.menu-about > ul {
    left: -5px;
  }
  #header #g-nav .header-list > li.menu-medical {
    width: auto;
    flex-basis: 20%;
  }
  #header #g-nav .header-list > li.menu-medical > ul {
    left: -5px;
  }
  #header #g-nav .header-list > li:hover::before, #header #g-nav .header-list > li:hover::after {
    content: none;
  }
  #header #g-nav .token-menu > ul > li > ul {
    width: 100%;
  }
  #header #g-nav .token-menu > ul > li > ul > li {
    width: calc(25% - 12px);
  }
  #header #g-nav .token-menu > ul > li > ul > li > a {
    width: calc(100% - 10px);
  }
  #header #g-nav .token-menu > ul > li > ul > li:nth-child(6n)::before, #header #g-nav .token-menu > ul > li > ul > li:nth-child(6n)::after {
    display: block !important;
  }
  #header #g-nav .token-menu > ul > li > ul > li:nth-child(5n)::before, #header #g-nav .token-menu > ul > li > ul > li:nth-child(5n)::after {
    display: none !important;
  }
}
/* 768px~1080px
----------------------------*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .module-menu-wp > ul > li > ul > li > ul.children > li.page_item_has_children:has(> .children) > a:after {
    top: 14px;
  }

  .module-menu-wp > ul > li > ul > li > ul.children > li.page_item_has_children.active a:after {
    top: 16px;
  }
}
/* 767px
----------------------------*/
@media screen and (max-width: 767px) {
  /* 千葉医療共通
	----------------------------*/
  .iframe-wrap {
    width: 100%;
    padding-top: 56.25%;
  }

  /* お知らせ
----------------------------*/
  .news-list {
    margin-bottom: 20px;
  }
  .news-list .news-item {
    display: block;
  }
  .news-list .news-date {
    font-size: 13px;
  }
  .news-list .news-title {
    font-size: 13px;
  }

  /* お知らせ詳細
----------------------------*/
  .news-detail .news-detail-title {
    font-size: 22px;
  }
  .news-detail .news-description {
    font-size: 13px;
  }
  .news-detail .news-detail-date {
    font-size: 13px;
  }
}
/* 印刷用CSS
------------------------------------------------------------------------------------*/

/*# sourceMappingURL=common.css.map */
