#main .content.single.shop {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: bold;
}

#main .content.single.shop .company {
  margin-top: 2rem;
}

#main .content.single.shop .company .company_name {
  color: #78BB55;
  /*font-size: 1.2rem;*/
  font-size: 1.5rem;
  padding-bottom: 0.3rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px  solid #bbb;
}

#main .content.single.shop .company .shops > .row {
  margin-bottom: 1rem;
}

/*#main .content.single.shop .company .shops > .row:last-child {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px  dashed #78BB55;
}*/

#main .content.single.shop .company .shops > .row > .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#main .content.single.shop .company .shops > .row > .col:first-child {
  padding-right: 0.8rem;
}
#main .content.single.shop .company .shops > .row > .col:last-child {
  /*padding-left: 0.5rem;*/
}

#main .content.single.shop .company .shops > .row > .col.image img {
  width: 100%;
}
#main .content.single.shop .company .shops > .row > .col.text {
  line-height: 1.8;
  font-size: 1.1rem;
}

#main .content.single.shop .company .shops .shop_name {
  color: #78BB55;
  /*font-size: 0.85rem;*/
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #78BB55;
}
#main .content.single.shop .company .shops .contact_link {
  margin-bottom: 0.5rem;
}
#main .content.single.shop .company .shops .registration_num .row > .col {
  float: left;
}
#main .content.single.shop .company .shops .registration_num .row > .col.title {
  width: 20%;
}
#main .content.single.shop .company .shops .registration_num .row > .col.text {
  width: 80%;
  line-height: 1.5;
}



#main .content.single.shop .company .shops  .tbl_row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
#main .content.single.shop .company .shops  .tbl_row > .tbl_col {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
  height: 100%;
}
#main .content.single.shop .company .shops  .tbl_row > .tbl_col img {
  width: 100%;
}
#main .content.single.shop .company .shops  .tbl_row > .tbl_col.image {
  padding-right: 0.8rem;
}

#main .content.single.shop .company .shops .shop_map {
  height: 100%;
  position: relative;
}
#main .content.single.shop .company .shops .shop_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#main .content.single.shop .company .shops .row.comment {
  padding-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #71A446;
}
#main .content.single.shop .company .shops .row.comment .text {
  background-color: #f6f6f6;
  padding: 1.2rem 0.8rem;
  font-size: 1rem;
  font-weight: normal;
  text-align: justify;
  border: 1px solid #ccc;
  font-weight: bold;
}

#main .content.single.shop .company .shops .row.comment:last-child {
  border: none;
}

