@charset "UTF-8";

body {
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

iframe[src$=".pdf"] {
  width: 100%;
  height: 80vh;
}

.backgroundimage{
  background-image: url("../images/goyasystem_background.jpeg");
  background-size: 20%;
}

.signpost {
  background-color: rgb(244, 244, 244);
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  width: auto;
}

.menu_description{
  margin-top: 20px;
  margin-left: 20px;
}

.game_num {
  text-align: left;
  vertical-align: top;
  font-size: small;
}

.game_num_view table{
  width: 90px;
}

.result_sum{
  font-size: small;
  width: 70px;
  height: 40px;
  text-align: center;
}

.result_page {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.input_result table td {
  width: 120px;
  height: 50px;
  font-size: small;
}

.busuness_team_input_result table td {
  width: 120px;
  height: 50px;
  font-size: small;
  padding-top: 4px;
}

.busuness_team_view_result td {
  width: 50px;
  height: 20px;
  white-space: nowrap;
  font-size: x-small;
  padding-bottom: 10px;
}

.diagonal_line {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
  width: 150px;
  height: 87px;
}

.shasen {
  background-color: #dddddd;
  /* 背景色     */
  /* ▼ 斜線はSVGで背景画像として設定 */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogIzMzMzMzMztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
  height: 100%;
}

.opponent_team_table {
  text-align: center;
}
.login_table td {
  text-align: center;
}

.nowrap td {
  white-space: nowrap; /* 勝手に折り返さない */
}

.view_result td {
  width: 50px;
  height: 20px;
  white-space: nowrap;
  font-size: x-small;
  padding-bottom: 10px;
}

.view_result_team td {
  width: 50px;
  height: 20px;
  white-space: nowrap;
  font-size: x-small;
  padding-bottom: 5px;
  padding-top: 5px;
}

.view_result_tournament td {
  width: 50px;
  height: 20px;
  white-space: nowrap;
  font-size: x-small;
}

table.person th,
table.person td {
  /* border-bottom: 2px solid #000;
  padding: 10px; */
  text-align: center;
  font-size: smaller;
}

table.add td {
  width: 200px;
  padding: 0px;
  text-align: center;
}

table.edit th,
table.edit td {
  border-bottom: 2px solid #ffff;
  padding: 10px;
  text-align: center;
}

table.compe {
  background: #f2f2f2;
  border-spacing: 0;
}

.tournament_event > table {
  font-size: x-small;
  padding-left: 5px;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}

.tournament_event > table td {
  height: 12px;
}

.tournament table {
  font-size: x-small;
  padding-left: 5px;
  border-collapse: separate;
  table-layout: fixed;
}

.tournament table td {
  height: 14px;
}

.content {
  padding: 20px 20px 0;
}

table.compe th,
table.compe td {
  border-bottom: 2px solid #000;
  padding: 10px;
  text-align: center;
}

select.box {
  width: 200px;
}

.login_parent {
  justify-content: center;
  display: flex;
}

.login_child {
  display: inline-block;
  text-align: left;
  background-color: rgba(255,255,255,0.7);
  padding-left: 40px;
  padding-right: 40px;
}

.field {
  display: flex;
  justify-content: space-between;
}

.add_field {
  display: flex;
  justify-content: flex-start;
}

/* エントリー日付 */

.entry_date {
  margin-left: 5px;
  display: flex;
  justify-content: start;
}

.entry_date h3 {
  margin: 0;
}

.entry_date p {
  margin: 0;
}

/* エントリーリスト&組み合わせ */
.list_combination:after {
  content: "";
  display: block;
  clear: both
}

.list {
  float: left;
  width: 65%;
}

.combination {
  float: left;
  width: 35%;
}

.list_combination .list h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  border-left: solid 10px #d182eb
}

.list_combination .combination h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  border-left: solid 10px #d182eb
}

.pdf_list h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  border-left: solid 10px #d182eb
}

.option_list h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.option_list p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
}

.option_value {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 40px;
}

/* サイト名 */
.site h1 a {
  color: #ffffff;
  text-decoration: none
}

.site h1 {
  margin: 0;
  font-size: 30px;
  float: left
}

.site img {
  float: left;
  margin-left: 10px
}

.site:after {
  content: "";
  display: block;
  clear: both;
}

/* ナビゲーション */
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu li a {
  display: block;
  padding: 5px;
  color: #000000;
  font-size: 14px;
  text-decoration: none
}

.menu li a:hover {
  background-color: #eeeeee
}

.menu ul:after {
  content: "";
  display: block;
  clear: both
}

.menu li {
  float: left;
  width: auto
}


/* メインタイトル */
.main h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: solid 10px #7cbac1
}

.main h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px
}

.main p {
  margin-top: 0;
  margin-bottom: 20px
}

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


/* サイドメニュー */
.sidemenu {
  margin-bottom: 10px
}

.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.sidemenu li a {
  display: block;
  padding: 5px;
  color: #000000;
  font-size: 14px;
  text-decoration: none
}

.sidemenu li a:hover {
  background-color: #eeeeee
}

.sidemenu h1 {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-bottom: dotted 2px #dddddd;
  color: #666666;
  font-size: 20px
}


/* おすすめ記事メニュー */
.osusume {
  margin-bottom: 0px
}

.osusume ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.osusume li a {
  display: block;
  padding: 5px;
  color: #000000;
  font-size: 14px;
  text-decoration: none
}

.osusume li a:hover {
  background-color: #eeeeee
}

.osusume h1 {
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: dotted 2px #dddddd;
  color: #666666;
  font-size: 18px
}


/* 人気の記事メニュー */
.ninki ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.ninki li a {
  display: block;
  padding: 5px;
  color: #000000;
  font-size: 14px;
  text-decoration: none
}

.ninki li a:hover {
  background-color: #eeeeee
}

.ninki h1 {
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: dotted 2px #dddddd;
  color: #666666;
  font-size: 18px
}


/* コピーライト */
.copyright p {
  margin: 0;
  color: #666666;
  font-size: 14px
}

/* BOX1の下に区切り線を入れる */
.box1 {
  position: relative;
  border-bottom: solid 1px #dddddd;
  background-color: #229b26
}

/* BOX5の上に区切り線を入れる */
.box5 {
  margin: 0;
  border-top: solid 1px #dddddd
}

/* アコーディオンメニュー */
.am {
  position: absolute;
  top: 0px;
  right: 0px;
}

.am ul {
  background-color: #229b26;
  width: 150px;
  padding: 0;
  color: #fff;
  float: left;
  margin-left: 30px;
}

.am li {
  list-style: none;
}

.am ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  background-color: #2ec533;
  margin: 0;
}

.am ul li li {
  border-bottom: 1px dotted #229b26;
  padding: 4.5px 0px 4.5px 10px;
}

.am ul li li:hover {
  background-color: #1A5B27;
}

.am ul:nth-of-type(1) li.active li:last-child {
  border-bottom: 1px solid #229b26;
}

.am button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 10px 0 10px 20px;
  font-size: 1em;
}

.am button:hover {
  background-color: #1A5B27;
}

.am button::before,
.am button::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  transition: .5s;
}

.am button::before {
  transform: rotate(-45deg);
  right: 35px;
}

.am button::after {
  transform: rotate(45deg);
  right: 30px;
}

.am li.active button::before {
  transform: rotate(-135deg);
  transition: .5s;
}

.am li.active button::after {
  transform: rotate(135deg);
  transition: .5s;
}

.am ul:nth-of-type(2) {
  background-color: #357D87;
}

.am ul:nth-of-type(2) ul {
  background-color: #519FA5;
  border-top: 1px solid #5D9FA8;
}

.am ul:nth-of-type(2) button:hover {
  background-color: #1C4B56;
}

.am ul:nth-of-type(2) li li {
  border-bottom: 1px dotted #73BEBF;
}

.am ul:nth-of-type(2) li.active li:last-child {
  border-bottom: 1px solid #5D9FA8;
}

/* アコーディオンメニュー2 */
.am_year {
  position: absolute;
  top: 0px;
  right: 150px;
}

.am_year ul {
  background-color: #229b26;
  width: 150px;
  padding: 0;
  color: #fff;
  float: left;
  margin-left: 30px;
}

.am_year li {
  list-style: none;
}

.am_year ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  background-color: #2ec533;
  margin: 0;
}

.am_year ul li li {
  border-bottom: 1px dotted #229b26;
  padding: 4.5px 0px 4.5px 10px;
}

.am_year ul li li:hover {
  background-color: #1A5B27;
}

.am_year ul:nth-of-type(1) li.active li:last-child {
  border-bottom: 1px solid #229b26;
}

.am_year button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 10px 0 10px 20px;
  font-size: 1em;
}

.am_year button:hover {
  background-color: #1A5B27;
}

.am_year button::before,
.am_year button::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  transition: .5s;
}

.am_year button::before {
  transform: rotate(-45deg);
  right: 35px;
}

.am_year button::after {
  transform: rotate(45deg);
  right: 30px;
}

.am_year li.active button::before {
  transform: rotate(-135deg);
  transition: .5s;
}

.am_year li.active button::after {
  transform: rotate(135deg);
  transition: .5s;
}

.am_year ul:nth-of-type(2) {
  background-color: #357D87;
}

.am_year ul:nth-of-type(2) ul {
  background-color: #519FA5;
  border-top: 1px solid #5D9FA8;
}

.am_year ul:nth-of-type(2) button:hover {
  background-color: #1C4B56;
}

.am_year ul:nth-of-type(2) li li {
  border-bottom: 1px dotted #73BEBF;
}

.am_year ul:nth-of-type(2) li.active li:last-child {
  border-bottom: 1px solid #5D9FA8;
}

ul.active {
  overflow-y: auto;
}

/* --- HOMEのtab設定 start --- */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/* --- HOMEのtab設定 end --- */
/* --- 個人管理のtab設定 start --- */
/*タブのスタイル*/
.tab_item_individual {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 0px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-bottom: 0px;
}
.tab_item_individual:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item_individual"] {
  display: none;
}
/*選択されているタブのコンテンツのみを表示*/
#male:checked ~ #male_content_individual,
#female:checked ~ #female_content_individual {
  display: block;
}
#male_content_individual{
  border-top: 3px solid #5a7ebd
}
#female_content_individual{
  border-top: 3px solid #bd5abb
}
/*選択されているタブのスタイルを変える*/

.tabs input:checked + #male {
  background-color: #5a7ebd;
  color: #fff;
}
.tabs input:checked + #female {
  background-color: #bd5abb;
  color: #fff;
}
.tabs input:checked + #mix {
  background-color: #76bd5a;
  color: #fff;
}
/* --- 個人管理のtab設定 end --- */
/* --- ダブルス管理のtab設定 start --- */
/*タブのスタイル*/
.tab_item_doubles {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 0px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-bottom: 0px;
}
.tab_item_doubles:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item_doubles"] {
  display: none;
}
/*選択されているタブのコンテンツのみを表示*/
#male:checked ~ #male_content_doubles,
#female:checked ~ #female_content_doubles,
#mix:checked ~ #mix_content_doubles {
  display: block;
}
#male_content_doubles{
  border-top: 3px solid #5a7ebd
}
#female_content_doubles{
  border-top: 3px solid #bd5abb
}
#mix_content_doubles{
  border-top: 3px solid #76bd5a
}
/* --- ダブルス管理のtab設定 end --- */

.icon_button {
  display       : inline-block;
  font-size     : 8pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 12px;   /* 余白       */
  background    : rgba(255, 255, 255, 0.10);     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 0px solid #ffffff;    /* 枠の指定 */
}
.icon_button:hover {
  color         : #ffffff;     /* 背景色     */
  background    : #cccccc;     /* 文字色     */
}

.add_button {
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 11px 6px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 2px #666666;  /* 影の設定 */
  border        : 0px solid #ffffff;    /* 枠の指定 */
}
.add_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ffffff;     /* 背景色     */
  background    : #cccccc;     /* 文字色     */
}

.edit_button {
  display       : inline-block;
  border-radius : 10%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 6px 5px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 2px #666666;  /* 影の設定 */
  border        : 0px solid #ffffff;    /* 枠の指定 */
}
.edit_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ffffff;     /* 背景色     */
  background    : #cccccc;     /* 文字色     */
}

.print_button {
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 11px 6px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #ff0000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 2px #666666;  /* 影の設定 */
  border        : 0px solid #ffffff;    /* 枠の指定 */
}
.print_button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ffffff;     /* 背景色     */
  background    : #cccccc;     /* 文字色     */
}

.login_button {
  display       : inline-block;
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 100px;   /* 余白       */
  background    : #229b26;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #229b26;    /* 枠の指定 */
}
.login_button:hover {
  color         : #229b26;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

.boxx {
  border: solid 3px #000000;
}

.imgBox {
  margin-left: 10px;
  margin-bottom: 10px;
}



@media (min-width: 768px) {

  /* BOX3とBOX4を横に並べる設定 */
  .boxA:after {
    content: "";
    display: block;
    clear: both
  }

  .box3 {
    float: left;
    width: 20%;
    border-right: solid 1px #dddddd
  }

  .box4 {
    float: left;
    width: 79%;
    margin-left: 2px
  }

  .box4 h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    border-left: solid 10px #7cbac1
  }
}