@charset "UTF-8";
/* CSS Document */
.team_make{
	margin-top:65px!important;
}
main{
    margin:69px 10px 100px;
}
.main_top{
    margin:85px 10px 0px;
}
.main_top2{
    margin:0px 10px 100px;
}
main.site1{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	max-width:600px !important;
}
.mbsc-scv-sc{
/*	transform: none !important;  */
}
#main a{
    color:#0076e5;
}
#main h1{
    font-size:18px;
    margin:0 0 12px;
}
#main h4{
    font-size:16px;
    margin:1.5em 0 0.5em;
    font-weight: bold;
}
h4.event_name{
    margin:0 0 0.5em !important;;
}

#fixed-navi{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 999;
}
#fixed-navi.has-sub + #main{
    padding-top:60px;
}
@media screen and (min-width: 768px) {

	.team_make{
		margin-top:95px!important;
	}
	 main{
		margin:109px 20px 40px;
	}
	.main_top{
		margin:130px 20px 0px;
	}
	.main_top2{
		margin:0 20px 40px;
	}
	#main h1{
	    font-size:24px;
	}
	#main h4{
	    font-size:18px;
	    margin:1.5em 0 0.5em;
	}
	h4.event_name{
	    margin:0 0 0.5em !important;
	}
	#fixed-navi.has-sub + #main{
	    padding-top:60px;
	}
}
@media screen and (min-width: 992px) {
	main,
	.main_top,
	.main_top2{
		margin-left:auto;
		margin-right:auto;
		max-width:900px;
	}
}

.mbsc-ms-top.mbsc-ms-c, .mbsc-ms-bottom.mbsc-ms-c { /* = .sub-navi > div */
    z-index: 1;
    position: relative;
    left: auto;
    right: auto;
    height: auto;
    width:100%;
    overflow:visible;
}
.btn-group, .btn-group-vertical {
    position: relative;
    vertical-align: middle;
}

/*==================================
main-nav */

ul#navigation{
    width:100%;
    display: flex;
    justify-content: space-around;
    max-width:960px;
    margin:0 auto;
    margin: 0 auto -1px auto;
/*    border-bottom: 1px solid #ffffff;*/
}
ul#navigation li.top{
    background:url(../images/icon_home.svg) no-repeat center top 3px;
    background-size:22px;
}
ul#navigation li.input{
    background:url(../images/icon_input.svg) no-repeat center top 3px;
    background-size:22px;
}
ul#navigation li.event100{
    background:url(../images/icon_event.svg) no-repeat center top 3px;
    background-size:22px;
}
ul#navigation li.kojin{
    background:url(../images/icon_kojin.svg) no-repeat center top 3px;
    background-size:22px;
}
ul#navigation li.team{
    background:url(../images/icon_team.svg) no-repeat center top 3px;
    background-size:22px;
}
ul#navigation li.settei{
    background:url(../images/icon_setting.svg) no-repeat center top 3px;
    background-size:22px;
}
.mbsc-ios.mbsc-ms-c {
    background: #fff;
    border: none;
}

ul#navigation a{
    color: #555;
    font-size:10px;
    padding:0;
border-bottom: 1px solid #e2e2e2;
}
ul#navigation a:hover{
    background-color:#f6f6f6;
}
ul#navigation li{
    padding:26px 0 5px !important;
    position: relative;
}
ul#navigation a .mbsc-ms-item-sel{
    color:#0076e5 !important;
}
ul#navigation a .mbsc-ms-item-sel::after{
    content:"";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:3px;
    background: #0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
}
ul#navigation li.top.mbsc-ms-item-sel{
    background-image:url(../images/icon_home_sltd.svg);
}
ul#navigation li.input.mbsc-ms-item-sel{
    background-image:url(../images/icon_input_sltd.svg);
}
ul#navigation li.event100.mbsc-ms-item-sel{
    background-image:url(../images/icon_event_sltd.svg);
}
ul#navigation li.kojin.mbsc-ms-item-sel{
    background-image:url(../images/icon_kojin_sltd.svg);
}
ul#navigation li.team.mbsc-ms-item-sel{
    background-image:url(../images/icon_team_sltd.svg);
}
ul#navigation li.settei.mbsc-ms-item-sel{
    background-image:url(../images/icon_setting_sltd.svg);
}

@media screen and (min-width: 768px) {
ul#navigation li.top{
    background:url(../images/icon_home.svg) no-repeat center top 5px;
    background-size:35px;
}
ul#navigation li.input{
    background:url(../images/icon_input.svg) no-repeat center top 5px;
    background-size:35px;
}
ul#navigation li.event100{
    background:url(../images/icon_event.svg) no-repeat center top 5px;
    background-size:35px;
}
ul#navigation li.kojin{
    background:url(../images/icon_kojin.svg) no-repeat center top 5px;
    background-size:35px;
}
ul#navigation li.team{
    background:url(../images/icon_team.svg) no-repeat center top 5px;
    background-size:35px;
}
ul#navigation li.settei{
    background:url(../images/icon_setting.svg) no-repeat center top 5px;
    background-size:35px;
}
ul#navigation a{
    font-size:13px;
}

ul#navigation li{
    padding:45px 0 8px !important;
}
ul#navigation a .mbsc-ms-item-sel::after{
    height:4px;
}
}

/*==================================
main-nav2 */
.main-navi,
.sub-navi{
    border-bottom: 1px solid #e2e2e2;
}
ul.navigation,
ul.kojin_navi{
	width:100%;
	display: flex;
	justify-content: space-around;
	max-width:960px;
	margin:0 auto;
	list-style: none;
	padding: 10px 0px;
}
#top_navi2 a:hover{
    background-color:#f6f6f6;
}

#top_navi2 a:visited{
    color:#878787;
}

@media screen and (min-width: 768px) {
	#top_navi2  li{
		padding-left: 30px;
		font-size: 16px;
		font-weight:normal;
	}
	#top_navi2 .manual {
		background: url(../images/icon_manual.png) left 0px top 6px no-repeat;
		background-size: 25px auto;
	}
	#top_navi2 .check_pay {
		background: url(../images/icon_check.png) left 0px top 6px no-repeat;
		background-size: 25px auto;
	}
	#top_navi2 .check_pay_sltd {
		background: url(../images/icon_check_sltd.png) left 0px top 6px no-repeat;
		background-size: 25px auto;
	}
	#top_navi2 .contact {
		background: url(../images/icon_contact.png)  left 0px top 5px no-repeat;
		background-size: 25px auto;
	}
	#top_navi2 .contact_sltd {
		background: url(../images/icon_contact_sltd.png)  left 0px top 5px no-repeat;
		background-size: 25px auto;
	}
	.navi2_icon{
		padding:10px 30px;
	}
}

@media screen and (max-width: 768px) {
	#top_navi2  li{
		font-size: 14px;
		font-weight:normal;
	}

	#top_navi2 .manual {
		background: url(../images/icon_manual.png) left 0px top 9px no-repeat;
		background-size: 16px auto;
	}
	#top_navi2 .check_pay {
		background: url(../images/icon_check.png) left 0px top 9px no-repeat;
		background-size: 16px auto;
	}
	#top_navi2 .check_pay_sltd {
		background: url(../images/icon_check_sltd.png) left 0px top 9px no-repeat;
		background-size: 16px auto;
	}
	#top_navi2 .contact {
		background: url(../images/icon_contact.png)  left 0px top 8px no-repeat;
		background-size: 16px auto;
	}
	#top_navi2 .contact_sltd {
		background: url(../images/icon_contact_sltd.png)  left 0px top 8px no-repeat;
		background-size: 16px auto;
	}
	#top_navi2{
		height:41px !important;
	}
	.navi2_icon{
		padding:10px 0 0 20px;
	}
}

.my-big {
  font-size: 125%;
}
.my-blue {
	color: #e2e2e2;
}


/*==================================
sub-navi */

#input_navi,
#team_navi,
#kojin_navi,
#team_kojin_navi{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height:auto !important;
    white-space: normal;
    width:100%;
    padding:7px 0;
    margin-top: -1px;
}
#top_navi{
    display: flex;
    flex-wrap: wrap;
    height:auto !important;
    white-space: normal;
    padding:7px 0;
    justify-content: space-around;
    max-width:700px;
    font-size:20px;
    margin-top: -1px;
}

#top_navi >a,
#input_navi >a,
#team_navi >a,
#kojin_navi >a,
#team_kojin_navi >a{
    -webkit-box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding:5px 4px;
}
#top_navi a:hover,
#input_navi a:hover,
#team_navi a:hover,
#kojin_navi a:hover,
#team_kojin_navi a:hover{
    background-color:transparent;
}
#top_navi li,
#input_navi li,
#team_navi li,
#kojin_navi li,
#team_kojin_navi li{
    padding:2px 9px;
    border-radius:9px;
    font-size:11.5px;
    color:#444;
    list-style: none;
}
#top_navi a:hover li,
#input_navi a:hover li,
#team_navi a:hover li,
#kojin_navi a:hover li,
#team_kojin_navi a:hover li{
    background-color: #eee;
}
#top_navi li.mbsc-ms-item-sel,
#input_navi li.mbsc-ms-item-sel,
#input_navi a:hover li.mbsc-ms-item-sel,
#team_navi li.mbsc-ms-item-sel,
#team_navi a:hover li.mbsc-ms-item-sel,
#kojin_navi li.mbsc-ms-item-sel,
#kojin_navi a:hover li.mbsc-ms-item-sel,
#team_kojin_navi li.mbsc-ms-item-sel,
#team_kojin_navi a:hover li.mbsc-ms-item-sel{
    color: #fff;
    background: #0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
}
@media screen and (min-width: 768px) {
#top_navi,
#input_navi,
#team_navi,
#kojin_navi,
#team_kojin_navi{
    padding:8px 0;
}
#top_navi >a,
#input_navi >a,
#team_navi >a,
#kojin_navi >a,
#team_kojin_navi >a{
    padding:6px 6px;
}
#top_navi li,
#input_navi li,
#team_navi li,
#kojin_navi li,
#team_kojin_navi li{
    padding:4px 16px;
    border-radius:14px;
    font-size:14px;
}
}

/*==================================
table */

#main table,
#main tr,
#main th,
#main td{
    border-color:#aaa;

}


#main th,
#main td{
    padding:6px;
}
#main table{
    border-right:none;
    border-left:none;
}
@media screen and (min-width: 768px) {
	#main table{
	    /*width:100% !important;*/
	}
}
#main table .year{
}
#main table tr td:last-child{
    border-right:none;
	/* width:60px; */
}
#main table tr td.hensyu{
	width:50px;
}
#main table tr td:first-child{
    border-left:none;
}

#main table tr:nth-child(even) {
    background-color: #e8f3fc;
}

#main table.team td.men{
    background:#59c3d7;
    background:linear-gradient(90deg, #1db3d5, #4dd4cb);
    color:#fff;
    width:50%;
    text-align: center;
}
#main table.team td.women{
    background:#f78f74;
    background:linear-gradient(90deg, #f67f6f, #f78fa5);
    color:#fff;
    width:50%;
    text-align: center;
}
#main table.team td{
    border-right:1px solid #e2e2e2;
}

/* table-wrapper */
/*
.table-wrapper{
    overflow-x:scroll;
    width:100%;
}
.table-wrapper > *{
    min-width:760px;
}
@media screen and (min-width: 768px) {
	.table-wrapper{
	    overflow-x:visible;
	}
	.table-wrapper > *{
	    min-width:none;
	}
}
*/
.table-wrapper > *{
    min-width:none;
}
@media screen and (min-width: 768px) {
	.table-wrapper{
	    overflow-x:visible;
		width:100%;
	}
}
/*==================================
input */

#main input[type="text"],
#main input[type="password"]{
    padding:5px;
    border-radius: 4px;
    border:1px solid #ccc;
    margin-top:5px;
    margin-bottom:5px;
}
#main textarea#memo{
    width:290px !important;
    padding:5px 10px;
    border-color: #ccc !important;
    height: 120px;
}
#main input[type="file"]{
    margin-top:5px;
    margin-bottom:5px;
    width:auto !important;
    font-size:14px;
}
#main input[style="display:none;"] + br{
    display: none;
}

/*==================================
button */
form + #button,
#touroku button{
    margin-top:20px;
}
#main .btn-primary {
    background:#0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
    border:none;
    opacity:1;
    text-shadow: none;
    border-radius:22px;
    color:#fff;
}
#main .btn-danger {
    background:#e1244d;
    background:linear-gradient(90deg, #e1244d, #ee328b);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
    border:none;
    opacity:1;
    text-shadow: none;
    border-radius:22px;
    color:#fff;
}
#main .btn-default {
    text-shadow:none;
    padding:10px 10px;
    border-radius:5px;
    background:#fff;
    border:1px solid #0076e5;
   border-radius:22px;
    color:#0076e5;
}
#main form + .btn-default {
    margin-top:20px;
    border-radius:22px;
}

.mbsc-ios .mbsc-fr-btn{
    color:#0076e5;
}
.continuous-input{
    background-color:#ddd;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
    border:none;
    border-radius:22px;
    margin-bottom:20px;
}
#main .create-button{
    margin-top:20px;
}
#main .create-button[disabled]{
    opacity: .65;
    box-shadow: none;
    background:#aaa;
}
.mbsc-ios.mbsc-no-touch .mbsc-cal-cell:not(.mbsc-btn-d):hover .mbsc-cal-cell-txt, .mbsc-ios .mbsc-selected .mbsc-cal-cell-txt {
    background: #0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
    color: #fff;
}
/* 男女 */
#main .btn-info,
#main .btn-warning{
    color:#fff;
    border-radius: 6px;
    border:none;
    padding:5px 18px;
}
#main .btn-info{
    background:#59c3d7;
    background:linear-gradient(90deg, #1db3d5, #4dd4cb);
}
#main .btn-warning{
    background:#f78f74;
    background:linear-gradient(90deg, #f67f6f, #f78fa5);
}

.manwoman{
    opacity:0.3;
}
.mbsc-ios.mbsc-no-touch .mbsc-cal-cell:not(.mbsc-btn-d):hover .mbsc-cal-cell-txt, .mbsc-ios .mbsc-selected .mbsc-cal-cell-txt {
    background: #0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
    color: #fff;
}
/* 赤小ボタン */
#main .btn_caution,
#main .logout{
    border:1px solid #ee0055;
    color:#ee0055;
    background:#fff;
    padding:2px 10px;
    transition: 0.3s;
    border-radius:8px;
}
#main .btn_caution:hover,
#main .logout:hover{
    border:1px solid #ee0055;
    color:#fff;
    background:#ee0055;
    text-decoration: none;
}

/*==================================
selectbox */

#main select {
	padding: 3px 25px 3px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #0076e5;
    border-radius: 6px;
    font-size:16px;
    background:url(../images/arr_select.svg) no-repeat right center;
    background-size:20px;
    position: relative;
    top:2px;
    margin-right:0.5em;
    margin-bottom:10px;
}
#main b + select{
    margin-left:0.5em;
}
#main select:hover {
	background-color: #f8f8f8;
}
#main .select-item{
    margin-right: 1em;
    font-size:1.3rem;
}
#main label.cb-anim{
    font-size:1.3rem;
}
@media screen and (max-width: 400px) {
    #main .select-item{

    }
	#main .select-item{
		font-size:10px;
   	}
   	#main select {
	padding: 2px 15px 2px 8px;
    margin:0 3px 10px 0;
    font-size:14px;
}
}
/*==================================
checkbox */

input[type=checkbox].cb-anim,
input[type=radio].cb-anim {
	display: none;
}
label.cb-anim{
    margin-right:1em;
 }
label.cb-anim span{
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 11px;
  position: relative;
  top:0.4em;
  margin-right:0.3em;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
}
label.cb-anim span::before,
label.cb-anim span::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #fff;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0;
  content: ' ';
}
label.cb-anim span::before {
  top: 14px;
  left: 7px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
label.cb-anim span::after {
  top: 9px;
  left: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=checkbox]:not(:checked) + label.cb-anim,
input[type=radio]:not(:checked) + label.cb-anim{
	color:#b0b0b0;
}
input[type=checkbox]:disabled + label.cb-anim span,
input[type=radio]:disabled + label.cb-anim span{
    opacity:0.3;
    background-color:#bbb;
    cursor:not-allowed;
}
input[type=checkbox]:checked + label.cb-anim span,
label.cb-anim.checked span {
	background-color: #0076e5;
	border-color:#0076e5;
}

input[type=radio]:checked + label.cb-anim span{
	background-color: #008b8b;
	border-color:#008b8b;
}
input[type=checkbox]:checked + label.cb-anim span::after,
input[type=radio]:checked + label.cb-anim span::after,
label.cb-anim.checked span::after {
  height: 5px;
}

input[type=checkbox]:checked + label.cb-anim span::before,
input[type=radio]:checked + label.cb-anim span::before,
label.cb-anim.checked span::before {
  height: 12px;
}
/*==================================
dropdown */

#main .dropdown-menu > li > a:hover {
    color: #fff;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
}
/*==================================
その他 調整*/

#main .event_man,
#main .event_woman,
#main .event_man_w0,
#main .event_woman_w0,
#main .event_mix,
#main .event_mix_w0 {
    font-size:17px;
    padding:4px 0 3px 30px;
    color:#222;
    margin-top:20px;
/*    margin-bottom:0.5em;*/
}
#main .event_man,
#main .event_man_w0{
    border-bottom:2px solid #59c3d7;
    background:url(../images/icon_man.svg) no-repeat center left;
    background-size:26px;
}
#main .event_woman,
#main .event_woman_w0 {
    border-bottom:2px solid #f78f74;
    background:url(../images/icon_woman.svg) no-repeat center left;
    background-size:26px;
}

#main .event_mix,
#main .event_mix_w0 {
    border-bottom:2px solid #8fbc8f;
    background:url(../images/図1.png) no-repeat center left;
    background-size:26px;
}


#main .table_man tr:nth-child(odd):last-child,
#main .table_woman tr:nth-child(odd):last-child,
#main .table_man_w0 tr:nth-child(odd):last-chil ,
#main .table_woman_w0 tr:nth-child(odd):last-child {
    border-bottom:1px solid #ccc;
}

#main .table_man tr:nth-child(even),
#main .table_ekiden_man tr:nth-child(even),
#main .table_man_w0 tr:nth-child(even) {
    background-color: #e7f6f9;
}
#main .table_woman tr:nth-child(even),
#main .table_ekiden_woman tr:nth-child(even),
#main .table_woman_w0 tr:nth-child(even) {
    background-color: #fef2ef;
}
#main .table_mix tr:nth-child(even),
#main .table_mix_w0 tr:nth-child(even) {
    background-color: #c9efc9;
}
#main .mbsc-ic{
    font-size:18px;
}
@media screen and (min-width: 768px) {
#main .event_man,
#main .event_woman,
#main .event_man_w0,
#main .event_woman_w0,
#main .event_mix,
#main .event_mix_w0 {
    width: 100%;
    font-size:21px;
    padding:3px 0 5px 36px;
    margin-top:30px;
 /*   margin-bottom:0.5em;*/
}
#main .event_man,
#main .event_man_w0{
    background-size:32px;
}
#main .event_woman,
#main .event_woman_w0 {
    background-size:32px;
}

#main .event_mix,
#main .event_mix_w0 {
    background-size:32px;}
}
}

body.kojin_data #main table.table_man{
    border-top:2px solid #aaa;
}
body.kojin_data #main .table_man tr:nth-child(odd):last-child,
body.kojin_data #main .table_woman tr:nth-child(odd):last-child {
    border-bottom:1px solid #ccc;
}
.table_man,
.table_woman,
.table_mix{
    width:100%;
}
.table_man + .table_man,
.table_woman + .table_woman{
   /* margin-top:10px;*/
}
.table_man >tbody >tr:first-child td,
.table_woman >tbody >tr:first-child td{
    padding:0;
}
#top h4 + .event-type{
    margin-top:-5px;
}
/*==================================
種目バー */

#main .event-type{
    margin-left:-5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:30px;
}
#main .event-type > .btn-group{
    width:calc(33.333333% - 5px);
    margin-left:5px;
}

#main .btn-group .btn-default {
    text-shadow:none;
    padding:5px 6px;
    margin-top:10px;
    border-radius:5px;
    background:#fff;
    border:1px solid #0076e5;
    color:#0076e5;
    width:100% !important;
}
#main .btn-group .btn-default:hover {
    background:#0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
    color:#fff;
}
#main .btn-group.open .btn-default.dropdown-toggle {
    background:#0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
    color:#fff;
}
#main .dropdown-menu {
    min-width: 150px;
}
@media screen and (min-width: 768px) {
#main .event-type{
    margin-left:-5px;
    margin-bottom:30px;
}
#main .event-type > .btn-group{
    width:calc(20% - 5px);
    margin-left:5px;
}
#main .btn-group .btn-default {
    padding:8px 10px;
}
}

/*==================================
setting button */

#main .setting-buttons{
    width:150px;
    margin:0 auto;
}
#main .setting-buttons.lgt4{
    width:320px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
#main .setting-buttons a{
    width:150px;
    height:150px;
    border-radius:50%;
    background:#fff;
    color:#0076e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #0076e5;
    margin:15px 0;
    transition:0.3s;
    font-size:14px;
}
#main .setting-buttons.lgt4 a{
    width:140px;
    height:140px;
    margin:10px;
}
#main .setting-buttons a:hover{
    background:#0076e5;
    background:linear-gradient(90deg, #0076e5, #00b5f3);
    border:1px solid #fff;
    color:#fff;
}
@media screen and (min-width: 768px) {
#main .setting-buttons{
    display: flex;
    width:100%;
    justify-content: center;
    margin-top:90px;
}
#main .setting-buttons a{
    width:200px;
    height:200px;
    margin:15px;
    font-size:16px;
}
#main .setting-buttons.lgt4{
    width:460px;
    margin:0 auto;
    justify-content: center;
    flex-wrap:wrap;
}
#main .setting-buttons.lgt4 a{
    width:200px;
    height:200px;
    margin:15px;
}
}
@media screen and (min-width: 992px) {
#main .setting-buttons a{
    margin:20px;
}
#main .setting-buttons.lgt4 a{
    width:180px;
    height:180px;
}
 #main .setting-buttons.lgt4{
    width:100%;
}
}
input.focusinput,
textarea.focusinput{
	background-color:#f5deb3;
}
.onclick:hover{
	cursor: pointer;
}

/*****************************/
/* 追加:2018.09.28 */
/*****************************/
#kakutei_rank_list{
	margin-top:15px;
}
.kakutei_rank_detail{
	display: block;
	margin-bottom:8px;
}
#kakutei_rank_list .a-ng{
	color:#000000;
}
#kakutei_rank_list .a-ng:hover{
	cursor: auto;
    text-decoration: none;
}
#kakutei_rank_list .a-ok:hover{
	cursor: pointer;
	font-weight:bold;
    text-decoration: none;
}
.kakutei_rank{
	display: inline-block;
	width: 200px;
}
.new_taikai_list{
	margin:10px 0 10px 30px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #668ad8;
    border:2px solid #000000;
    font-size:18px;
    font-weight:bold;
    border-radius: 3px;
}
.square_btn:hover{
    background-color:#f6f6f6;
    text-decoration: none;
}
#top .square_btn{
background: #0076e5;
background: linear-gradient(90deg, #0076e5, #00b5f3);
color:#fff;
padding:7px 14px;
font-size:1.4rem;
border-radius: 6px;
    border: none;

}

.ta{
	font-size:14px !important;
}
/*************/
#nin_table th{
	text-align:center;
}
#nin_table .content-body1{
	width:60%;
	text-align:center;
}
#nin_table .content-body2,
#nin_table .content-body3{
	width:20%;
	text-align:center;
}
/*************/

/*************/
#movie_table th{
	text-align:center;
}
#movie_table .content-body1,
#movie_table .content-body2,
#movie_table .content-body3{
	width:25%;
	text-align:center;
}
/*************/
/* pregoress */
/*************/
.progress_bar{
	width:200px;
	height:20px;
	border:solid 1px #808080;
	background-color:#f8f8f8;
}
.progress_bar_color{
	height:20px;
}
/*************/
/* button */
/*************/
.douga_insert{
	margin:10px;
}
.douga_insert input{
    padding: 10px 0;
    background-color: #ffffff;
    color: #0076e5;
    border: none;
    font-size: 1.4rem;
}

/*************/
/* logo */
/*************/
#site-logo{
	width: 230px;
	align-items: center;
	margin: 0 0 10px 0;
	line-height: 19px;
	padding: 5px;
	display: block;
}
#site-logo span {
	font-size: 1.2rem;
	display: block;
	margin: 0;
}
#site-logo img {

}
/*************/
/*************/
.backcolorRed{
	background-color:#ffc6b2;
}
.error-text{
	margin-top:10px;
	color:red;
}
.margin-top30{
	margin-top:30px;
}
.movie{

}
.movie_encode{
	margin:30px 0;
	border:1px solid black;
}
.displayNone{
	display: none;
}
.input1 input[type=text],
.input1 textarea{
	font-size:16px;
}
#kakuninZikou{
	border: 1px solid #006400;
	height: 120px;
	margin: 0 0 15px 0;
	padding: 12px 15px 12px 15px;
	overflow-y: scroll;
}
#kakuninZikou dt {
	margin: 0;
	padding: 5px 0;
	width: 25px;
	float: left;
}
#kakuninZikou dd {
	margin: 0 0 0 25px;
	padding: 5px 0;
}
/* カレンダーの日時 */
input#day3{
	font-size:16px;
}


/*************/
.team_div{
	margin: 0 0 20px;
/*
	width: 100%;
	height: 700px;
	overflow: hidden;
*/
	width: 1100px;
	height: auto;
}
.team_table {
	table-layout: fixed;


	font-size:12px;
}
.team_table th{
	text-align:center;
}
.team_table .content-width1{
	width:20%;
}
.team_table .content-width2{
	width:6%;
}
.team_table .content-width3{
	width:6%;
}
.team_table .content-width4{
	width:10%;
}
.team_table .content-width5{
	width:14%;
}
.team_table .content-width6{
	width:10%;
}
.team_table .content-width7{
	width:10%;
}
.team_table .content-width8{
	width:10%;
}
.team_table .content-width9{
	width:8%;
}
.team_table .content-width10{
	width:10%;
}
.team_table .content-body2,
.team_table .content-body3,
.team_table .content-body4,
.team_table .content-body7,
.team_table .content-body9{
	text-align:center;
}
.team_table select{
	background-color:#ffffff;
	font-size:12px;
}
/*************/
/*************/
.player_div{
	margin: 0 0 20px;
/*
	width: 100%;
	height: 700px;
	overflow: hidden;
*/
	width: 1100px;
	height: auto;
}
.player_table {
	font-size:12px;
}
.player_table th{
	text-align:center;
}
.player_table .content-width1{
	width:22%;
}
.player_table .content-width2{
	width:8%;
}
.player_table .content-width3{
	width:10%;
}
.player_table .content-width4{
	width:3%;
}
.player_table .content-width5{
	width:3%;
}
.player_table .content-width6{
	width:3%;
}
.player_table .content-width7{
	width:8%;
}
.player_table .content-width8{
	width:10%;
}
.player_table .content-width9{
	width:8%;
}
.player_table .content-width10{
	width:8%;
}
.player_table .content-width11{
	width:8%;
}
.player_table .content-width12{
	width:15%;
}
.player_table .content-width13{
	width:12%;
}
/*************/
/*************/
.plan_table th{
	text-align:center;
}
.plan_table .content-width1{
	width:40%;
}
.plan_table .content-width2{
	width:25%;
}
.plan_table .content-width3{
	width:25%;
}
.plan_table .content-width4{
	width:10%;
}
.plan_table .content-body2 select{
	width:95%;
	font-size:12px;
}
.plan_table .content-body3 input{
	width:95%;
}
/*************/
/*************/
.control-box{
	overflow-x: hidden;   /* スクロール表示しない */
	overflow-y: scroll;   /* スクロール表示 */
	border: medium none;
	height: 500px;
	padding: 0;
}
/*************/
/* トップページ 状況表示・有料申込*/
/*************/
.box100mess{
	width:100%;
	margin:10px 0 10px 0;
	background-color: #e6e6fa;
	padding:5px 10px;
	display:table:
}
.box100mess-wrap1{
	display:table-cell;
	padding-right:15px;
	min-width:100px;
	padding-left:15px;
	padding-top:3px;
}
.box100mess-wrap2{
	display:table-cell;
	padding-top:3px;
}
.box100mess-alert{
	color: #d60606;
	display:table-cell;
	padding-left:15px;
}
.box100left{
	float:left;
}
.box100right{
	text-align:right;
	padding-right:20px;
	float:right;
}
.box101mess{
	width:100%;
	margin:5px 0 1.5em 0;
	line-height:25px;
}
.mess100_hr{
	border:0.5px solid #b7b7b7!important;
}
/** スマホ用 */
@media screen and (max-width: 767px) {
	.box100right a{
		font-size:14px;
		font-weight:bold;
		padding:0 40px 0 0;
	}
}
/** PC用 */
@media screen and (min-width: 768px) {
	.box100right a{
		font-size:14px;
		font-weight:bold;
		padding:0 40px 0 0;
	}
}
/*************/
/* 状況表示 */
/*************/
#check .back{
	font-size:14px;
	margin-top:30px;
}
/*************/
/*************/
.center{
/*	text-align:center;*/
}
.left{
	text-align:left;
	padding-left:3px;
}
.right{
	text-align:right;
	padding-right:3px;
}
.input-center{
	text-align:center;
}
.input-left{
	text-align:left;
	padding-left:3px;
}
.input-right{
	text-align:right;
	padding-right:3px;
}
.visibility-collapse{
	visibility:collapse;
}
.visibility-collapse th{
	height:0px;
}
.clear{
	clear:both;
}

/*************/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
/*    background: #FFF; */
    z-index: 1;
}
#loading {
	/*
    position: absolute;
    left: 50%;
    top: 30%;
    */
	padding-top: 160px;
	text-align: center;
}
/*************/

.progress_overlay{
	background: rgba(0,0,0,0.6);
	position: fixed;
    display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:9999;
}
.progress_overlay.progress-open {
    display: block;
}
.lorder2{
	padding-top: 160px;
	text-align: center;
	color:#ffffff;
	text-align:center;
}



.dummy100{
  visibility:hidden;
  table-layout: fixed; 
  width:800px;
}
.div100{
  display: inline-block;
}
.main100{
  visibility:hidden;
}
#main td.video{
	padding:3px 6px;
}

/******会員登録フォーム*******/
.content{
	width:100%;
	margin-bottom:15px;
}
.form-label{
	width:20%;
	font-size:16px;
	display:inline-block;
	padding-left:10px;
}
.form-input{
	font-size:16px;
	width:50%;
	display:inline-block;
}
.form-pdf{
	font-size:16px;
	width:70%;
	display:inline-block;
}
.form-check{
	font-size:16px;
	width:25%;
	display:inline-block;

}
.form-setumei{
	margin-left:20%;
}
.pdf:after {
    content: "PDF";
    position: relative;
    left: 0.5em;
    padding:2px 7px;
    background: #E91C23;
    color: #fff;
    font-size: 0.8em;
}
.agree-check{
	font-weight:normal;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 2px 10px 5px;
}
.touroku-title{
    /*background-color: #e0f5ff;*/
    border-bottom: solid 1.5px #6ac7f2;
    font-size: 20px;
    padding: 5px 20px;
    margin-bottom:20px;
    color:#0076e5;
}
.list-box {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, .1);*/
    border: solid 1.5px #6ac7f2;
    border-radius: 5px;
    display: inherit;
    font-size: 0.9em;
    padding: 1em 1.6em;
    font-size:14px;
}
.list-box-woman{
    border: solid 1.5px #f78f74;
}

.pass_show{
	font-weight:normal;
	margin-left:21%;"
}
.alert_moji{
  margin-left:21%;
}
input::-webkit-input-placeholder {
    color: #c0c0c0;
}
input:-moz-placeholder {
    color: #c0c0c0;
}
input::-moz-placeholder {
    color: #c0c0c0;
}
input:-ms-input-placeholder {
    color: #c0c0c0;
}


@media screen and (min-width: 481px) {
.kakunin_min{
	display:none;
}
#team_pass_after::after{
    content:"チーム\Aパスワード";
    white-space: pre;
}
}

@media screen and (max-width: 620px) {
main.site1{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	max-width:600px !important;
}
}

@media screen and (max-width: 480px) {
.form-label{
	width:100%;
	font-size:16px;
	display:inline-block;
	padding-left:10px;
}
.form-input{
	font-size:16px;
	width:100%;
	display:inline-block;
}
.form-pdf{
	font-size:16px;
	width:100%;
	display:inline-block;
}
.form-check{
	font-size:16px;
	width:100%;
	display:inline-block;

}
.form-setumei{
	margin-left:100%;
}
.pass_show{
	font-weight:normal;
	margin-left:0%;"
}
.kakunin{
	display:none;
}
.alert_moji{
  margin-left:0%;
}

#team_pass_after::after{
    content:"チームパスワード";
}

}
/*************/
.js{
	text-align:center;
	font-size:20px;
	padding:10px;
	border: 1px solid maroon !important;
	color: #000;
	background: pink;
}

/****チーム管理者のアイコン***/
.kanri_icon{
    height:15px;
    vertical-align:text-top;
}
.menu_icon{
    height:12px;
    vertical-align:inherit;
    padding-right:5px;
}

.kanri_img{
    width:18.75px;
    display:inline-block;
    text-align:center;
}
.mark_man,.mark_woman {
    vertical-align: middle;
    font-size:12px;
    padding-right:5px;
    padding-bottom:4px;
}
.mark_man {
    background: #f0f8ff;
    color: #1313b5;
}
.mark_woman {
    background:#fff0f5;
    color: #fc8888;
}

.btn-nendo{
    text-shadow: none;
    padding: 2px 10px;
    background: #fff;
    border: 1px solid #0076e5;
    border-radius: 15px;
    font-size: 12px;
    color: #0076e5;
    vertical-align:baseline ;
}
.btn-nendo:hover {
    color: white;
    background: #0076e5;
}
/****チーム登録の削除****/
.frame {
 width: 100%;
 margin: 30px auto 20px;
 padding: 30px 20px 0;
 border: 2px solid #aaa;
 position: relative;
 border-radius: 3px;
 background-color: #fff;
}
.frame-title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.frame-title .fa {
 margin-right: 5px;
}
.caution {
 background-color: #ff4500;
 border: 2px solid #ff4500;
 color: #fff;
 border-radius: 3px;
}
.frame-red {
 border-color: #ff4500;
}
.frame_content{
 margin-bottom:20px;
}
.fa-stopwatch{
color:#F0ADAD;
}
.fa-users-cog{
color:#78B4F0;
}


.box27 {
    clear:both;
    width:100%;
    position: relative;
    margin-top:45px;
    padding: 0.8em 0.8em;
    border: solid 1px #000080;
    border-radius: 0px 5px 5px 5px;
}
.box_man {

}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #f0f8ff;
    border: solid 1px #000080;
    border-radius: 5px 5px 0 0;
}
.mbsc-ios.mbsc-alert p {
    text-align: left;
}

input,
select,
textarea,
.mbsc-textarea{
    font-size:16px !important;
}



/*         利用状況        */
/*-------------------------*/
.check-all-wrapper{
    display:table;
    width:100%;
}
.check-wrapper{
    display:table-cell;
    width:48%;
    border:1px solid #aaa;
    border-radius:5px;
    background-color:#f9f9f9;
}
.check-title{
    padding:5px 0 0 10px;
    display: flex;
    align-items: flex-end;
}
.check-title-active{
    color:#0076e5;
    font-weight:bold;
}

.check-left{
    display:table-cell;
    padding:15px;
    padding-left:40px;
    min-width:125px;
}
.check-right{
    word-break: break-all;
    padding-left:5px;
    padding-right:10px;
    display:table-cell;
}
.check-dummy{
    display:table-cell;
    width:4%;
}
.check-kojin{
    border-color:#0076e5;
    border:1.2px solid #0076e5;
    background-color: #f2faff;
}
.check-team{
    border-color:#3cb371;
    border:1.2px solid #3cb371;
    background-color: #effcf2;
}
.check-img{
    height:25px;
    padding-right:5px;
}
.check-content{
  margin-left:auto;
  margin-right:auto;
}
.check-hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #0076e5;
}
@media screen and (max-width: 660px) {
    .check-wrapper{
        display:inherit;
        width:100%;
    }
    .check-all-wrapper{
        display:inherit;
    }
    .check-dummy{
        padding:10px;
        width:100%;
    }
}
/*-------------------------*/
.pay_header_wrapper{
    display:table;
    width:100%;
}
.pay_header_kojin,
.pay_header_team {
    background-color: #1f95cd;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 6px 12px;
    display:table-cell;
    vertical-align: middle;
    width:50%;
}
.pay_header_kojin{
    background-color: #1f95cd;
}
.pay_header_team {
    background-color: #3cb371;
}
.pay_zyoukyou_kojin,
.pay_zyoukyou_team{
    color: #fff;
    display:table-cell;
    padding: 6px;
    width:50%;
   text-align:start;
}
.pay_zyoukyou_kojin{
    background-color: #1f95cd;
}
.pay_zyoukyou_team{
    background-color: #3cb371;
}
.pay_zyoukyou2{
    padding:10px 0 0 10px;
    width:100%;
    display:none;
   text-align:start;
}

.pay_content_wrapper{
    background-color: #ebebeb;
    width:100%;
    margin-bottom:30px;
}
.pay_wrapper{
    background-color: #ebebeb;
    display:table;
    width:100%;

}
.pay_panel{
    width:50%;
    display:table-cell;
    text-align:center;
    padding: 15px 10px;
}
.pay_panel > a{
    display: block;
    background-color: #fff;
    /* padding: 15px 10px; */
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: bold;
    color: #06a;
}

.pay_panel > a:hover {
    background-color: #E6FFFF;
}
.pay_panel_team > a:hover {
    background-color: #bbedbb;
}
.pay_panel_disabled > a {
    background-color: #fff;
    opacity:0.5;
    color: #808080!important;
}
.pay_panel_disabled > a:hover {
    background-color: #fff;
    opacity:0.5;
}
.pay_alert{
    padding:0 10px 10px 15px;
}
@media screen and (max-width: 600px) {
    .pay_header_kojin,
    .pay_header_team {
        width:100%
    }
    .pay_zyoukyou_kojin,
    .pay_zyoukyou_team{
	display:none;
    }
    .pay_zyoukyou2{
        display:inherit;
    }
    .pay_panel{
        width:100%;
        display:inherit;
        padding: 15px 10px;
    }
    .pay_panel2{
	margin-top:-15px;
    }
}

.table-wrapper1{
    position: relative;
    overflow-x: visible;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 0 15px 0;
}

.pb_video {
    height: 1.42857143em;
}

.box_info{
	background-color:#f2f2f2;
	padding:5px;
	text-indent: 0em;
}
.video_none{
    display:none!important;
}
.tr_row,
.tr_title_row,
.tr_not_row{
    border-bottom:none!important;
}


.arrow{
    display: table-cell;
    width: 8%;
    vertical-align: middle;
}
.row_gray{
    background-color:#f0f0f0!important;
    color:#999999!important;
}
.pb_area{
    display:none;
}

.pb_border{
   border-top:1px solid #2e2e2e9e;
   border-bottom:1px solid #c0c0c0;
/*   margin-top:-1px;*/
}
.pb_border2{
/*   border-bottom:1px solid #2e2e2e9e;
   margin-bottom:0px;*/
   border-top:1px solid #2e2e2e9e;
}
.pb_border_bottom{
/*   border-bottom:1px solid #2e2e2e9e;
   margin-bottom:0px;*/
   border-bottom:1px solid #2e2e2e9e;
}
.arrow_man{
   color:#0d57b8;
  cursor: pointer;
}
.arrow_woman{
   color:#f78374;
   cursor: pointer;
}
.arrow_none{
    display:none;
}
.sakuzyo_top{
    text-align:left;
    margin:15px 0px;
}
.sakuzyo_content{
    text-align:left;
    margin:15px 0px;
    border:1px solid red;
    padding:8px;
}

.sb_none{
    opacity:0;
}

.sb_tr{
    background-color:#fff!important;
    border-top: 1px solid #aaa;
}
.check_sb{
    border-color: #fff!importnat;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF!important;
}

.sb_tr:first-child{
 /*   border-top: 1px solid #aaa!important;*/
}
.sb_tr:last-child{
    /*border-bottom: 1px solid #aaa;*/
}
.sb_border_bottom{
    border-bottom: 3px double #0d57b8;
}


.sb_border2{
 /*   border-color:#0d57b8!important;*/
    border-top: 3px double #0d57b8;
 /*   border-bottom: 1px solid #aaa;*/
}

.sb_add{
    display:none;
}
.pb_tr{
    height:2em;
}
.dummy_border{
    border-top:3px double #0d57b8;
    height:0px!important;
    padding: 0px!important;
}
tr.dummy2{
    height:0px;
}
tr.dummy1{
    height:0px;
}

.pop_not{
 vetrical-align:middle;
}
.player_tuika{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.td1{
    padding-right: 10px;
}
#btn2{
    background: linear-gradient(90deg, #009688, #4fccc4)!important;
}
