@charset "utf-8";

/* ----------------------------------------
 inside-cart
------------------------------------------- */
#inside-cart table{
width: 100%;
box-sizing: border-box;
}
#inside-cart table thead th {
    color: #000;
    background-color: #e7e4b7;
	border: 1px solid #aaaaaa;
    font-weight: normal;
    font-size: 1.5rem;
	padding: 5px;
}
#inside-cart table tbody td {
    color: #000;
    background-color: #fff;
	border: 1px solid #aaaaaa;
    font-weight: normal;
    font-size: 1.5rem;
	padding: 5px;
}
#inside-cart table tfoot th {
    color: #000;
    background-color: #e7e4b7;
	border: 1px solid #aaaaaa;
    font-weight: normal;
    font-size: 1.5rem;
	padding: 5px;
}
#inside-cart .upbutton{
margin-bottom: 20px;
padding-right: 0!important;
}
#inside-cart .upbutton input[type="submit"]{
  border: 1px solid #aaa;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
#inside-cart input.delButton {
  border: 1px solid #aaa;
  background-color: #eee;
  border-radius: 5px;
  padding: 2px 10px!important;
}
.send input[type="button"]{
  border: 1px solid #aaa;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.send input[type="submit"]{
  border: 1px solid #aaa;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.send {
  border-top-color: #aaa!important;
}
/* ----------------------------------------
 inside-cart
------------------------------------------- */
.header_explanation {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
#customer-info table{
width: 100%;
box-sizing: border-box;
}
#customer-info table th {
    color: #000;
    background-color: #e7e4b7;
	border: 1px solid #aaaaaa;
	font-size: 1.3rem;
    font-weight: bold;
	padding: 10px;
}
#customer-info table tbody td {
    color: #000;
    background-color: #fff;
	border: 1px solid #aaaaaa;
	font-size: 1.2rem;
    font-weight: normal;
	padding: 10px;
}
#customer-info table select{
font-size: 1.4rem;
padding: 7px;
}
#customer-info table input{
font-size: 1.4rem;
padding: 7px;
}
/* ----------------------------------------
 delivery-info
------------------------------------------- */
#delivery-info table{
width: 100%;
box-sizing: border-box;
}
#delivery-info table th {
    color: #000;
    background-color: #e7e4b7;
	border: 1px solid #aaaaaa;
	font-size: 1.3rem;
    font-weight: bold;
	padding: 10px;
}
#delivery-info table tbody td {
    color: #000;
    background-color: #fff;
	border: 1px solid #aaaaaa;
	font-size: 1.3rem;
    font-weight: normal;
	padding: 10px;
}
#delivery-info table select{
font-size: 1.3rem;
padding: 7px;
}
#delivery-info table input{
font-size: 1.3rem;
padding: 7px;
}
#delivery-info dt{
font-size: 1.4rem!important;
font-weight: bold;
}
#delivery-info dd{
font-size: 1.2rem!important;
font-weight: normal;
}
/* ----------------------------------------
 info-confirm
------------------------------------------- */
#info-confirm #cart_table{
width: 100%;
box-sizing: border-box;
margin-bottom: 30px!important;
}
#info-confirm #cart_table tbody td:nth-child(1){
display: none;
}
#info-confirm #cart_table tbody td:nth-child(2){
display: none;
}
#info-confirm #cart_table tbody td:nth-child(4){
display: none;
}
#info-confirm #cart_table tbody td:nth-child(7){
display: none;
}
#info-confirm #cart_table th {
    color: #000;
    background-color: #e7e4b7;
	border: 1px solid #aaaaaa;
    font-weight: normal;
    font-size: 1.5rem;
	padding: 5px;
}
#info-confirm #cart_table td {
    color: #000;
    background-color: #fff;
	border: 1px solid #aaaaaa;
    font-weight: normal;
    font-size: 1.5rem;
	padding: 5px;
}
#info-confirm #point_table{
width: 100%;
box-sizing: border-box;
margin-bottom: 30px!important;
}
#info-confirm #point_table th {
    color: #000;
    background-color: #e7e4b7;
	border: 1px solid #aaaaaa;
    font-weight: normal;
    font-size: 1.5rem;
	padding: 5px;
}
#info-confirm #point_table td {
    color: #000;
    background-color: #fff;
	border: 1px solid #aaaaaa;
    font-weight: normal;
    font-size: 1.5rem;
	padding: 5px;
}
#info-confirm #confirm_table{
width: 100%;
box-sizing: border-box;
margin-bottom: 30px!important;
}
#info-confirm #confirm_table th {
    color: #000;
    background-color: #e7e4b7;
	border: 1px solid #aaaaaa;
	font-size: 1.3rem;
    font-weight: bold;
	padding: 10px;
}
#info-confirm #confirm_table td {
    color: #000;
    background-color: #fff;
	border: 1px solid #aaaaaa;
	font-size: 1.3rem;
    font-weight: normal;
	padding: 10px;
}
#info-confirm #confirm_table .ttl td {
    color: #fff;
    background-color: #5f4a1a;
	border: 1px solid #aaaaaa;
	font-size: 1.3rem;
    font-weight: bold;
	padding: 10px;
}
#info-confirm #confirm_table .ttl td h3{
    color: #fff;
	font-size: 1.3rem;
    font-weight: bold;
}
/* ----------------------------------------
 memberpages
------------------------------------------- */
#memberpages input[type="submit"]{
  border: 1px solid #aaa;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
/* ----------------------------------------
 guide
------------------------------------------- */
#guide table{
width: 100%;
line-height: 1.5;
}
#guide table th{
box-sizing: border-box;
border-bottom: 1px solid #bd9434;
width: 20%;
padding: 10px;
}
#guide table td{
box-sizing: border-box;
border-bottom: 1px solid #bd9434;
padding: 10px;
}

#fee table{
width: 100%;
line-height: 1.5;
}
#fee table th,#fee table td{
box-sizing: border-box;
border: 1px solid #bd9434;
width: 25%;
text-align: center;
padding: 10px;
}
#fee table thead th,#fee table thead td{
background-color: #e7e4b7;
}

#carriage table{
width: 100%;
line-height: 1.5;
margin-bottom: 10px;
}
#carriage th,#carriage table td{
box-sizing: border-box;
border: 1px solid #bd9434;
width: 16.6%;
text-align: center;
padding: 5px;
}
#carriage table thead th,#carriage table thead td{
background-color: #e7e4b7;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
/* ----------------------------------------
 cart-box
------------------------------------------- */
#inside-cart table thead th {
    font-size: 1.3rem;
	padding: 5px;
}
#inside-cart table tbody td {
    font-size: 1.3rem;
	padding: 5px;
}
#inside-cart table tfoot th {
    font-size: 1.3rem;
	padding: 5px;
}
.usccart_navi ol li{
font-size: 1.0rem;
}
#inside-cart .upbutton{
font-size: 1.1rem;
}
/* ----------------------------------------
 inside-cart
------------------------------------------- */
#customer-info table th {
	font-size: 1.1rem;
	padding: 6px;
}
#customer-info table td {
	font-size: 0.8rem;
	padding: 6px;
}
#customer-info table select{
font-size: 1.1rem;
padding: 6px;
}
#customer-info table input{
font-size: 1.1rem;
padding: 6px;
}
/* ----------------------------------------
 #delivery-info
------------------------------------------- */
#delivery-info table th {
	font-size: 1.1rem;
	padding: 6px;
}
#delivery-info table td {
	font-size: 0.8rem!important;
	padding: 6px;
}
#delivery-info table select{
font-size: 1.1rem;
padding: 6px;
}
#delivery-info table input{
font-size: 1.1rem;
padding: 6px;
}
#delivery-info dt{
font-size: 1.2rem!important;
}
#delivery-info dd{
font-size: 1.0rem!important;
}

/* ----------------------------------------
 guide
------------------------------------------- */
#guide table{
width: 100%;
line-height: 1.5;
}
#guide table th{
display: block;
width: 100%;
border-bottom: 1px dotted #bd9434;
background-color: #e7e4b7;
padding: 10px;
}
#guide table td{
display: block;
width: 100%;
padding: 10px;
}

}