


#max960 {
  flex-wrap: wrap;
	max-width: 960px;
margin: 0 auto;
	text-align: left;

}


h1{
    background-color: #017F01;
    color: #FFFFFF;
    font-size: 1rem;
    padding: 10px;
    font-weight:bold;
	text-align:center;
}



TABLE.cart01 {
	padding: 5px;
	margin: 0;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}


TABLE.cart01 td {
	width:25%;
	border: 1px #cccccc solid;
	white-space: nowrap;
	color:#333333;
	padding: 20px 5px;
	font-size:0.9rem;
}


TABLE.cart02 {
	padding: 5px;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}



table.cart02 tr td:nth-of-type(1) {
	white-space: nowrap;
	width: 5px;
	font-size:0.9rem;
}


table.cart02 tr td:nth-of-type(2) {
	font-size:0.9rem;
}


table.cart02 tr td:nth-of-type(3) {
	white-space: nowrap;
	width: 5px;
	font-size:0.9rem;
}

table.cart02 tr td:nth-of-type(4) {
	white-space: nowrap;
	width: 5px;
}


table.cart02 tr td:nth-of-type(5) {
	white-space: nowrap;
	width: 5px;
	font-size:0.9rem;
}


table.cart02 tr td:nth-of-type(6) {
	white-space: nowrap;
	width: 5px;
	font-size:0.9rem;
}




TABLE.cart02 td {
	border: 1px #cccccc solid;
	color:#333333;
	padding:  5px;
}







TABLE.shop01 {
	padding: 5px;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}



TABLE.shop01 th{
	color:111;
	text-align:left;
	background-color: #D9FFD9;
	font-size:0.8rem;
	padding:2px 5px;
	white-space: nowrap;
	width: 50px;
	border-bottom: 1px #fff solid;
}

TABLE.shop01 td {
	background-color: #fff;
	border-bottom: 1px #fff solid;
	color:#333333;
	padding:10px 0 10px 5px;
}





/* 買物を続けるボタン */
A.continue{
  font-size:1rem;
  text-decoration:none;
  line-height:1rem;
  color: #ffffff;
  padding: 10px 30px;
  margin: 20px;
  display: inline-block;
  background: #FF9900;
  vertical-align: middle;
  border-radius: 25px;
}



div.none{display:none;}

.fs07{font-size:0.7rem;}
.fs08{font-size:0.8rem;}
.fs09{font-size:0.9rem;}
.fs11{font-size:1.1rem;}
.fs12{font-size:1.2rem;}
.fs15{font-size:1.5rem;}
.fs20{font-size:2.0rem;}
.fs25{font-size:2.5rem;}

.right{text-align:right;}
.left{text-align:left;}
.center{text-align:center;}

.red{color:#FF0000;}
.orange{color:orange;}
.yellow{color:yellow;}

.bold{font-weight:bold;}

