@charset "UTF-8";





.priceList {
}

.priceList table {
  width:100%;
  border:1px solid #E6DFD5;
  margin-bottom:10px;
}
  
  .priceList th,
  .priceList td {
    font-weight:normal;
    padding:5px 10px;
    border:1px solid #D4C8B7;
  }
  
  .priceList .doubleBorder {
    border-top:3px double #E6DFD5;
  }
  
  .priceList .tableHead th {
    font-weight:bold;
    background-color:#FBEBD3;
  }
  
  .priceList th {
    background-color:#FBF7F1;
  }
  
  .priceList td {
    text-align:center;
  }



.clubDetail {
}
  
  .clubDetail .shopPhoto li {
    float:left;
    margin-right:15px;
    margin-right:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'0px':'15px');
  }
  
  .clubDetail .shopPhoto li:last-child {
    margin-right:0px;
  }
    
    .clubDetail .shopPhoto li img {
      border:1px solid #E6DFD5;
    }
  
  .clubDetail table {
    width:100%;
    border:1px solid #E6DFD5;
    margin-bottom:10px;
  }
    
    .clubDetail th,
    .clubDetail td {
      padding:5px 10px;
      border:1px solid #D4C8B7;
    }
    
    .clubDetail .doubleBorder {
      border-top:3px double #E6DFD5;
    }
    
    .clubDetail th {
      background-color:#FBF7F1;
    }
    
    .clubDetail td {
    }