@charset "UTF-8";
/* CSS Document */

/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    color:#888988;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong{ font-weight: bold;
}

fieldset {
    display: block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
    min-inline-size: min-content;
    border-width: 0!important;
    border-style: none!important;
    border-color: threedface;
    border-image: initial;
}

/*eof_reset css*/

.ac { text-align: center;}
.al { text-align: left;}
.ar { text-align: right;}

.fl { float: left;}
.fr { float: right;}

.spT10 { margin-top: 10px;}
.spT15 { margin-top: 15px;}
.spT20 { margin-top: 20px;}
.spT25 { margin-top: 25px;}
.spT30 { margin-top: 30px;}
.spT35 { margin-top: 35px;}
.spT40 { margin-top: 40px;}
.spT50 { margin-top: 50px;}
.spT60 { margin-top: 60px;}
.spT70 { margin-top: 70px;}

.bolder12 { font-size: 120%;}
.bolder14{ font-size: 140%}
.bolder16{ font-size: 160%;}

.dn {display: none;}

h1 {
    text-align: center;
    font-size: 170%;
    margin: 25px 0 20px 0;
    }


.bolder12 { font-size: 120%;}
.bolder14{ font-size: 140%}
.bolder16{ font-size: 160%;}

.clear { clear: both;}
.error_mess { text-align: center; color: #f00; margin-top: 30px;}




/*inputBox gray #e6e6e6*/
.inputBox01 {
    width: 90%;
    padding: 18px 10px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    font-size: 130%;
    background-color:#e6e6e6;
    margin: 10px 0 5px;
    text-align: center;
    }
    
    
    
/*inputBox darkgray #c9c9c9 module select*/
.inputBox02 {
    width: 90%;
    padding: 18px 5px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    font-size: 130%;
    background-color:#c9c9c9;
    margin: 10px 0 5px;
    text-align: center;
    }

    
    
/*selectBox arrow*/
.selectBox_03 {
  overflow: hidden;
  text-align: center;
  /*display: -webkit-box;
  display: box;
  box-pack:center;
  -webkit-box-pack:center;*/
}
.selectBox_03 select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 130%;
  
}
.selectBox_03 select::-ms-expand {
  display: none;
}
.selectBox_03.sl01 {
  position: relative;
    width: 90%;
    padding: 15px 0 14px 0;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    background-color:#e6e6e6;
    margin: 10px 5% 5px;
    text-align: center;
}
.selectBox_03.sl01::before {
  position: absolute;
  top: 2.1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
.selectBox_03.sl01 select {
  padding: 0;
  width: 90%;
}


header {
    background-color: #4abdac;
    text-align: center;
    padding: 15px 0 0;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    }
    
header img.hd_logo { height: 60%;}

header p.hd_catch { color: #f00; margin: 5px 0 5px; font-size: 75%;}

#mainBox { margin: 0 auto; padding: 80px 10px 10px;}

footer p.logout { text-align: center; margin: 20px 0;}


/*index*/
.home_list01 { margin: 0;}

.home_list01 li {
    border-top: 1px solid #b2b2b2;
    padding: 15px;
    display: block;
    position: relative;
    }
.home_list01 li:last-child{
    border-bottom: 1px solid #b2b2b2;
    padding: 15px;
    display: block;
    position: relative;
    }


/*.home_list01 li:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    margin: -8px 0 0 0;
    border-top: solid 2px #b2b2b2;
    border-right: solid 2px #b2b2b2;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}*/


.h2cupname { font-size: 140%; padding: 10px; float: left;}

.home_list01 li a{ text-decoration: none; color: #888988; }
.home_list01 .home_cupLogo img { float: left; margin: 0 10px 10px 0;}

.home_list_dl01 { float: left; margin: 0 30px 0 0;}
.home_list_dl02 { float: left;}

.home_list_dl01 dt{float: left;}
.home_list_dl01 dd{margin-left: 65px; margin-bottom: 5px;}

.home_list_dl02 dt{float: left;}
.home_list_dl02 dd{margin-left: 95px; margin-bottom: 5px;}
    
.result_input_text { text-align: center; line-height: 120%; font-size: 110%;}

.btm_btn01 { padding-top: 15px;}

.btm_btn01 li a {
    -webkit-appearance: none;
    display:block;
    width: 90%;
    padding:20px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto;
    background-color: #4abdac;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
}

.btm_btn01_box a {
    -webkit-appearance: none;
    display:block;
    width: 100%;
    padding:18px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto 10px;
    background-color: #4abdac;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
}

.btm_btn02_box a {
    -webkit-appearance: none;
    display:block;
    width: 100%;
    padding:12px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto 10px;
    background-color: #d6d11d;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
}

.btm_btn03_box a {
    -webkit-appearance: none;
    display:block;
    width: 100%;
    padding:12px 0; 
    text-align:center;
    color: #fff;
    margin: 15px auto 10px;
    background-color: #0071bc;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
}   

.home_list01 li .btm_btn01_box a { color: #fff;}

.edit_cup_btn　{ width: 100%; }
.edit_cup_btn div {display: inline-block; width: 48%;}
.edit_cup_btn div:first-child{ margin: 0 3% 0 0;}
.edit_cup_btn div:nth-child(3){ margin: 0 3% 0 0;}
.edit_cup_btn div:nth-child(5){ margin: 0 3% 0 0;}
.edit_cup_btn div a {
    -webkit-appearance: none;
    display:block;
    padding:12px 0;
    text-align:center;
    color: #fff;
    margin: 5px auto;
    background-color: #4abdac;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 120%;
    border: none;
}

.edit_cup_btn div button {
    -webkit-appearance: none;
    display:block;
    padding:9px 0;
    text-align:center;
    color: #fff;
    margin: 5px auto;
    background-color: #4abdac;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 120%;
    border: none;
    width: 100%;
}

.copyUrl {
    -webkit-appearance: none;
    display:block;
    padding:12px 0;
    text-align:center;
    color: #fff;
    margin: 5px auto;
    background-color: #4abdac;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 120%;
    border: none;
    width: 100%;
    cursor: pointer;
}

.cup_logo_img { max-height: 40px;}

.cup_logo_select { width: 35%; height: auto;}

/*event event.html*/
.event_cupLogo img { float: right; margin: 0 10px 10px 0;}
.event_cupLogo { width: 90%; margin: 0 5%;}
.event_cupLogo .event-cupTitle h2 { font-size: 140%; float: left; padding: 8px;  }
.event_cupLogo .event-cupTitle2 h2 { font-size: 140%; padding: 8px;  }
.event-cupImg { width: 49%; display: inline-block; vertical-align: middle; }
.event-cupTitle { width: 50%;  display: inline-block; vertical-align: middle; text-align: center;}
.event-cupTitle2 { width: 100%;  display: inline-block; vertical-align: middle; text-align: center;}
.event_create_Name label, .event_create_Logo label { font-size: 130%; font-weight: bold;}


.select_Module label { font-size: 130%; font-weight: bold;}
.select_Module select { width: 90%; padding: 18px 10px; border-radius: 10px; border: 1px solid #c9c9c9;　box-shadow: none; font-size: 130%; background-color: #c9c9c9; margin: 10px 0 5px; text-align:center; text-align:webkit-center; pointer-events: none;}



.event_create_Name { margin: 20px 0 0;}
.event_create_Name label { text-align: center; line-height: 200%; margin: 25px 0 0 0;}
.event_create_Text01 { line-height: 160%; margin: 5px 0;}

.event_create_CSV_text{ line-height: 160%; margin: 10px 0 15px; text-align: center;}

.submit_csv input {
    -webkit-appearance: none;
    display:block;
    width: 90%;
    padding:15px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto;
    background-color: #d6d11d;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;
}

.event_create_CSV_dl a {
    -webkit-appearance: none;
    display:block;
    width: 70%;
    padding:15px 0;
    text-align:center;
    color: #888988;
    margin: 0 auto 40px;
    background-color: #fff;
    border-radius: 0.5em;
    text-decoration: none;
    border: 1px solid #cecece;
    font-size: 130%;
}

.event_create_NoInput a {
    -webkit-appearance: none;
    display:block;
    width: 50%;
    padding:15px 0;
    text-align:center;
    color: #fff;
    margin: 35px auto 10px;
    background-color: #999999;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
}

/*event-process tennis_process.html*/

.event-processH2 { font-size: 120%; margin: 15px 0 25px;}
.event_process_input { margin: 20px 0 0;}
.event_process_input label {font-size: 130%; font-weight: bold; line-height: 180%;}


.event_create_kyougi_ttl {font-size: 130%; font-weight: bold;}
.event_create_kyougi { width:100%; margin: 10px 5%; }

.event_process_text01 { line-height: 150%; margin: 5px 0 0;}

.bottom_half_btn li {display: inline-block; width: 43%;}
.bottom_half_btn li:first-child { margin: 0 3% 0 0;}
.bottom_half_btn li a {
    -webkit-appearance: none;
    display:block;
    padding:15px 0;
    text-align:center;
    color: #fff;
    margin: 5px auto;
    background-color: #999999;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
}

/*cup cup.html*/

.caution_mess01 { color: #FF0000; margin: 0 5% 5px; width: 90%;}
.cup_create_Module { text-align: center; margin: 0 0 20px 0;}
.cup_create_Module label, .cup_create_cupName label, .cup_create_Logo label { font-size: 130%; font-weight: bold;}
.cup_create_cupName { text-align: center; line-height: 200%; margin: 30px 0 0 0;}
.cup_create_Logo { text-align: center; line-height: 200%; margin: 20px 0 0 0;}

.previewLogoBox { text-align: center; margin: 10px 0 0 0; display: block; }
.previewLogoBox img#preview { width: 60%; height: auto;}

/*input#CupLogo { width: 90%; border:1px solid #cecece; height: 120px; margin: 10px 0; color: #fff;}*/

.LogoFileBtn {
    border: 1px solid #cecece;
    display: inline-block;
    padding: 15px 0;
    position: relative;
    width: 90%;
    margin: 5px 5% 10px;
    text-align: center;
}
.LogoFileBtn input[type="file"] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.LogoFileBtn.uploadValue {
    display:none;
    border-radius:3px;
    padding:3px;
}

.submit_next01 input {
    -webkit-appearance: none;
    display:block;
    width: 90%;
    padding:15px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto;
    background-color: #0071bc;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;
}

.submit_next01.mt0 input {
    margin: 0 auto 15px auto;
}

.bottom_back a {
    -webkit-appearance: none;
    display:block;
    width: 40%;
    padding:12px 0;
    text-align:center;
    color: #fff;
    margin: 8px auto 30px;
    background-color: #999999;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
}

#preview_field { text-align: center; margin: 10px 0;}
#preview_field img { width: 150px; margin-top: 10px;}

/*delate*/
.bottom_btn01 a {
    -webkit-appearance: none;
    display:block;
    width: 50%;
    padding:12px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto 30px;
    background-color: #999999;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;
}

/*delate*/
.bottom_btn01 input {
    -webkit-appearance: none;
    display:block;
    width: 50%;
    padding:12px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto 30px;
    background-color: #999999;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;
}

.logo_preview { width: 150px; margin: 15px auto; text-align: center;}


/*login*/
#loginBox{ text-align: center; color: #fff; }
.login_logo {padding: 70px 15% 5px 15%;}
.ss_link { font-size: 60%; margin: 0 0 50px 0; }
.ss_link a { font-weight: bold;
}
#loginBox a { color: #fff; text-decoration: none;}

#loginBox input {
    font-size: 100%;
    margin: 5px 0 10px;
    padding: 20px 0;
    width: 90%;
    border-radius: 0.5em;
    text-align: center;
    border: none;
}

#loginBox input[type="submit"] {
    -webkit-appearance: none;
    width: 90%;
    margin: 8px;
    background-color: #0c6bb0;
    border-radius: 0.5em;
    font-size: 100%;
    color: #fff;
    padding: 0;
    padding: 20px 0;
}

#loginBox input:hover[type="submit"]  {
   background-color: #0c6bb0;
}

#loginBox input:active[type="submit"]  {
   background-color: #0c6bb0;
}

#loginBox h2#login { font-size: 80%; line-height: 160%; margin-bottom:50px;}

.password_remake { margin: 20px 0 10px; text-align: center;}
.ft_go_top { display: none;}


/*create event CSV*/
.submit_csv_file input {
display:none;
}

.submit_csv_file label {
-webkit-appearance: none;
    display:block;
    width: 90%;
    padding:15px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto;
    background-color: #d6d11d;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;
}


/*
.submit_csv_file input {
-webkit-appearance: none;
    display:block;
    width: 90%;
    padding:15px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto;
    background-color: #d6d11d;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;
    border: none;
}
*/

.bottom_half_btnBox .bottom_half_btn li:first-child { margin: 0 3% 0 5%;}

.csv_checkDl { width: 88%; margin: 0 auto; font-size: 110%; text-align: center; }
.csv_checkDl dt { font-weight: bold; margin: 0 0 5px 0;}
.csv_checkDl dt:first-child { margin: -10px 0 5px 0;}
.csv_checkDl dd {margin: 0 0 15px 0; }
.csv_checkDl dd:last-child {margin: 0 0 30px 0; }

.csv_error_dt { color: #f00;}
.csv_error_dd { color: #f00;}


/*create-player*/

.player_format_playerNum { font-size: 110%;}
.submit_csv a {
    -webkit-appearance: none;
    display:block;
    width: 90%;
    padding:18px 0;
    text-align:center;
    color: #fff;
    margin: 15px auto;
    background-color: #d6d11d;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;
}

.playerCsvBox { text-align: center;}
.playerCsvBox h3 { font-weight: bold; font-size: 120%; margin: 30px 0 8px 0;}
.playerCsvBox li { margin:5px 0;}


/*event-list*/

#event_listUl li { border-top: 1px solid #ccc; padding: 10px 0; text-align: center;}
#event_listUl li:last-child { border-bottom: 1px solid #ccc;}

.list_shumoku_ttl { font-size: 130%; font-weight: bold; padding: 10px;}

.list_shumoku_detail { display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    
.list_shumoku_detail dt { margin: 0 15px 5px 0; font-weight: bold;}
    
.list_shumoku_detail dd { margin: 0 0 5px 0;}

/*delate*/
.shumoku_delate a {
    -webkit-appearance: none;
    display:block;
    width: 25%;
    padding:8px 0;
    text-align:center;
    color: #fff;
    margin: 5px auto;
    background-color: #999999;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;

}

.shumoku_btn01 a {-webkit-appearance: none;
    display:block;
    width: 90%;
    padding:15px 0;
    text-align:center;
    color: #fff;
    margin: 5px auto 0;
    background-color: #4abdac;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 120%;
    border: none;}
    
.event_delateBox { text-align: center;}
.event_delateBox p.shumoku_delate input {
    -webkit-appearance: none;
    display:block;
    width: 25%;
    padding:8px 0;
    text-align:center;
    color: #fff;
    margin: 30px auto;
    background-color: #999999;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 130%;
    border: none;

}

.event_delateBox h2 { margin: 0 0 20px 0;}

/*user-edit*/
.use-editBox p {
    margin: 25px 0 0 0;
}

.use-editBox p label {
    text-align: center;
    line-height: 100%;
    font-size: 130%;
    font-weight: bold;
}

/*PC added Style*/
@media screen and (min-width:768px) {

header {
    background-color: #4abdac;
    text-align: center;
    padding: 20px 0 0;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    }
    
header img.hd_logo { height: 65%;}
header p.hd_catch { color: #f00; margin: 5px 0 5px; font-size: 85%;}

#mainBox { max-width: 960px; margin: 0 auto; padding: 110px 10px 10px;}
#loginBox {width: 640px; margin: 0 auto;}
.ss_link { font-size: 100%; margin: 0 0 50px 0; }
#loginBox h2#login { font-size: 110%; line-height: 150%; margin-bottom:40px;}
#loginBox input {padding: 20px 0; font-size: 150%;}
#loginBox input[type="submit"] {padding: 20px 0;font-size: 150%;}

.select_Module label { font-size: 130%; font-weight: bold;}
.select_Module select { width: 90%; padding: 15px 10px; border-radius: 10px; border: 1px solid #c9c9c9;　box-shadow: none; font-size: 130%; background-color: #c9c9c9; margin: 10px 0 5px; text-align:center; text-align:webkit-center; pointer-events: none;}

.cup_logo_select { width: 180px; height: auto;}

}
