.noticeBox2 {
  background-color: #fff;
  border: 2px solid #333;
  padding: 10px;
  margin-top: 15px;
  font-size: 13px;
}

input[type="radio"]{
  text-align: center;
  width:auto;
  height:auto;
}

.table_price {
  display: none;
}

.option_table br {
  display: none;
}

table#option_tbl {
	border: 1px #ccc solid;
   background-color: #fff;
}

table#option_tbl tr.stock_head {
   background-color: #ededed;
}

table#option_tbl th {
	border: 1px #ccc solid;
   background-color: #ededed;
  text-align: center;
}

table#option_tbl td {
	border: 1px #ccc solid;
  text-align: center;
}

.space img {
  padding:10px 5px 5px 5px;
}

.soldoutBtm {
  width:100%;
  padding: 10px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  font-size: 15px;
}

ul {
  padding:0;
}

#itemImageBox {
    width: 100%;
}

#itemImageBox p {
    margin-bottom: 20px;
}

#itemImageBox ul {
    list-style-type: none;
}
.itemImagePhoto {
    display: inline-block;
    background-color: rgba(0,0,0,0);
    padding: 0px;
}
#itemImageBox .itemImagePhoto li {
    float: left;
  	margin: 10px 10px 0 0;
}
#itemImageBox li img {
    width: 215px;
}

#itemSpec li{
    float: left;
    list-style-type: disc;
    list-style-position: inside;
    margin-right: 20px;
  	line-height: 150%;
}

#itemImageBox .itemAbout {
  font-size: 13px;
  margin-top: 20px;
  line-height: 180%;
}

table#specList{
    width: 100%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

table#specList td {
	border: 1px #ccc solid;
	text-align: center;
    padding: 3px;
  	background-color: #fff;
}

table#specList th {
	border: 1px #ccc solid;
   	background-color: rgba(0,0,0,0.1);
    padding: 3px;
    text-align: center;
}

@media screen and (max-width: 639px) {
  
  #itemImageBox .itemImagePhoto li {
    float: left;
  	margin: 10px 0 0 0;
}
  
#itemImageBox li img {
    width: 100%;
  	height: auto;
}
}