@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.075em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-weight: 400;
  color: #333333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 960px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 960px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 960px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 20px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #1460c0;
  padding: 10px 0 0;
  z-index: 500;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap {
    padding: 65px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #header_inner_wrap {
    padding: 50px 0 10px;
  }
}

#header_inner_wrap #header_inner {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #header_inner_wrap #header_inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #header_inner_wrap #header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 0 10px;
  }
}

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .h_contact {
    margin-top: 20px;
  }
}

.h_contact .h_policy {
  margin-right: 10px;
}

.h_contact .call {
  margin-right: 10px;
}

.h_contact .h_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h_contact .h_btn a {
  display: block;
}

.h_contact .h_btn a:first-child {
  margin-bottom: 10px;
}

#nav_global {
  width: 100%;
}

#nav_global > ul {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#nav_global > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

#nav_global > ul > li::before {
  content: "";
  width: 1px;
  height: 20px;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul > li:last-child::after {
  content: "";
  width: 1px;
  height: 20px;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul > li ul {
  position: absolute;
  top: 100%;
  left: -25%;
  width: 150%;
  z-index: 300;
}

#nav_global > ul > li ul li a {
  display: block;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  font-size: 1.4rem;
}

#nav_global > ul > li a {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul > li a:hover {
  opacity: 0.7;
}

#mainArea {
  width: 100% !important;
}

#mainArea img {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  #mainArea img.pc {
    display: none;
  }
}

#mainArea img.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  #mainArea img.sp {
    display: block;
  }
}

#subArea {
  height: 100px;
  background: #f5f5f5;
  position: relative;
}

#subArea h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #1460c0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  #subArea h1 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 1.0256));
  }
}

.sptel {
  display: none;
}

@media screen and (max-width: 640px) {
  .sptel {
    display: block;
  }
}

.mean-container .mean-bar {
  background: #1460c0 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #1460c0 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

#footer {
  background: #1460c0;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.7;
}

#footer #footer_inner {
  position: relative;
  padding: 20px 0;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  #footer #footer_inner {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 20px 10px;
  }
}

#footer #footer_inner .pagetop {
  position: absolute;
  right: 0;
  top: -29px;
}

.flogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .flogo {
    display: block;
    text-align: center;
  }
}

.flogo p {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .flogo p {
    text-align: center;
    margin-top: 20px;
  }
}

.flogo p a {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subnav ul br {
    display: none;
  }
}

.subnav ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    border-right: none;
    margin-bottom: 1%;
  }
}

.subnav ul li a {
  color: #fff;
  padding: 0 8px;
  line-height: 1;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subnav ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #2173d9;
    padding: 10px 0;
    border-radius: 3px;
  }
}

@media screen and (max-width: 480px) {
  .subnav ul li a {
    font-size: 1.3rem;
  }
}

.f_copy {
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .f_copy {
    padding-bottom: 60px;
  }
}

.f_copy a {
  color: #fff;
}

#address_wrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 500;
  max-width: 300px;
}

#address_wrap img {
  margin-left: 1px;
}

#contents_wrap {
  padding: 30px 0 100px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 30px 20px 80px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 30px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 30px 10px 50px;
  }
}

.title01 h2 {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.title01.red h2 {
  color: red;
}

.title01 h3 {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.news_wrap {
  border: 2px solid #eee;
}

.news_wrap h2 {
  border-left: 7px solid #1460c0;
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}

.news {
  max-height: 200px;
  overflow-y: scroll;
  font-size: 1.4rem;
}

.news dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0 15px;
}

.news dl:first-child {
  padding-top: 0;
}

.news dl dt {
  background: #1460c0 !important;
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 100px !important;
}

.news dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  width: 100% !important;
  margin-top: 5px;
}

.news dl dd span {
  line-height: 1.7 !important;
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex01 .leftArea {
  background: #fff;
  padding: 15px;
  width: 58.33333%;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .flex01 .leftArea {
    width: 100%;
  }
}

.flex01 .rightArea {
  width: 39.58333%;
}

@media screen and (max-width: 768px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .flex01 .rightArea {
    margin-top: 20px;
  }
}

.flex01 .rightArea .flexbox01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex01 .rightArea .flexbox01 .box {
  width: 48%;
}

.flex01 .rightArea .flexbox01 .box:nth-child(n + 3) {
  margin-top: 4%;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.pankuzu {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.btn a {
  background: #3191d4;
  color: #fff;
  display: block;
  border-radius: 3px;
  padding: 18px 0;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  opacity: 0.7;
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}

.btn.btn01 a {
  max-width: 320px;
}

.btn.center a {
  margin: auto;
}

.policy_title h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

.policy_title h3 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

h2.mail {
  display: none;
}

.form dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ddd;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #efefef;
  border: 0 !important;
  height: 40px;
}

.form dl dd textarea {
  background: #efefef;
  border: 0 !important;
}

.layout01 dl {
  padding: 0 0 5px;
}

@media screen and (max-width: 640px) {
  .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout01 dl dt {
  padding: 15px 10px !important;
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 640px) {
  .layout01 dl dt {
    width: 100% !important;
    padding: 10px !important;
  }
}

.layout01 dl dd {
  padding: 10px 15px !important;
  border: none !important;
}

@media screen and (max-width: 640px) {
  .layout01 dl dd {
    width: 100% !important;
    padding: 10px !important;
  }
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex02 .leftArea {
  width: 70%;
}

@media screen and (max-width: 640px) {
  .flex02 .leftArea {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .flex02 .leftArea {
    font-size: 1.4rem;
  }
}

.flex02 .rightArea {
  width: 24%;
}

@media screen and (max-width: 640px) {
  .flex02 .rightArea {
    width: 100%;
  }
}

.schedule dl {
  line-height: 1.4;
}

.schedule dl:not(:first-child) {
  margin-top: 20px;
}

.schedule dl dt {
  border: 1px solid #ccc !important;
  background: #f3f3f3;
  width: 80px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: 500;
}

.schedule dl dd {
  border: none !important;
  background: none !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  .gmap iframe {
    height: 350px;
  }
}

.question, .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.question div, .answer div {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
  min-height: 50px;
  padding: 10px 10px 10px 5px;
  color: #1460c0;
  font-weight: 500;
}

.question::before, .answer::before {
  content: "Q";
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  background: #1460c0;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .question::before, .answer::before {
    font-size: 2.2rem;
  }
}

.answer {
  border-bottom: none;
}

.answer div {
  color: #333;
  font-weight: 400;
}

.answer::before {
  content: "A";
  background: #95bdf6;
}

.gallery {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery .box {
  width: 31%;
}

@media screen and (max-width: 480px) {
  .gallery .box {
    width: 100%;
    text-align: center;
  }
  .gallery .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.bdr_top {
  border-top: 1px dotted #ccc;
}
/*# sourceMappingURL=common_style.css.map */