@charset "utf-8";
/* CSS Document */
/* 　スタイルシート */
/* 2019/11/01 S.Okazaki *******************************/
* {
	box-sizing: border-box;
}
body, html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html {
	width: 100%;
}
img {
	vertical-align: middle;
}

/* body
***************************************************************/
body {
    font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
    color: #333333;
	background: #eeeeee;
	margin: 0;
}
a {
	color: #0c739c;
	text-decoration: none;
}
a:hover {
	color: #00a2e6;
	text-decoration: underline;
}
.attention-area {
	padding: 0 20px;
}
.attention {
	color: #ff0000;
}
.attention-max {
	color: #ff0000;
	font-weight: bold;
	margin-top: 10px;
}

/* input
***************************************************************/
select {
	height: 32px;
}
select,
textarea {
	font-family : inherit;
	vertical-align: middle;
	font-size: inherit;
	outline: none;
	box-sizing: border-box;
	background: #fff;
}
textarea {
	resize: none;
}
input[type="text"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
textarea {
	padding: 4px;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
	border-color: #333333;
	background-color: #fffdeb;
}
input[type="text"]:disabled,
textarea:disabled,
select:disabled {
	background-color: #eeeeee !important;
	border-color: #d6d6d6 !important;
	cursor: default;
}
/* ::-ms-expand { */
/* 	display: none; */
/* } */

/* button */
input[type="button"].btn {
	border-radius: 2px;
}
.btn {
	padding: 10px 15px;
	color: #ffffff;
}
input[type="button"].orange-btn {
	background-color: #ffad23;
	border: 1px solid #ffad23;
}
input[type="button"].glay-btn {
	background-color: #7d7d7d;
	border: 1px solid #7d7d7d;
}
input[type="button"]:disabled,
input[type="submit"]:disabled {
	background-color: #bcbcbc !important;
	border-color: #bcbcbc !important;
	cursor: default;
}
input[type="button"]:focus {
	box-shadow: 0 0 0 2px rgb(0,0,0);
}
/* calendar
***************************************************************/
.ui-datepicker {
	width: 20em;
}
.ui-widget-header {
	background-color: #007d53;
	border: none;
	border-radius: 3px 3px 0 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	margin: 0 2px;
	min-height: 30px;
	border: none;
}
.ui-datepicker table {
	font-size: 1em;
}
.ui-datepicker th {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eeeeee;
}
.ui-datepicker table tr:first-of-type td {
	padding-top: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background-color: #f3fffb;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover {
	background-color: #e3e3e3;
	border-color: #aaaaaa;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #525108;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 3px;
	margin-top: 4px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	margin-left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	margin-right: 2px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #009e47;
	background-color: #00af4f;
	color: #ffffff;
}
.ui-widget-header .ui-icon {
	background-image: url(../js/images/ui-icons_ffffff_256x240.png);
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background-color: #095d40;
	border: none;
}
/* 日曜日のカラー設定 */
.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}
/* ホバー時の動作 */
.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
/* 当日を示す色はそのまま */
.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}
.ui-state-active-today a {
	border: 1px solid #dad55e !important;
	background: #fffa90 !important;
	color: #525108 !important;
}
.ui-state-active-select a {
	border: 1px solid #009e47 !important;
	background-color: #00af4f !important;
	color: #ffffff !important;
}
/* login
***************************************************************/
body.login {
    font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	background-attachment: fixed;
}
.login-wrap{
	position : relative;
	top: 100px;
	left: auto;
	right: auto;
	max-width: 500px;
	width: 90%;
	margin: auto;
	background-color: #ffffff;
	border-radius: 10px;
	background-image: none;
}
p.login-title{
	float: none;
	font-size: 120%;
	text-align: center;
	font-weight: normal;
	padding: 15px 50px;
	line-height: 1.4;
}
p.login-sub-title{
	float: none;
	font-size: 120%;
	text-align: center;
	font-weight: normal;
	padding: 15px 50px;
}
.login-header {
	padding: 25px 50px;
}
.login-header img.logo-text {
	width: 170px;
	height: auto;
	margin-top: 7px;
}
.login-header img.logo-chara {
	width: 90px;
	height: auto;
	float: right;
}
.login-area {
	padding: 0 50px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.login-area input[type="text"],
.login-area input[type="password"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin: 6px 0 0;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
}
.login-area input[type="text"]:focus,
.login-area input[type="password"]:focus {
	border-color: #333333;
	background-color: #fffdeb;
}
.login-area select {
	width: 100%;
	margin: 6px 0;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
}
.login-area p {
	margin: 0 0 20px;
	font-size: .9em;
	color: #606060;
	width: 100%;
}
.login-area p:last-of-type {
	margin-bottom: 0;
}
.func-area {
	margin: 20px 0 0;
	padding-bottom: 30px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.func-area input {
	flex: 1;
	padding: 14px 15px;
	color: #ffffff;
	border: none;
	border-radius: 2px;
}
.func-area input[type="submit"] {
	margin-right: 20px;
}
.func-area input[type="button"] {
	background-color: #7d7d7d;
}
.err-text {
	padding: 0px 20px 30px;
	color: #ff0000;
}
@media screen and (max-width: 670px){
	.login-header img.logo-text {
		width: 120px;
	}
	.login-header img.logo-chara {
		width: 64px;
	}
	.login-area {
		padding-left: 16px;
		padding-right: 16px;
	}
	.login-header {
		padding: 16px 16px 20px;
	}
}
/* header
***************************************************************/
.global-header {
	position: fixed;
	z-index: 900;
	top: 0;
	width: 100%;
	height: 45px;
	overflow: hidden;
}
h1 {
	position: relative;
	float: left;
	height: 45px;
}
img.header-logo {
    height: 36px;
    padding: 2px 10px 0px;
}
.user-name {
    float: left;
    height: 45px;
	width: calc(100% - 550px);
}
.user-name span {
	display: block;
    float: left;
    width: calc(100% - 42px);
    margin-top: 4px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img.header-user {
    float: left;
    height: 32px;
    margin: 6px 5px;
}
.header-menu {
    float: right;
}
.header-menu img {
	vertical-align: middle;
	width: 24px;
	margin-right: 4px;
}
.header-menu a {
	display: inline-block;
	margin-top: 4px;
	margin-right: 0;
	padding: 0 15px;
	line-height: 36px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
}

/* container
***************************************************************/
.main-container {
	position: relative;
	top: 45px;
	transition-timing-function: ease-out;
	transition-duration: .15s;
	transition-property: padding-left;
    min-width: 1200px;
    height: calc(100% - 45px);
}
/* slid nav
***************************************************************/
.main-container .side-nav {
	position: fixed;
	z-index: 601;
	top: 45px;
	width: 250px;
	height: calc(100% - 40px);
	pointer-events: none;
}
/* menu wrap */
.side-nav-content {
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
	flex-direction: column;
	height: 100%;
	width: 250px;
	padding-bottom: 9px;
	pointer-events: auto;
	background-size: 400px;
	background-position: center;
	transition: background-color .15s ease-out;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	transition-property: width;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* close btn */
.side-nav-trigger {
	width: 100%;
	padding: 10px;
	transition: width .15s ease-out;
	text-align: right;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	cursor: pointer;
}
.side-nav-trigger i {
	color: #ffffff;
	font-size: 24px;
	vertical-align: middle;
}

/* menu */
.side-nav-ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.side-nav-li {
	position: relative;
	cursor: pointer;
}
.side-nav-li-link {
	display: -ms-flexbox;
	display: flex;
	transition: background-color .15s ease-out;
	white-space: nowrap;
	outline: none;
	color: #fff;
	font-weight: bold;
}

/* li icon */
.side-nav-li-icon-wrap i {
	vertical-align: middle;
}
/* li text */
.side-nav-li-text {
	position: relative;
	display: inline-block;
	transition-delay: 0s,.09s;
	transition-timing-function: ease;
	transition-duration: .15s,.025s;
	transition-property: transform,opacity;
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	vertical-align: middle;
	letter-spacing: 0;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate3d(0,0,0);
}
.side-nav-li-text>span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
/* sub-menu */
.side-nav-li ul {
	display: none;
}
.oya-nav {
	position: relative;
	background-image: url(../img/oya_nav_bg.png);
	background-size: 15px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.oya-nav.active {
	background-image: url(../img/oya_nav_bg_active.png);
}
.side-subnav-li-link {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 10px 10px 40px;
	transition: background-color .15s ease-out;
	outline: none;
	color: #fff;
	font-weight: bold;
}
.oya-nav + ul li {
	background-image: url(../img/nav_child.png);
	background-size: 8px;
	background-position: center left 16px;
	background-repeat: no-repeat;
}
/* hover時 */
 .side-nav-li-link:hover,
 .side-nav-li-link:hover .side-nav-li-text,
 .side-subnav-li-link:hover .side-nav-li-text {
    color: #00a2e6;
}
 .oya-nav + ul li:hover {
	background-image: url(../img/nav_child_blue.png);
}
/* active時 */
.side-nav-ul a.current,
.side-nav-ul a.current .side-nav-li-text {
    background: #eeeeee;
    color: #000000;
}
.oya-nav + ul li a.current {
	background-image: url(../img/nav_child_black.png);
	background-size: 8px;
	background-position: center left 16px;
	background-repeat: no-repeat;
}
/* close時 */
.main-container.side-nav-close .side-nav-content {
	overflow-y: hidden;
	width: 50px;
	transition-duration: .05s;
}
.main-container.side-nav-close .side-nav-li .side-nav-li-text {
	transition-delay: 0s,0s;
	-ms-transform: translate(-250px,0);
	transform: translate(-250px,0);
	opacity: 0;
	white-space: nowrap;
}
.side-nav-close .trigger-icon {
	padding: 14px 14px 13px;
	opacity: 1;
}
.side-nav-close .oya-nav {
	background-image: none;
}
.side-nav-close .active .oya-nav + ul {
	display: none;
}
.side-nav-close .oya-nav + ul li,
.side-nav-close .oya-nav + ul li a.current {
	background-position: center left 21px;
}
/* tooltips */
.main-container.side-nav-close .side-nav-content {
	overflow-x: visible;
	overflow-y: visible;
}
.tooltip {
	position: relative;
}
.tooltip:before,
.tooltip:after {
	position: absolute;
	transition: left 0.3s ease 0s, opacity 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.tooltip:before {
	content: "";
	height: 0;
	border: 8px solid transparent;
	border-right-color: #333333;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
}
.tooltip:after {
	content: attr(data-tooltip);
	display: block;
	padding: 5px 10px;
	margin: auto;
	height: 20px;
	background: #333333;
	color: #ffffff;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 50px;
	white-space: nowrap;
}
.side-nav-close .tooltip:hover:before {
	left: 45px;
	visibility: visible;
	opacity: 1;
}
.side-nav-close .tooltip:hover:after {
	left: 60px;
	visibility: visible;
	opacity: 1;
}

/* main
***************************************************************/
.main-container .right-content {
	position: relative;
	height: 100%;
	margin-left: 250px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* close時 */
.main-container.side-nav-close .right-content {
	margin-left: 50px;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}

/* right-content
***************************************************************/
h2 {
    top: 0;
	width: 100%;
	background-color: #fff;
    border-bottom: solid 1px #cccccc;
    padding-left: 20px;
    font-weight: bold;
}
h2 + div.edit-area {
	padding-top: 20px;
}
.page-title {
	margin-bottom: 13px;
	padding: 20px 20px 0;
	font-size: 18px;
}
.select-list-search {
	border: 1px solid #b5b6dc;
	padding: 10px;
	border-radius: 2px;
	background: #f5f5f5;
}
.select-list-search select {
	width: 300px;
}
.page-title + .select-list-search {
	margin: 0 20px;
}

/* home
***********************************************/
.system-message {
	margin: 20px;
	padding: 20px;
	background: #ffffff;
	border: solid 1px #cdcdcd;
	min-height: 64px;
}
.system-message ul {
	max-height: 300px;
	overflow-y: scroll;
	padding: 0 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.system-message ul li {
	position: relative;
	padding: 8px;
	padding-left: 114px;
	border-bottom: 1px dashed #cccccc;
}
.system-message ul li:last-of-type {
	border-bottom: none;
}
.system-message ul li span {
	position: absolute;
	left: 0;
	top: 8px;
	display: inline-block;
	width: 104px;
	text-align: center;
	padding: 5px 20px 3px;
	color: #ffffff;
	font-size: 90%;
	border-radius: 25px;
}
.system-message h3 {
	margin-bottom: 5px;
	font-size: 120%;
}
.system-message h4 {
	border-bottom: 1px solid #888888;
	margin-bottom: 5px;
	font-size: 110%;
}
.system-message h5 {
	font-size: 110%;
	margin: 15px 5px 4px;
	padding-left: 8px;
	color: #7982e0;
	border-left: 3px solid #8891e8;
}
.system-message h5 i {
	font-size: 90%;
}
.system-message p {
	margin-left: 5px;
}
.system-message h5 ~ p {
	margin-left: 15px;
}
/* 運営からのお知らせ */
.news-area h3,
.news-area h4,
.news-area h5 {
	margin-top: 0;
}
.news-area * + h3,
.news-area * + h4,
.news-area * + h5 {
	margin-top: 15px;
}
/* 見出しサンプル */
.system-message.sample {
	padding: 10px;
	margin: 5px 0 10px;
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
}
.system-message.sample * {
	margin: 10px 0;
}
.system-message.sample p {
	margin-left: 0 !important;
	margin-bottom: 0;
}
.system-message.sample h3 {
	margin-top: 0;
}
/* システム管理者からのお知らせ */
.from-system-news {
	min-height: 300px;
}
.from-system-news textarea {
	height: 300px;
	width: 100%;
}


.notify-area {
	margin: 20px;
	padding: 20px;
	background: #ffffff;
	border: solid 1px #cdcdcd;

}
.from-notify {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 90px;
}
table.notify-tbl {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    background: #fff;
    margin-top: 5px;
}
table.notify-tbl th {
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
    border-bottom: solid 1px #a4a4a4;
    background: #fff;
}
table.notify-tbl td {
	padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #a4a4a4;
}

/* checkbox
***********************************************/
label.chk-box {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor :pointer;
}
label.chk-box input {
	display: none;
}
label.chk-box span:before,
label.chk-box span:after {
	content: "";
	position: absolute;
}
label.chk-box span:before {
	top: 0;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	cursor: pointer;
}
label.chk-box span:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	border-bottom: 3px solid #565656;
	border-right: 3px solid #565656;
}
label.chk-box input[type="checkbox"]:checked + span:after {
    opacity: 1;
}
label.chk-box input[type="checkbox"]:disabled + span:before {
	background-color: #dddddd;
	border-color: #dddddd;
	cursor: default;
}
.list-tbl label.chk-box span:before {
	top: 2px;
}
/* radio
***********************************************/
label.radio-btn {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	cursor :pointer;
}
label.radio-btn input {
	display: none;
}
label.radio-btn span:before,
label.radio-btn span:after {
	content: "";
	position: absolute;
}
label.radio-btn span:before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 25px;
	cursor: pointer;
}
label.radio-btn span:after {
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	opacity: 0;
	background-color: #565656;
	border-radius: 25px;
}
label.radio-btn input[type="radio"]:checked + span:after {
    opacity: 1;
}

/* search-area
***********************************************/
.search-area {
	margin: 20px;
}
.search-content {
	clear: both;
	position: relative;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px dashed #b5b6dc;
	border-radius: 2px;
}
.search-item {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.search-item input[type="text"],
.search-item input[type="date"] {
	height: 32px;
}
.search-item label {
	margin: 0px 4px;
}
/* チェックボックス */
.checkbox-item p {
	display: inline;
}
.checkbox-item input[type="checkbox"] {
	margin: 0;
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	margin-left: 6px;
}
.search-ctl {
	padding-top: 10px;
	border-top: 1px dashed #dddddd;
}
.search-ctl * {
	width: 70px;
	margin-right: 10px;
}

/* 詳細検索
***********************************************/
.search-content-inner1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.search-btn-area {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-height: 60.64px;
	padding-top: 16px;
	margin-left: 14px;
}
.content-close-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 8px 0 4px;
	margin-left: auto;
	background-color: transparent;
	border: none;
}
.content-close-btn::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #6b6b6b;
	border-left: 2px solid #6b6b6b;
	transform: translate(0, -3px) rotate(-45deg);
	-webkit-transform: translate(0, -3px) rotate(-45deg);
	-ms-transform: translate(0, -3px) rotate(-45deg);
}
.search-content-inner2 {
	display: none;
	padding-top: 10px;
	border-top: 1px dashed #dddddd;
}
/* 詳細検索 open */
.search-area.open .content-close-btn::after {
	border-top: 2px solid #6b6b6b;
	border-bottom: none;
	border-left: 2px solid #6b6b6b;
	transform: translate(0, 3px) rotate(45deg);
	-webkit-transform: translate(0, 3px) rotate(45deg);
	-ms-transform: translate(0, 3px) rotate(45deg);
}
.search-area.open .search-content-inner2 {
	display: inline-block;
}

/* list
***********************************************/
table.list-tbl {
	width: 100%;
    border-collapse:collapse;
    border-spacing:0;
	background-color: #ffffff;
    font-size: 13px;
}
table.list-tbl th {
	padding: 4px;
}
table.list-tbl tr.border th {
    border-top: solid 1px #cccccc;
}
table.list-tbl tr.border-left th {
    border-left: solid 1px #cccccc;
}
table.list-tbl td {
	padding: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#reiji-tbody td {
	white-space: normal;
	overflow: visible;
}
table.list-tbl tr.border td {
    border-top: solid 1px #cccccc;
}
table.list-tbl tbody, table.list-tbl thead {
    border: 1px solid #a4a4a4;
}
table.list-tbl tbody:nth-child(odd) td {
	background: #f8f8f8;
}
table.list-tbl tbody:hover td {
	background-color: #e3e3e3;
}
table.list-tbl tbody.link-td:hover td {
	background-color: #fcfade;
	cursor: pointer;
}
table.list-tbl label.chk-box {
	width: 22px;
	padding-left: 0;
}
span.sort {
    float: inherit;
    margin-right:4px;
}
.total-count,
.total-amount {
    font-size: 18px;
}
.list-info {
	text-align: right;
}
.list-info * {
	text-align: left;
}
.list-info p {
	display: inline-block;
}
/* 省略用 */
.w40 {
	width: 40px;
	max-width: 40px;
}
.w50 {
	width: 50px;
	max-width: 50px;
}
.w70 {
	width: 70px;
	max-width: 70px;
}
.w80 {
	width: 80px;
	max-width: 80px;
}
.w100 {
	width: 100px;
	max-width: 100px;
}
.w110 {
	width: 110px;
	max-width: 110px;
}
.w120 {
	width: 120px;
	max-width: 120px;
}
.w130 {
	width: 130px;
	max-width: 130px;
}
.w140 {
	width: 140px;
	max-width: 140px;
}
.w150 {
	width: 150px;
	max-width: 150px;
}
.w190 {
	width: 190px;
	max-width: 190px;
}
.w200 {
	width: 200px;
	max-width: 200px;
}
.w230 {
	width: 230px;
	max-width: 230px;
}
.w280 {
	width: 280px;
	max-width: 280px;
}
.w400 {
	width: 400px;
	max-width: 400px;
}
/* page
***********************************************/
.pager {
	float: right;
}
.pager ul.pagination {
	text-align: right;
	margin: 0;
	padding: 0;
}
.pager .pagination li {
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	background-color: #ffffff;
}
.pager .pagination li a{
	display: block;
	padding: 10px 15px 9px;
	font-size: 85%;
	line-height: 1;
	color: #000000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

/* 詳細
***********************************************/
.detail-area {
    padding: 0px 20px 20px;
}
table.detail-tbl {
    border-collapse: separate;
    border-spacing: 10px;
    border: solid 1px #a4a4a4;
    width: 700px;
    background: #fff;
}
table.detail-tbl th {
	padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #cccccc;
}
table.detail-tbl td {
	padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #cccccc;
}
/* 画像テーブル */
table.detail-img-tbl {
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    table-layout: fixed;
}
table.detail-img-tbl td {
    border: solid 1px #a4a4a4;
    margin-left: 20px;
    width: 199px;
    height: 150px;
    text-align: center;
    background: #fff;
    padding: 5px;
}
table.detail-img-tbl td img {
	max-width: 100%;
	max-height: 100%;
}
.detail-ctl {
    clear: both;
    padding: 0px 20px 20px;
}
.detail-ctl * {
	margin-right: 8px;
}

/* 備品廃棄データ詳細 */
.discard-detail-main.side-nav-close,
.move-detail-main.side-nav-close {
	min-width: 860px;
}
.discard-detail-main .detail-area,
.move-detail-main .detail-area {
	display: flex;
	flex-flow: wrap;
	gap: 20px;
}
.discard-detail-main .detail-area > .float-l,
.move-detail-main .detail-area > .float-l  {
	margin-left: -20px;
}

/* edit
***********************************************/
.edit-area {
    padding: 0px 20px 20px;
}
.edit-area .edit-box,
.detail-area .detail-box {
	padding-top: 20px;
}
.detail-box,
.detail-box > .detail-tbl {
	width: 100%;
}
.edit-area > .edit-ctl,
.detail-area > .detail-ctl {
	padding: 20px 0 0;
	margin-bottom: -20px;
}
table.edit-tbl {
    border-collapse: separate;
    border: solid 1px #a4a4a4;
    width: 700px;
    background: #fff;
}
table.edit-tbl th {
	padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #cccccc;
}
table.edit-tbl td {
	padding: 2px 4px 2px 4px;
    border-bottom: solid 1px #cccccc;
}
table.edit-tbl tr:last-of-type th,
table.edit-tbl tr:last-of-type td {
	border-bottom: none;
}
table.edit-tbl tr:last-of-type td select,
table.edit-tbl tr:last-of-type td textarea,
table.edit-tbl tr:last-of-type td input[type="text"] {
	margin-bottom: 0;
}
table.edit-img-tbl {
    border-collapse: collapse;
    margin-top: 20px;
    width: 600px;
    background: #fff;
    table-layout: fixed;
}
table.edit-img-tbl td {
    border: solid 1px #a4a4a4;
    margin-left: 20px;
    width: 199px;
    height: 150px;
    text-align: center;
    background: #fff;
    padding: 5px;
}
table.edit-img-tbl td.file-select-td {
	height: auto;
	text-align: left;
}
table.edit-img-tbl td img {
	max-width: 100%;
	max-height: 100%;
}
.file-select-td label {
	margin-bottom: 5px;
}
.edit-ctl {
    clear: both;
    padding: 0px 20px 20px;
}
.edit-ctl * {
	margin-right: 8px;
}
table.edit-tbl td label.radio-btn,
table.edit-tbl td textarea,
table.edit-tbl td select,
table.edit-tbl td input[type="text"],
table.edit-tbl td input[type="number"],
input[type="password"],
table.edit-tbl td input[type="button"] {
	margin-bottom: 5px;
}
table.edit-tbl td textarea {
	width: 100%;
	min-height: 80px;
}
/* お問い合わせ */
table.contact-tbl {
	width: 100%;
	border: solid 1px #cdcdcd;
}
table.contact-tbl input[type="text"] {
	width: 100% !important;
}
/* 点検備品リスト作成
**************************************************/
.text-info {
	margin-bottom: 10px;
}
.list-info.list-info2 {
	border-top: 1px solid #a4a4a4;
	margin-top: -6px;
	padding-top: 12px;
}
/* 点検　QR
**************************************************/
.main-container[class*="tenken-"] {
	min-width: 800px;
}
.list-info .list-name {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 0;
}
.list-name::before,
.list-name::after {
	content: "[";
	font-size: 1rem;
	font-weight: bold;
}
.list-name::after {
	content: "]";
}
.list-func.qr-area {
	margin: 10px 20px 0;
	padding: 14px 20px;
	width: calc(100% - 40px);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.qr-box {
	width: 260px;
	height: 260px;
	background-color: #565656;
}
.qr-content {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 14px;
}
.w-text-box {
	background-color: #ffffff;
	border-radius: 3px;
	width: 380px;
	height: 2.1rem;
	line-height: 2.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px
}
.list-func.qr-area .qr-content .blue-btn {
	margin: 0;
}
.main-container[class*="tenken-"] .list-area {
	margin: 10px 20px 20px;
	padding: 0;
	overflow-x: auto;
	max-width: 100%;
}
.gray-tr {
	background-color: #d3d3d3;
	pointer-events: none;
	opacity: .6;
}
.gray-tr .link-td-chk .chk-box {
	display: none;
}
/* 点検　CSV
**************************************************/
.tenken-bihin-csv-main .import-file-area {
	margin-top: 10px;
}
/* import file
**************************************************/
.import-file-area {
	margin: 0 20px 20px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #a4a4a4;
}
.file-name {
	float: right;
	width: calc(100% - 116px);
	margin-left: 10px;
	vertical-align: middle;
}
label.file-btn input {
	display: none;
}
label.file-btn {
	display: inline-block;
	text-align: center;
	padding: 6px 10px;
	background-color: #dcdcdc;
	color: #333333;
	border: 1px solid #a9a9a9;
	cursor: pointer;
}
.import-file-area .file-btn {
	margin-top: 10px;
}
.import-file-area .file-name {
	line-height: 1.7;
	margin-top: 15px;
	max-width: calc(100% - 34px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.import-ctl {
    clear: both;
    padding: 0px 20px 30px;
}
.import-ctl * {
	margin-right: 8px;
}
.import-status {
	margin: 0 20px 10px;
}
.import-list-area {
	margin: 0 20px 20px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #a4a4a4;
	overflow: auto;
}
.import-bihin-area {
	display: flex;
	gap: 28px;
}
.download-content input[type="button"] {
    margin-top: 10px;
}
/* loading, dialog
**************************************************/
.loding-overlay,
.dg-overlay {
	background-color: rgba(255,255,255,0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9995;
}
.dg-overlay {
	display: none;
}
.loading-msg {
	color: #cdcdcd;
	font-size: 2rem;
	font-weight: bold;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translateY(-45%) translateX(-50%);
}
.dg-overlay {
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 9999;
}
/* アラート */
.dg-body {
	background: none;
	height: 95%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	position: fixed;
	text-align: left;
	top: 40%;
	transform: translateY(-40%) translateX(-50%);
	width: 95%;
	z-index: 11;
}
.dg-container {
	background-color: #ffffff;
	border-radius: 8px;
	/*display: flex;
	flex-direction: column;*/
	max-height: 80%;
/* 	height: inherit; */
}
.dg-head {
	border-radius: 8px 8px 0 0;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.4;
	padding: 10px;
	position: relative;
}
.dg-close {
	cursor: pointer;
	font-size: 2.3em;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 4px;
}
.dg-contents {
	/*flex: 1;*/
	overflow: auto;
	padding: 20px;
	text-align: center;
}
.dg-main-msg {
	color: #444444;
	font-size: 1.3em;
	padding: 10px 0;
}
.dg-sub-msg {
	color: #929292;
	font-size: 1.1em;
}
.dg-func-ctl {
	border-top: solid 1px #cdcdcd;
	padding: 10px;
	text-align: center;
}
.dg-func-ctl input {
	margin: 5px;
}
#dg-main-msg-txt {
	font-weight: bold;
}
/* error
***************************************************************/
.error-container {
	padding: 5% 0;
	height: 100%;
	overflow: auto;
}
.error-content {
	max-width: 420px;
	width: 95%;
	margin: auto;
	background-color: #ffffff;
	border-radius: 10px;
}
.error-content #header {
	padding: 15px;
	text-align: center;
	font-size: 1.1em;
}
.func-err-area {
	padding: 30px 15px 25px;
	text-align: center;
}
.func-err-inf p {
	margin-bottom: 2px;
}
img.func-err-icon {
	width: 80px;
	margin-bottom: 10px;
}
.func-err-ctl {
	margin-top: 25px;
}
.func-err-ctl input[type="button"].btn {
	margin: 5px;
	cursor: pointer;
}
/* エラーメッセージ */
#fail-message {
	color: #ff0000;
	margin-bottom: 10px;
}
#fail-message-bottom {
	color: #ff0000;
}
#fail-img-message {
	color: #ff0000;
}
/* エラーメッセージ(Servlet) */
#fail-server-message {
	color: #ff0000;
	margin-bottom: 10px;
}