/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
#list table {
  width: 100%; }
  #list table th, #list table td {
    padding: 10px;
    text-align: center; }
  #list table tr > td:nth-child(2),
  #list table tr > td:nth-child(3) {
    border-left: solid 1px #e5e5e5; }
  #list table th {
    border-top: solid 1px #333;
    border-bottom: solid 2px #333; }
    #list table th:nth-child(2), #list table th:nth-child(3) {
      border-left: solid 1px #e5e5e5; }
    #list table th span {
      display: inline-block;
      border-bottom: solid 2px yellow;
      line-height: 1; }
  #list table td {
    border-bottom: solid 1px #e5e5e5; }
  #list table tr:nth-child(odd) td {
    background: url(/assets/images/common/bg_dot_05.gif); }

@media screen and (min-width: 641px) {
  /* pc */
  h3#kengaku {
    margin: 0;
    padding: 0;
    background: url(/assets/images/admission/event/ic_kengaku.png);
    width: 110px;
    height: 110px;
    text-indent: -999em; } }
  @media screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 641px) and (min-resolution: 1.5dppx) {
    h3#kengaku {
      background: url(/assets/images/admission/event/ic_kengaku@2x.png);
      background-size: 110px 110px; } }

ul.bxslider li {
  padding-top: 1px; }

ul.still li {
  float: left;
  width: 48%;
  margin-right: 4%; }
  ul.still li img {
    width: 100%;
    height: auto; }
ul.still li:nth-child(2) {
  margin-right: 0px; }
