@charset "utf-8";
/* CSS Document */
/* 　スタイルシート */
/* 2021/07/08 sogura *******************************/
* {
	box-sizing: border-box;
}
html {
	width: 100%;
}
body,
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* body
***************************************************************/
body {
	font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .9em;
	margin: 0;
	line-height: 1.5;
	/* min-width: 896px; */
	background-color: #edeef7;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
/* 入力系
***************************************************************/
input[type="text"],
input[type="number"],
select,
textarea {
	padding: 4px 6px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	height: 26px;
	margin: 0;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
	background-color: #e5f5ff;
	border: 1px solid #2986c1;
	color: #333333;
}
input[type="password"]{
	padding: 4px 8px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
textarea {
	font-family: inherit;
	vertical-align: middle;
	font-size: inherit;
	outline: none;
	box-sizing: border-box;
	vertical-align: middle;
}
/* login-form
***************************************************************/
.login-main {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 120px;
}
.top-name {
	font-size: 1.725em;
	text-align: center;
	margin-bottom: 20px;
}
.top-name img {
	margin-right: 10px;
	display: inline-block;
	margin-top: -8px;
}
.login-box {
    width: 420px;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important;
    border: 1px solid lightgray;
}
.login-title {
	background-color: #ff7463;
    padding: 5px;
    color: white;
	letter-spacing: .04em;
	font-size: 1.5em;
}
.login-form {
	padding: 30px;
}
.system-logo {
	display: block;
	width: 500px;
	margin: 100px auto 30px;
}
.err-img > img {
	width: 150px;
	margin-bottom: 20px;
}
.login-main #login-id {
	width: 100%;
	height: 26px;
}
.login-main #password {
	width: 100%;
	height: 26px;
}
.err-msg {
	color: #ec0000;
}
input[type="submit"].login-btn {
	margin-top: 20px;
	background-color: #ff7463;
	padding: 10px 12px;
	color: #ffffff;
	border-radius: 4px;
}
/* input text
***************************************************************/
.login-form input[type="text"] {
	margin-bottom: 10px;
}
input[type="text"] {
	width: 240px;
}
input[type="text"].producer {
	/* background-image: url(../img/ic_calendar.png); */
	background-position: center right 5px;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-right: 25px;
	width: 125px;
}
input[type="text"].input-number,
input[type="text"].henpin-number {
	width: 100%;
	min-width: 60px;
}
input[type="text"].input-souryou {
	width: 132px;
}
input[type="text"].input-price {
	width: 80px;
}
input[type="text"].calendar {
	background-image: url(../img/ic_calendar.png);
	background-position: center right 5px;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-right: 25px;
	width: 125px;
	height: 26px;
}
input[type="text"].calendar.year {
	width: 100px;
}
td.number input[type="text"].input-number {
	width: 100%;
}
/* select
***************************************************************/
select {
	background-image: url(../img/select_arrow.png);
	background-position: center right 5px;
	background-size: 8px;
	background-repeat: no-repeat;
	padding: 4px 18px 4px 8px;
	height: 26px;
	line-height: 1;
}
select.month {
	background-image: url(../img/ic_calendar.png);
	background-position: center right 5px;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-right: 25px;
	width: 80px;
}
/* button
***************************************************************/
input[type="button"],
input[type="submit"]:not(.login-btn) {
	padding: 10px 12px;
	border-radius: 4px;
	color: #ffffff;
	background: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: .8;
	cursor: pointer;
}
input[type="button"]:hover input[type="button"]:after {
	opacity: .8;
	z-index: 1;
}
input[type="button"].red-border-btn {
	color: #ff7463;
	box-shadow: inset 0 0 0 1px #ff7463;
	position: relative
}
input[type="button"].blue-border-btn {
	background-color: #ffffff;
	color: #44a4b0;
	box-shadow: inset 0 0 0 1px #44a4b0;
}
input[type="button"].black-border-btn {
	background-color: #ffffff;
	color: #555555;
	box-shadow: inset 0 0 0 1px #555555;
	position: relative;
}
input[type="button"].edit,
input[type="button"].print,
input[type="button"].back ,
input[type="button"].add,
input[type="button"].decide,
input[type="submit"].decide {
	padding-left: 32px;
	height: 34px;
}
p.edit,
p.print,
p.back,
p.add,
p.decide,
p.delete,
p.search {
	position: relative;
	border-radius: 4px;
}
p.back,
p.add,
p.decide {
	margin-bottom: 4px;
}
p.edit:hover,
p.print:hover,
p.back:hover,
p.add:hover,
p.decide:hover,
p.delete:hover {
	opacity: .8;
}
p.edit,
p.print,
p.decide {
	background-color: #ff7463;
}
p.back {
	background-color: #787878;
}
p.add,
p.delete {
	background-color: #ffffff;
}
p.edit:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 8px;
	left: 8px;
	background-image: url(../img/ic_edit_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
p.print:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 8px;
	left: 8px;
	background-image: url(../img/ic_print_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
p.back:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 8px;
	left: 8px;
	background-image: url(../img/ic_back_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
p.add:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 9px;
	left: 9px;
	background-image: url(../img/ic_add.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
p.decide:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 9px;
	left: 9px;
	background-image: url(../img/ic_decide_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
/* li.search-btn:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 8px;
	left: 24px;
	background-image: url(../img/ic_search_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
} */
/* li.compare-btn:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 8px;
	left: 24px;
	background-image: url(../img/ic_compare_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
} */
input[type="button"].blue-btn {
	background-color: #44a4b0;
}
input[type="button"].edit-btn {
	padding: 2px;
	width: 26px;
	height: 26px;
	background-image: url(../img/ic_edit.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 6px;
	bottom: 4px;
}
input[type="button"].decide-btn {
	padding: 2px;
	width: 26px;
	height: 26px;
	background-image: url(../img/ic_decide.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 6px;
	bottom: 4px;
}
input[type="button"].detail-btn {
	padding: 2px;
	width: 26px;
	height: 26px;
	background-image: url(../img/ic_detail.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 6px;
	bottom: 4px;
}
.edit-btn-blue {
	background-color: #c0edf2;
}
.edit-btn-red {
	background-color: #fce4e2;
}
.edit-btn-green {
	background-color: #c6f1c3;
}
th input[type="button"].edit-btn,
th input[type="button"].decide-btn,
td input[type="button"].edit-btn,
td input[type="button"].detail-btn {
	position: initial;
	margin-top: -2px;
}
/* checkbox
***************************************************************/
input[type="checkbox"] {
	vertical-align: middle;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
th input[type="checkbox"],
td input[type="checkbox"] {
	width: 18px;
	height: 18px;
}
/* label
***************************************************************/
label {
	display: inline-block;
	cursor: pointer;
}
/* header
***************************************************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background-color: #f9ebea;
	border-bottom: 1px solid #cccccc;
	z-index: 80;
}
.system-name {
	position: absolute;
	line-height: 50px;
	font-size: 1.3em;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #ff7463;
	letter-spacing: .03em;
	width: 100%;
	z-index: -1;
}
.system-name img {
	width: 36px;
	margin-top: -4px;
	margin-right: 6px;
}
.page-ttl {
	display: block;
	color: #ff7463;
	padding: 4px 8px;
	padding-top: 0;
	margin-bottom: 10px;
	font-size: 1.25em;
	position: relative;
	border-left: 5px solid #ff7463;
}
.logout input[type="submit"] {
	float: right;
	margin: 12px;
	padding: 8px 10px 6px;
	font-size: .8em;
	background-color: #ff7463;
	color: #ffffff;
	border-radius: 25px;
}
p.user {
	float: right;
	margin: 10px;
	padding: 8px 10px;
	font-size: .8em;
	color: #000000;
	position: relative;
}
p.user:before {
	position: absolute;
	content: "";
	background-image: url(../img/user.png);
	width: 20px;
	height: 20px;
	top: 6px;
	left: -14px;
	background-repeat: no-repeat;
	background-size: contain;
}
/* nav
***************************************************************/
.nav {
	position: fixed;
	top: 48px;
	left: -265px;
	width: 260px;
	height: calc(100% - 48px);
	background-color: #ff7463;
	color: #ffffff;
	overflow: auto;
	transition: left .3s ease-out;
	z-index: 80;
}
.nav.open {
	left: 0;
}
.nav li > a,
.nav li > p {
	display: block;
	padding: 14px 10px;
	color: #ffffff;
}
.nav li a.current,
.nav li a:hover {
	text-decoration: none;
	background-color: #e85543;
}
ul.child-ul li a {
	padding: 10px;
	margin-left: 45px;
	border-top: 1px dashed #f8a7a3;
}
ul.child-ul li:last-of-type a {
	border-bottom: 1px dashed #f8a7a3;
}
ul.child-ul li a::before {
	content: "・ ";
}
.nav li img {
	width: 22px;
	margin-right: 10px;
	margin-top: -2px;
}
/* メニューボタン */
.menu-trriger-wrap {
	float: left;
	width: 50px;
	height: 47px;
	background-color: #ff7463;
	cursor: pointer;
}
.menu-trriger-wrap:hover {
	background-color: #f76d5c;
}
.menu-trriger {
	position: relative;
	width: 100%;
	height: 100%;
	/* transform: rotateZ(-90deg); */
	transition: all .4s;
}
.menu-trriger span {
	display: block;
	position: absolute;
	width: 26px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #ffffff;
	border-radius: 3px;
	transition: all .4s;
}
.menu-trriger span:nth-of-type(1) {
	top: 12px;
}
.menu-trriger span:nth-of-type(2) {
	top: 22px;
}
.menu-trriger span:nth-of-type(3) {
	bottom: 13px;
}
.menu-trriger-wrap.active .menu-trriger {
	transform: rotateZ(0deg);
}
.menu-trriger-wrap.active .menu-trriger span:first-child {
	transform: rotate(-45deg);
	top: 23px;
}
.menu-trriger-wrap.active .menu-trriger span:nth-child(2) {
	opacity: 0;
}
.menu-trriger-wrap.active .menu-trriger span:last-child {
	transform: rotate(45deg);
	top: 14px;
}
/* main
***************************************************************/
.main {
	padding: 10px;
	margin-top: 48px;
	margin-left: 0;
	transition: margin-left .3s ease-out;
	min-width: 710px;
}
.nav.open + .main {
	margin-left: 260px;
}
/* common
***************************************************************/
/* align */
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-top {
	vertical-align: top;
}
/* font */
.fs90 {
	font-size: .9em;
}
.bold {
	font-weight: bold;
}
/* margin */
.no-margin-r {
	margin: 0;
}
/* リスト検索
***************************************************************/
.list-search {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: 2px solid #e0d049;
	height: 50px;
}
.list-search li {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	position: relative;
}
.list-search li:last-child {
	margin-right: 0;
}
.list-search li.no-margin-r {
	margin-right: 0;
}
.search-edit .list-search select,
.search-edit .list-search input[type="text"].calendar {
	margin-bottom: 0px;
}
.search-edit {
	display: flex;
}
.list-search p {
	margin-right: 10px;
	padding: 3px 8px;
}
.list-search p.no-margin-r {
	margin-right: 0;
}
.list-search span {
	position: absolute;
	width: 1px;
	height: 18px;
	top: 4px;
	right: 0;
	background-color: #cccccc;
}
.list-search span.wavyline {
	position: initial;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-bottom: -8px;
	background: none;
}
.pankuzu {
	margin-bottom: 8px;
}
.pankuzu a {
	margin-right: 20px;
	color: #ff7463;
	text-decoration: none;
}
.pankuzu a:hover {
	opacity: .8;
}
.pankuzu p {
	display: inline-block;
}
.pankuzu span {
	position: relative;
}
.pankuzu span:before {
	position: absolute;
	content: "<";
	color: #cccccc;
	left: -16px;
	top: -3px;
}
/* 商品選択 */
li.item-select {
	display: flex;
	align-items: center;
}
li.item-select .item-name {
	margin-right: 4px;
	padding: 4px 8px;
	width: 200px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
li.item-select .black-btn {
	font-size: .8em;
}
/* 検索ボタン */
li.search-btn,
li.compare-btn {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dashed #cccccc;
}
input[type="button"].yellow-btn {
	background-color: #e0d049;
	padding: 8px 12px;
	margin-top: -2px;
}
/* 検索欄form */
form.flex-sb {
	display: flex;
	justify-content: space-between;
}
#list-form,
#search-form {
	display: inline-block;
	width: 100%;
}
/* リストボタン
***************************************************************/
.list-func {
	display: inline-block;
	vertical-align: sub;
	margin-bottom: 8px;
}
.list-func p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}
.list-func.align-middle {
	vertical-align: top;
	margin-top: 8px;
}
.list-func.right {
	float: right;
}
/* table
***************************************************************/
.list-wrap {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #ffffff;
	overflow: auto;
}
.list-wrap-container {
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
}
table {
	width: 100%;
	/* min-width: 960px; */
	border-collapse: collapse;
	background-color: #ffffff;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}
table tr {
	position: relative;
}
table th,
table td {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px 6px;
}
table a {
	color: #0033ce;
	text-decoration: underline;
}
table a:hover {
	color: #ce0000;
}
col.style {
	width: 50px;
}
col.size1 {
	width: 70px;
}
col.size2 {
	width: 70px;
}
col.blue {
	background-color: #e2f4f6;
}
col.green {
	background-color: #e7f6e6;
}
col.red {
	background-color: #fcf0ef;
}
col.border-r {
	border-right: 2px solid #cccccc;
}
col.edit-btn {
	width: 39px;
}
.blue-list {
	border-top: 2px solid #44a4b0;
}
.blue-list th {
	background-color: #c0edf2;
}
.blue-list .th2 {
	background-color: #e2f4f6;
}
.blue-list h2 {
	color: #44a4b0;
}
.green-list {
	border-top: 2px solid #4aa545;
}
.green-list th {
	background-color: #c6f1c3;
}
.green-list h2 {
	color: #4aa545;
}
.red-list {
	text-align: right;
	border-top: 2px solid #ff7362;
}
.red-list th {
	background-color: #f9ebea;
}
.list-wrap h2 {
	margin-bottom: 5px;
}
th.blue {
	background-color: #c0edf2;
}
th.green {
	background-color: #c6f1c3;
}
th.red {
	background-color: #fce4e2;
}
th.lightblue,
td.blue {
	background-color: #e2f4f6;
}
td.m-blue {
	background-color: #d2eaef;
}
td.m-green {
	background-color: #d8eddc;
}
td.m-red {
	background-color: #f5e6e6;
}
th.lightgreen,
td.green {
	background-color: #e7f6e6;
}
th.pink,
td.red {
	background-color: #fcf0ef;
}
th.gray {
	background-color: #e9e9e9;
}
td.gray,
tr.gray {
	background-color: #f5f5f5;
}
.tr-blue {
	background-color: #e2f4f6;
}
.tr-green {
	background-color: #e7f6e6;
}
th.number,
td.number {
	min-width: 40px;
	width: 40px;
}
.narrow-table th.number,
.narrow-table td.number {
	min-width: 73px;
	width: 73px;
}
td.number.total {
	width: 60px;
}
th.price {
	min-width: 66px;
	width: 66px;
}
.narrow-table th.price,
.narrow-table td.price {
	min-width: 93px;
	width: 93px;
}
.package {
	position: sticky;
	left: 0;
}
.package-d {
	background-color: #c0edf2;
}
.package-p {
	background-color: #c6f1c3;
}
.package-d span {
	position: absolute;
	height: 100%;
	width: 51px;
	left: -1px;
	top: 0;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.package .vertical {
	text-align: center;
}
.package-d span.line {
	position: initial;
	display: inline-block;
	width: 1px;
	height: 14px;
	margin-left: 0;
	margin-top: 2px;
	background-color: #000000;
	border: none;
}
.package-p span {
	position: absolute;
	height: 100.1%;
	width: 50px;
	left: -1px;
	top: 0;
	border-left: 1px solid #cccccc;
	/* border-bottom: 2px solid #cccccc; */
}
.blue-tomato span {
	position: absolute;
	height: 100%;
	width: 50px;
	left: -1px;
	top: 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
tr.border-top {
	border-top: 2px solid #cccccc;
}
tr.border-bottom td {
	border-bottom: 3px solid #cccccc;
}
th.border-right,
td.border-right {
	border-right: 2px solid #cccccc;
}
table th.dotted-right,
table td.dotted-right {
	border-right: 1px dotted #cccccc;
	border-left: none;
}
.sticky1:before {
	content: "";
  position: absolute ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-left: 1px solid #cccccc;
}
.sticky1:after,
.sticky2:after,
.sticky3:after {
  content: "";
  position: absolute ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-right: 1px solid #cccccc;
}
.sticky1 {
	position: sticky;
	left: 0;
	z-index: 1;
	width: 40px;
}
.sticky2 {
	position: sticky;
	left: 40px;
	background-color: #ffffff;
	z-index: 1;
}
.sticky3 {
	position: sticky;
	left: 112px;
	background-color: #ffffff;
	z-index: 1;
}
th.backwhite,
td.backwhite {
	background-color: #ffffff;
}
.backblue {
	background-color: #e2f4f6;
}
td p.vertical {
	writing-mode: vertical-lr;
	margin: 0 auto;
	letter-spacing: .2em;
}
.border1 {
	width: 102.5%;
	height: 106%;
	position: absolute;
	border: 1px solid #cccccc;
	left: -1px;
	top: -1px;
}
.border2 {
	width: 103%;
	height: 106%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #cccccc;
}
.border3 {
	width: 101.5%;
	height: 106%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #cccccc;
}
.no-border-l {
	border-left: 0;
}
.total .border3 {
	width: 101%;
}
.narrow-table {
	display: flex;
	width: 100%;
}
.narrow-table table {
	width: 100%;
	min-width: 220px;
}
.narrow-table .left,
.narrow-table .right {
	margin-right: 30px;
}
.narrow-table2 {
	width: 100%;
	display: flex;
}
.no-flex {
	display: initial;
}
.narrow-table2 table {
	width: 100%;
	min-width: 180px;
}
.narrow-table2 .above {
	margin-bottom: 10px;
}
table.above {
	margin-bottom: 10px;
	display: inline-block;
}
table.above td {
	width: 170px;
}
.vertical-table {
	margin-bottom: 20px;
}
table.total {
	width: initial;
	margin-top: auto;
	position: sicky;
	left: 0;
}
th.icon {
	width: 40px;
}
.compare-table {
	width: initial;
}
.compare-table th:first-child {
	min-width: 168px;
	white-space: initial;
}
.compare-table .w86 {
	min-width: 86px!important;
}
.compare-table .w76 {
	min-width: 76px;
}
.compare-table .w66 {
	min-width: 66px;
}
.compare-table .w56 {
	min-width: 56px;
}
.blue-list .compare-table th.gray {
	background-color: #daebeb;
}
.blue-list .compare-table td:nth-child(2n + 1) {
	background-color: #ecf5f5;
}
.green-list .compare-table th.gray {
	background-color: #ddeadc;
}
.green-list .compare-table td:nth-child(2n + 1) {
	background-color: #eef4ed;
}
.nyu-syukka-table td.align-right {
	font-size: 1.1rem;
}

/* modal
***************************************************************/
/* list */
.modal-scroll .list-area {
	padding: 20px 0 10px;
}
table.modal-reizi-select tbody:hover td {
	background-color: #fcfade;
	cursor: pointer;
}

/* 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;
}
.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 0 6px;
	position: relative;
	border-bottom: 1px solid #44a4b0;
	color: #44a4b0;
	font-weight: bold;
	text-align: center;
}
.dg-close {
	cursor: pointer;
	font-size: 2.3em;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: -1px;
	font-weight: normal;
	color: #787878;
}
.dg-contents {
	flex: 1;
	overflow: auto;
	padding: 20px 20px 0;
	text-align: left;
}
.dg-main-msg {
	color: #444444;
	font-size: 1.3em;
	padding: 10px 0;
}
.dg-sub-msg {
	color: #929292;
	/* font-size: 1.1em; */
	font-size: 0.9em;
}
.dg-func-ctl {
	padding: 10px;
	text-align: right;
}
.dg-func-ctl input {
	margin: 5px;
	background-color: #44a4b0;
}
input#dg-btn2 {
	background-color: #787878;
}
#dg-main-msg-txt {
	font-weight: bold;
}

/* datepicker */
.ui-datepicker .ui-datepicker-header {
	padding: .4em 0;
}
.ui-datepicker .ui-datepicker-next {
	top: 3px;
	right: 3px;
}
.ui-datepicker .ui-datepicker-prev {
	top: 3px;
	left: 3px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 2em;
	height: 2em;
}
.ui-datepicker-date-exist .ui-state-default {
    background-image : none;
    background-color : #f7f1d2;
}
.ui-datepicker .ui-datepicker-title {
	line-height: initial;
}
.ui-widget-header {
	background: #ff7463 50% 50% repeat-x;
	border: none;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	border-color: #f9ebea;
}
.ui-datepicker-date-exist .ui-state-default {
	background-color: #ffefb0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #ff9184;
	border-color: #ff9184;
	color: #ffffff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border-color: #ffaca3;
	color: #ff7463;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #ff9184;
	border-color: #ff9184;
	color: #ffffff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active:hover,
.ui-state-default.ui-state-highlight.ui-state-hover {
	background: #ff9184;
	border-color: #ff9184;
	color: #ffffff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight:hover {
	border-color: #ff7463;
	color: #ff7463;
	background: #ffffff;
}
.ui-datepicker-next.ui-corner-all:hover,
.ui-datepicker-prev.ui-corner-all:hover {
	background: #ffebe9;
	color: #e85543;
	border-color: #ff9184;
}
/* error page
***************************************************************/
.error-body {
	height: calc(100vh - 120px);
	margin-top: 120px;
}
.error-wrap {
	text-align: center;
	background-color: #ffffff;
	display: block;
	width: 420px;
	margin: 0 auto;
	border: 1px solid lightgray;
}
.error-img {
	margin-top: 24px;;
	margin-bottom: 24px;
}
.error-message-area {
	margin-bottom: 20px;
}
.error-message-area p {
	font-size: 1.4em;
}
.error-func {
	padding: 0 30px 20px;
}
.error-func input[type="submit"] {
	background-color: #e85543;
	width: 80%;
}
.error-title {
	font-size: 1.2em;
}