@charset "UTF-8";

@media screen and (min-width:600px) and (max-width:900px){
#led_img + .contents_box01 .inner_item_img img {
    width: 60% !important;
}
}

#table + div table th {
  background-color: #ffffff;
}
#table + div table td {
  font-weight: 600;
}

@media screen and (max-width: 900px){
#image + section .wrapper_item .inner_item_img img {
  width: 55% !important;
}
}
@media screen and (max-width: 600px){
#image + section .wrapper_item .inner_item_img img {
  width: 100% !important;
}
}

@media screen and (max-width: 500px){
table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}