@charset "utf-8";

/* CSS Document */

/* -------------------------------------------------

reportArea

------------------------------------------------- */

#reportArea {
  width: 100%;
}

.reportBox {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.reportBox .title {
  width: 100%;
  padding-top: 10px;
}

.reportBox .title .data {
  padding: 0 10px 0 0;
  font-weight: bold;
}

/* PC */
@media screen and (min-width:769px) {
}

/* Tablet */
@media screen and (max-width:768px) {
}
