
/* edit画面共通 */

a { color: #e77b25; text-decoration: underline;}
a:hover { color: #e77b25; text-decoration: none;}

table {
      width:  100%; */
      border-collapse:collapse;
      border:solid 1px #BBBBBB;
      border-spacing: 0px;
      margin-bottom: 6px;
      line-height: 16px;
      font-size-adjust:none;
}

table.fix{
    table-layout:fixed;
}

th {
      font-size:   12px;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      font-weight: bold;
      border:solid 1px #BBBBBB;
      padding:0.1em 0.3em;
      background-color: #EEEEEE;
}

td {
      font-size:   12px;
      line-height: 20px;
      height: 24px;
      text-align: center;
      vertical-align: middle;
      font-weight:normal;
      border:solid 1px #BBBBBB;
      font-family: "ＭＳ ゴシック","Osaka";
      padding:0.3em 0.3em;
}


