/* Table
========================================================================== */
#page #contentsArea .dairiten-table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
  font-size: 1.17em;
}
#page #contentsArea .dairiten-table .opt-green {
  background: #094;
}
#page #contentsArea .dairiten-table .mod-link:first-child {
  display: inline-block;
}
#page #contentsArea .dairiten-table table {
  width: 100%;
  margin-bottom: 15px;
}
#page #contentsArea .dairiten-table table th,
#page #contentsArea .dairiten-table table td {
  word-break: break-all;
  word-wrap: break-word;
  padding: 12px 10px;
  border: 1px solid  #cecece;
  line-height: 1.6;
  vertical-align: middle;
}
#page #contentsArea .dairiten-table table th {
  background: #999;
  color: #fff;
}
#page #contentsArea .dairiten-table table thead th {
  text-align: center;
}
#page #contentsArea .dairiten-table table tbody {
  text-align: left;
}
#page #contentsArea .dairiten-table table tbody tr:first-child th {
  text-align: center;
  font-weight: bold;
  background: #999;
  color: #fff;
}
#page #contentsArea .dairiten-table table tbody th {
  background: #fff;
  color: #333;
  font-weight: 400;
}
#page #contentsArea .dairiten-table table tbody th a {
  font-weight: 400;
  color: #094;
}
#page #contentsArea .dairiten-table table tbody th a:hover {
  color: #333;
  text-decoration: none;
}
#page #contentsArea .dairiten-table table tbody th a.icn005 {
  padding: 0 15px 0 0;
  background: url(/library/default/img/parts/icon_window_bg01.png) no-repeat right center;
}
#page #contentsArea .dairiten-table table tbody td a.mapIcn {
  margin-top: 12px;
  padding-left: 12px;
  background: url(/library/default/img/parts/link_bg01.png) no-repeat 0 0.4em;
  color: #333;
  text-decoration: none;
}
#page #contentsArea .dairiten-table table tbody td a.mapIcn:hover {
  color: #094;
  text-decoration: underline;
}
