@charset "UTF-8";

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-bottom:50px;
}

.container-login{
	height: 100vh;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
	NO SCRIPT
*******************************/
.noscript{
	height:100%;
	width:100%;
	position: fixed;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.73);
	z-index:9999;
}
.noscript .noscript_inner{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:80%;
	height:auto;
	padding:20px;
	border: #721C24 1px solid;
	border-radius: 5px;
}
/*
	サイドナビ
*******************************/
.navbar-header{
	margin-bottom:0;
	font-weight: bold;
	margin:10px 0;
}
.account{
	position: fixed;
	top:17px;
	right:115px;
	z-index:1100;
	color:#fff;
}
.logout{
	position: fixed;
	top:12px;
	right:5px;
	z-index:1100;
	color:white;
}
.logout:hover{
	text-decoration: none;
	color:white;
}
@media (min-width: 992px) {
	.navbar-header{
		margin:20px 0;
		text-align: center;
		font-size: 1.1em;
	}
	.account{
		position: absolute;
		top:10px;
		right:155px;
		z-index:1100;
		color:#000;

	}
	.logout{
		position: absolute;
		top:5px;
		right:10px;
		color:#343a40;
	}
	.logout:hover{
		text-decoration: none;
		color:#343a40;
	}
}
.navbar-toggler{
	border:0px;
}
.dropdown-side-navi{
	position: relative;
}
div.navbar-collapse a.btn,
div.navbar-collapse button.btn,
div.navbar-collapse div.dropdown-menu{
	border-radius: 0px;
	font-size:0.8em;
	text-align: left;
}
div.navbar-collapse div.dropdown-menu a{
	border-color: #343a40;
	background-color: #343a40;
}
div.navbar-collapse div.dropdown-menu a:hover{
	border-color: #171a1d;
	background-color: #1d2124;
}


/*
	top Card Style
*******************************/
.top-card-style{
	color :#000;
	text-decoration: none;
}
.top-card-style:hover{
	text-decoration: none;
}

/*
	edit
*******************************/
.cke_dialog{
	z-index:99999990 !important;
}
.form-group{
	margin-bottom:30px;
}
.form-group > label{
	font-size:0.8em;
	font-weight:bold;
}
.form-control-alert{
	border-color:red;
}

