html,
body {
	height: calc(100%);
}

.not_vis {
	display: none !important;
}

.err_msg {
	color: #f00;
}

.modal.fade .modal-dialog.modal-work {
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}

hr {
	margin: 10px 0 10px 0 !important;
	padding: 0 !important;
}

p {
	margin: 0 !important;
}

td {
	vertical-align: middle;
}

.hide_line {
	text-decoration: none;
}

.gray {
	color: #1a2e3c;
	vertical-align: middle;
}

.dropdown.user_btn {
	margin-right: 20px;
}






body {
	background-color: #eee;
}

header {
	height: 70px;
	background-color: #ddd;
}

.material-icons-outlined {
	display: inline-flex;
	vertical-align: middle;
}

.card-header h5 {
	font-weight: 500;
}


.sidemenu {
	background-color: #eee;
	width: 250px;
	min-width: 230px;
}

.sidemenu dl {
	width: 100%;
}

.sidemenu dl dt {
	color: #eee;
	text-align: center;
}

.sidemenu ul {
	margin: 0;
	padding: 0;
}

.sidemenu ul li {
	list-style: none;
	line-height: 2em;
}

#header {
	height: 70px;
	width: 100%;
	/*	background-color:#424242;*/
}

.content_wrapper {
	width: 100%;
	min-height: calc(100vh - 80px);
}

#content {
	padding-bottom: 60px;
}


/* 登録選手一覧 */

.card table.players th {
	text-align: center;
}


/* 団体申込み情報 */
.card .head {
	background-color: #e9f2f4;
}


/* 申込書出力 */
/* 団体 */
#wrapper.team_application .in_box {
	/* border: 0.5px solid #000; */
	text-align: center;
	padding: 4px 6px 4px 6px;
}

#wrapper.team_application .caution {
	border: 1.5px solid #000;
	;
	text-align: center;
}

#wrapper.team_application .caution p {
	font-size: 14px !important;

}

#wrapper.team_application .contribution {
	padding-top: 20px;
	margin-bottom:10px;
	text-align:right;
}

#wrapper.team_application .contribution p span {
	font-size: 16px !important;
	padding-left: 40px;
	padding-right: 20px;
}

#wrapper.team_application table.school th[colspan="2"] {
	width: calc(100% / 7);
}




@media print {

	/* 印刷時の余白幅指定 */
	@page {
		size: A4 portrait;
		margin: 0 15mm 0 15mm;
		width: 210mm;
		height: 297mm;
		box-sizing: border-box;
		padding: 0mm 15mm 0mm 15mm !important;
	}

	@page {
		/* margin: 20.0mm 15.0mm 0.0mm 15.0mm; */
		/* margin:0; */

	}

	#wrapper {
		padding-top: 15mm;
	}
}


.main_title h5 {
	font-size: 14px;
}

.main_title p {
	font-size: 14px;
}

.main_logo {
	width: 60px;
	height: auto;
	margin-top: -2px;
}

.btn_top {
	margin-top: 50px;
}


/* ハンバーガーメニュー */
.hamburger {
	width: 40px;
	height: 32px;
	position: relative;
}

.hamburger_bar {
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	background: #000;
}

.hamburger_bar:nth-child(1) {
	top: 0;
}

.hamburger_bar:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
	top: 100%;
	transform: translateY(-100%);
}

/* リセットCSS */
button {
	border-color: transparent;
	background: transparent;
	cursor: pointer;
}

div.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 0px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
	z-index: 999999999;
}

.global-nav {
	position: fixed;
	right: -320px;
	/* これで隠れる */
	top: 0;
	width: 300px;
	/* スマホに収まるくらい */
	height: 100vh;
	padding-top: 40px;
	background-color: #fff;
	transition: all .6s;
	z-index: 10000;
	overflow-y: auto;
	/* メニューが多くなったらスクロールできるように */
}

.global-nav .close_menu {
	position: absolute;
	right: 10px;
	top: 10px;
}

.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.global-nav__item {
	text-align: center;
	padding: 0 14px;
}

.global-nav__item span {
	display: inline-block;
	vertical-align: middle;
}

.global-nav__item a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 0;
	text-decoration: none;
	color: #111;
}

.global-nav__item a:hover {
	background-color: #eee;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}

.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}

.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 20px;
}

.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 20px;
}

table.regist
{
	width:100%;
}

.logout_link a
{
	text-decoration: none;
	color:#000;
}

.request_box
{
	border:1px solid #000;
	width:700px;
	height:90px;
	padding:2px 5px 2px 5px;
}

.request_box p
{
	font-size:12px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.dropdown.user_btn {
		margin-right: 40px;
	}


}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	header {
		height: 80px;
		background-color: #ddd;
	}

	.main_title h5 {
		font-size: 18px;
	}

	.main_logo {
		width: 70px;
		height: auto;
	}

	.btn_top {
		margin-top: 100px;
	}

	table.regist
	{
		width:200px;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.main_title h5 {
		font-size: 20px;
	}

	.dropdown.user_btn {
		margin-right: 80px;
	}


}



/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}


.caution_red
{
	background-color: #f7b2be !important;
}
