@charset "UTF-8";
/*! 各種特典制度 */
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html {
  height: 1%;
}

/*----------------------------------
content
----------------------------------*/

.tbl-tokuten01 {
  width: 100%;
}
.tbl-tokuten01 tr {
  border-bottom:1px solid #ddd;
}
.tbl-tokuten01 th,
.tbl-tokuten01 td {
  padding: 2%;
  box-sizing: border-box;
  border-right:1px solid #ddd;
}
.tbl-tokuten01 th {
  background: #e4e4e4;
  font-weight: bold;
  width:50%;
}
.tbl-tokuten01 td.left {

}
.tbl-tokuten01 td.tall {
  height:2em;
}
.tbl-tokuten01 td {
  background:#fff;
  width:49%;
}

.tbl-tokuten01 span.type {
  background:#2a73b7;
  color:#fff;
  padding:0 7px;
  margin-right:5px;
  display:inline-block;
}
.tbl-tokuten01 span.ruby {
  font-size:85%;
}
.tbl-tokuten01 span.emp {
  font-size:120%;
}

/*----------------------------------
共通
----------------------------------*/

