@charset "utf-8";
/* CSS Document */
#sec_price .table02 {
  width: 100%;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
}
#sec_price .table02 th,#sec_price .table02 td{
  vertical-align: middle;
  border-bottom: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  padding: 12px 10px;
}
#sec_price .table02 th{
  font-weight: 500;
  text-align: center;

}
#sec_price .table02 th {
  background-color: #ffb7b7;
}
#art_price-room .table02 th,#art_price-kenshin .table02 th,#art_price-text  .table02 th{
  width: 100px;
}
#sec_price .table02 td {
  background-color:#FAF7F4;
}
@media screen and (max-width: 749px) {
#sec_price .table02 th{
	text-align: left;
}
}