﻿body {
    margin: 0;
    padding: 0;
    line-height:1.4;
    color:#333;
    font-family:Arial, sans-serif;
    font-size: small;
}
a {
    text-decoration: none;
}
.sampleTable th,
.sampleTable td {
    padding: 5px 7px;
    font-size: small;
}
.break {
        page-break-before: always;
}
.s-tbl {
	border-collapse: collapse;
}
.s-tbl th, .s-tbl td {
	border: 1px solid #000;
}
.s-tbl tr:hover {
	background: #edf6f1;
}

.break {
        page-break-before: always;
}
.s-tbl th, .s-tbl td {
	border: 1px solid #000;
}
/*
.s-tbl tr:nth-child(even) {
	background: #f2f2f2;
}
*/
.s-tbl tr:hover {
	background: #f7f7f7;
}

.midashi{
	background-color: #e4e4e4;
	color: #000;
	text-align: center;
}

tr.midashi:hover{
	background-color: #e4e4e4;
}



hr{
	border-color: #cecece;
}

.menu img:hover{
	opacity: 0.6 ;
}

div.button{
	text-align : center;
}

form{
	margin:0;
}


/* 20210222 */
/* 全体 */
.app{
	border:4px #009f8f solid;
	margin-right: 10px;
	border-radius: 8px;
}
.app a{
	display:inline-block;
	padding:5px 0px 5px 0px;
	width: 40px;
	font-size:10px;
	text-align:center;
	font-weight: bold;
	color:#009f3d;
}

.app a:link{
	color:#009f3d;
}


.icon1 {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    padding-right:5px;
    margin-left:-10px;
    background-size: contain;
    vertical-align: middle;
}
.icon2 {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-right:5px;
    margin-left:-10px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.icon3 {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-right:5px;
    margin-left:-10px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#header{
	width:1100px;
	text-align:left;
	display:flex;
	align-items: center;
	justify-content: flex-end;
	margin-top:10px;
}

#header :first-child{
    margin-right: auto;
}

label{
	display: inline-block;
	text-align :center;
}
label input {
    display: none;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
table{
	table-layout:auto;
	width:1100px;
	margin: 5px 0;
	text-align:center;
}
.width-200{
	width:200px;
}
.width-300{
	width:300px !important;
}
table input,
table select{
	padding:7px;
	margin:5px 0 ;
}
h2 {
  position: relative;
  padding: 15px 0;
  text-align:left;
  font-size:19px;
  letter-spacing:2px;
  color:#000;
  margin:0;
}
h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(0 94 167), transparent);
  background: linear-gradient(to right, rgb(0 94 167), transparent);
}

h3{
    border-left: 7px solid #bcbcbc;
    padding: 0px 10px;
    font-size: 16px;
    margin: 10px 0;
    font-weight: normal;
    border-bottom: 1px solid #a9a9a9;
    text-align:left;
}
.menu .button{
	width:170px;
}
.button{
    background: #005ea7;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 8px 0px;
    width: 200px;
    font-size: 16px;
    margin: 0 15px;
}
.button.mini{
    border-radius: 2px;
    padding: 3px 8px;
    font-size: 11.5px;
    margin: 0px;
    width:40px;
    background:#005EA7;
}
.button.mini:hover,
.button.middle:hover{
	background: #015494;
}
.button.middle{
	width:100px;
	padding: 4px 0;
	margin: 0 5px;
	background: #005EA7;
}
.button.blue{
	background: #005EA7;
}
.button.blue:hover{
	background: #015494;
}
.button.red{
    background: #ff9745;
}

.button.red:hover{
	background: #f18e40;
}
.button.gray{
    background: #a2a2a2;
}
.button.gray:hover{
	background: #8e8e8e;
}
a.button{
	display:inline-block;
	background: #005EA7;
	text-align:center;
	margin: 5px 0 10px 0;
}
a.button:hover{
	background: #015494;
}
a.button.mini{
    width:24px;
}

.button:hover{
	background: #015494;
}
a.green{
/*	background:#009f3d;*/
	margin:5px 10px;
}
a.green:hover{
/*	background:#019239;*/
}

a.red:hover{
	background:#f18e40;
}
.button.back{
	background:#a2a2a2;
	width:70px;
}
.button.back:hover{
	background:#8e8e8e;
}
/* top.tpl */
.form-box.top{
	border: none;
	text-align: left;
	font-size:15px;
}
.form-box a{
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 8.5px 0;
	margin: 10px 0;
	border: none;
	border-radius: 1px;
	background: #1e8e6f;
	color: #fff;
	letter-spacing: 1px;
}

.form-box a:hover{
	background: #176e56;
}
/* login_form */
.form-box{
	width: 270px;
	padding: 30px 30px 35px 30px;
	border-radius: 1px;
	letter-spacing: 1px;
}
.title{
	color: #1e8e6f;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 25px;
}

.user,
.pass{
	text-align: left;
	font-size: 13px;
	margin-bottom: 20px;
}

.user input,
.pass input{
	width: 100%;
	padding: 10px;
	letter-spacing: 1px;
}

.form-box input[type="submit"]{
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: none;
	border-radius: 1px;
	background: #1e8e6f;
	color: #fff;
	letter-spacing: 1px;

}

.form-box input[type="submit"]:hover{
	background: #176e56;
}
/* gen_list_form */
.no-box{
	display: inline-block;
	width:25px;
	text-align:center;
}

/* gen_edit */
.memo{
	font-size: 16px;
}
.excel-main-box{
	position:relative;
	height:410px;
}
.excel-name{
	margin-top:15px;
	top:15px;
	color:#019239;
	font-weight:bold;
	border-bottom:1px solid #019239;
}
.excel-memo{
	/* position:absolute; */
	top:50px;
	width:150px;
	font-size:13px;
}
.height80{
	height:80px;
}
.excel-box{
	display:inline-block;
	width:150px;
	text-align:left;
	margin:0 10px;
    vertical-align: top;
}

.excel-box .button{
	/* position:absolute; */
	width:150px;
	top:140px;
	margin:0;
	font-size:13px;
}
/* test */
.excel-main-box_test{
	position:relative;
	height:310px;
}
.excel-name_test{
	margin-top:15px;
	top:65px;
	color:#019239;
	font-weight:bold;
	border-bottom:1px solid #019239;
}
.excel-memo_test{
	position:absolute;
	top:100px;
	width:150px;
	font-size:13px;
}
.excel-box_test{
	display:inline-block;
	width:250px;
	text-align:left;
	margin:0 10px;
}

.excel-box_test .button{
	position:absolute;
	width:150px;
	top:140px;
	margin:0;
	font-size:13px;
}
