@charset "utf-8";
.tsc_tables2_0 {
  font-size: 16px;
  line-height: 1.5em;
  overflow:hidden;
  border:2px solid #38A0D7;
  background:#fefefe;
  width:100%;
  margin-bottom:10px;
  border-radius:5px;
}
.tsc_tables2_0 th, .tsc_tables2_0 td {
  padding: 1.3rem;
}
.tsc_tables2_0 th {
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,1);
  background: linear-gradient(to bottom,  #fafcfb 0%,#d7dee3 50%,#f5f7f9 100%);
  border-bottom: solid 2px #38A0D7;
  text-align: center;
}
.tsc_tables2_0 td {
  border-top:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;
  background: linear-gradient(to bottom,  #fefefe 0%,#f9f9f9 100%);
  text-align: left;
}
.tsc_tables2_0 tr:nth-child(odd) td {
  background:#F5F6F8;
}

/* profile.php */
.tsc_tables2_0 .profile-profile-first {
  width:25%;
}
.tsc_tables2_0 .profile-play-first {
 width:38%;
}

/* system.php */
.tsc_tables2_0 .system-first {
  width:25%;
}
.tsc_tables2_0 .system-second {
 width:15%;
}

/* reserevation.php */
.tsc_tables2_0 .reservation-first {
  width:40%;
}

/* reserevation-conf.php */
.tsc_tables2_0 .reservation-conf-first {
  width:40%;
}

/* enquete.php */
.tsc_tables2_0 .enquete-first {
  width:40%;
}

/* enquete_conf.php */
.tsc_tables2_0 .enquete-conf-first {
  width:40%;
}

/* スマホ表示時 */
@media only screen and (max-width: 768px) {
  .tsc_tables2_0 {
    font-size:0.8em;
    max-width:100%;
  }
  .tsc_tables2_0 th, .tsc_tables2_0 td {
    padding: 6px 6px;
  }
}
