@charset "UTF-8";

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.line-thro {
  text-decoration: line-through;
}

img {
  max-width : 100%;
  height : auto;
}

img.top_left_mgn {
  margin: 0.4em 0 0 0.8em;
}

html {
  font-size: 62.5%; /* 1.0 rem = 10px */
}

body {
  width: 100%;
  margin: 0 0 0.2em;
  padding: 0;
}
a {
  text-decoration:none;
}
h2, h3, h4, h5, h6 {
  margin: 0 0 0.2em;
  line-height: 1.1;
  /* font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif; */
  letter-spacing:-1px;
}
p {
  margin: 0.5em 0 0.6em 0.8em;
  color: #444;
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
/***
  font-family: "UD新ゴ R", -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
***/
  /*
  font-family: "Ryumin Regular KL", "Hiragino Kaku Gothic ProN",  "メイリオ", sans-serif;
  */
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
p.special {
  margin: 0.5em 0 0.6em 0.3em;
  color: #444;
  font-family: "正楷書CB1", -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
  /*
  font-family: "Ryumin Regular KL", "Hiragino Kaku Gothic ProN",  "メイリオ", sans-serif;
  */
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}
ul {
  margin: 0 0 0.2em;
  padding: 0;
  list-style-position: inside;
}

#wrapper {
 width: 100%;
}
header {
 padding: 0% 2%;
 background-color: white;
 color: black;
 overflow: hidden;
}
nav {
  padding: 0 2%;
}
figure {
  padding: 0 2%;
  margin: 0 auto 0;
}
#main_body {
  padding: 0 2%;
}

.ul_warn {
  text-decoration: underline;
}

.warn {
  color: red;
}

.confirm_item {
  border:solid 1px #fadebc;
  background:#f9f0da;
  max-width:400px;
}
.confirm_item_big {
  border:solid 1px #fadebc;
  background:#f9f0da;
}
article.main {
  width: 100%;
}
section {
  margin: 0 0 1.2em;
}

footer {
  margin: 1.2em 0 1.2em;
  width: 100%;
  text-align: center;
}

ul li {
  font-size: 16px;
  line-height: 25px;
}

header h1 {
  font-family: "隷書101", "Hiragino Kaku Gothic ProN",  "メイリオ", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3.2rem;
  text-align: center;
  margin: 0.4em 0 0.1em 0;
  text-align: left;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0em;
  color: black;
  background: -moz-linear-gradient(top,#fff3cc,#ffdd66);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff3cc), to(#ffdd66));
}
nav.with-padding {
  padding-bottom: 2em;
}
article {
 margin: 0 0 0.2em;
}
article h1 {
 font-size: 20px;
 font-size: 2.0rem;
 background: -moz-linear-gradient(top left, #ffffff, #ffcc00 60%, #ff9900 80%, #ff6600);
 background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), color-stop(60%, #ffcc00), color-stop(80%, #ff9900), to(#ff6600));
 color: #993300;
 text-shadow: 1px 1px #ffffff;
 margin: 1em 0 0.6em;
}
article h2 {
 font-size: 16px;
 font-size: 1.6rem;
 padding: 0.25em 0 0.15em 0.5em;
 border-left: 6px solid #ffa500;
 border-bottom: 1px dotted #EB6940;
 margin: 1em 0 0;
}
h2.new h2.important p.new{
  white-space: pre;
}
h2.new:before {
  content: "NEW";
  display: inline-block;
  text-align: center;
  font-size: .5em;
  background: #ff82b2;
  padding: 4px 4px;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 1.2;
  vertical-align: 4px;
}

p.new:before {
  content: "NEW";
  display: inline-block;
  text-align: center;
  font-size: .5em;
  background: #ccff33;
  padding: 3px 3px;
  margin-right: 6px;
  border-radius: 3px;
  line-height: 1.2;
  vertical-align: 4px;
  text-decoration:underline double blue;
}

h2.important:before {
  content: "重 要";
  display: inline-block;
  text-align: center;
  font-size: .6em;
  background: #ffd700;
  padding: 4px 4px;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 1.2;
  vertical-align: 4px;
}

a:hover {
 background-position: 0 100%;
 text-decoration: underline;
}
small {
 font-size: 12px;
 font-size: 1.2rem;
 text-transform: uppercase;
}
.contact {
 margin: 1.2em 0 0.3em 0;
}
.col {
  padding-top: 2em;
/**
  padding-right: 1em;
**/
}
#inquiries {
  margin: 0 3% 0 0;
}
input#confirm_button, input#send_button, input#back_button {
  padding: 10px 20px;
  margin: 2px 3px 0 3px;
  font-size: 16px;
  background-color: #ffd700; 
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
input#back_button {
  background-color: #bc8f8f;
}
div#female {
  margin: 1em 0 2em 0;
}

#policy {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 3px;
}

/* テーブル cf. red-team-design.com */
.auto_table, .teams_table {
    /*
    display: inline-block;
    */
    width: 100%;
    margin: 2px 2px 10px 2px;
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
/*
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
*/
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", Arial, Meiryo, sans-serif;

}

.short_td {
    width: 90px;
}

.bordered, .league {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.league {
  margin: 1em 0 0;
}

.bordered tr {
    background: #fff;
}

.bordered tr:nth-child(2n) {
    background: #fbf8e9;
}

.bordered tr:hover {
    background: #ffe4e1;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 6px;
    text-align: left;    

    font-size: 100%;
}

.teams_table td, .info_table td {
    text-align: center;
}

.m_d {
  white-space: nowrap;
}

.bordered th {
/*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5deb3), to(#ffd700));
*/
    background-image: -webkit-linear-gradient(top, #f5deb3, #ffd700);
    background-image:    -moz-linear-gradient(top, #f5deb3, #ffd700);
    background-image:     -ms-linear-gradient(top, #f5deb3, #ffd700);
    background-image:      -o-linear-gradient(top, #f5deb3, #ffd700);
    background-image:         linear-gradient(top, #f5deb3, #ffd700);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 

    text-align: center;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.league td, .league th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;    

    font-size: 120%;
}

.left_align {
    text-align: left;
}

td.column_rank {
  background: #ffffcc;
}

td.main_title {
  font-size: 160%;
}
td.column_title1 {
  background: -moz-linear-gradient(top,#fff5ee,#ffc0cb);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff5ee), to(#ffc0cb));
}
td.column_title2 {
  background: -moz-linear-gradient(top,#f5fffa,#98fb98);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5fffa), to(#98fb98));
}

.league tbody td {
  font-size: 160%;
}

tr.row1 {
  background: #fff5ee;
}
tr.row2 {
  background: #f5fffa;
}

table.league :empty {
  background-image: linear-gradient(to top right, transparent, transparent 49%, #ccc 49%, #ccc 51%, transparent 51%, transparent);
}

tbody.pad_bottom {
  margin: 0 0 5px 0;
}

span.text-icon {
  display: inline-block;
  background: #ff0037;
  padding: 0 2px;
  margin-left: 3px;
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}

/* Media Queries による切り替え */
/* Middleクラス　スマホ横など   */
@media only screen and (min-width: 481px) {

header {
  padding: 0% 3%;
}

nav {
  padding: 0 3%;
}

figure {
  /*
  width: 88%;
  */
  padding: 0 3%;
  margin: 0 auto 0;
}

#main_body {
  /*
  width: 88%;
  */
  padding: 0 3%;
}

.col {
  float: left;
  padding-right: 1em;
  padding-bottom: 2em;
}

figcaption {
  font-size: 12px;
  font-size: 1.2rem;
}

ul.global-nav {
  width: 100%;
  height: 100%;
  background-color:#ffffff;
  border-bottom: 1px solid #cc9966;
}
ul.global-nav li {
  width: auto;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  background: -moz-linear-gradient(left top,#fff3cc,#ffDD66);
  background: -webkit-gradient(linear, left top, right bottom, from(#fff3cc), to(#ffDD66));
  border-right: 1px solid #D8A900;
  display: inline-block;
  vertical-align: top;
}
ul.global-nav li a {
  padding: 10px;
  color: #000;
  text-decoration: none;
}

ul.global-nav li:hover {
  background: -moz-linear-gradient(left top,#fecce5,#ff99cc);
  background: -webkit-gradient(linear, left top, right bottom, from(#fecce5), to(#ff99cc));
}

.auto_table, .teams_table {
  width: auto;
  display: inline-block;
}

/* Media Queries による切り替え */
/* largeクラス　PCなど   */
@media only screen and (min-width: 961px) {

.auto_table, .teams_table {
  font-size: 14px;
}

