@charset "utf-8";
/* CSS Document */


#itemDetail-wrap .description .item-spec table {
  border-collapse: collapse;
}

#itemDetail-wrap .description .item-spec table th,
#itemDetail-wrap .description .item-spec table td {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 20px;
  line-height: 1.6;
}

#itemDetail-wrap .description .item-spec table tbody th {
  background: #ea5513;
  color: #fff;
  text-align: center;
  width: 15%;
}

#itemDetail-wrap .description .item-spec table tbody td {
  width: 85%;
}

.item-spec p {
    margin: 50px 0 40px;
}

@media(max-width:960px){
	
.item-spec p {
    margin: 20px 0 40px;
}
	
}

@media(max-width:768px){
.item-spec p {
    margin: 0px 0 30px;
}
	
#itemDetail-wrap .description .item-spec table th,
#itemDetail-wrap .description .item-spec table td {
  padding: 15px;
}

#itemDetail-wrap .description .item-spec table tbody th {
  width: 20%;
}

#itemDetail-wrap .description .item-spec table tbody td {
  width: 80%;
}
	
}

@media(max-width:768px){
	
#itemDetail-wrap .description .item-spec table tbody th {
  width: 25%;
}

#itemDetail-wrap .description .item-spec table tbody td {
  width: 75%;
}

}

@media(max-width:480px){
	
#itemDetail-wrap .description .item-spec table th,
#itemDetail-wrap .description .item-spec table td {
  padding: 10px;
}

#itemDetail-wrap .description .item-spec table tbody th {
  width: 30%;
}

#itemDetail-wrap .description .item-spec table tbody td {
  width: 70%;
}

}
