.print_box li div a span.MONO1:before {
  display:none;
}
.print_box li div a span.MONO2:before {
  content: "";
  position:absolute;
  top:2px;
  left:2px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#1ebbb7;
}

.p-detail-main-sheet__left-imagesbox {
  display:block;
  position: relative;
}
.p-detail-main-sheet ul.p-detail-main-sheet__left-photos {
  width:24% !important;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.p-detail-main-sheet ul.p-detail-main-sheet__left-photos:last-child {
  width: 100%;
  position: relative;
}
.p-detail-main-sheet__left-photo{
  width:100%;
  margin: 0 2% 2% 0;
}
.p-detail-main-sheet__left-photo:first-child {
  width:100%;
  height: 25%;
}
.p-detail-main-sheet__left-photo:nth-child(4n) {
  display:none;
}
.p-detail-main-sheet__left-photo:nth-child(5n) {
  display:none;
}

li.p-detail-main-sheet__left-image:first-child {
  float:left;
  width: 74.5% !important;
  height: 75%;
}
.p-detail-main-sheet__left-images .p-detail-main-sheet__left-point {
  margin:5px 0 0 0;
  width: 58%;
  height:7.5em;
  overflow:hidden;
}
.p-detail-main-sheet__left-images .p-detail-main-sheet__left-biko {
  float:right;
  margin:5px 0 0 0;
  width:40%;
  height:9.0em;
  overflow:hidden;
}

.p-detail-main-sheet ul{
    padding: 0;
    width: 100% !important;
    height: 100%;
}

.p-detail-tab li a.p-detail-size-btn_small {
    background: #fff;
    color: #539ff7;
}
.p-detail-tab li a.p-detail-size-btn_large {
    background: #e5e2dd;
    color: #797979;
}
.horizontal .p-detail-main-sheet__left-photo:nth-child(4n){
    display: inherit;
}
