@charset "utf-8";
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('..fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
			url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
			url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
			url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
	font-family: 'RoundedX Mgenplus';
	src: url('../fonts/rounded-x-mgenplus-2p-light.ttf') format('truetype');
}

body {
	font: 14pt "RoundedX Mgenplus", "Glyphicons Halflings";
	background: #0d0015; /* 漆黒 */
	margin: 0;
	padding: 0;
	max-width:750px;
	min-width:750px;
	color: #fffafa;
}

header {
	margin: 0;
	padding: 0;
	max-width:750px;
	min-width:750px;
}

.container {
	width: 728px;
	background: #000;
	margin-left: 22px;
	margin-right: auto;
}

.sidebar {
	float: right;
	width: 300px;
	padding-bottom: 10px;
}

.content {
	padding: 10px 0;
	width: 728px;
	float: left;
}

section {
	padding-left: 0.5rem;
	font-size: 1.00rem;
}

h1{
	font-size: 1.5rem;
}

h2{
	font-size: 1.25rem;
}


ul.menu {
	list-style: none;
}

ul.menu li.title {
	background: #f00;
	color: #fff8f0;
	padding-left: 0.5rem;
	margin-bottom: 0;
}

ul.menu li.subtitle {
	background: #00f;
	color: #f0f8ff;
	margin-left: 1rem;
	padding-left: 0.5rem;
	margin-bottom: 0;
}

ul.menu li.link {
	background: #fff;
	margin-left: 1rem;
	padding-left: 0.5rem;
	color: #dc143c;
	margin-bottom: 0;
}
ul.menu li.sublink {
	background: #fff;
	margin-left: 1.5em;
	padding-left: 0.5rem;
	color: #dc143c;
	margin-bottom: 0;
}

.navbar-laravel {
	background: #0d0015; /* 漆黒 */
}

.dropdown-menu, .dropdown-menu-right {
	color: crimson;
	background-color: #0d0015;
	border:1px solid white;
}

.navbar-light .navbar-nav .nav-link {
	color: crimson;
}

.navbar-light .navbar-nav .nav-link:active {
	color: crimson;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: crimson;
}

.dropdown-item, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
	color: crimson;
	text-decoration: none;
	background-color: #0d0015;
}

input[type="text"].form-control {
	background: #000;
	border: solid 1px crimson;
	font:0.65rem;
	color: #eaf4fc;
}

input[type="text"].form-control:focus {
  outline: 0;
	border: solid 1px crimson;
	background: #000;
}

input[type="password"].form-control {
	background: #000;
	border: solid 1px crimson;
	font:0.65rem;
	color: #eaf4fc;
}

input[type="password"].form-control:focus {
  outline: 0;
	border: solid 1px crimson;
	background: #000;
}

th.form-title {
	background: #000;
	font:0.95rem white;
	margin:0;
}

button.btn-primary {
	font:0.9rem white;
	background: crimson;
}

.btn {
	padding: .175rem .25rem;
	font:0.9rem white;
}

td.login-button {
	text-align: right;
}
