@charset "utf-8";

body{ font-size: 14px; position: relative; }

.show_site {
  background-color: none;
  border-radius: 1px;
  color: black;
  display: none;
  width:  100%   !important;
  height: calc(100% - 106px) !important;
  top: 106px !important;
  left: 0px !important;

  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.show_site_body{ width: 100%; height: 100%; }
.b-iframe { width: 100%; height: 99%; }


.show_site_wrap{width: 716px; margin: 0 auto; background: white; position: relative; }

.info_wrap{padding: 30px 40px;}
.show_name{font-size: 26px;  }
.show_title { font-size: 20px; line-height: 20px; margin-bottom: 2px; color: #707070; font-weight: 400; }
.show_url{margin: 15px 0; }

.info_wrap dt, .info_wrap dd{display: inline-block; font-size: 14px; }
.info_wrap dt{width: 85px; }

.show_body_wrap{border-top: 2px #014e8e solid; padding: 10px 10px; }
.show_body_wrap p{margin-bottom: 10px; }
.show_body_wrap img{display:block; margin: 0 auto; max-width: calc(100% - 18px);
  /*border: 3px #014e8e solid;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 5px; }

.close{position: absolute; right: 0px; top: 0px; }
/*.close{
  position: fixed;
  left: 50%;
  top: 0%;
  margin-left: -367px;
  text-align: right;
  margin-top: 106px;
  width: 716px; }*/
