html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-width: 1500px;
	height: 100%;
	background: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAgAElEQ…OQWnJSfrlgTa7xJUwrF17AwXgLNlu925xYoJCr2am2/gMYJIj0BVV2OQAAAABJRU5ErkJggg==);
}

input[type='text'], input[type='password'] {
	padding: 2px;
}
select {
	padding: 1px;
}
textarea {
	padding: 2px;
}
a, a:visited {
	text-decoration: none;
	cursor: pointer;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
#my_header .div1 {
	display: flex;
	justify-content: space-between;
	align-items: center;

	width: 100%;
	height: 68px;
	padding: 0px 30px;

	border-bottom: 1px solid #ddd;

	box-sizing: border-box;
}
#my_header .div2 img {
	height: 49px;

	vertical-align: middle;
}
#my_header .div3 {
	font-size: 18px;
	color: #3A3939;
	text-align: right;
}
#my_header .div2 span {
	font-weight: bold;
}
#menu {
	background: url('../image/menu.png') repeat-x;
	position: relative;
	z-index: 1;
	height: 34px;
	clear: both;
	padding: 0px 30px;
	min-width: 900px;
}
#menu > ul.left {
	float: left;
}
#menu > ul.right {
	float: right;
}
#menu > ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#menu > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/transparent.png');
}
#menu > ul a {
	display: block;
	text-decoration: none;
}
#menu > ul li {
	float: left;
	list-style: none;
}
#menu > ul > li + li {
	background: url('../image/split.png') center left no-repeat;
}
#menu > ul .top {
	padding: 10px 15px 9px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#menu > ul li ul {
	position: absolute;
}
#menu > ul ul li {
	padding: 2px;
	clear: both;
}
#menu > ul .selected .top {
	background: url('../image/selected.png') repeat-x;
	color: #FFFFFF;
}
#menu > ul .parent {
	background-image: url('../image/arrow-right.png');
	background-position: 95% center;
	background-repeat: no-repeat;
}
#menu > ul li ul ul {
	margin: -29px 0 0 161px;
}
#menu > ul li li a {
	padding: 5px;
	margin: 1px;
	color: #FFFFFF;
	width: 147px;
}
#menu > ul li li > a:hover {
	margin: 0px;
	border: 1px solid #BD4C14;
	background-color: #391706;
}
#container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}

#footer{
	text-align:center;
	}
#content {
	/*background: #FFFFFF url('../image/background.png') 0px 1px repeat-x;*/
	padding: 20px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
	min-height: calc(100vh - 264px);
}
#lg_content {
	/*background: #FFFFFF url('../image/background.png') 0px 1px repeat-x;*/
	padding: 20px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
	min-height: calc(100vh - 216px);
}
#footer {
	/*background: #FFFFFF url('../image/footer.png') repeat-x;*/
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-top: -128px;
	clear: both;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.success {
	font-size: 16px;
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	font-size: 16px;
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	margin-top: 5px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.icon {
	vertical-align: middle;
	cursor: pointer;
}
.image {
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: inline-block;
}
.image img {
	margin-bottom: 5px;
}
.box {
	margin-bottom: 15px;
}
.box > .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;

	height: 50px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #DBDBDB;
	background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(235, 235, 235, 1) 90%, rgba(236, 236, 236, 1) 100%);
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box > .heading h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	margin: 0;

	font-size: 20px;
	font-weight: bold;
}
.box > .heading h1 img {
	padding-left: 3px;
	padding-right: 8px;
}
.box > .heading h1 > .heading__tag {
	width: 100px;
	height: 26px;

	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	color: #FFF;

	border-radius: 2px;
	background-color: rgba(2, 167, 240, 1);
	box-sizing: border-box;

	margin-left: 15px;
	padding: 6px 0;
	cursor: pointer;
}
.box > .heading .buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;

	margin: 0;
}
.box > .heading .buttons span {
	display: flex;
	justify-content: flex-end;
	align-items: center;

	margin: 0;
}
.box > .heading .buttons .button {
	margin-left: 5px;
}
.box > .content h2 {
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
}
.box > .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;

	padding: 20px;

	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
a.button, .list a.button {
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	display: inline-block;
	padding: 0 25px;
	line-height: 31px;
	outline: none;
	font-size: 14px;
	color: #4e6f03;
	white-space: nowrap;
	border: none;
	border-bottom: 2px solid #679412;
	border-radius: 4px;
	background: linear-gradient(to bottom, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
	border-radius: 5px;
}
a.button-re {
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	display: inline-block;
	padding: 0 25px;
	line-height: 31px;
	outline: none;
	font-size: 14px;
	color: #e08103;
	white-space: nowrap;
	border: none;
	border-bottom: 2px solid #e6b980;
	border-radius: 4px;
	background: linear-gradient(to bottom, rgb(234, 205, 163) 0%, rgb(230, 185, 128) 90%, rgb(231, 198, 150) 100%);
	border-radius: 5px;
}
a.button-re:hover {
	color:#fff;
	background: linear-gradient(to bottom, rgba(234, 205, 163, 1) 0%, rgba(230, 185, 128, 1) 90%, rgba(231, 198, 150, 1) 100%);
}
a.button-confirm {
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	display: inline-block;
	padding: 0 25px;
	line-height: 31px;
	outline: none;
	font-size: 14px;
	color: #06122b;
	white-space: nowrap;
	border: none;
	border-radius: 4px;
	border-bottom: 2px solid #0F45AF;
	background: linear-gradient(to bottom, rgb(72,165,234) 0%, rgb(64,148,210) 90%, rgb(51,118,168) 100%);
	border-radius: 5px;
}
a.button-confirm:hover {
	color:#fff;
	background: linear-gradient(to bottom, rgb(76, 171, 245) 0%, rgb(70, 163, 230) 90%, rgb(57, 132, 189) 100%);
}
a.button:hover, .list a.button:hover{
	color:#fff;
	background: linear-gradient(to bottom, rgba(190, 212, 101, 1) 0%, rgba(155, 187, 57, 1) 90%, rgba(162, 193, 64, 1) 100%);
}
a.button .fa, .list a.button .fa {
	margin: 0;

	color: #4e6f03;
}
a.button:hover .fa, .list a.button:hover .fa {
	margin: 0;

	color: #fff;
}
a.button--cancel {
	color: #555;

	background: #ccc;

	border-bottom: 2px solid #777;
}
a.button--cancel:hover {
	color: #fff;

	background: #999;
}
a.button--delete {
	color: #700a05;

	background: linear-gradient(to bottom, #fa554c 0%, #e74c3c 90%, #ea4a42 100%);

	border-bottom: 2px solid #6d1515;
}
a.button--delete:hover {
	color: #fff;

	background: linear-gradient(to bottom, #e74c3c 0%, #bf3d36 90%, #c94943 100%);
}

.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.list:nth-child(n + 2) {
	margin-top: 20px;
}
.list td {
	border-right: 1px solid #DDDDDD !important;
	border-bottom: 1px solid #DDDDDD !important;
}
.list thead td {
	line-height: 1.3;
	background-color: #EFEFEF !important;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.list tbody td a {
	word-break: break-all;
}
.list tbody td {
	line-height: 1.3;
	vertical-align: middle;
	padding: 10px;
	background: #FFFFFF;
}
.list tbody tr:hover td {
	background-color: #FFFFCB;
}
.list .left {
	padding: 7px;
	margin: 0px;

	font-size: 14px;
	text-align: left;

	vertical-align: middle;
}
.list .right {
	padding: 7px;
	margin: 0px;

	font-size: 14px;
	text-align: right;

	vertical-align: middle;
}
.list .center {
	padding: 7px;
	margin: 0px;

	font-size: 14px;
	text-align: center;

	vertical-align: middle;
}
.reserveTable {
	width: 100%;
	max-height: 320px;
	overflow-y: auto;
}
.list.reserve .center {
	height: 40px;
	font-size: 13px;
	box-sizing: border-box;
	padding: 0 7px;
}
.list.reserve .show__report p {
	left: auto;
	right: 50%;
	max-height: initial;
	font-size: 13px;
	line-height: 1.4;
	overflow: initial;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list tr.filter td, .list tr:hover.filter td {
	padding: 5px;
	background: #E7EFEF;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
}
.pagination .links {
	display: flex;
	justify-content: flex-start;
	align-content: center;

	float: left;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 7px 10px 8px;
	margin-right: 4px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 7px 10px 8px;
	margin-right: 4px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .links *:last-child {
	margin-right: 0;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > tbody > tr > td:first-child {
	width: 100px;
}
table.form > tbody > tr > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
table.form > tbody > tr > td.left {
	text-align: left;
}
table.form > tbody > tr > td.title {
	background: #EFEFEF;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}
.htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.vtabs {
	width: 190px;
	padding: 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;

	box-sizing: border-box;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;

	box-sizing: border-box;
}
.vtabs a.selected {
	background: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
#form {
	width: 100%;
}
.vtabs + #form {
	width: calc(100% - 190px);
	padding-left: 20px;

	box-sizing: border-box;
}
.vtabs-content {
	width: 100%;
}
.accordion-heading {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.accordion-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.accordion-content {
	padding: 0px 0px 15px 0px;
	overflow: auto;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.overview {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.overview table {
	width: 100%;
}
.overview td + td {
	text-align: right;
}
.statistic {
	float: right;
	width: 49%;
	margin-bottom: 20px;
}
.range {
	float: right;
	color: #FFF;
	vertical-align: middle;
}
.range {
	padding-top: 1px;
	padding-right: 1px;
}
.range, .range select {
	font-size: 11px;
}
.latest {
	clear: both;
}
.latest tbody td {
	background: #FFF;
}
/*
.dashboard-heading {
	background: #547C96;
	color: #FFF;
	border-bottom: 1px solid #8EAEC3;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
*/
.dashboard-heading {
	color: #333;
	padding: 0px 10px;
	margin: 10px 0px;
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #ccc;
}
/*
.dashboard-content {
	background: #FCFCFC;
	border: 1px solid #8EAEC3;
	padding: 10px;
	min-height: 180px;
}
*/
.dashboard-content {
	background: #FCFCFC;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 180px;
}
.refresh {
	cursor: pointer;
	position: relative;
	top: 3px;
}
.lock {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #E6E6FA url('../image/lock.png') 10px center no-repeat;
	border: 1px solid #CCCCFF;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* 2018/12/04 Max */
input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.is_text {
	width: 280px;
}
.vtabs-content--full {
	margin-left: 0;
}
.inline__radio-item:nth-of-type(n + 2) {
	margin-left: 20px;
}
.error:empty {
	display: none;
}
.content__maintitle {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 10px;
}
.row__box-wrap {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
}
.row__box:nth-child(n + 2) {
	margin-top: 10px;
}
.row__box input[type="radio"] {
	vertical-align: middle;
}
.row__box input[type="text"] {
	vertical-align: middle;
	margin-left: 10px;
}
.lity-lightbox-style tbody td {
	word-break: break-all;
}
.inspection__search-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.inspection__search-row span:first-of-type {
	width: 105px;
}
.inspection__search-row span:nth-of-type(n + 2) {
	margin: 0 5px;
}
.inspection__search-btnbox {
	padding-left: 105px;
}
.inspection__search-row input[type="radio"]:nth-of-type(n + 2) {
	margin-left: 10px;
}
.flex__td {
	display: flex;
	align-items: center;
	justify-content: center;
}
.management__table tbody tr td:nth-child(8),
.management__table tbody tr td:nth-child(9) {
	min-width: 150px;
}
.management__wrap {
	overflow: auto;
}
/* 2018/12/04 Max end */

/* 2019/01/21 Max */
#baseForm {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
#baseForm > * {
	min-width: 1400px;
}
.vtabs a {
	height: auto!important;
}
/*.vtabs + form > div {
	overflow-x: auto;
	overflow-y: hidden;
}
.vtabs + form > div > * {
	min-width: 1000px;
}
.vtabs ~ .vtabs-content {
	overflow-x: auto;
	overflow-y: hidden;
}
.vtabs ~ .vtabs-content > * {
	min-width: 1000px;
}*/
/* 2019/01/21 Max end */

.flex-td__middle{
	display: inline-flex;
	align-items: center;
}

.cancal__tabs a{
	padding: 5px;
	background: #ddd;
	color: #000;
}
.cancal__tabs a.selected.active{
	background: #333;
	color: #fff;
}


.remark_list_limit {
 line-height: 1.1em;
 max-height: 3.3em;
 overflow: hidden;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.lineheight18{
	line-height: 18px;
}

.footering {
	height: 50px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: none;
	/*background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(235, 235, 235, 1) 90%, rgba(236, 236, 236, 1) 100%);*/
	border-radius: none;
}
.box > .footering .buttons {
    float: right;
    padding-top: 7px;
    margin-right: 5px;
}