body {
	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: column;
	min-height: 100vh;

	font-family: Meiryo,sans-serif,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans";
	font-size: 10pt;
	background: #EFEFEF;
}
body.sys {
	background-image: url(../images/bg.png);
	background-position: left;
	background-repeat: no-repeat space;
}
a {
	color: #2f4f4f;
	text-decoration: underline;
}

header {
	width: 100%;
	color: #FFF;
	background: #343a40;
	height: 25px;
	padding-top: 5px;
	z-index: 1;
}
header a {
	color: #FFF;
	text-decoration: none;
}
header .hbl {
	padding-left: 10px;
}

footer {
	margin-top: auto;
	width: 100%;
	color: #BBB;
	background: #343a40;
	height: 20px;
	padding-top: 5px;
	z-index: 1;
}
footer .fbl {
	font-size: 1vh;
	text-align: center;
	padding-right: 10px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;

	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	cursor: pointer;
}
.btn:hover {
	background-color: #1bbd4d;
	border-color: #1bbd4d;
}

input[type="text"],input[type="password"],textarea {
	border: 1px solid #ced4da;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
}
input::placeholder, textarea::placeholder {
	color: #CCC;
	font-size: 14px;
}
input[type="text"].short {
	width: 120px;
}
select {
	border: 1px solid #ced4da;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

#menu {
	width: 200px;
	height: 100%;
	background: #DDD;
	position: absolute;
	z-index: 0;
}
#menu #mbox {
	padding-top: 30px;
}
#menu .mmenu {
	background: #666;
	color: #FFF;
	padding: 8px 10px;
	font-weight: bold;
	font-size: 14px;
}
#menu .mmenu a {
	color: #FFF;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
#menu ul li {
	border-bottom: 1px solid #CCC;
	padding:10px 10px 10px 30px;
}
#menu ul li.smenu {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#menu a {
	text-decoration: none;
	color: #090909;
}
#menu a:hover {
	color: green;
}







.blink{
	font-weight:normal;
	color: #ff0000;
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}

.error {
	color: #F00;
	font-weight:bold;
	font-size: 14px;
	padding: 4px 0;
}

#wrapper {
	clear:both;
}

#content {
	padding: 15px 0 50px 230px;
}


.mdlarea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mdlbg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.mdlwpr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #EFEFEF;
  border-radius: .25rem;
}

.mdlcls {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}







#wrapper .box_cm {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	box-shadow: 2px 2px 2px #DDD;
	margin: 30vh auto;
	width: 300px;
	background: #FFF;
	text-align:center;
}

.login {
	margin: 30px 25px 20px 25px;
}
.login input[type="text"], .login input[type="password"] {
	width: 190px;
}
.login input[type="submit"] {
	margin-top: 10px;
	width: 40%;
}
.login div {
	float:left;
}

#content .box_lo {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	box-shadow: 2px 2px 2px #DDD;
	margin: 2vh 2vh;
	width: 300px;
	height: 230px;
	background: #FFF;
	text-align:center;
	float:left;
	padding: 25px;
	vertical-align: top;
	text-align:left;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 16pt;
	padding-bottom: 20px;
}

#content h2 {
	margin:0;
	padding:0;
	text-align:center;
}

#content .btn1 {
	text-align:center;
	margin: 5px;
}
#content .btn2 {
	margin-top: 30px;
	text-align:center;
}
#content .att {
	color: #9d9d97;
	font-weight:bold;
	padding-top: 3px;
}

#content table.form {
	width: 80%;
	border-collapse:collapse;
}
#content table.form th {
	width: 100px;
	text-align: left;
	font-size: 14px;
	padding: 10px 20px 10px 0;
	vertical-align: top;
}
#content table.form td {
	padding: 10px 20px 10px 0;
}


#content table.list {
	min-width: 600px;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: .25rem;
	box-shadow: none;
	overflow: hidden;

	border-top:1px solid #CCC;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #CCC;
}

#content table.list th{
	background: #686868;
	color: #FFF;
	padding: 10px;

	border-top:none;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:none;
}

#content table.list tr:nth-child(2n+1) {
	background: #EFEFEF;
}
#content table.list tr:nth-child(2n+0) {
	background: #FFF;
}
 
#content table.list td {
	border-top:none;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:none;

	padding: 10px;
}

#content table.list td a.finish {
	font-weight: bold;
}



#content .mdlarea .setdet {
	padding: 20px 0;
}
#content .mdlarea .setdet table {
	border-collapse: separate;
	margin: 0 auto;
}
#content .mdlarea th.setttl {
	text-align: center;
	border:0 !important;
	padding: 5px;
}
#content .mdlarea td.setdata {
	text-align:left;
	border:0 !important;
	padding-left: 15px;
}
#content .mdlarea pre {
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	margin: 0;
	background: #FFF;
	height: 70px;
	width: 300px;
	border: 1px solid #DDD;
	text-align:left;
}












