/*new login page*/
body.ndes {
    background: #e9ddd2 url(../images/facilities_bg.png) repeat center center;
    background-size: cover;
	padding-left: 0;
	padding-right: 0;
	font-family: “メイリオ“
} 

.content-wrapper-main{
	padding-top: 30px;
}
.ndes .navbar-header {
	width: 100%;
}
.ndes .navbar-toggle {
	display: none;
}
.ndes .navbar-header .navbar-brand {
	max-width: none;
	max-height: none;
	height: auto;
}
.ndes .navbar-header .navbar-brand img {
	max-width: 250px;
	display: inline-block;
	height: auto;
}
.ndes .navbar-header .navbar-brand span {
	display: inline-block;
    color: #8f93a1;
    font-weight: 600;
    font-size: 14px;
    float: right;
    margin-top: 14px;
    margin-left: 0px;
}
.ndes .login_container .panel {
	border-color: #9b7c47 !important;
	background-color: rgba(255,255,255,0.8);
	box-shadow: none;
}
.ndes .login_container .panel-heading {
	padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
   background: #4F5697;
    font-size: 18px;
	border: 0;
}
.ndes .login_container .control-label {
	color: #000;
	font-family: “メイリオ“
}
.ndes .login_container .panel-body input {
	border-radius: 0;
	border: 1px solid #80808078;
	box-shadow: none;
	font-family: “メイリオ“
}
.ndes .login_container button,
.ndes .login_container button:hover {
	background: #464F8C;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 10px 25px;
    font-family: Noto Sans CJK JP;
}
.ndes .login_container .logout {
	background: #8F8F8F;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 10px 25px;
}

.banner {
	background: url(../images/main.jpg) repeat center center;
	min-height: 100px;
}

.navbar-fixed-top{
	background: #fff;
    border-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: none;
        width: 1920px;
    margin: 0 auto;
}

.form-horizontal{
	margin-top: 15px
}

.wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    min-height: 1200px
}

@media screen and (max-width: 768px) {
	.ndes .page-content .container {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	/* 20180505 */
	.ndes {
		padding-top: 0;
	}
	.ndes .login_container {
		padding: 0;
		margin-top: 20px;
	}
	.ndes .login_container button,
	.ndes .login_container a.logout {
		width: 100%;
		margin-bottom: 10px;
	}
	.ndes .navbar {
		width: 100% !important;
		text-align: center;
		padding: 0 !important;
		min-height: auto !important;
		position: static !important;
	}
	.ndes .navbar-header {
		margin: 0 !important;
	}
	.ndes .navbar-header .navbar-brand {
		padding-top: 8px !important;
	}
	.ndes .navbar-header .navbar-brand span {
		font-size: 12px;
		margin-top: 0 !important;
		float: none !important;
	}
	.ndes .banner {
		min-height: 70px !important;
		background-size: cover;
		background-position: center;
	}
}
