.photo-thumb .row {
    margin-left: -1%;
    margin-right: -1%;
}
.photo-thumb .col {
    padding-left: 1%;
    padding-right: 1%;
}
.photo-thumb .col-lg-3 {
    width: 16.666%;
}
.input-prepend.input-append input {
  font-size: 16px;
 padding: 5px;
  border-radius: 4px!important;
  margin-right: 7px;
}
.stock_error {
  color: #DB5656;
}
.explain-area {
       display: inline-block;
    background: #7aaab6;
    padding: 3px 7px;
    font-size: 14px;
    color: white;
    border: solid 1px #b6b6b6;
    margin-bottom: 20px;
}
select {
    border: 1px solid #7d7d7d;
    padding: 5px;
    border-radius: 4px!important;
}
.option-select {
  margin-bottom: 0;
  margin-top: 20px;
}
#custom-options-label {
    font-size: 15px!important;
    color: #333;
    margin: 20px 0 5px!important;
    font-weight: normal!important;
    display: inline-block;
}
#custom-options-select {
  padding: 5px!important;
  border-radius: 4px!important;
  border: 1px solid #7d7d7d!important;
}
#custom-options-input {
  padding: 5px!important;
  border-radius: 4px!important;
  border: 1px solid #7d7d7d!important;
}
#custom-options-checkbox-input {
  border: 1px solid #7d7d7d!important;
}
.cart-area .inline {
      display: flex;
    flex-direction: column;
}
.cartin {
  margin-top: 30px;
}
.product-description-headding {
  font-size: 18px!important;
}

.item-description-list {
  list-style: none;
}
.item-description-list li {
      position: relative;
    padding-left: 20px;
  margin-bottom: 7px;
}
.item-description-list li:before {
        content: "";
    width: 8px;
    height: 8px;
    border: solid 1px;
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 0;
}
.item-description-banner {
      list-style: none;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    width: 78%;
}
.item-description-banner li {
   width: 48%;
}
.item-description-banner li img {
   width: 100%;
}
.download-banner {
      display: block;
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
}
.red {
  color: #be2e2e;
}

@media screen and (max-width:768px) { 
  .item-description-banner {
    width: 100%;
}
}

/* ===========================
   ¾¦ÉÊ²èÁü Ìð°õ
=========================== */

.photo-column{
    position:relative;
}
#page-detail .main-photo-wrap{
    position:relative;
}
.product-picture-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;

    width:34px;
    height:66px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(0,0,0,.28);
    border:none;
    cursor:pointer;
    transition:.2s;
}

.product-picture-prev{
    left:0;
    border-radius:0 35px 35px 0;
}

.product-picture-next{
    right:0;
    border-radius:35px 0 0 35px;
}

.product-picture-arrow:hover{
    background:rgba(0,0,0,.10);
}

.product-picture-arrow svg{
    width:12px;
    height:20px;
}

.product-picture-arrow path{
    fill:none;
    stroke:#fff;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* ===========================
   ¥¹¥Þ¥Û
=========================== */

@media screen and (max-width:768px){

.product-picture-arrow{
    width:24px;     /* PC¤ÎÌó70% */
    height:46px;
}

.product-picture-prev{
    border-radius:0 23px 23px 0;
}

.product-picture-next{
    border-radius:23px 0 0 23px;
}

.product-picture-arrow svg{
    width:9px;
    height:15px;
}

}