/* edit-table
---------------------------------------------------------------------------- */
/* line 472, ../sass/base.scss */
table.edit-table {
  width: 100%;
  margin: 0 auto 20px auto;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 480, ../sass/base.scss */
table.edit-table td.tdOdd, table.edit-table th.thOdd {
  background: #E8EEF9;
}
/* line 484, ../sass/base.scss */
table.edit-table td.tdOddGreen, table.edit-table th.thOddGreen {
  background: #E8F9F0;
}
/* line 487, ../sass/base.scss */
table.edit-table img.must {
  position: absolute;
  margin: 0 0 0 -200px;
  vertical-align: middle;
}

/* line 495, ../sass/base.scss */
table.edit-table th {
  padding: 10px;
  width: 200px;
  font-weight: bold;
  background: #FFFFFF;
  color: #333333;
  vertical-align: middle;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  text-align: right;
}

/* line 506, ../sass/base.scss */
table.edit-table td {
  padding: 10px;
  background: #ffffff;
  color: #333333;
  vertical-align: middle;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  text-align: left;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
    table.edit-table td {
        width: 50%;
    }
}

/* line 870, ../sass/base.scss */
.edit-table .width120 {
  width: 120px;
}

/* line 201, ../sass/base.scss */
div.text-category-block h3 {
  width: auto;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding: 5px 5px 5px 20px;
  margin: 10px 0 0 0;
  lihe-height: 1.4;
  background: url(../img/icon/icon_circle.gif) no-repeat 0 50%;
}
/* line 163, ../sass/base.scss */
div.sec h3,
div.sec2 h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding: 5px 5px 5px 20px;
  margin: 10px 0 0 0;
  lihe-height: 1.4;
  background: url(../img/icon/icon_circle.gif) no-repeat 0 50%;
}

/* スマホのサイズ */
@media screen and (max-width: 600px) {
  div.sec h3,
  div.sec2 h3 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

