@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ GRID ↓---------- */
#main div.grid ul, div.grid li {
  list-style-type: none;
}

#main div.grid ul:after {
  content: "";
  clear: both;
  display: block;
}

#main div.grid ul li {
  float: left;
  font-size: 90%;
  width: 23.3%;
  margin-right: 0;
  margin-bottom: 1px;
  text-align: center;
}

#main div.grid ul li:last-child {
  width: 40%;
  margin-right: 0;
}






/* ----------↓ #oral ↓---------- */
/* ----------↓ TABLE ↓---------- */
#oral table.treat {
  width: 100%;
  margin-bottom: 2em;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#oral table.treat th:first-child {
  width: auto;
}

#oral table.treat th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}

#oral table.treat th:last-child {
  border-right: 1px solid #CCCCCC;
}

#oral table.treat td.cp {
  text-align: left;
  padding: 8px 8px 8px 15px;
  background-color: #EEEEEE;
}

#oral table.treat td.ope {
  text-align: left;
  padding: 8px 8px 8px 15px;
  background-color: #FFFFFF;
}

#oral table.treat td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#oral table.treat th.w-7 {
  width: 7em;
}