/*****	TOP	*****/
.header {
	width: 100%;
	position: absolute;
	background: #333;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
}
.header .header-logo {
	position: relative;
	padding-left: 15px;
	background: #333;
	top: 4px;
	transform: none;
	width: 124px;
	height: 52px;
	float: left;
}
.header .header-logo a {
	display: block;
	background-color: #333;
	background-size: 124px 52px;
	width: 100%;
	height: 100%;
}
.header .header-logo a img {
	height: 100%;
	width: auto;
}
body { margin: 0; }
.jumbotron {
	background-color: #eee;
	text-align: center;
}
.jumbotron h1 {
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
}
.header .container {
	display: block;
}
.header .container .login {
	float: right;
}
.header .container .login button {
	margin: 14px auto;
}
.container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.container main {
	padding-top: 80px;
	flex: 1;
}
ul {
	list-style: none;
	padding: 0;
}
.footer {
	padding: 2rem;
	font-size: 15px;
	color: #999;
	background: #fff;
	border-top: 1px solid #e5e7eb;
	z-index: 99;
}
a:hover {
	color: #000;
	text-decoration: none;
}
div.center {
	text-align: center;
}
div.center h1 {
	margin-bottom: 50px;
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
	font-size: 64px;
}
dl dd {
	margin-bottom: 10px;
}
dl dd:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.footer {
		display: flex;
		justify-content: space-between;
	}
	.md-flex {
		display: flex;
	}
	.md-flex li + li {
		margin-left: 16px;
	}
}

/*****	下層共通設定	*****/
.input-group {
	margin-bottom: 10px;
}
.center {
	margin: 0 auto;
}
.page-header h1 {
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size: 16px;
	border-bottom: #333 1px solid;
	border-left: #333 8px solid;
	padding-left: 8px;
}
label {
    font-size: 0.8571em;
    margin-bottom: 5px;
    color: #9A9A9A;
}
label.valign {
	position: relative;
	top: -3px;
}
input[type=checkbox].valign {
	position: relative;
	top: 2px;
}
dl.list {
	margin-bottom: 10px;
}
dl.list>dt {
    color: #9A9A9A;
}
label.function_name {
	width: 100px;
}
input[type="checkbox"][readonly]{
	pointer-events:none;
}
label.readonly {
	pointer-events: none;
}
.page-footer {
	margin-top: 40px;
}
button.center {
	margin: 0 auto;
}