@charset "UTF-8";
/* CSS Document */
@font-face{ 
  font-family: 'mplus-2p-regular';
  src: url('font/mplus-2p-regular.eot');
  src: url('font/mplus-2p-regular.eot?#iefix') format('embedded-opentype'),
       url('font/mplus-2p-regular.woff') format('woff'),
       url('font/mplus-2p-regular.ttf') format('truetype');
}

html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	background-color:#eee;
	font-family:mplus-2p-regular;
	color:#4A4A4A;
	position:relative;
}

#sp_menu {
	display: none;
}

.container {
	width:100%;
	height:100%;
	margin:0 auto;
}
.is-blur {
	pointer-events: none;
	transition: all .2s ease-out;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
#menu_logout.sp {
	display: none;
}

#login_title {
	padding:67px 0 22px 0;
	text-align:center;
	font-size:12px;
	line-height:1.4;
}
#login_title img {
	margin-bottom:6px;
}
#login_blk {
	width:350px;
	margin:auto;
}
#login_blk .err {
	text-align:center;
	font-size:14px;
	color:#F00;
	padding-bottom:20px;
}
#login_blk form {
	display:block;
	width:350px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
	border-radius:6px;
	padding:30px;
	box-sizing:border-box;
}
#login_blk form h1 {
	text-align:center;
	font-size:22px;
	line-height:1.5;
	padding-bottom:20px;
}
#login_blk form div img {
	width:40px;
	height:auto;
	margin-bottom:15px;
}
#login_blk form input[type="text"],#login_blk form input[type="password"] {
	-webkit-appearance: none;
	background-color:#FFF;
	width:100%;
	box-sizing:border-box;
	border-radius:6px;
	border:none;
	box-shadow:0px 1px 4px 0px rgba(0,0,0,0.5) inset;
	font-size:16px;
	line-height:1.5;
	padding:10px 15px;
	font-family:'Font Awesome 5 Free', sans-serif !important;
    font-style:normal;
    font-weight:bold;
    text-decoration:inherit;
	margin-bottom:15px;
}
/* firefox */
@-moz-document url-prefix() {
	#login_blk form input[type="text"],#login_blk form input[type="password"] {
		font-family:'FontAwesome';
	}
}
/* chrome & safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#login_blk form input[type="text"],#login_blk form input[type="password"] {
		font-family:'FontAwesome';
	}
}
/* safari */
_::-webkit-full-page-media, _:future, :root #login_blk form input[type="text"],#login_blk form input[type="password"] {
    font-family:'Font Awesome 5 Free';
}

#login_blk form input[type="submit"] {
	-webkit-appearance: none;
	display:block;
	text-decoration:none;
	width:100%;
	box-sizing:border-box;
	border:none;
	background-color:#E40012;
	border-radius:6px;
	color:#FFF;
	text-align:center;
	font-size:20px;
	line-height:1;
	padding:12px 0;
	margin:0 auto 15px;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.5);
}
#login_blk form input[type="submit"]:hover {
	opacity:0.7;
}
#login_blk form label {
	font-size:14px;
}
#login_blk form p {
	padding-top:20px;
	font-size:13px;
	line-height:18px;
}


#menu {
	position: fixed;
	width:200px;
	height:100%;
	float:left;
	background-color:#ddd;
}
#menu_title {
	padding:12px 15px;
	font-size:12px;
	line-height:1.3;
	text-align:center;
	border-bottom:1px solid #aaa;
}
#menu_title img {
	width:124px;
	height:auto;
	margin-bottom:6px;
}
#menu li a {
	display:block;
	height:40px;
	text-decoration:none;
	color:#3E3E3E;
	font-size:14px;
	line-height:40px;
	padding-left:12px;
	border-bottom:1px solid #aaa;
	border-left:6px solid #aaa;
}
#menu li a.slt {
	background-color:#fff;
	border-left:6px solid #E40012;
}
#menu li.adname {
	text-align:center;
	font-size:12px;
	padding:10px;
	border-bottom:1px solid #aaa;
}
#menu_logout {
	position:absolute;
	bottom:0;
	width:100%;
}
#menu_logout a {
	display:block;
	text-align:center;
	height:40px;
	text-decoration:none;
	color:#E40012;
	font-size:14px;
	line-height:40px;
	border-top:1px solid #aaa;
}
#menu a:hover {
	opacity:0.7;
}


#page_header {
	height:60px;
	background-color:#FFF;
	box-shadow:0px 1px 1px 0px rgba(0,0,0,0.2);
}
#page_header div {
	float:right;
	font-size:14px;
	line-height:60px;
	padding-right:30px;
}
#page_header h1 {
	font-size:18px;
	line-height:60px;
	padding-left:230px;
}


#page_body {
	width:calc(100% - 200px);
	float:right;
}
#page_container {
	width:calc(100% - 20px);
	box-sizing:border-box;
	padding:10px 20px;
	margin:10px auto;
	background-color:#FFF;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.2);
	font-size:14px;
	line-height:1.8;
	color:#494949;
}
#page_container a:hover {
	opacity:0.7;
}
#page_container a.slt:hover {
	opacity:1;
}
#page_container .submenu {
	display:flex;
	flex-direction:row;
}
#page_container .submenu a {
	position:relative;
	display:inline-block;
	font-size:14px;
	line-height:36px;
	color:#494949;
	text-decoration:none;
	border:1px solid #979797;
	padding:0 8px;
	margin-left:28px;
	border-radius:4px;
}
#page_container .submenu a div {
	display:none;
	position:absolute;
	top:37px;
	left:-1px;
	border:5px solid #E40012;
	white-space:nowrap;
	padding:0 10px;
	background-color:#FFF;
	font-size:14px;
	color:#494949;
}
#page_container .submenu a div select {
	font-size:16px;
}
#page_container .submenu a div input[type="button"] {
	font-size:16px;
}
#page_container .submenu a.slt {
	border:1px solid #E40012;
	background-color:#E40012;
	color:#FFF;
}
#page_container .submenu li:first-child a {
	margin-left:0;
}
#page_container .submenu a i {
	font-size:20px;
	margin-right:10px;
	vertical-align:middle;
}
#page_container .sort {
	text-align:right;
	padding:10px 0;
}
#page_container .sort > div {
	float:left;
}
#page_container .sort a {
	text-decoration:none;
	color:#E40012;
}

.items table {
	width:100%;
	box-sizing:border-box;
	border-collapse:collapse;
}
.items table tr:hover td {
	background-color:#f2f2f2;
}
.items table th,.items table td {
	font-size:13px;
	line-height:1.8;
	padding:2px 4px;
	border:1px solid #d2c7b9;
	text-align:left;
	vertical-align:middle;
	word-break: break-all;
}
.items table th {
	background-color:#eee;
}
.items table th span {
	float: right;
	color: #E40012;
}
.items table th a {
	text-decoration:none;
	color:#900;
}
.items table td input[type="text"] {
	font-size:16px;
	line-height:1;
	padding:5px 10px;
	margin-right:10px;
	border:1px solid #999;
	border-radius:5px;
}
.items table td input#btn,.items table td select {
	font-size:16px;
}
.items table .allch input#btn {
	margin-right: 5px;
}
.items table td input.img + span {
	display: block;
	font-size: 0;
	line-height: 0;
}
.items table td input.img + span img {
	width:100px;
	height: auto;
}
.items table td input.img + span + br {
	display: none;
}
.items table td textarea {
	font-size:16px;
	line-height:1.6;
	padding:5px 10px;
	border:1px solid #999;
	border-radius:5px;
}
.items table td select {
	font-size:16px;
	border:1px solid #999;
}

#search {
	padding-bottom:10px;
}

#ltb a {
	text-decoration: underline;
	color: #000;
}

@media screen and (max-width: 767px) {
	#sp_menu {
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 1;
		display: block;
		width: 37px;
		height: 30px;
		background-image: url(../dat/img/spmenubtn.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}
	#sp_menu.on {
		background-position: center bottom;
	}
	#menu_logout {
		display: none;
		position: fixed;
		background-color: #FFF;
	}
	#menu_logout.sp {
		display: block;
	}
	#menu {
		display: none;
		float: none;
		right: 0;
		z-index: 1000;
	}
	#page_header h1 {
		padding: 0;
		text-align: center;
	}
	#page_body {
		width: auto;
		float: none;
	}
	#page_container {
		padding-bottom: 60px;
	}
	#page_container .submenu {
		justify-content: space-between;
	}
	#page_container .submenu a {
		margin: 0;
	}
	#search {
		text-align: center;
	}
	#search input[type='text'] {
		width: 150px;
	}
	#search input[type='submit'],#search input[type='reset'] {
		margin: 15px 0;
	}
	.items table th, .items table td {
		display: block;
		width: 100% !important;
	}
	.items table th span {
		float: none;
		padding-left: 10px;
	}
	.items table td label {
		white-space: nowrap;
	}
	.items input[type="text"] {
		width: 100% !important;
		box-sizing: border-box;
	}
	.items textarea {
		width: 100% !important;
		height: 300px;
		box-sizing: border-box;
	}
	#ltb tr {
		display: block;
		border-bottom: 1px solid #CCC;
		padding-bottom: 10px;
		margin-bottom: 15px;
		overflow: hidden;
	}
	#ltb tr.footer {
		display: none;
	}
	#ltb th {
		display: none;
	}
	#ltb td {
		border: none;
	}
	#ltb td:nth-child(1),#ltb td:nth-child(2) {
		display: none;
	}
	#ltb td:nth-child(3),#ltb td:nth-child(5),#ltb td:nth-child(7) {
		float: left;
	}
	#ltb td:nth-child(5) {
		padding-right: 20px;
	}
	#ltb td:nth-last-child(2) {
		clear: both;
	}
	.tox,.tox .tox-editor-container {
		width: auto !important;
	}
}