﻿@charset "UTF-8";

/*----------------------------------------
●共通
----------------------------------------*/
body {
/*  font-size:small;*/
/*  font-size:middle;*/
  line-height:150%;
/*  font-family:'メイリオ',Meiryo,sans-serif;*/ /* 文字設定 */
/*  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
  min-width: 1000px;
  color:#333;
}
.bgslideshow {
  position: fixed;
  left:0;
  top:0;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.4; /* 透過度 */
}
.bgslideshow img {
  position: absolute;
  min-height: 100%;
  width: 100%;
  height: auto;
  left:0;
  top:0;
}
/** リンク部分 **/
a.hover_img{
}
a:hover.hover_img img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #f00;
  text-decoration: none;
}

/*** 文字装飾 ***/
.fw_bold {
  font-weight:bold;
}
/*** 文字色CSS ***/
.color_f00 {
  color:#f00;
}
/*** 背景色CSS ***/

/*** 幅 ***/

/* 下線 */
.under {
  text-decoration: underline;
}
/*** PCのみ表示 ***/
.disp_pc {
  display:block;
}
/*** SP(スマホ)のみ表示 ***/
.disp_sp {
  display:none;
}
/*** 縦クロール非表示 ***/
/*
body.scrolly_hidden {
  overflow-y:hidden!important;
}
*/
/*----------------------------------------
●テーブル
----------------------------------------*/
#outbox_table_body1, 
#outbox_table_body2 {
/*  overflow-y:auto;*/
}
/* テーブルタイトル */
.list_title {
  font-weight:bold;
  font-size:1.1em;
  padding-left:3px;
  display:inline-block;
}
.row_select {
  background-color:#bddcfa !important;
}
/*----------------------------------------
●selectボックス
----------------------------------------*/
select {
  font-size: 1.0em;
  border: 1px solid #bebebe;
  height:27px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/*----------------------------------------
●textボックス
----------------------------------------*/
input[type="text"].type1 {
  background: #fff;
  border: none;
  border: 1px solid #999;
  transition: border-color 0.3s;
  padding:0px 5px;
  height:25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
input[type="text"].type1:focus {
  border: 1px solid #222;
  outline: none;
}
/************/
/* 所属選択 */
/************/
input[type="text"].search_keyword {
  width:300px;
}
/*----------------------------------------
●fileボックス
----------------------------------------*/
/************/
/* 一括登録 */
/************/
input[type="file"].entry_file {
  width:500px;
}
/*----------------------------------------
●ヘッダー
----------------------------------------*/
header {
}
.outbox_header {
  width:100%;
  min-width: 1350px;
  min-width: 1200px;
  height:40px;
  overflow:hidden;
  top:0;
  background-color:#004896;
/*  position:fixed;*/
  z-index:50;
  box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.4);
}
.box_header {
  width:1000px;
  margin:0px auto;
  overflow:hidden;
  position: relative
}
.box_header_title {
  float:left;
  overflow:hidden;
  text-align:center;
}
.box_header_title img {
  float:left;
  margin:7px 10px 0px 20px;
}
.box_header_content {
  float:right;
  overflow:hidden;
}
.box_searchpref {
  text-align:right;
  margin:7px 10px 0px 0px;
  color:#fff;
}
.box_searchpref > img {
  padding:0px 7px 0px 0px;
  vertical-align:middle;
  width:25px;
  vertical-align:middle;
}
/*----------------------------------------
●メニュー
----------------------------------------*/

/*----------------------------------------
●フッター
----------------------------------------*/
footer {
  margin:0px;
  background-color:#f5f5f5;
  background-color:#fff;
  overflow:hidden;
  position:fixed;
  bottom:0px;
  width:100%;
}
#copyright {
  font-size:10pt;
  padding:4px 15px 4px 0px;
  padding:2px 0px 2px 0px;
  margin:0px;
  text-align:right;
  text-align:center;
  border-top:2px solid #004896;
  background-color:#1f2024;
  color:#fff;
}
#copyright img {
  width:75px;
  padding:0px 5px;
  vertical-align:top;
}
/*----------------------------------------
●ページトップアイコン用CSS
----------------------------------------*/
#page-top {
  position: fixed;
  right: 50px;
  bottom: 34px;
  z-index:50;
}
#page-top img{
  width:55px;
}
/*----------------------------------------
●パンくず
----------------------------------------*/

/*----------------------------------------
●ボタン
----------------------------------------*/
button.btn_style1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  height: 33px;
  height: 28px;
  display: block;
  position: relative;
  background: #ff9900;
  color: #fff;
  text-align: center;
  border: 0px solid #e88b00;
  cursor: pointer;
  font-size:0.7em;
  font-weight:bold;
  min-width:95px;
}
button.btn_style1 img {
  width: 7px;
  vertical-align:text-bottom;
  margin-left:5px;
}
button.btn_style1:hover {
  opacity: 0.6;
}
/* ボタン色 エントリー済 */
button.btn_color1 {
  background-color:#f00;
}
/* ボタン色 エントリー中 */
button.btn_color2 {
  background-color:#00B050;
}
/* ボタン色 エントリー不可 */
button.btn_colordisable {
  background-color:#c6c6c6;
  opacity: 0.4;
  cursor:auto;
}
button.btn_colordisable:hover {
  opacity: 0.4;
}
/* 戻るボタン */
button.btn_contfotter_back {
  width:150px;
  margin:0px auto;
  font-size:0.9em;
  float:left;
  margin-left:20px;
}
/* 決定ボタン */
button.btn_contfotter_submit {
  min-width:150px;
  width:auto;
  margin:0px auto;
  font-size:0.9em;
  float:right;
  margin-right:20px;
  padding:0px 10px;
}
/* 検索ボタン */
.box_groupsearch {
  float:right;
  padding-bottom:5px;
}
button.btn_search_submit {
  width:auto;
  height: 24px;
  margin:0px auto;
  font-size:0.9em;
  float:right;
  margin-right:18px;
  margin-left:5px;
  background: #000;
  padding-right:15px;
}
button.btn_search_submit img {
  width: 12px;
  vertical-align:middle;
  margin-right:5px;
}
/* 備考 */
.box_btn_note {
  text-align:right;
  z-index: 1;
}
span.btn_note {
  margin-right:10px;
  margin-right:0px;
  display:inline-block;
/*  font-size:0.9em;*/
  cursor:pointer;
}
span.btn_noteclose {
  display:none;
}
span.btn_note img {
  padding:0px 4px 0px 5px;
  vertical-align:middle;
}
/* ダイアログ用 ボタン */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
  height: 28px;
  background: #ff9900;
  color: #fff;
  border: 0px solid #e88b00;
  font-weight:bold;
  font-size:0.9em;
}
/*----------------------------------------
●下層ページ
----------------------------------------*/
/******************/
/*      共通      */
/******************/
/* 下層ページ用 説明部分 */
.box_under_exp {
  margin:10px 10px 10px;
}
.box_under_exp div:first-child {
  display:table-cell;
}
.box_under_exp div:first-child img {
  width:25px;
  vertical-align:top;
}
.box_under_exp div:nth-child(2) {
  display:table-cell;
  vertical-align:top;
  padding:0px 5px 0px 10px;
  font-size:0.9em;
}
/* ダイアログ用 説明部分 */
.box_dialog_exp {
  margin:0px 0px 10px;
}
.box_dialog_exp div:first-child {
  display:table-cell;
}
.box_dialog_exp div:first-child img {
  width:25px;
  vertical-align:top;
}
.box_dialog_exp div:nth-child(2) {
  display:table-cell;
  vertical-align:top;
  padding:0px 5px 0px 10px;
  font-size:0.9em;
}
/** コンテント外枠 **/
.outbox_content {
  overflow:hidden;
  width:1000px;
  margin:0px auto;
/*  margin-top:67px;*/
  margin-bottom:66px;
  padding:0px 20px 34px 20px;
}
.outbox_content2 {
  overflow-y:auto;
  width:100%;
  min-width:1200px;
  margin:0px auto;
/*  margin-top:67px;*/
  margin-bottom:66px;
  padding:0px 20px 20px 20px;
}
/** コンテントタイトル **/
.content_title {
  font-size:1.5em;
  font-weight:bold;
  background-color:rgba(255,255,255,0.95);
  padding:20px;
  padding:10px 20px;
  margin:20px auto 10px;
  margin:10px auto 10px;
}
.content_title span {
  float:right;
  font-size:0.5em;
  color:#c6c6c6;
  line-height:2.5em;
}
.content_title img {
  width:45px;
  padding:0px 10px 0px 0px;
  vertical-align:bottom;
}
.content_title2 {
  font-size:1.5em;
  font-weight:bold;
  padding:0px 0px 10px;
  margin-bottom:10px;
  border-bottom:3px solid #75b7ff;
  border-bottom:3px solid;
  border-image: linear-gradient(to right, #0096e0 0%, #004896 100%);
  border-image-slice: 1;
}
.content_title2 span {
  display:inline-block;
}
.content_title2 span:nth-child(2) {
  font-size:0.8em;
  font-weight:bold;
  padding-left:10px;
}
.content_title2 span:nth-child(3) {
  font-size:0.7em;
  font-weight:bold;
  padding-left:10px;
}
.content_title2 span:nth-child(4) {
  float:right;
  font-size:0.5em;
  color:#c6c6c6;
  line-height:2.5em;
}
.content_title2 img {
  width:45px;
  padding:0px 10px 0px 0px;
  vertical-align:bottom;
}
/** コンテントフッターボタン **/
.outbox_contfotter_btn {
  position:fixed;
  bottom:30px;
  padding:10px 0px;
  padding:4px 0px;
  background-color:#fff;
  box-shadow: 0px -2px 5px rgba(0,0,0,0.4);
  width:100%;
  min-width: 1350px;
  min-width: 1200px;
  overflow:hidden;
}
.box_contfotter_btn {
  width:1000px;
  margin:0px auto;
  overflow:hidden;
}
/* コンテンツ外枠 */
.box_content {
  border:1px solid #fff;
/*  font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
  background-color:rgba(255,255,255,0.9);
  padding:20px 20px 20px;
  padding:10px 20px 20px;
  margin-top:20px;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}
/***********************************/
/* 競技会一覧 / 登録済み競技会一覧 */
/***********************************/
.outbox_cuplist {
  width:1000px;
  margin:0px auto;
}
/* リスト外枠 */
.box_cuplist {
  border:1px solid #fff;
/*  font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
  background-color:rgba(255,255,255,0.9);
  padding:5px 15px 7px;
  margin-top:15px;
  margin-top:10px;
}
/* リストタイトル */
.cuplist_title {
  font-size:1.2em;
  padding:0px 0px 0px 5px;
  border-bottom:3px solid #c6c6c6;
  font-weight:bold;
  overflow:hidden;
}
.cuplist_right {
  float:right;
  margin-bottom: 4px;
}
.cuplist_right > div {
  display:table-cell;
  vertical-align:middle;
  padding-left:10px;
}
.cuplist_right  > div.entry_state {
  font-size:0.7em;
  font-weight:bold;
  color:#004896;
}
.cuplist_right  > div.entry_state span {
  color:#f00;
  font-weight:bold;
}
.cuplist_left {
  float:left;
  padding:5px 10px 5px 0px;
  padding:3px 10px 3px 0px;
}
.cuplist_left div {
  display:table-cell;
}
.cuplist_left div:first-child {
  vertical-align:middle;
  width:30px;
}
.cuplist_left div:first-child img {
  padding:0px 10px 0px 0px;
  vertical-align:top;
}
.cuplist_left div:first-child img {
  padding:0px 10px 0px 0px;
  vertical-align:top;
  width:30px;
}
/* リスト内容 */
.box_cuplist2 {
  position:relative;
  z-index:0;
}
.outbox_cuplist_item {
  margin:0px;
  padding:0px 5px;
  padding:0px 0px;
  margin-top:5px;
  font-size:0.85em;
}
.box_cuplist_item1 {
  display:table-cell;
  padding:5px 7px 5px 4px;
  padding:2px 7px 2px 4px;
  vertical-align:middle;
  width:140px;
  min-width:140px;
  max-width:140px;
  border:0px solid #e28171;
  background-color:#ffe9e6;
  background-color:#e1effe;
  text-align:left;
  border-left:solid 3px #e28171;
  border-left:solid 4px #004896;
  box-sizing: border-box;
  font-weight:bold;
}
.box_cuplist_item1 img {
  display:inline-block!important;
  margin-left:2px;
  margin-right:3px;
  vertical-align:middle;
  height:20px;
}
.box_cuplist_item2 {
  display:table-cell;
  width:320px;
  min-width:320px;
  max-width:320px;
  padding:0px 0px 0px 10px;
  vertical-align:middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom:1px dotted #eee;
  width:100%;
}
/* 備考 */
.box_cuplist_note {
  display:none;
}
.box_cuplist_item3 {
  padding:5px 8px 5px 5px;
  padding:2px 8px 2px 5px;
  vertical-align:middle;
  border:0px solid #e28171;
  background-color:#e1effe;
  text-align:left;
  border-left:solid 4px #004896;
  box-sizing: border-box;
  font-weight:bold;
}
.box_cuplist_item3 img {
  display:inline-block!important;
  margin-left:2px;
  margin-right:3px;
  vertical-align:middle;
  height:20px;
}
.box_cuplist_item4 {
  padding:10px 15px;
  padding:5px 15px;
  vertical-align:middle;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom:1px dotted #eee;
  width:100%;
}
.box_cuplist_upday {
  font-size:0.8em;
  line-height:1.1em;
  display:inline-block;
  vertical-align:inherit;
}
.box_cuplist_item5 {
  display:table-cell;
  padding:5px 7px 5px 4px;
  padding:2px 7px 2px 4px;
  vertical-align:middle;
  width:140px;
  min-width:140px;
  max-width:140px;
  border:0px solid #e28171;
  background-color:#ffe9e6;
  background-color:#e1effe;
  text-align:left;
  border-left:solid 3px #e28171;
  border-left:solid 4px #004896;
  box-sizing: border-box;
  font-weight:bold;
}
.box_cuplist_item5 img {
  display:inline-block!important;
  margin-left:2px;
  margin-right:3px;
  vertical-align:middle;
  height:20px;
}
.box_cuplist_item6 {
  display:table-cell;
  width:120px;
  min-width:120px;
  max-width:120px;
  width:94px;
  min-width:94px;
  max-width:94px;
  padding:0px 0px 0px 10px;
  vertical-align:middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom:1px dotted #eee;
  width:100%;
  text-align:center;
}
.box_cuplist_item7 {
  display:table-cell;
  width:148px;
  min-width:148px;
  max-width:148px;
  padding:0px 10px 0px 0px;
  vertical-align:middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom:1px dotted #eee;
  width:100%;
  text-align:right;
}
.box_cuplist_item8 {
  display:table-cell;
  width:226px;
  min-width:226px;
  max-width:226px;
  padding:0px 10px 0px 0px;
  vertical-align:middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom:1px dotted #eee;
  width:100%;
  text-align:right;
}
/** 登録済み項目色設定 **/
.list_item_color_entered {
  border-left:solid 4px #6db01c;
  background-color:#e1ffbd;
/*
  border-left:solid 4px #f8a01c;
  background-color:#ffe8c5;
*/
}
img.imgicon_date {
  padding:0px 3px 0px 3px;
}
img.imgicon_entrydate {
  padding:0px 4px 0px 3px;
}
img.imgicon_note {
  padding:0px 6px 0px 4px;
}
img.imgicon_user {
  padding: 0px 8px 0px 8px;
}
img.imgicon_upload {
  padding:0px 3px 0px 2px;
}
.box_cuplist_bkimg {
  position:absolute;
  bottom:-6px;
  right:0px;
  z-index:-1;
}
.box_cuplist_bkimg img {
  padding:0px 3px 0px 4px;
  width:75px; opacity: 0.5;
}
/***********************/
/* 所属選択 所属一覧   */
/***********************/
table.tbl_belonglist_head {
  width:calc(100% - 17px);
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
table.tbl_belonglist_head th {
  padding:10px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  font-weight:bold;
  background-color:#727272;
  color:#fff;
  line-height:1.2em;
}
table.tbl_belonglist_head th.th_groupcd {
  width:220px;
  max-width:220px;
  min-width:220px;
}
table.tbl_belonglist_head th.th_groupname {
  width:670px;
  max-width:670px;
  min-width:670px;
}
table.tbl_belonglist_body {
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
table.tbl_belonglist_body td {
  padding:5px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  line-height:1.2em;
}
table.tbl_belonglist_body td.td_groupcd {
  width:220px;
  max-width:220px;
  min-width:220px;
  border-left: #999 1px solid;
}
table.tbl_belonglist_body td.td_groupname {
  width:670px;
  max-width:670px;
  min-width:670px;
}
table.tbl_belonglist_body tr:nth-child(2n-1) {
  background-color:#eff7ff;
}
table.tbl_belonglist_body tr:hover {
  background-color:#bddcfa;
  cursor:pointer;
}

/***********************/
/* 個人種目 競技者一覧 */
/***********************/
table.tbl_singlelist_head {
  width:calc(100% - 17px);
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
table.tbl_singlelist_head th {
  padding:5px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  font-weight:bold;
  background-color:#727272;
  color:#fff;
  line-height:1.2em;
}
table.tbl_singlelist_head th.th_no {
  width:80px;
  max-width:80px;
  min-width:70px;
}
table.tbl_singlelist_head th.th_name {
  width:200px;
  max-width:200px;
  min-width:120px;
}
table.tbl_singlelist_head th.th_ename {
  width:200px;
  max-width:200px;
  min-width:120px;
}
table.tbl_singlelist_head th.th_dantai {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    text-align: center;
}
table.tbl_singlelist_head th.th_country {
  width:70px;
  max-width:70px;
  min-width:60px;
  text-align:center;
}
table.tbl_singlelist_head th.th_sex {
  width:60px;
  max-width:60px;
  min-width:60px;
}
table.tbl_singlelist_head th.th_school {
  width:70px;
  max-width:70px;
  min-width:70px;
}
table.tbl_singlelist_head th.th_event1, 
table.tbl_singlelist_head th.th_event2, 
table.tbl_singlelist_head th.th_event3, 
table.tbl_singlelist_head th.th_event4, 
table.tbl_singlelist_head th.th_event5 {
  width:140px;
  max-width:140px;
  min-width:76px;
}
.tbl_singlelist_body {
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
.tbl_singlelist_body td {
  padding:5px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  line-height:1.2em;
}
.tbl_singlelist_body td.td_no {
  width:80px;
  max-width:80px;
  min-width:70px;
  text-align:center;
  border-left: #999 1px solid;
}
.tbl_singlelist_body td.td_name {
  width:200px;
  max-width:200px;
  min-width:120px;
}
.tbl_singlelist_body td.td_ename {
  width:200px;
  max-width:200px;
  min-width:120px;
}
.tbl_singlelist_body td.td_dantai {
  width:60px;
  max-width:60px;
  min-width:60px;
  text-align:center;
}
.tbl_singlelist_body td.td_country {
    width: 70px;
    max-width: 70px;
    min-width: 60px;
    text-align: center;
}
.tbl_singlelist_body td.td_sex {
  width:60px;
  max-width:60px;
  min-width:60px;
  text-align:center;
}
.tbl_singlelist_body td.td_school {
  width:70px;
  max-width:70px;
  min-width:65px;
  text-align:center;
}

.tbl_singlelist_body td.td_sum {
  width:120px;
  max-width:120px;
  min-width:100px;
  text-align:center;
}
.tbl_singlelist_body td.td_event1, 
.tbl_singlelist_body td.td_event2, 
.tbl_singlelist_body td.td_event3, 
.tbl_singlelist_body td.td_event4, 
.tbl_singlelist_body td.td_event5 {
  width:160px;
  max-width:160px;
  min-width:76px;
}
.tbl_singlelist_body tr:nth-child(2n-1) {
  background-color:#eff7ff;
}
.tbl_singlelist_body tr:hover {
  background-color:#bddcfa;
}

.tbl_singlelist_body .row_select{
    background-color: #0000ff !important;
}

/**************/
/* リレー種目 */
/**************/
/*** 競技一覧 ***/
.box_teamlist_left {
/*  width:60%;*/
/*  float:left;*/
  min-width:550px;
}
.box_teamlist_right {
/*  width:40%;*/
/*  float:left;*/
  min-width:400px;
/*  padding-left:10px;*/
}
table.tbl_teamlist_head1 {
  width:calc(100% - 17px);
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
table.tbl_teamlist_head1 th {
  padding:5px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  font-weight:bold;
  background-color:#727272;
  color:#fff;
  line-height:1.2em;
}
table.tbl_teamlist_head1 th.th_competcd {
  width:90px;
  max-width:90px;
  min-width:50px;
}
table.tbl_teamlist_head1 th.th_competname {
  width:200px;
  max-width:200px;
  min-width:70px;
}
table.tbl_teamlist_head1 th.th_teamno {
  width:90px;
  max-width:90px;
  min-width:50px;
}
table.tbl_teamlist_head1 th.th_teamname {
  width:200px;
  max-width:200px;
  min-width:70px;
}
table.tbl_teamlist_head1 th.th_teamename {
  width:200px;
  max-width:200px;
  min-width:70px;
}
table.tbl_teamlist_head1 th.th_country {
  width:70px;
  max-width:70px;
  min-width:50px;
  text-align:center;
}
table.tbl_teamlist_head1 th.th_record {
  width:100px;
  max-width:100px;
  min-width:60px;
}
table.tbl_teamlist_head1 th.th_peoplenum {
  width:70px;
  max-width:70px;
  min-width:50px;
}
/*2023 チームリストに参加費列追加*/
table.tbl_teamlist_head1 th.th_sum {
    width: 200px;
    max-width: 200px;
    min-width: 70px;
}
table.tbl_teamlist_body1 {
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
table.tbl_teamlist_body1 td {
  padding:5px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  line-height:1.2em;
}
table.tbl_teamlist_body1 td.td_competcd {
  width:90px;
  max-width:90px;
  min-width:50px;
  text-align:center;
  border-left: #999 1px solid;
}
table.tbl_teamlist_body1 td.td_competname {
  width:200px;
  max-width:200px;
  min-width:70px;
}
table.tbl_teamlist_body1 td.td_teamno {
  width:90px;
  max-width:90px;
  min-width:50px;
  text-align:center;
}
table.tbl_teamlist_body1 td.td_teamname {
  width:200px;
  max-width:200px;
  min-width:70px;
}
table.tbl_teamlist_body1 td.td_teamename {
  width:200px;
  max-width:200px;
  min-width:70px;
}
table.tbl_teamlist_body1 td.td_country {
  width:70px;
  max-width:70px;
  min-width:50px;
  text-align:center;
}
table.tbl_teamlist_body1 td.td_record {
  width:100px;
  max-width:100px;
  min-width:60px;
  text-align:center;
}
table.tbl_teamlist_body1 td.td_peoplenum {
  width:70px;
  max-width:70px;
  min-width:50px;
  text-align:center;
}
/*2023 チームリストに参加費列追加*/
table.tbl_teamlist_body1 td.td_sum {
    width: 200px;
    max-width: 200px;
    min-width: 70px;
    text-align: center;
}

table .tbl_teamlist_body1 tr:nth-child(2n-1) {
  background-color:#eff7ff;
}
table.tbl_teamlist_body1 tr:hover {
  background-color:#bddcfa;
  cursor:pointer;
}
/*** メンバー一覧 ***/
table.tbl_teamlist_head2 {
  width:calc(100% - 17px);
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
table.tbl_teamlist_head2 th {
  padding:5px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  font-weight:bold;
  background-color:#727272;
  color:#fff;
  line-height:1.2em;
}
table.tbl_teamlist_head2 th.th_no {
  width:90px;
  max-width:90px;
  min-width:50px;
}
table.tbl_teamlist_head2 th.th_name {
  width:180px;
  max-width:180px;
  min-width:70px;
}
table.tbl_teamlist_head2 th.th_ename {
  width:210px;
  max-width:210px;
  min-width:70px;
}
table.tbl_teamlist_head2 th.th_country {
  width:70px;
  max-width:70px;
  min-width:50px;
}
table.tbl_teamlist_head2 th.th_sex {
  width:70px;
  max-width:70px;
  min-width:50px;
}
table.tbl_teamlist_head2 th.th_school {
  width:210px;
  max-width:210px;
  min-width:70px;
}
table.tbl_teamlist_body2 {
  width:100%;
  border-collapse: separate; 
  border-spacing: 1px 1px;
  font-size:0.9em;
}
table.tbl_teamlist_body2 td {
  padding:5px 10px;
  word-break:break-all;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  vertical-align:middle;
  line-height:1.2em;
}
table.tbl_teamlist_body2 td.td_no {
  width:90px;
  max-width:90px;
  min-width:50px;
  text-align:center;
  border-left: #999 1px solid;
}
table.tbl_teamlist_body2 td.td_name {
  width:180px;
  max-width:180px;
  min-width:70px;
}
table.tbl_teamlist_body2 td.td_ename {
  width:210px;
  max-width:210px;
  min-width:70px;
}
table.tbl_teamlist_body2 td.td_country {
  width:70px;
  max-width:70px;
  min-width:50px;
  text-align:center;
}
table.tbl_teamlist_body2 td.td_sex {
  width:70px;
  max-width:70px;
  min-width:50px;
  text-align:center;
}
table.tbl_teamlist_body2 td.td_school {
  width:210px;
  max-width:210px;
  min-width:70px;
}
table.tbl_teamlist_body2 tr:nth-child(2n-1) {
  background-color:#fff9ef;
}
table.tbl_teamlist_body2 tr:hover {
  background-color:#ffe9c8;
}

/************/
/* 一括登録 */
/************/
.box_download {
    margin: 10px auto;
    text-align: center;
}
.btn_download {
  display:inline-block;
  font-size:0.95em;
  font-weight:bold;
}
.btn_download:first-child {
  margin-right:20px;
}
.btn_download img {
}
.btn_download img:hover {
  opacity: 0.8;
}
.download_exp {
  display:inline-block;
  font-size:0.95em;
  font-weight:normal;
  margin-left:20px;
}
.download_exp span {
  color:#f00;
}
.download_caution {
    text-align: left;
    padding-left: 60px;
    color: red;
}
.box_upload {
  width:800px;
  margin:20px auto 10px;
  padding:20px;
  background-color:#edf6ff;
  border:3px solid #004896;
}
.upload_title {
  text-align:center;
  font-weight:bold;
  font-size:1.5em;
}
.upload_title img {
  width:45px;
  width:38px;
  padding:0px 10px 0px 0px;
  vertical-align:bottom;
}
.box_fileupload {
  padding:0px 10px 20px;
  text-align:center;
}
.box_fileupload {
  padding:0px 10px 20px;
  text-align:center;
}
.btn_upload {
  text-align:center;
}
.btn_upload img.up {
  cursor:pointer;
}
.btn_upload img.no {
  cursor:default;
}
.btn_upload img:hover {
  opacity: 0.8;
}

/*********************/
/* 共通 処理完了後   */
/*********************/
.box_result {
  margin:20px;
  padding:0px 10px;
  font-size:1.1em;
}
.box_result2 {
  margin:0px 20px;
  border-top:1px dotted #c6c6c6;
  padding:20px 15px;
}
.box_result_btn {
  margin:0px;
}
.box_result_btn button {
  float:none; margin:0px auto;
}
/*----------------------------------------
●共通 画像アイコン
----------------------------------------*/
/*----------------------------------------
●角丸用css
----------------------------------------*/
.radius_5 {
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px;
}
/* 上角のみ */
.radius_top_5 {
  /* firefox */
  -moz-border-radius-topleft: 5px;     /* 左上 */
  -moz-border-radius-topright: 5px;    /* 右上 */
  -moz-border-radius-bottomright: 0px; /* 右下 */
  -moz-border-radius-bottomleft: 0px;  /* 左下 */
  /* safari and chrome */
  -webkit-border-top-left-radius: 5px;     /* 左上 */
  -webkit-border-top-right-radius: 5px;    /* 右上 */
  -webkit-border-bottom-right-radius: 0px; /* 右下 */
  -webkit-border-bottom-left-radius: 0px;  /* 左下 */

  border-top-left-radius: 5px;     /* 左上 */
  border-top-right-radius: 5px;    /* 右上 */
  border-bottom-right-radius: 0px; /* 右下 */
  border-bottom-left-radius: 0px;  /* 左下 */
}
/* 下角のみ */
.radius_bottom_5 {
  /* firefox */
  -moz-border-radius-topleft: 0px;     /* 左上 */
  -moz-border-radius-topright: 0px;    /* 右上 */
  -moz-border-radius-bottomright: 5px; /* 右下 */
  -moz-border-radius-bottomleft: 5px;  /* 左下 */
  /* safari and chrome */
  -webkit-border-top-left-radius: 0px;     /* 左上 */
  -webkit-border-top-right-radius: 0px;    /* 右上 */
  -webkit-border-bottom-right-radius: 5px; /* 右下 */
  -webkit-border-bottom-left-radius: 5px;  /* 左下 */

  border-top-left-radius: 0px;     /* 左上 */
  border-top-right-radius: 0px;    /* 右上 */
  border-bottom-right-radius: 5px; /* 右下 */
  border-bottom-left-radius: 5px;  /* 左下 */
}

/* 下角のみ */
.radius_right_5 {
  /* firefox */
  -moz-border-radius-topleft: 0px;     /* 左上 */
  -moz-border-radius-topright: 5px;    /* 右上 */
  -moz-border-radius-bottomright: 5px; /* 右下 */
  -moz-border-radius-bottomleft: 0px;  /* 左下 */
  /* safari and chrome */
  -webkit-border-top-left-radius: 0px;     /* 左上 */
  -webkit-border-top-right-radius: 5px;    /* 右上 */
  -webkit-border-bottom-right-radius: 5px; /* 右下 */
  -webkit-border-bottom-left-radius: 0px;  /* 左下 */

  border-top-left-radius: 0px;     /* 左上 */
  border-top-right-radius: 5px;    /* 右上 */
  border-bottom-right-radius: 5px; /* 右下 */
  border-bottom-left-radius: 0px;  /* 左下 */
}

/*** 3点リーダ ***/
.box-read{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*** アニメーション ***/
/* 点滅 */
.blinking{
  -webkit-animation:blink 0.7s ease-in-out infinite alternate;
  -moz-animation:blink 0.7s ease-in-out infinite alternate;
  animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}

@media screen and (max-width:800px) {
  /*----------------------------------------
  ●共通
  ----------------------------------------*/
  body {
    min-width: 100%;
  }
  .bgslideshow img {
    min-width: 100%;
  }
  /*** PCのみ表示 ***/
  .disp_pc {
    display:none;
  }
  /*** SP(スマホ)のみ表示 ***/
  .disp_sp {
    display:block;
  }
  a:hover.hover_img img{
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .bgslideshow img {
    min-width: 100%;
  }

  /*----------------------------------------
  ●ヘッダー
  ----------------------------------------*/
  /*----------------------------------------
  ●フッター
  ----------------------------------------*/
  /*----------------------------------------
  ●ページトップアイコン用CSS
  ----------------------------------------*/
  #page-top {
    position: fixed;
    right: 15px;
    z-index:10000;
  }
  #page-top img{
    width:40px;
  }
  /*----------------------------------------
  ●パンくず
  ----------------------------------------*/
  /*----------------------------------------
  ●下層ページ
  ----------------------------------------*/
}
@media screen and (max-width:480px) {
  /*----------------------------------------
  ●ヘッダー
  ----------------------------------------*/
  /*----------------------------------------
  ●フッター
  ----------------------------------------*/
  /*----------------------------------------
  ●ボタン
  ----------------------------------------*/
  /*----------------------------------------
  ●下層ページ
  ----------------------------------------*/
}

