/* LayoutLogin.html Start */
/* body, html {
	height: 100%;
	background-image: url('/img/bodybgcolor5.png'}");
	background-size: cover;
} */

html, body, #contents{
    height: 100%;           
}
#contents {
/*     display: flex; */
/* 	display: inline; */
/*     justify-content: center; */
/*     align-items: center; */
}

#contents {
	/* padding-bottom: 20px; */
	
}

#action {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 85px;
	bottom: 0;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 20px;
}
/* LayoutLogin.html End */

/*** login ***/
.login-panel-body{
    opacity: 1.0;
    background-color: #D3D3D3;
}

/*** language ***/
.header-title{
    border-radius: 4px;
}

/*** error ***/
.header-title .glyphicon{
    margin-right: 10px;
}

/*** 共通 ***/
.margin-block150_top{
s	margin-top:150px;
}
.margin-block150{
	margin-bottom:150px
}

.block-center{
	margin-top: 10%;
	margin-bottom: 10%;
}