/******************************************************

    thin     font-weight:100;
    Light     font-weight:200;
    DemiLight font-weight:300;
    Regular   font-weight:400;
    Medium   font-weight:500;

******************************************************/
.grayBox {
  padding: 10px;
  width: auto;
  overflow: hidden;
  background: #f8f8f8;
  color: #07679b; }
  .grayBox strong {
    color: #4f8e21;
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 10px; }
  .grayBox .centerArrow {
    text-align: center;
    display: block; }
    .grayBox .centerArrow span {
      font-size: 40px;
      color: #8faec7; }

.menu_tbl {
  width: 100%;
  text-align: left; }
  .menu_tbl tr {
    border-bottom: 1px solid #ccc; }
    .menu_tbl tr:first-child {
      border-top: 1px solid #ccc; }
    .menu_tbl tr:last-child {
      border-bottom: none; }
    .menu_tbl tr th {
      padding: 8px;
      color: #666;
      background: #e3eddb; }
    .menu_tbl tr td {
      padding: 8px;
      border-left: 1px solid #ccc;
      text-align: right;
      vertical-align: middle; }
      .menu_tbl tr td.colspan {
        border-left: none;
        text-align: left;
        color: #666;
        font-weight: normal; }
  .menu_tbl.menu_tbl01 th {
    width: 100px; }
  .menu_tbl.menu_tbl02 th {
    width: 100px; }
