/*========================================================*/
/*  CLASS STYLES */
/*========================================================*/
html,
body {
  height: 100%;
  min-width: 100%;
  min-height: 600px;
}

.clearfix:after, .contents-container .item-list > li:after {
  content: "";
  clear: both;
  display: block;
}

.btns {
  display: inline-block;
  color: #fff;
  background: #400000;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  margin-top: .5em;
}

.btns:hover {
  text-decoration: none;
  background: #800000;
  color: #fff;
}

h4 {
  font-size: 16px;
  padding-left: 22px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #200000;
  margin-bottom: 25px;
  background: url("/assets/images/head-h4.png?vac904bb1d34da5a33936d602d3fa2b13") no-repeat;
}

/*========================================================*/
/*  STYLES */
/*========================================================*/
.contents-container #page-title h2 {
  width: 240px;
}

.contents-container .local-navi {
  text-align: center;
  margin-bottom: 2em;
}

.contents-container .local-navi .sub-navi {
  text-align: center;
  display: inline-block;
}

.contents-container .local-navi .sub-navi li {
  display: inline;
  padding: 2px 8px;
  text-align: left;
}

.contents-container .local-navi .sub-navi li:after {
  display: inline;
  content: '|';
  margin-left: 16px;
}

.contents-container .local-navi .sub-navi li:last-child:after {
  display: none;
}

.contents-container .local-navi .sub-navi li a {
  color: #200000;
}

.contents-container .item-list {
  padding: 0 20px;
}

.contents-container .item-list > li {
  padding: 0 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #200000;
  box-sizing: border-box;
  width: 100%;
}

.contents-container .item-list > li:last-child {
  border-bottom: none;
}

.contents-container .item-list > li .table {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}

.contents-container .item-list > li .item-image {
  display: table-cell;
  vertical-align: top;
  width: 172px;
}

.contents-container .item-list > li .item-image img {
  border: 1px solid #700000;
}

.contents-container .item-list > li .disc-info {
  display: table-cell;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
  padding-bottom: 40px;
}

.contents-container .item-list > li .disc-info h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.contents-container .item-list > li .disc-info .item-info .price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.contents-container .item-list > li .disc-info .show-detail {
  display: inline-block;
  color: #fff;
  background: #400000;
  border-radius: 4px;
  padding: 6px 8px;
  margin-top: .5em;
}

.contents-container .item-list > li .disc-info .show-detail:hover {
  text-decoration: none;
  background: #800000;
}

.contents-container .item-list > li .disc-info form {
  position: absolute;
  bottom: 0;
  left: 18px;
}

.cart-list {
  border-collapse: collapse;
  border: 1px solid #200000;
  width: 80%;
  margin: 0 auto;
}

.cart-list th,
.cart-list td {
  border: 1px solid #200000;
  padding: 8px;
  box-sizing: border-box;
}

.cart-list thead th {
  width: 50%;
  background: #300000;
  color: #fff;
}

.cart-list thead td {
  text-align: center;
  background: #300000;
  color: #fff;
}

.cart-list thead td.del {
  width: 5%;
}

.cart-list thead td.count {
  width: 5%;
}

.cart-list thead td.price_s {
  width: 10%;
}

.cart-list thead td.price {
  width: 10%;
}

.cart-list tbody th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.cart-list tbody td.del {
  text-align: center;
}

.cart-list tbody td.count {
  text-align: center;
}

.cart-list tbody td.price_s {
  text-align: right;
}

.cart-list tbody td.price {
  text-align: right;
}

.cart-list tfoot .line {
  height: 2px;
}

.cart-list tfoot .line td {
  height: 2px;
  padding: 0;
}

.cart-list tfoot th {
  text-align: right;
  font-weight: bold;
  background: #dcd4d4;
}

.cart-list tfoot td {
  text-align: center;
}

.cart-list tfoot td.price {
  text-align: right;
  font-weight: bold;
}

.btn-next {
  text-align: center;
  padding: 20px 0;
}

.btn-next ul {
  display: inline-block;
}

.btn-next ul li {
  display: inline-block;
  margin: 0 10px;
}

.btn-next ul li form {
  display: inline-block;
}

.attention {
  margin-bottom: 1em;
}

.attention span {
  color: #600000;
}

.checkout-form {
  width: 80%;
  margin: 0 auto;
}

.checkout-form ul li {
  padding: 8px 10px;
  border-bottom: 1px dotted #200000;
}

.checkout-form ul li dl dt {
  width: 210px;
  float: left;
  clear: left;
  text-align: right;
}

.checkout-form ul li dl dt span {
  color: #600000;
  font-size: 12px;
}

.checkout-form ul li dl dd {
  padding-left: 220px;
}

.checkout-form ul li dl dd input[type=text] {
  border-radius: 4px;
  padding: 4px;
  width: 75%;
  border: 1px solid #aaa5a5;
}

.checkout-form ul li dl dd input[type=text]#zip1 {
  width: 50px;
}

.checkout-form ul li dl dd input[type=text]#zip2 {
  width: 60px;
}

.checkout-form ul li dl dd textarea {
  width: 75%;
  border-radius: 4px;
  padding: 4px;
}

.checkout-form ul li dl dd select {
  padding: 4px;
  border-radius: 4px;
}

.checkout-form ul li dl dd select option {
  color: #000;
}

.form-title {
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
}

.inline {
  display: inline-block;
}

/*========================================================*/
/*  MEDIA QUERY */
/*========================================================*/
