@charset "UTF-8";

.ic_table tr th,
.ic_table tr td {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ic_table tr th:last-child,
.ic_table tr td:last-child {
  border-right: none;
}

.bgc_kyodo {
  background-color: #eaf0f9;
}

.bgc_kogata {
  background-color: #fef4e0;
}

.bgc_home {
  background-color: #edf3d1;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
.ic_table, .ic_table tr th, .ic_table tr td { border: none !important;}
.bgc_kyodo, .bgc_kogata, .bgc_home { background-color:transparent !important;}
}