﻿@media only screen and (max-width: 1023px) {
  .now_table table tr {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 32px 0;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; } }

.now_table table tr:nth-child(even) td {
  background: #f1f1f1; }

.now_table table tr th {
  background: #f57d08;
  color: #FFF;
  padding: 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }
  .now_table table tr th.B {
    background: #e57508; }
  .now_table table tr th.C {
    background: #d16c09; }
  @media only screen and (max-width: 1023px) {
    .now_table table tr th {
      display: none; } }

.now_table table tr td {
  border: 1px solid #EEE;
  background: #FFF;
  padding: 0.5rem;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box; }
  .now_table table tr td b {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle; }
  .now_table table tr td.N {
    font-weight: bolder; }
    .now_table table tr td.N b {
      background: #FFF;
      border: 1px solid #BBB; }
  .now_table table tr td.C {
    color: #53aa34;
    font-weight: bolder; }
    .now_table table tr td.C b {
      background: #53aa34; }
  .now_table table tr td.B {
    color: #fed400;
    font-weight: bolder; }
    .now_table table tr td.B b {
      background: #fed400; }
  .now_table table tr td.A {
    color: #aa3434;
    font-weight: bolder; }
    .now_table table tr td.A b {
      background: #aa3434; }
  @media only screen and (max-width: 1023px) {
    .now_table table tr td {
      width: 50%;
      text-align: left; }
      .now_table table tr td:nth-child(1) {
        display: none; }
      .now_table table tr td:nth-child(2) {
        font-size: 1rem;
        background: #f57d08;
        color: #FFF;
        padding: 0.75rem;
        width: 100%;
        text-align: center;
        font-weight: bolder;
        border-radius: 8px 8px 0 0;
        overflow: hidden; }
        .now_table table tr td:nth-child(2):before {
          display: none; }
      .now_table table tr td:nth-child(n+3) {
        width: 100%;
        padding: 0; }
      .now_table table tr td:before {
        content: attr(data-th);
        display: inline-block;
        width: 130px;
        font-weight: bolder;
        padding: 0.5rem;
        box-sizing: border-box;
        border-right: 1px solid #EEE;
        margin: 0 0.5rem 0 0; } }

.now_table table tr:nth-child(even) td {
  /*background: #fef8f2;*/ }

.now_table .remind {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left; }
  @media only screen and (max-width: 1023px) {
    .now_table .remind {
      display: block !important;
      width: 100%; } }
  .now_table .remind p.A {
    text-indent: -15px;
    padding: 0 0 5px 15px; }
  .now_table .remind p.B {
    text-indent: -27px;
    padding: 0 0 5px 42px; }
