/* CSS Document */
@charset "utf-8";
.articleTitle {
  margin-bottom: 50px;
}
.pageContents {
    padding: 0 5px;
}
.priceTable {
  box-sizing: border-box;
  width: 100%;
  padding: 0px;
  margin-bottom: 50px;
}
.priceTable tbody {

}
.priceTable tr {
  border-bottom: dotted thin #3E82AD;
}
.priceTable th, .prcieTable td {
  padding: 0.5em;
}
.priceTable td {
  text-align: center;
}
.tableText_small {
  font-size: 70%;
}
.tableName {
    position: relative;
  font-size: 120%;
  margin-left: 0px;
    margin-bottom: 20px;
    background-color: #669CE5;
    padding: 10px;
    color: #fff;
}
.tableName:after {
    position: absolute;
    left:0;
    top:100%;
    content: "";
    border-bottom: 15px solid transparent;
    border-right: 20px solid #acacac;
}
.table-th-itemname {
    width: 50%;
}
.table-th-normalprice {
  text-align: center;
}
.table-th-deluxprice {
  text-align: center;
}
@media screen and (min-width:768px), print {
    .pageContents {
        padding:0 10px;
    }
}