#contents.second .head {
  background: #2C88B4;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
#contents.second .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
#contents.second .description {
  padding-left: 15px;
  margin-bottom: 40px;
}
#contents.second .description b {
  font-weight: bold;
}
#contents.second .description .red {
  color: #e7326d;
}
#contents.second .re-calculation {
  float: right;
  margin-bottom: 20px;
}
#contents.second .re-calculation .custom {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
#contents.second .re-calculation .custom select{
  width: auto;
}
#contents.second .dispatch {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  clear: both;
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 20px;
}
#contents.second .dispatch-caption {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
#contents.second .dispatch--checkbox {
  float: right;
  font-size: 14px;
}
#contents.second .dispatch--checkbox-title {
  font-weight: bold;
}
#contents.second .cart-area {
  border-bottom: 1px solid #444444;
  margin-bottom: 60px;
}
#contents.second .cart-list {
  margin-bottom: 45px;
  overflow: hidden;
}
#contents.second .cart-list h4 {
  font-size: 16px;
  float: left;
}
#contents.second .cart-list .shipping-method {
  float: right;
  background-color: #f5f5f5;
  overflow: hidden;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 1px;
}
#contents.second .cart-list .shipping-method input {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#contents.second .cart-list .shipping-method-title {
  float: left;
  width: 160px;
  padding-left: 15px;
}
#contents.second .cart-list .shipping-method-ul {
  float: left;
  margin-right:10px;
}
#contents.second .cart-list .shipping-method-ul li {
  float: left;
  padding-right: 5px;
}
#contents.second .cart-list .shipping-method-ul li:first-child {
  padding-right: 30px;
}
#contents.second .cart-list-table {
  clear: both;
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 10px;
}
#contents.second .cart-list-table table.pc {
  border-collapse: collapse;
  width: 100%;
  display: table;
}
#contents.second .cart-list-table table.pc th, #contents.second .cart-list-table table.pc td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
#contents.second .cart-list-table table.pc th {
  background-color: #eee;
  font-weight: bold;
}
#contents.second .cart-list-table table.pc td {
  background-color: #fff;
  font-size: 14px;
}
#contents.second .cart-list-table table.pc td:nth-child(1) {
  font-size: 16px;
  line-height: 18px;
  width: 62%;
}
#contents.second .cart-list-table table.pc td:nth-child(2) {
  text-align: right;
  width: 15%;
}
#contents.second .cart-list-table table.pc td:nth-child(3) {
  text-align: center;
  width: 8%;
}
#contents.second .cart-list-table table.pc td:nth-child(3) input {
  width: 2em;
  text-align: center;
  font-size: 14px;
}
#contents.second .cart-list-table table.pc td:nth-child(4) {
  text-align: right;
  width: 15%;
}
#contents.second .cart-list-table table.pc td a:link ,
#contents.second .cart-list-table table.pc td a:visited ,
#contents.second .cart-list-table table.pc td a:hover ,
#contents.second .cart-list-table table.pc td a:active {
  color: #00479d;
  text-decoration: underline;
}
#contents.second .cart-list-table table.pc .none {
  color:#ff5555;
  font-size: 12px;
  font-weight: bold;
}
#contents.second .cart-list-table table.pc .btn {
  float: right;
}
#contents.second .cart-list-table table.pc .item_delete button{
  margin-left: 15px;
}
#contents.second .cart-list-price {
  float: right;
  margin-right: 35px;
}
#contents.second .cart-list-price table {
  width: 280px;
}
#contents.second .cart-list-price table th {
  text-align: left;
}
#contents.second .cart-list-price table td {
  text-align: right;
}
#contents.second .cart-list-price .discount th, #contents.second .cart-list-price .discount td {
  color: #ff5555;
}
#contents.second .cart-list-price .postage th, #contents.second .cart-list-price .postage td {
  padding: 0 0 5px;
}
#contents.second .cart-list-price .total th, #contents.second .cart-list-price .total td {
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}
#contents.second .total-price {
  margin: 0 auto;
  width: 880px;
  position: relative;
  background-color: #2C88B4;
  overflow: hidden;
}
#contents.second .total-price .total-price-title {
  width: 328px;
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents.second .total-price table {
  float: right;
  width: 552px;
  border-collapse: collapse;
}
#contents.second .total-price table tr th, #contents.second .total-price table tr td {
  border: 1px solid #444444;
  padding: 10px 15px;
}
#contents.second .total-price table tr th {
  background-color: #f1f9f8;
  text-align: left;
}
#contents.second .total-price table tr td {
  text-align: right;
  background-color: #fff;
}
#contents.second .total-price table .discount th, #contents.second .total-price table .discount td {
  color: #ff5555;
}
#contents.second .total-price table .total th, #contents.second .total-price table .total td {
  font-weight: bold;
}
#contents.second .total-price table .total td span.jpyen {
  font-weight: bold;
}
#contents.second .jpyen_txt{
  width: 880px;
  color: #cc0000;
  font-weight: bold;
  margin: 10px auto 0;
}
#contents.second .jpyen_rate{
  width: 880px;
  color: #cc0000;
  font-weight: bold;
  margin: 10px auto 0;
}
#contents.second .confirmation {
  margin: 20px auto 0;
  width: 880px;
}
#contents.second .confirmation p.note {
  margin-bottom: 5px;
}
#contents.second .confirmation textarea {
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  height: 150px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding: 10px 10px 0;
  width: 880px;
}
#contents.second .confirmation p.consent {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 15px;
  text-align: center;  
}
#contents.second .confirmation p.consent input {
  margin-right: 5px;
}
#contents.second .submitbtn {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
#contents.second .cart_empty {
  text-align: center;
  padding: 20px 0;
  background-color: #FFF;
  border: solid 1px #ff5555;
  color: #ff5555;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #contents.second .contentspace {
    margin-left: 10px;
    margin-right: 10px;
  }
  #contents.second .head {
    background: #2C88B4;
    box-sizing: border-box;
    padding: 12px 15px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #contents.second .head h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    float: left;
  }
  #contents.second p.description {
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom:15px;
  }
  #contents.second .re-calculation {
    float: none;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: right;
  }
  #contents.second .re-calculation .custom {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 0;
    text-align: right;
    vertical-align: middle;
    width: 98%;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #contents.second .re-calculation .custom select {
      width: 100%;
  }
  #contents.second .dispatch {
    clear: both;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #contents.second .dispatch-caption {
    float: none;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
  }
  #contents.second .dispatch--checkbox {
    float: none;
    font-size: 13px;
  }
  #contents.second .dispatch--checkbox-title {
    font-weight: bold;
  }
  #contents.second .cart-list h4 {
    font-size: 25px;
    line-height: 1.8;
    float: none;
  }
  #contents.second .cart-list .shipping-method {
    padding: 10px;
    float: none;
    margin-bottom: 5px;
  }
  #contents.second .cart-list .shipping-method-title {
    float: none;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
  }
  #contents.second .cart-list .shipping-method-ul {
    float: none;
    font-size: 15px;
  }
  #contents.second .cart-list .shipping-method-ul li {
    float: none;
  }
  #contents.second .cart-list-table {
    padding: 10px;
    margin-bottom: 0;
  }
  #contents.second .cart-list-table table.pc {
    display: none;
  }
  #contents.second .cart-list-table .spcarttable {
    overflow: hidden;
  }
  #contents.second .cart-list-table .spcarttable .spitemlist {
    background-color: #fff;
    margin-bottom: 1px;
    padding: 10px;
    overflow: hidden;
  }
  #contents.second .cart-list-table .spcarttable .itemname {
    font-size: 18px;
  }
  #contents.second .cart-list-table .spcarttable .itemname a:link ,
  #contents.second .cart-list-table .spcarttable .itemname a:visited ,
  #contents.second .cart-list-table .spcarttable .itemname a:hover ,
  #contents.second .cart-list-table .spcarttable .itemname a:active {
    color: #00479d;
    text-decoration: underline;
  }
  #contents.second .cart-list-table .spcarttable .itemname .none {
    color: #f00;
    font-size: 13px;
    font-weight: bold;
  }
  #contents.second .cart-list-table .spcarttable .num {
    font-size: 18px;
    text-align: center;
  }
  #contents.second .cart-list-table .spcarttable .num input {
    line-height: 28px;
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    text-align: center;
  }
  #contents.second .cart-list-table .spcarttable .num button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 35px;
    font-size: 20px;
    color: #888;
  }
  #contents.second .cart-list-table .spcarttable .price {
    font-size: 15px;
    line-height: 1.7;
    padding: 10px 0 0;
  }
  #contents.second .cart-list-table .spcarttable .price table {
    float: right;
  }
  #contents.second .cart-list-table .spcarttable .price table th {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
  }
  #contents.second .cart-list-table .spcarttable .price table td {
    text-align: right;
  }
  #contents.second .cart-list-table .spcarttable .delete {
    margin: 10px 0;
    text-align: center;
  }
  #contents.second .cart-list-price {
    background-color: #f5f5f5;
    float: none;
    padding: 0 20px 10px 10px;
    overflow: hidden;
    margin-right: 0;
    font-size: 18px;
    line-height: 1.7;
  }
  #contents.second .cart-list-price table {
    float: right;
  }
  #contents.second .total-price {
    width: auto;
  }
  #contents.second .total-price .total-price-title {
    text-align: center;
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
  #contents.second .total-price table {
    width: 100%;
  }
  #contents.second .total-price table th, #contents.second .total-price table td {
    width: 50%;
    font-size: 18px;
  }
  #contents.second .confirmation {
    width: auto;
  }
  #contents.second .confirmation p.note, #contents.second .confirmation p.consent {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #contents.second .confirmation p.note {
    font-size: 15px;
  }
  #contents.second .confirmation p.consent {
      font-size: 20px;
      line-height: 1.7;
  }
  #contents.second .confirmation textarea {
    width: 100%;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents.second .cart_empty {
    margin-left: 3%;
    margin-right: 3%;
  }
}

#contents.second .section-box{
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents.second .btn.point_button{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #contents.second .section-box{
    margin-bottom: 30px;
  }

}

#contents table.info {
  width: 100%;
}
#contents table.info tr th, #contents table.info tr td {
  padding: 15px;
  border: 1px solid #ddd;
}
#contents table.info tr th {
  background: #eee;
  text-align: left;
  width: 250px;
}
@media screen and (max-width: 767px) {
  #contents table.info {
    width: 100%;
  }
  #contents table.info tr th, #contents table.info tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents table.info tr td input {
    margin: 0;
  }
  #contents table.info tr td input.name, #contents table.info tr td input.name1, #contents table.info tr td input.address, #contents table.info tr td input.phone, #contents table.info tr td input.mail {
    width: 100%;
    box-sizing: border-box;
  }
  #contents table.info tr td input.address1 {
    width: 100%;
  }
  #contents table.info tr td p span {
    display: block;
  }
  #contents table.info tr td p.post a {
    margin: 8px 0 5px 14px;
  }
  #contents table.info tr td label span {
    vertical-align: text-bottom;
  }
}

#contents table.info table{
  width: 100%;
}
#contents table.info tr td dl {
  display: inline;
  overflow: hidden;
}
#contents table.info tr td dl.two_col dt, 
#contents table.info tr td dl.two_col dd {
  padding: 0 15px 10px 0;
}
#contents table.info tr td dl.two_col dt {
  width: 200px;
  float: left;
}
#contents table.info tr td dl.two_col dd {
  width: 100%;
}
#contents table.info tr td table.non_border tr, 
#contents table.info tr td table.non_border td {
  border-style: none;
  padding: 0 15px 10px 0;
}
#contents table.info tr td table.non_border td.w200{
  width: 200px;
}
#contents table.info tr td table.non_border td.back_indent{
  text-indent: -10px;
}

#contents table.payment tr td.outline{
  width: auto;
}
#contents table.payment tr td.outline dt,
#contents table.payment tr td.outline dd{
  display: inline-block;
  vertical-align:middle;
  padding-right: 5px;
}
#contents table.payment tr td.outline dt p,
#contents table.payment tr td.outline dd p{
  margin: 0;
}
@media screen and (max-width: 767px) {
  #contents table.info tr td dl.two_col dt, 
  #contents table.info tr td dl.two_col dd {
    padding:0 0 10px 0;
  }
  #contents table.info tr td dl.two_col dt {
    display: block;
    font-weight: bold;
    float: none;
    padding-bottom: 5px;
    width: auto;
  }
  #contents table.info tr td dl.two_col dd {
    width: 100%;
  }
  #contents table.info tr td table.non_border tr,
  #contents table.info tr td table.non_border td {
      width: auto;
  }
  #contents table.info tr td table.non_border td.w200{
    width: 80px;
  }
  #contents table.payment tr td.outline{
    width:100%;
  }
}

.cart_erros {
  box-sizing: border-box;
  background-color: #ffe3e1;
  border: 1px solid #c33;
  text-indent: 6px;
  padding: 10px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cart_erros {
    margin-left: 3%;
    margin-right: 3%;
  }
}
