@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Hiragino Sans,"ヒラギノ角ゴシック",Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.content-title {
  margin-bottom: 8px;
  padding: 4px 4px 4px 18px;
  font-weight: 800;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-size: 1.5em;
  position: relative; }
  .content-title:after {
    position: absolute;
    top: 0.3em;
    left: 0;
    content: '';
    width: 10px;
    height: 1.3em; }
    .page-ekiden .content-title:after {
      background-color: #336666; }
    .page-rank .content-title:after {
      background-color: #446689; }

#ekiden-table a {
  text-decoration: underline; }
#ekiden-table table {
  border-collapse: collapse;
  width: 100%; }
  .page-ekiden #ekiden-table table {
    background-color: #336666;
    border: solid 10px #336666; }
  .page-rank #ekiden-table table {
    background-color: #446689;
    border: solid 10px #446689; }
  #ekiden-table table tr {
    background: linear-gradient(0deg, #f0f0f0, #fbfbfb, #fdfdfd, #ffffff, #ffffff); }
    .page-ekiden #ekiden-table table tr {
      border: solid 5px #336666; }
    .page-rank #ekiden-table table tr {
      border: solid 5px #446689; }
    #ekiden-table table tr td {
      padding: 4px; }
      #ekiden-table table tr td.rank {
        text-align: center;
        width: 3.0em; }
      #ekiden-table table tr td .value-member {
        font-size: 120%; }
      #ekiden-table table tr td .value-time {
        font-size: 110%; }
      #ekiden-table table tr td .value-zekken {
        background-color: #ffffff;
        padding: 2px;
        display: inline-block;
        text-align: center;
        border: 1px solid #dfdfdf;
        color: #3f3f3f;
        width: 20px; }
      #ekiden-table table tr td .tied-record {
        color: #ffffff;
        font-weight: 800;
        background-color: #ff6600;
        padding: 2px 4px;
        animation: 1.5s ease-in-out 5 blinking-normal; }
      #ekiden-table table tr td .new-record {
        color: #ffffff;
        font-weight: 800;
        background-color: #ff2977;
        padding: 2px 4px;
        animation: 1.5s ease-in-out 5 blinking-normal; }
    #ekiden-table table tr.total .value-team {
      font-size: 120%; }
    #ekiden-table table tr.total .value-time {
      font-size: 120%; }
    #ekiden-table table tr.total .value-zekken {
      width: 20px;
      padding: 2px;
      font-size: 110%; }

.table-title {
  padding: 4px 4px 4px 4px;
  text-align: center;
  margin-bottom: 5px; }
  .page-ekiden .table-title {
    background-color: #336666; }
  .page-rank .table-title {
    background-color: #446689; }
  .table-title .title-text {
    font-size: 130%;
    color: #ffffff;
    font-weight: 800; }
    .page-ekiden .table-title .title-text {
      background-color: #336666; }
    .page-rank .table-title .title-text {
      background-color: #446689; }

.add-container {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-box-direction: normal;
  -ms-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.note {
  padding: 8px;
  margin: 8px; }

.note-attention {
  border: solid 1px #ff2222;
  background-color: #ffcfcf; }
  .note-attention p {
    color: #ff2222;
    font-weight: 800; }

.sub-title {
  width: 100%;
  color: #ffffff;
  font-weight: 800;
  font-size: 120%; }
  .page-ekiden .sub-title {
    background-color: #336666; }
  .page-rank .sub-title {
    background-color: #446689; }

#menu {
  margin-bottom: 8px;
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-box-direction: normal;
  -ms-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #menu a {
    display: block;
    width: 56px;
    margin: 2px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    padding: 4px 0; }
    .page-ekiden #menu a {
      background: #336666; }
    .page-rank #menu a {
      background: #446689; }

@keyframes blinking-normal {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.page-ekiden #ekiden-table.team-rank-content .rank-wrapper .chart {
  border-left: 10px solid #336666;
  border-right: 10px solid #336666; }
.page-rank #ekiden-table.team-rank-content .rank-wrapper .chart {
  border-left: 10px solid #446689;
  border-right: 10px solid #446689; }
#ekiden-table.team-rank-content .rank-wrapper .chart canvas {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#ekiden-table.team-rank-content .rank-wrapper table tr:first-child {
  border-bottom: none; }
#ekiden-table.team-rank-content .rank-wrapper table tr:nth-child(2) {
  border-top-width: 1px; }
#ekiden-table.team-rank-content .rank-wrapper table th {
  padding: 4px; }
#ekiden-table.team-rank-content .rank-wrapper table td {
  text-align: center; }

.zekken {
  background-color: #ffffff;
  padding: 2px 4px;
  display: inline-block;
  text-align: center;
  border: 1px solid #dfdfdf;
  color: #3f3f3f;
  line-height: 1em;
  min-width: 1.0em;
  margin: 0 8px; }

#content-size-marker {
  width: 100%;
  height: 0px;
  display: block; }

#ekiden-table table tr td.member {
  padding-left: 16px;
  max-width: 180px; }
#ekiden-table table tr td .value-time {
  font-size: 120%; }
#ekiden-table table tr td .value-label {
  margin-left: 8px;
  display: inline !important; }
#ekiden-table table tr.total .value-team {
  font-size: 130%; }
#ekiden-table table tr.total .value-time {
  font-size: 130%; }

.team-rank-content {
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-box-direction: normal;
  -ms-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -o-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.shashinkan-link {
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  width: 768px; }
  .shashinkan-link a img {
    width: 768px; }
  .shashinkan-link .about-publish {
    width: 768px;
    text-align: right;
    font-size: 90%; }

/*# sourceMappingURL=main.css.map */
