﻿body {
	/*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-size: 1rem;
	background-color: #f0f0f0;
}

/* bootstrap.css補助 */
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.btn-primary,
.btn-primary:hover {
	color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-link {
	color: #000;
}

.alert-primary hr {
	border-top-color: #ababab;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}


/* bootstrap.css補助 */

.btn.btn-primary {
    background: #3f3937;
    border: none;
	color: #fff;
}

.btn.btn-primary:hover {
	background-color: #635d5c;
}

.btn.btn-primary:active {
	background: #3f3937 !important;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: none;
}

.list-group-item-dark {
	background-color: #dedddd;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
	color: #000;
}

.btn.btn-light {
    background-color: #e6e6e6;
}

.btn.btn-light:hover,
.btn.btn-light:active {
    background-color: #d9d9d9;
}

.btn-light:focus, .btn-light.focus {
	box-shadow: none !important;
}

button:focus{
	outline: none;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #ececec;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　header
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
header {
	background-color: #000;
}

header > h1 {
	display: inline-block;
	margin-left: 1rem;
}

header > h1 > img {
	margin-left: 0.3rem;
	max-width: 242px;
	height: 40px;
}

header .app-version {
  font-size: 1.04rem;
  display: inline-block;
  padding: 0.7rem 0 1rem 1rem;
  color: #fff;
	min-height: 4.5rem;
}

header .app-version span {
	font-size: 0.88rem;
}

header #detalis_title {
	background-color: #f8f9fa !important;
	color: #000 !important;
	font-size: 1.44rem;
	padding: 1.5rem 6% !important;
	padding-left: calc(6% + 15px) !important;
}

header #detalis_title.select-title {
	padding: 2rem 3.7% !important;
	background-color: #f0f0f0 !important;
	padding-left: calc(3% + 15px) !important;
}

header #detalis_toolbar .btn-group.folding.left {
	background: #f0f0f0;
}

header #detalis_toolbar .steps .btn:hover, header #detalis_toolbar .steps .btn:active {
    background-color: transparent !important;
}

header #detalis_toolbar .steps .btn.active:hover, header #detalis_toolbar .steps .btn.active:active {
    background-color: #e7dab4 !important;
}

header #detalis_toolbar .steps .btn.active:active {
	background: #e7dab4 !important;
}

header #detalis_title span {
	background-color: #dedddd;
	display: block;
	margin: 0;
	padding: 0.7rem 1rem;
	font-size: 1.44rem;
	font-weight: bold;
}

header #product_name {
	padding: 0.7rem 0 0.5rem 1rem;
	vertical-align: text-bottom;
	border-left: solid 1px #fff;
	margin-left: 3.5rem;
	color: #fff;
}

header #product_name:empty {
	display: none;
}

header > .btn-toolbar {
	justify-content: space-between;
	flex-wrap: nowrap;
}

/* タブ */
header > #detalis_toolbar {
	padding: 0 !important;
}

header .btn-toolbar > .btn-group {
	width: 100%;
}

header > #detalis_toolbar .btn {
	padding: 0.8rem 2.7rem 0.8rem 4rem;
	margin: 0 0 2rem 1rem;
	border-color: #cacaca;
	border-radius: 0;
	font-size: 1.28rem;
	background: #f0f0f0 url(../api/ServerApi/GetImage/toolbar_icon_off.gif) no-repeat 1.3rem center;
}

header > #detalis_toolbar .btn:first-child {
	margin-left: calc(3% + 15px);
}

header > #detalis_toolbar .btn:last-child {
	margin-right: 0;
}

header > #detalis_toolbar .btn i {
	display: none;
}

	header > #detalis_toolbar .btn.btn-primary,
	header > #detalis_toolbar .btn.active {
		border: none;
		font-weight: bold;
		background: #dedddd url(../api/ServerApi/GetImage/toolbar_icon_on.gif) no-repeat 1.3rem center;
		color: #000;
	}

header > #detalis_toolbar .btn.btn-primary.btn-series:active {
	background: #dedddd url(../api/ServerApi/GetImage/toolbar_icon_on.gif) no-repeat 1.3rem center !important;
}


header > .btn {
	margin-top: 1.2rem;
	margin-right: 1rem;
}

header #product_guide {
	margin: 0;
	background: none;
	border: none;
	font-size: 1.2rem;
	height: 4.7rem;
	color: #a3a3a3;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-radius: 0;
	padding: 0 2rem;
	display: flex;
	margin-right: 1.5rem;
}

header #product_guide i {
	align-self: center;
}

header #product_guide .fa-question-circle::before {
	content: '';
    background: url(../api/ServerApi/GetImage/header_icon_guide.gif) no-repeat right center / contain;
    display: block;
    width: 10px;
    height: 15px;
}

header #product_guide span {
	align-self: center;
	color: #fff;
}

/* ステップ */
header .btn-group.right {
	background: #60514b;
	width: auto;
	margin: 0;
	border: none;
	padding: 0 2rem;
}

header .btn-group.right:empty {
    display: none;
}

header .btn-group.right #details_step_price {
	color: #fff;
	font-size: 1.44rem;
	margin: 0;
	border: none;
	background: none;
	padding: 0;
}

header #detalis_toolbar .btn-group.folding.left.steps {
	display: flex;
	justify-content: flex-start;
	background: #3f3937;
	width: 100%;
	flex: 1;
}

header #detalis_toolbar .steps .btn {
	font-size: 1.1rem;
	margin-left: 8px;
	font-weight: bold;
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	border: none;
	background: none;
}
header > #detalis_toolbar .steps .btn {
	padding: 0;
	color: #9f9c9b;
}

header .btn-group.steps > .btn:not(:last-child) {
	clip-path: none;
}
header .btn-primary:not(:disabled):not(.disabled):active,
header .btn-primary:not(:disabled):not(.disabled).active,
header .show > .btn-primary.dropdown-toggle {
	border: none;
}

header .btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
}

header #detalis_toolbar .steps .btn.active {
	color: #000000;
	font-weight: bold;
	background: #e7dab4;
}

header #detalis_toolbar .steps .btn span {
	border: solid 1px #9f9c9b;
	display: block;
	padding: 7px 35px 6px 20px;
	border-right: none;
	text-align: center;
}

header #detalis_toolbar .steps .btn.active span {
	border: none;
}

header > #detalis_toolbar .steps .btn-secondary {
	color: #000000;
	background: #e7dab4;
	margin-left: 15px;
}

header #detalis_toolbar .steps .btn-secondary:hover {
	background: #e7dab4 !important;
}

header > #detalis_toolbar .btn-group.divider {
	margin-left: 0.9rem !important;
	border-left: 1px solid #9f9c9b;
	padding-left: 0 !important;
	min-width: 5px;
}

header #detalis_toolbar .steps .btn:last-child span {
	border-right: solid 1px #9f9c9b;
	padding: 7px 2vw 6px;
}

header > #detalis_toolbar .steps .btn-secondary:last-child span,
header > #detalis_toolbar .steps .btn-secondary.active span,
header > #detalis_toolbar .steps .btn-secondary span {
	border-right: solid 1px #9f9c9b;
	padding-left: 32px;
	padding-right: 13px;
}

header > #detalis_toolbar .steps .btn-secondary span {
    background: url(../api/ServerApi/GetImage/icon_service.png) no-repeat 10px center;
}

header #detalis_toolbar .steps .btn::before {
    content: '';
}

header #detalis_toolbar .steps .btn::after {
    content: '';
    background: url(../api/ServerApi/GetImage/step_bg_off.gif) no-repeat right center / contain;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 36px;
}

header #detalis_toolbar .steps .btn.active::after {
	background: url(../api/ServerApi/GetImage/step_bg_on.gif) no-repeat right center / contain;
}

header > #detalis_toolbar .steps .btn-secondary::after,
header #detalis_toolbar .steps .btn:last-child::after {
    content: none;
}


header #detalis_toolbar .steps .right {
	font-size: 1.44rem;
	display: flex;
	align-items: center;
	background: #60514b;
	padding: 0 35px;
}

header #detalis_toolbar .steps .right .btn {
	border: none;
	color: #ffffff;
	font-size: 1.44rem;
}

header #cb_layout_toolbar {
	justify-content: flex-end !important;
}

header #cb_layout_toolbar > .btn-group {
	width: auto;
	padding: 0 1.5rem 0 0 !important;
	margin: 1rem 0;
	border-left: solid 1px #b4b3b3;
	background: none;
}

header #cb_layout_toolbar > .btn-group:first-child {
	border: none;
}

header #cb_layout_toolbar > .btn-group:first-child .btn {
	padding-left: 2rem;
}

header #cb_layout_toolbar > .btn-group .btn {
	font-size: 1.12rem;
	background: #3f3937 !important;
	color: #fff;
	margin: 0 0 0 1.5rem;
	border:none;
	border-radius: 0;
	padding: 0.7rem 2rem 0.7rem 1rem;
}

header #cb_layout_toolbar > .btn-group .btn i {
	margin-right: .5rem;
}

header #cb_layout_toolbar > .btn-group .btn i::before {
    content: '';
    display: block;
	width: 17px;
	height: 16px;
}

header #cb_layout_toolbar > .btn-group .btn .fa-plus-square::before {
    background: url(../api/ServerApi/GetImage/header_icon_plus.png) no-repeat right center / contain;
}

header #cb_layout_toolbar > .btn-group .btn .fa-expand::before {
    background: url(../api/ServerApi/GetImage/header_icon_expand.png) no-repeat right center / contain;
}

header #cb_layout_toolbar > .btn-group .btn .fa-sort-amount-down,
header #cb_layout_toolbar > .btn-group .btn .fa-sort-amount-up {
	width: 23px;
}

header #cb_layout_toolbar > .btn-group .btn .fa-sort-amount-down::before {
    background: url(../api/ServerApi/GetImage/header_icon_sort_left.png) no-repeat right center / contain;}

header #cb_layout_toolbar > .btn-group .btn .fa-sort-amount-up::before {
    background: url(../api/ServerApi/GetImage/header_icon_sort_right.png) no-repeat right center / contain;
}

header #cb_layout_toolbar > .btn-group .btn .fa-sort-amount-down.fa-rotate-270,
header #cb_layout_toolbar > .btn-group .btn .fa-sort-amount-up.fa-rotate-270 {
	transform: rotate(0deg);
}

header #cb_layout_toolbar > .btn-group p {
	font-size: 1.12rem;
	align-self: center;
	margin-left: 1.5rem;
}

header .bg-secondary {
	background-color: #e1e0e0 !important;
	min-height: 0 !important;
}

header .dropdown {
	display: flex;
}

header .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

/*header .dropdown-toggle::after {
	display: none;
}*/

header .dropdown-toggle:focus {
	box-shadow: none;
}

header .dropdown .btn {
	font-size: 1.2rem;
	border-radius: 0;
	padding: 0.7rem 4.7rem;
	box-shadow: none;
	border: none;
	color: #fff;
	background: #000 url(../api/ServerApi/GetImage/header_icon_arrow.png) no-repeat right 2rem center;
}

header .dropdown .btn:active {
    background-color: #60514b !important;
}

.show > .btn-secondary.dropdown-toggle {
	background-color: #e7dab4;
	border: none;
}

header .dropdown.show .btn {
	background-color: #3f3937;
	box-shadow: none !important;
	border: none;
}

header .dropdown .dropdown-menu .dropdown-item:hover,
header .dropdown .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
}

header .dropdown .dropdown-menu {
	border: solid 1px #bda299;
	border-radius: 0;
	font-size: 1.12rem;
	margin-top: 1rem;
	margin-right: 1rem;
}

header .dropdown .dropdown-menu .dropdown-divider {
	border-top: solid 1px #bda299;
}

header .dropdown .dropdown-menu .dropdown-item {
	padding: 0.7rem 1.5rem;
}

header .bg-light { background-color: #e9ecef !important; }

header > #home_toolbar > .btn-group,
header > #detalis_toolbar.edit_toolbar > .btn-group {
	width: auto;
}

header > #home_toolbar .btn-group.right,
header > #detalis_toolbar.edit_toolbar .btn-group.right {
	background: transparent;
	padding: 0;
}

header > #detalis_toolbar.edit_toolbar {
    padding: 0.3rem !important;
}

header > #detalis_toolbar.edit_toolbar .btn {
	color: #e6e6e6;
}

header > #detalis_toolbar.edit_toolbar .btn.btn-primary {
	background: #3f3937;
	color: #fff;
}

header #detalis_toolbar.edit_toolbar .btn-group.folding.left {
	background-color: transparent;
}

header > #detalis_toolbar.edit_toolbar .btn {
	padding: 1rem 0.75rem;
	margin: 0 0.1rem;
	font-size: 1rem;
	background: #d9d9d9;
	border-radius: 0.25rem;
	color: #212529;
	border: none;
}

header > #detalis_toolbar.edit_toolbar .btn i {
	display: inline-block;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　footer
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

footer.bg-light {
	background: #000 !important;
}

footer.border-top {
	border-top: none !important;
}

footer > .btn-toolbar {
	display: flex;
  justify-content: space-between;
  margin: 0.1rem;
	padding: 0.6rem 0.6rem 0.6rem 0;
}

footer > .btn-toolbar .btn {
	border: none;
	min-width: 5.5em;
	margin-left: 0.5rem !important;
	padding: 0.6rem 0.5rem 0.3rem;
}

footer > .btn-toolbar .left .btn {
	color: #fff !important;
	background: #3a3a3a !important;
}

footer > .btn-toolbar .right .btn {
	color: #000 !important;
	background: #e7dab4 !important;
}

footer > .btn-toolbar .right .btn:last-child {
	color: #fff !important;
	background: #3a3a3a !important;
}

footer > .btn-toolbar .left .btn.color_nomal,
footer > .btn-toolbar .right .btn:last-child.color_nomal {
	color: #000 !important;
	background: #e7dab4 !important;
}

footer > .btn-toolbar .btn:first-child {
	margin-left: 0;
}

footer > .btn-toolbar .btn i {
	margin: 0;
}

footer > .btn-toolbar .btn i::before{
	content: '';
	width: 20px;
	height: 18px;
	display: block;
}

footer > .btn-toolbar .btn .fa-star::before {
	content: "\f005";
}

footer > .btn-toolbar .btn .fa-key::before {
	background: url(../api/ServerApi/GetImage/footer_icon_key.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-backspace::before {
	background: url(../api/ServerApi/GetImage/footer_icon_cancel.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-angle-left::before {
	background: url(../api/ServerApi/GetImage/footer_icon_backspace.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-angle-right::before {
	background: url(../api/ServerApi/GetImage/footer_icon_next.png) no-repeat center top / contain;
}

.modal-footer .btn:not(.no-text) {
	min-width: auto;
}

footer > .btn-toolbar .btn .fa-recycle::before {
	background: url(../api/ServerApi/GetImage/footer_icon_recycle.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-arrow-alt-circle-left::before {
	background: url(../api/ServerApi/GetImage/footer_icon_backspace.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-arrow-alt-circle-right::before {
	background: url(../api/ServerApi/GetImage/footer_icon_next.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-sync::before {
	background: url(../api/ServerApi/GetImage/footer_icon_sync.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-image::before {
	background: url(../api/ServerApi/GetImage/footer_icon_image.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-again::before {
	background: url(../api/ServerApi/GetImage/footer_icon_again.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-cart-plus::before {
	background: url(../api/ServerApi/GetImage/footer_icon_print.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-print::before {
	background: url(../api/ServerApi/GetImage/footer_icon_dl.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-envelope::before {
	background: url(../api/ServerApi/GetImage/footer_icon_envelope.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-paste::before {
	background: url(../api/ServerApi/GetImage/footer_icon_again.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-redo::before {
	background: url(../api/ServerApi/GetImage/footer_icon_sync.png) no-repeat center top / contain;
}

footer > .btn-toolbar .btn .fa-check::before {
	content: "\f00c";
}

footer > .btn-toolbar .btn .fa-save::before {
	content: "\f0c7";
	padding-top: 4px;
}

footer > .btn-toolbar .btn .fa-copy::before {
	content: "\f0c5";
}

footer > .btn-toolbar .btn .fa-trash::before {
	content: "\f1f8";
}

footer > .btn-toolbar .btn .fa-search::before {
	content: "\f002";
}

footer > .btn-toolbar .btn .fa-ellipsis-v::before {
	content: "\f142";
}

footer > .btn-toolbar .btn .fa-file-archive::before {
	content: "\f1c6";
}

footer #details_warning,
footer #details_error {
	font-size: 1.12rem;
	color: #323232;
	padding: 0.5rem 2rem 0.5rem 3rem;
	border-radius: 0;
	background: #ebe5d2 url(../api/ServerApi/GetImage/footer_icon_warning.png) no-repeat 1.1rem center;
	border: none;
}

footer #details_warning i,
footer #details_error i {
	display: none;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　main
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

/* list */
#series_page,
#plan_list {
	padding-left: calc(3% - 1.2rem);
	padding-right: 2%;
}

#series_list,
#plan_list {
	display: flex;
	flex-wrap: wrap;
}

ul > li.tile {
	margin: 1rem 1.2rem 1.2rem;
}

ul > li.tile > .list-group-item {
	background: none;
	height: 100%;
	padding: 15px;
}

ul > li > .list-group-item-thum > .thumbnail {
	min-height: 10rem;
}

ul > li > .list-group-item-thum > .thumbnail > img {
	padding: 0;
	min-width: 100%;
}

ul > li > .list-group-item:focus {
	box-shadow: none !important;
}

ul > li.tile > .list-group-item.active {
	background: #ebe5d2;
	color: #000;
}

ul > li.tile > .list-group-item-thum {
	width: 25rem;
}

ul > li.tile > .list-group-item-thum > div.thumbnail {
	height:auto;
	min-height: 225px;
	background: #fff;
}

ul#series_list > li.tile > .list-group-item-thum > div.thumbnail {
	height:auto;
	min-height: 210px;
}

ul#plan_list > li.tile > .list-group-item-thum > div.thumbnail {
	height:auto;
	min-height: 210px;
}

ul > li > .list-group-item-thum > .content.card > div {
	font-size: 1.2rem;
	padding: 0.75rem 0 0.75rem;
}

ul > li > .list-group-item-thum > .content.card > div .btn {
	color: #fff;
	font-size: 1.12rem;
	width: 100%;
	border: none;
    padding: 0.3rem;
    line-height: 1.2;
	min-height: 40px;
}

ul > li > .list-group-item-thum > .content.card > div .btn:nth-child(2) {
	margin-left: 1rem;
}

ul > li > .list-group-item-thum > .content.card > div .btn.btn-primary {
	background: #3f3937 url(../api/ServerApi/GetImage/icon_estimates.gif) no-repeat 1.3rem center;
	padding-left: 1rem;
}

ul > li > .list-group-item-thum > .content.card > div .btn.btn-primary:active {
	background: #3f3937 url(../api/ServerApi/GetImage/icon_estimates.gif) no-repeat 1.3rem center !important;
}

ul > li > .list-group-item-thum > .content.card > div .btn.btn-info {
	background: #528eb8;
}

ul > li > .list-group-item-thum > .content.card > div .btn i {
	display: none;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-radius: 0;
}

#series_page .card-footer {
	border-top: none;
}

#series_page ul > li > .list-group-item-thum > .content.card > .card-header {
	border-bottom: none;
}

/* modal */
.modal-dialog {
	max-width: 580px;
}

.modal-dialog {
display: flex;
align-items: center;
}

.modal-dialog::before {
    content: "";
    display: block;
    height: calc(100vh - 3.5rem);
}


.modal > .modal-dialog.noside {
	padding: 5rem 0 0;
}

.modal-content {
	background: none;
	border: none;
	display: flex;
}

.form-control:focus {
	border-color: #a09895;
	box-shadow: none;
}

.modal-footer > .btn-light {
    float: right;
}

.modal-dialog.msgbox > .modal-content {
	overflow: visible;
	border: solid 1px #ccc;
}

.modal-header {
/*
	display: block;
	--background-color: transparent !important;
	background-color: #dedddd
	border: none;
	text-align: right;
*/
	padding: 0;
}

.modal-dialog {
	margin: auto;
}

/*
.modal-header .close {
	margin: -1rem -1rem -1rem auto;
	float: none;
	padding: 1rem 1rem;
	margin-left: auto;
	position: absolute;
	top: -35px;
	right: 0;
}
*/

.modal-header {
	background: transparent;
}

.modal-header.modalInputHeader {
	background: #7f7f7f;
}

.property_selection .modal-header {
	background-color: #ccc;
}

.modal-header .modal-title {
	font-size: 1.28rem;
	padding: 1rem;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: #dedddd;
}

.modal-header .close {
	margin: 0;
	padding: 0.5em;
	opacity: 1;
	align-self: stretch;
	margin-left: auto;
	background: #dedddd;
}

.modal-header #closeIn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}


.modal-header .modal-title:empty {
	display: none;
}

.modal-content .modal-body .field-contain {
	padding-bottom: 1em;
	margin-bottom: 0;
}

.modal-content .modal-body .field-group-em10 .field-contain {
	padding-bottom: 0;
}

.modal-content .modal-body img {
	width: 100%;
}

.iconMail {
	min-width: 0 !important;
	margin-right: 10px;
}

#depth-modal {
	max-width: 700px;
}

#depth-modal .modal-header h6 {
	background: #fff;
	font-size: 1.04rem;
	font-weight: normal;
	padding: 4rem 4rem 0;
}

#depth-modal .modal-body {
	padding: 3.5rem 4rem 0;
}

#depth-modal .modal-body > ul.fill {
	margin: 0;
	display: flex;
	justify-content: space-between !important;
}

#depth-modal .modal-body > ul.fill li {
	width: 48%;
}

#depth-modal .modal-body > ul.fill li .list-group-item {
    padding: 1rem;
}

#depth-modal .modal-body > ul > li > .list-group-item-thum {
	display: block;
}

#depth-modal .modal-body > ul > li:not(.tile) > .list-group-item-thum > .thumbnail {
	width: 100%;
	min-height: 200px;
}

#depth-modal .modal-body ul > li .list-group-item:last-child {
	border: none;
}


#depth-modal .modal-header h6 .btn-secondary {
	background: #3f3937;
	border-radius: 0;
	padding: 1rem 2rem;
	font-size: 1.12rem;
	border: none;
	color: #fff;
}

#depth-modal .modal-header h6 .btn-secondary i.fa-question-circle::before {
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	background: url(../api/ServerApi/GetImage/modal_icon_link.png) no-repeat left center;
}

#depth-modal .modal-footer .btn {
	width: 10rem;
	margin: 0 auto;
	padding: 1rem;
	background: #d9d9d9;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 1.12rem;
}


.modal-header .bg-light {
	background: none !important;
}

.modal-header .bg-light:hover {
	background: none !important;
}

.modal-header .fa-times::before {
	content: '';
	width: 25px;
	height: 23px;
	display: block;
	background: url(../api/ServerApi/GetImage/modal_icon_close.png) no-repeat right center;
}

.modal-body {
	background: #fff;
	padding: 4rem 4rem 0;
}

.modal-body.modal-footer_none {
	padding: 2rem 4rem;
}

.modal-body ul.optionNum {
	flex-direction: column !important;
	align-items: center;
}

.modal-body ul.border-right {
	max-width: 18rem !important;
}

.modal-body ul.border-right .list-group-item-dark {
	background-color: #3f3937;
	font-size: 1.12rem;
	color: #fff;
	padding: 0.6em 1em;
}

.modal-body ul.border-right .list-group-item {
	font-size: 1.12rem;
	border: none;
	border-bottom: solid 1px #e3e3e3;
	border-width: 1px !important;
	margin-left: 1.5rem;
	width: auto;
	background: url(../api/ServerApi/GetImage/modal_icon_check_off.gif) no-repeat left center;
	padding-left: 2rem;
}

.modal-body ul.border-right .list-group-item-action:active,
.modal-body ul.border-right .list-group-item-action:focus {
	background-color: transparent !important;
}

.modal-body ul.border-right .list-group-item:hover {
	background-color: transparent !important;
}

.modal-body ul.border-right .list-group-item.active {
	color: #495057;
	background: url(../api/ServerApi/GetImage/modal_icon_check_on.gif) no-repeat left center !important;
}

.modal-body ul.border-right .list-group-item.active:focus {
	background-color: transparent !important;
}

.modal-body .centering_alert {
	background: none;
	border: none;
	padding: 0;
	color: #000;
	font-size: 1.12rem;
}

.modal-body ul > li.tile > .list-group-item-thum {
	width: 14rem;
}

.modal-body ul > li.tile > .list-group-item-thum > div.thumbnail {
	height: 145px;
	min-height: 145px;
}

#depth-modal .modal-body > ul > li:not(.tile) > .list-group-item-thum > .thumbnail {
	min-height: auto;
	height: calc(100vw * 0.117);
}

ul > li > .list-group-item-thum > .content.card > .card-header {
	font-size: 1.12rem;
	color: #000;
	padding-top: 10px;
	border-bottom: dotted 1px #c6c5c5;
}

ul > li > .list-group-item-thum > .content.card > .card-body,
ul > li > .list-group-item-thum > .content.card > .card-footer {
	font-size: 1.04rem;
	color: #747474;
	padding: 0;
}

ul > li > .list-group-item-thum > .content.card > .card-footer .btn {
	border-radius: 0.25rem;
}

ul > li > .list-group-item-thum > .content.card > .card-body {
	padding-top: 0.75rem;
}

.field-group-em10 {
	margin-top: 1.5rem;
	border-bottom: solid 1px #cccccc;
}

.field-group-em10 hr {
	margin: 0;
	font-size: 0;
	border-color: #cccccc;
}

.field-group-em10 .field-contain {
	margin-bottom: 0;
}

.field-contain {
	align-items: stretch;
}

.field-group-em10 .field-contain > label {
	width: 7.5em;
	background: #e6e5e8;
	text-align: center;
	font-size: 1.04rem;
	padding: 0.8rem 0;
}

.field-group-em10 .field-contain > label + div {
	font-size: 1.04rem;
	padding: 0.8rem 0;
}

.modal-footer {
	display: flex;
	justify-content: center;
	background-color: #fff !important;
	border: none;
	padding: 2rem 4rem 4rem;
}

.modal-footer .btn-group:nth-last-child(2) {
	margin-left: auto;
	margin-right: 0;
}

.modal-footer .btn-group {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.modal-footer .btn-group .btn-label {
	float: right;
	border-bottom: solid 1px #000;
	min-width: auto;
	border-radius: 0;
	font-weight: bold;
}

.modal-footer .btn-group .btn-primary,
.modal-footer .btn-group .btn-light {
	margin: 2rem 0.5rem 0;
	font-size: 1.12rem;
	min-width: 11rem;
	border: none;
	padding: 1rem;
	border-radius: 0.2rem !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: transparent;
	border-color: transparent;
	color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
}

.modal-footer .btn-group .btn-primary:active {
	background: #3f3937;
}

.modal-footer .btn-group .btn-primary i::before,
.modal-footer .btn-group .btn-light i::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.modal-footer .btn-group .btn-primary {
	background: #3f3937;
}

.modal-footer .btn-group .btn-light {
	background: #d9d9d9;
}

.modal-footer .btn-group .btn-primary .fa-check::before {
	background: url(../api/ServerApi/GetImage/modal_icon_estimates.png) no-repeat right center;
}

.modal-footer .btn-group .btn-light .fa-backspace::before {
	background: url(../api/ServerApi/GetImage/modal_icon_cancel.png) no-repeat right center;
}

.modal-dialog.noside .modal-content .modal-footer .btn-group + .btn-group {
    flex-direction: row-reverse;
    display: flex;
    justify-content: center;
}

.modal-dialog.noside .modal-content .modal-footer .btn-group + .btn-group .btn {
    flex: 0;
}


#cb_select_unit.modal-dialog {
	margin: auto !important;
}

#cb_select_unit .modal-content {
    margin: 0 10%;
    display: block;
	max-height: 80vh;
}

#cb_select_unit .modal-content .modal-footer {
    display: none;
}



/* sidebar */
.sidebar-wrapper > .content {
	margin-left: 32em;
	width: calc(100vw - 32em);
}

.sidebar-wrapper > .sidebar > div.sidebar-content.bg-secondar {
	background: none;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body {
	width: 32rem;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary {
	background-color: #fff;
	display: flex;
	border: none;
	padding-top: 0.2rem;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary.active {
	background-color: transparent !important;
}

.sidebar-wrapper > .sidebar .list-group-item.list-group-item-action.active .key_text,
.sidebar-wrapper > .sidebar .list-group-item.list-group-item-action:hover .key_text,
.sidebar-wrapper > .sidebar .list-group-item.list-group-item-action:active .key_text {
    background: #e7dab4;
    color: #000;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary:hover,
.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary:focus {
	background-color: transparent !important;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary label {
	margin: 0;
	padding: 1rem 0 0.8rem;
	width: 10rem;
	text-align: center;
	border-radius: 0;
	min-width: 6em;
	background: #413b39;
	color: #fff;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary.active label {
	background: #413b39;
	color: #fff;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary label i {
	display: none;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body#key_list {
	background: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body#key_list > li div.key_text {
	margin: 0;
	padding: 1rem 1rem 0.8rem;
	border: solid 1px #e6e5e8;
	border-color: #e6e5e8 !important;
	border-radius: 0;
	width: 100%;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body#key_list > li.active div.key_text {
	border-color: #413b39 !important;
	color: #323232;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body#key_list > li.divider {
	background: #f2f2f2;
	margin: 0 1.25rem 0.75rem;
	padding: 1rem;
}

.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body#key_list > li:not(.selected):not(.divider) label {
	color: #fff;
}

.sidebar-wrapper > .sidebar.noData {
	width: auto;
}

/* kt_spec_page */
#kt_spec_page #kt_spec_list {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0 0 3rem;
}

#kt_spec_page #kt_spec_list .list-group-item {
	padding: 1rem;
}

#kt_spec_page #kt_spec_list > li.tile > .list-group-item-thum {
    width: 26rem;
	justify-content: flex-start;
}

#kt_spec_page #kt_spec_list .list-group-item > .thumbnail {
	height: 300px;
}

#kt_spec_page #kt_spec_list .card-header {
	border-bottom: none;
	padding: 0.75rem 0;
}

#kt_spec_page #kt_spec_list .content.card > .card-body {
	font-size: 1.04rem;
	padding: 0.75rem 0;
	border-top: dotted 1px #c6c5c5;
}

#kt_spec_page #kt_spec_list .card-footer {
	padding: 0;
	margin: 0;
}

#kt_spec_page #kt_spec_list .card-footer a.btn {
	width: auto;
	color: #323232;
	text-decoration: none;
	border: solid 1px #c8c8c8;
	border-radius: 0;
	min-height: 0;
	background: url(../api/ServerApi/GetImage/icon_arrow_detail.png) no-repeat 0.5rem center;
	padding: 0.5rem 2rem;
}

.centering_alert {
	background-color: #3f3937;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 1.2rem;
}

.centering_alert .btn-link {
	font-size: 1.2rem;
	color: #fff;
	background: url(../api/ServerApi/GetImage/icon_arrow_next.png) no-repeat 1rem center;
	padding: 2rem 2.5rem;
}


/* kt_equip_page */
#kt_equip_page ul#kt_equip_list {
	margin: 1rem 3rem 0;
	
}
#kt_equip_page ul#kt_equip_list > li.tile {
	margin: 2rem 1.2rem 0;
}

#kt_equip_page ul#kt_equip_list > li.tile > .list-group-item-thum {
	width: 20.8rem;
}

#kt_equip_page ul#kt_equip_list > li.tile > .list-group-item-thum > .content.card .card-header {
	font-size: 1.12rem;
	border-bottom: dotted 1px #9f9c9b;
}

#kt_equip_page ul#kt_equip_list > li.tile > .list-group-item-thum > .content.card .card-body {
	font-size: 1.04rem;
}

#kt_equip_page ul#kt_equip_list > li.tile > .list-group-item-thum > .content.card .card-body h4 {
	font-size: 1.28rem;
	font-weight: bold;
}

#kt_equip_page ul#kt_equip_list > li.tile > .list-group-item-thum > .content.card .card-body p + p {
	margin-top: 0.5rem;
}

#kt_equip_page ul#kt_equip_list > li.tile + li.divider {
	margin: 3rem 1.2rem 0;
	font-size: 1.44rem;
}

ul > li > .list-group-item-thum > .content.card > .card-footer .a-box > a.btn {
   color: #323232;
    text-decoration: none;
    border: solid 1px #c8c8c8;
    border-radius: 0;
    min-height: 0;
    background: url(../api/ServerApi/GetImage/icon_arrow_detail.png) no-repeat 0.5rem center;
    padding: 0.5rem 2rem;
    margin-top: 1rem;
}

/* kt_cupboard_page */

#kt_cupboard_page {
	padding: 3rem 10rem;
}

#kt_cupboard_page ul#kt_cupboard_list li.divider {
	font-size: 1.44rem;
	background: #dedddd;
}

#kt_cupboard_page ul#kt_cupboard_list li.divider.mt50{
	margin-top: 50px;
}

#kt_cupboard_page ul#kt_cupboard_list > li.tile {
	margin-left: 0;
	margin-right: 2rem;
	margin-top: 2rem;
}

#kt_cupboard_page ul#kt_cupboard_list > li.tile > .list-group-item-thum {
	width: 21rem;
}

#kt_cupboard_page ul#kt_cupboard_list > li.tile > .list-group-item-thum > .content.card .card-header {
	font-size: 1.12rem;
	border-bottom: dotted 1px #9f9c9b;
}

#kt_cupboard_page ul#kt_cupboard_list > li.tile > .list-group-item-thum > .content.card .card-body {
	font-size: 1.04rem;
	color: #323232;
}

#kt_cupboard_page ul#kt_cupboard_list > li.tile > .list-group-item-thum > .content.card .card-body h4 {
	font-size: 1.28rem;
	font-weight: bold;
}

/* cm_option_page */
#cm_option_page {
	padding: 3rem 10rem;
}

#cm_option_page ul#cm_option_list li.divider {
	font-size: 1.44rem;
	background: #dedddd;
}

#cm_option_page ul#cm_option_list > li.tile {
	margin-left: 0;
	margin-right: 3rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

#cm_option_page ul#cm_option_list > li.tile .field-contain {
	margin-top: 10px;
}

#cm_option_page ul#cm_option_list > li.tile > .list-group-item-thum {
    width: 20.5rem;
}

#cm_option_page ul#cm_option_list > li.tile > .list-group-item-thum > .content.card .card-header {
	font-size: 1.12rem;
	border-bottom: dotted 1px #9f9c9b;
}

#cm_option_page ul#cm_option_list > li.tile > .list-group-item-thum > .content.card .card-body {
	font-size: 1.04rem;
	color: #323232;
}

#cm_option_page ul#cm_option_list > li.tile > .list-group-item-thum > .content.card .card-body h4 {
	font-size: 1.28rem;
	font-weight: bold;
}

#cm_option_page ul#cm_option_list > li.tile > .list-group-item-thum > .content.card .card-footer .input-group-append .btn {
	min-height: auto;
	display: block;
	padding: 0 0.7rem;
	background: #747474;
}

.modal-header.alert-primary .input-group {
	margin: .5rem;
}

.list-group-item-action {
	background-color: transparent;
}

.list-group-item-action:hover {
	background-color: #e7dab4 !important;
	color: #000 !important;
}

.list-group-item-action:active,
.list-group-item-action:focus {
	background-color: transparent;
	color: #000 !important;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: none !important;
}

.list-group-item-action.active {
	background-color: #e7dab4 !important;
	color: #000 !important;

}

#cm_option_page ul#cm_option_list > li.tile > .list-group-item-thum > .content.card .card-footer .input-group-append .btn i {
	display: block;
}

/* cm_expense_page */
#cm_expense_page ul#cm_expense_list {
	margin-top: 2rem;
	margin-left: 3rem;
}

#cm_expense_page ul#cm_expense_list > li.tile > .list-group-item-thum {
	width: 21rem;
}

#cm_expense_page ul#cm_expense_list > li.tile .card.content > .card-header {
	font-size: 1.12rem;
	border-bottom: dotted 1px #9f9c9b;
}

#cm_expense_page ul#cm_expense_list > li.tile .card.content > .card-body > div {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#cm_expense_page ul#cm_expense_list > li.tile .card.content > .card-body h4 {
	font-size: 1.28rem;
	font-weight: bold;
}

#cm_expense_page ul#cm_expense_list > li.tile .card.content > .card-body p {
	font-size: 1.04rem;
	min-width: 0;
	-ms-word-break: break-all;
	padding-right: 0.5rem;
}

#cm_expense_page ul#cm_expense_list > #cm_expense_list li.divider {
	font-size: 1.12rem;
}

#cm_expense_page ul#cm_expense_list > li.divider:nth-child(n+2) {
	width: 41rem;
	margin: 0 auto;
	background: #fff;
}

#cm_expense_page ul#cm_expense_list > li.divider:nth-child(2) {
	padding-top: 3rem;
}

#cm_expense_page ul#cm_expense_list > li.divider:last-child {
	padding-bottom: 3rem;
}

#cm_expense_page ul#cm_expense_list > li.divider .input-group .form-control {
	border: 1px solid #d4d4d4;
}

#cm_expense_page ul#cm_expense_list > li.divider .input-group .form-control[readonly] {
	background-color: #ececec;
}

#cm_expense_page ul#cm_expense_list > li.divider .input-group button {
	background: #757575;
	color: #fff;
}

/* cb_layout_page */
#cb_layout_page #cb_layout_list li .list-group-item-thum.active {
	background: #e7dab4;
	border-color: #cccccc;
}

#cb_layout_page #cb_layout_list li .list-group-item-thum > .content {
	padding: 1rem 1rem 1rem 0 !important;
}

#cb_layout_page #cb_layout_list li .list-group-item-thum > .thumbnail > img {
	padding: 0.5rem 1rem;
}

#cb_layout_page #cb_layout_list li > .list-group-item-thum > .content.card > .card-header {
	font-size: 1.04rem;
	border: none;
}

#cb_layout_page #cb_layout_list li > .list-group-item-thum > .content.card > .card-footer {
	padding-top: 0;
}

._busy_loader_ .modal-content {
	background-color: #e1e0e0 !important;
}

#cb_layout_page #cb_layout_list li .list-group-item-thum > .content.card > div .btn {
	min-height: auto;
	margin-left: 0.3rem !important;
	padding: 0.1rem;
	background: #e6e6e6;
}

#cb_layout_page #cb_layout_list li .list-group-item-thum > .content.card > div .btn i {
	display: block;
}

#cb_layout_page #cb_layout_list li .list-group-item-thum > .content.card > div .btn.disabled,
#cb_layout_page #cb_layout_list li .list-group-item-thum > .content.card > div .btn:disabled {
	background-color: #eaeaea !important;
}

#cb_layout_page #cb_layout_list li > .list-group-item-thum > .content.card > div .btn i::before {
	content: '';
	width: 40px;
	height: 23px;
	display: block;
}

#cb_layout_page #cb_layout_list li > .list-group-item-thum > .content.card > div .btn .fa-pen::before {
	background: url(../api/ServerApi/GetImage/icon_pen.png) no-repeat center center;
}

#cb_layout_page #cb_layout_list li > .list-group-item-thum > .content.card > div .btn .fa-trash::before {
	background: url(../api/ServerApi/GetImage/icon_trash.png) no-repeat center center;
}

#cb_layout_page #cb_layout_list li > .list-group-item-thum > .content.card > div .btn .fa-arrow-up::before {
	background: url(../api/ServerApi/GetImage/icon_up.png) no-repeat center center;
}

#cb_layout_page #cb_layout_list li > .list-group-item-thum > .content.card > div .btn .fa-arrow-down::before {
	background: url(../api/ServerApi/GetImage/icon_down.png) no-repeat center center;
}

#cb_layout_page #cb_layout_list > li > .list-group-item .handle .fa-arrows-alt-v::before {
	content: '';
	width: 16px;
	height: 12px;
	display: block;
	background: url(../api/ServerApi/GetImage/icon_change.png) no-repeat center center;
}

/* cb_panel_page */
#cb_panel_page #cb_panel_list li .list-group-item-thum.active {
	background: #e7dab4;
	border-color: #cccccc;
}

#cb_panel_page #cb_panel_list li .list-group-item-thum > .content {
	padding: 1rem 1rem 1rem 0 !important;
}

#cb_panel_page #cb_panel_list li > .list-group-item-thum > .content.card > .card-header {
	font-size: 1.04rem;
	border: none;
}

#cb_panel_page #cb_panel_list li > .list-group-item-thum > .content.card > .card-footer {
	padding-top: 1.5rem;
	display: inherit;
}

#cb_panel_page #cb_panel_list li .list-group-item-thum > .content.card > div .btn {
	min-height: auto;
	padding: 0.5rem;
	border-radius: 0;
	background: #3f3937;
	font-size: 1.04rem;
}

#cb_panel_page #cb_panel_list .btn-group-toggle.checkbox > label.btn::before {
	font-size: 1.04rem;
}

#cb_panel_page #cb_panel_list .btn-group-toggle.checkbox > label.btn.active::before {
	font-size: 1.04rem;
}

#cb_panel_page #cb_panel_list li .list-group-item-thum > .content.card > div .btn i {
	display: block;
}

#cb_panel_page #cb_panel_list li > .list-group-item-thum > .content.card > div .btn i::before {
	content: '';
	width: 40px;
	height: 23px;
	display: block;
}

/* cb_spec_page */
#cb_spec_page #cb_spec_list {
	
}

#cb_spec_page #cb_spec_list > li.tile > .list-group-item-thum {
	width: 21rem;
}

#pickup_pricebar {
	color: #000 !important;
}

#pickup_pricebar .form-control {
	background-color: #fff;
}


#article_infobar {
	background-color: #6c757d !important;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/

#article_infobar {
  display: flex;
}

  #article_infobar > .row1,
  #article_infobar > .row2,
  #article_infobar > .row3,
  #article_infobar > .row4 {
    border: 1px solid;
	  padding: 0 0.3em;
  }

  #article_infobar > .row1 {
    flex-shrink: 0;
    min-width: 6em;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    padding: 0.3em;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #article_infobar > .row2 {
    flex-grow: 1;
    border-right-width: 0;
    border-top-width: 0;
  }

  #article_infobar > .row3 {
    flex-shrink: 0;
    min-width: 6em;
    border-right-width: 0;
    border-top-width: 0;
  }

    #article_infobar > .row3 > div {
      padding: 0.3em;
    }

	#article_infobar > .row3 > div,
    #article_infobar > .row2 > div {
      padding: 0.5em 0.3em 0;
    }

	#article_infobar > .row3 > div + div,
    #article_infobar > .row2 > div + div {
      padding: 0.2em 0.3em 0.5em;
    }

  #article_infobar > .row4 {
    flex-shrink: 0;
    min-width: 6em;
    text-align: right;
    border-right-width: 0;
    border-top-width: 0;
    padding: 0.3em;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

	.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body#key_list > li.divider {
		width: auto;
	}
	
	.modal-dialog-scrollable .modal-content {
		overflow: visible;
	}


@media screen and (max-width: 40rem) {
	
	header .btn-group.right {
		width: 100%;
		flex-direction: column-reverse;
	}
	
	#home_toolbar,
	#detalis_toolbar.edit_toolbar { display: flex; }
	
	
	header > #home_toolbar .btn-group.right,
	header > #detalis_toolbar.edit_toolbar .btn-group.right { flex-direction: row; }

	header > #detalis_toolbar.edit_toolbar .btn {
		padding: 1rem 0.75rem;
		margin: 0 0.1rem;
		font-size: 1rem;
	}
	
	header > #detalis_toolbar.edit_toolbar .btn:first-child {
		margin-left: 0;
	}
	
	header .btn-group.right #details_step_price {
		padding: 0.4rem 0;
		font-size: 1.36rem;
	}

	header #cb_layout_toolbar {
		text-align: right;
	}
	
	header > #detalis_toolbar .btn {
		margin: 0.5rem 0 0.7rem 1rem;
		font-size: 1.12rem;
		padding: 0.8rem 1.7rem 0.8rem 3rem;
	}
	
	header > #detalis_toolbar .btn:first-child {
		margin-left: 3%;
	}
	
	header #detalis_title {
		padding: 1.5rem 3% !important;
	}

	
	.btn-secondary {
		background: none;
		border:none;
		color: #000;
	}
	
	#article_page .field-contain .btn-secondary {
		background-color: #6c757d;
		color: #fff;
	}	
	
	#cm_expense_page ul#cm_expense_list {
		margin-left: 0;
	}
	
	#cm_expense_page ul#cm_expense_list .field-contain .input-group .input-group-append .btn-secondary {
		color: #fff;
	}
	
	#plan_list {
	padding-left: calc(3% - 1.2rem);
	}
			
	.btn-toolbar {
		display: block;
	}

	ul > li.tile {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	ul > li.tile > .list-group-item-thum {
		width: 100% !important;
	}
	
	ul > li.tile > .list-group-item-thum > div.thumbnail {
		height:auto;
		min-height: 83vw;
	}
	
	ul#series_list > li.tile > .list-group-item-thum > div.thumbnail {
		height:auto;
		min-height: 64vw;
	}

	ul#plan_list > li.tile > .list-group-item-thum > div.thumbnail {
		height:auto;
		min-height: 64vw;
	}
	
	.modal-body ul > li.tile > .list-group-item-thum > div.thumbnail {
		height: 47.55vw;
	}
	
	#depth-modal .modal-body > ul > li:not(.tile) > .list-group-item-thum > .thumbnail {
		height: calc(100vw * 0.206);
	}	
	
	.modal-body ul > li.tile {
		width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	#kt_spec_list {
		margin-left: 0;
	}
	
	ul > li.tile > .list-group-item-thum > .content.card {
		padding: 0;
	}
	
	.modal-content {
		margin: 0 2%;
		width: 96%;
	}
	
	.modal-body ul.border-right .list-group-item {
		margin-left: 0.75rem;
	}
	
	.modal-body ul.border-right + ul .centering_alert {
		width: 90%;
	}
	
	#sidebar_opener .btn-secondary:hover,
	#sidebar_opener .btn-secondary:active {
		background-color: #3f3937;
		color: #fff;
	}
		
	.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body {
		width: 100%;
	}
	
	.sidebar-wrapper > .sidebar {
		width: 25em;
		margin-left: -25em;
	}
	
	.sidebar-wrapper > .content {
		margin-left: 0 !important;
		width: 100%;
		
	}
	
	#kt_spec_page #kt_spec_list {
	    display: block;
		margin-left: 0;
	}
	
	#kt_equip_page ul#kt_equip_list > li.tile {
		margin: 0;
	}
	
	#kt_cupboard_page,
	#cm_option_page{
		padding: 0;
	}
	
	#cm_expense_page ul#cm_expense_list > li.tile {
		margin-left: 0;
	}
	
	#cm_expense_page ul#cm_expense_list > li.divider:nth-child(n+2) {
		width: 100%;
	}
	
	.modal-body {
		padding: 1rem 1rem 0;
	}
	
	.modal-body.modal-footer_none {
		padding: 1rem;
	}
	
	.modal-footer {
		padding: 1rem;
	}
	
	.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body#key_list > li.divider {
		width: auto;
	}
	
	.sidebar-wrapper > .sidebar > div.sidebar-content > .sidebar-body .list-group-item-secondary {
		padding-top: 0;
		background-color: transparent !important;
	}
	
	#series_page, #plan_list {
		padding-left: 0;
		padding-right: 0;

	}
	
	
  #article_infobar {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

    #article_infobar > .row1,
    #article_infobar > .row4 {
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      justify-content: flex-start;
    }

    #article_infobar > .row4 {
      border-top-width: 0;
      border-left-width: 0;
    }


    #article_infobar > .row2,
    #article_infobar > .row3 {
      display: none;
    }
}

.detalis-product {
  font-weight: bold;
}

.detalis-parent {
  font-weight: bold;
}

.detalis-child {
  padding-left: 1rem !important;
}

#key_list > li .key_text {
  border-radius: 0.25rem;
  padding: 0.25rem;
  border: 1px solid;
  min-height: 2em;
  -ms-word-break: break-all;
  word-break: break-all;

}

#key_list > li:not(.selected):not(.divider) label {
  color: red;
}

#pickup_pricebar > div {
  padding-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#pickup_pricebar .field-contain {
  margin: 0.6em 1em;
}

#pickup_pricebar .alert {
  display: none;
}

#pickup_pricebar input[type=text],
#pickup_pricebar input[type=number] {
  padding-right: 0.3rem;
  text-align: right;
  border-width: 0;
}


@media screen and (max-width: 30rem) {
  #pickup_total_box {
    display: none !important;
  }
}


#cb_panel_list,
#cb_layout_list {
  margin-left: auto;
  width: 27rem;
}

#cb_panel_fig,
#cb_layout_fig {
  display: block;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.5rem;
  z-index: 9;
  background-color: white;
  margin-right: 27rem;
}

/*#cb_panel_cvs,
#cb_layout_cvs {
  border: 1px solid #eee;
}*/


#cb_layout_list > li > .list-group-item .handle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2rem;
  border-radius: 0;
  opacity: 0.5;
  padding: 0;
	background: #e6e6e6;
}


@media screen and (max-width: 40rem) {

  #cb_panel_list,
  #cb_layout_list {
    width: auto;
	  padding: 0;
  }
	
	#kt_spec_page #kt_spec_list .list-group-item > .thumbnail {
		height:auto;
		min-height: 84vw;
	}
	
	.content {
		padding: 1rem;
	}

  #cb_panel_fig,
  #cb_layout_fig {
    display: none;
    margin-right: 0;
  }

    #cb_panel_fig.show,
    #cb_layout_fig.show {
      display: block;
    }

      #cb_panel_fig.show > #cb_panel_cvs:after,
      #cb_layout_fig.show > #cb_layout_cvs:after {
        font-family: "Font Awesome 5 Free";
        content: "\f057";
        display: inline-block;
        font-weight: 900;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 2rem;
      }
}

#unlock,
#login {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

  #unlock > section,
  #login > form {
    padding: 1rem;
  }

@media screen and (min-width: 40rem) {

  #unlock,
  #login {
    align-items: center;
  }

    #unlock > section,
    #login > form {
      max-width: 30em;
		width: 100%;
    }
		
}

@media screen and (min-width: 40rem) and (min-height: 20rem) {

  #unlock,
  #login {
    justify-content: center;
  }
}


#article_page #worker_name,
#article_page #owner_name {
  margin-top: 0.3rem;
}

@media screen and (min-width: 40rem) {
  #article_page #person_worker_group,
  #article_page #person_owner_group {
    margin-left: 1rem;
    margin-top: 0;
    width: calc(100% - 1rem);
  }
}

#product_guide {
  display: none;
}

@media screen and (max-width: 35rem) {
  #product_guide > span,
  body.details .login-user {
    display: none;
  }
}

#readonly_alert {
  margin: 0;
  text-align: center;
}


.user-attr-box > div {
  font-size: 1.2em;
}

.bk_eststate_0 {
}

/*.bk_eststate_1 {
  background-color: rgba(255,128,0,1) !important;//背景色
  color: black;// 文字色
}*/

.bk_eststate_2 {
  background-color: rgba(0,255,0,1) !important;
  color: black;
}

.bk_eststate_3 {
  background-color: rgba(255,255,0,1) !important;
  color: black;
}
.bk_eststate_13 {
	background-color: rgba(255,128,0,1) !important;
	color: white;
}

.bk_eststate_23 {
	background-color: rgba(255,0,0,1) !important;
	color: white;
}


.bk_eststate_4 {
  background-color: rgba(0,0,255,1) !important;
  color: white;
}
.bk_eststate_5 {
	background-color: rgba(255,0,255,1) !important;
	color: white;
}

#details_step_price {
  /*min-width: 8em;*/
  text-align: right;
  font-size: 1.5rem;
  padding: 0;
}

.btn-group.right {
  margin-left: auto;
}


.step_alert {
  display: flex;
  align-items: center;
  padding: 0.3rem;
  margin: 0;
}

  .step_alert > i {
    flex-shrink: 0;
  }

  .step_alert > div {
    flex-grow: 1;
    margin-left: 0.3rem;
    max-height: 4em;
    overflow-y: auto;
  }

.modal .step_alert > div {
  max-height: none;
}


div.handsontable .memo-alart {
  padding: 0.3rem;
  margin: 0.3rem;
  border-radius: 0;
}

div.handsontable th { /* ヘッダ */
  /*background-color: red;*/
  /*color: white;*/
}

div.handsontable tbody th.ht__highlight,
div.handsontable thead th.ht__highlight { /* 選択ヘッダー */
  /*background-color: brown;*/
}

div.handsontable tbody > tr > td.highlight, /* 選択セル */
div.handsontable tbody > tr > td.current-row { /* 選択行 */
  /*background-color: rgba(0,0,0, 0.2);*/
}

div.handsontable .htDimmed { /* ReadOlnyセル */
  /*color: #000;*/
}

.handsontable tbody > tr:nth-child(even) > td { /* 偶数列 */
  /*background-color: #f8f8f8;*/
}

.handsontable tbody > tr:nth-child(odd) > td { /* 奇数列 */
  /*background-color: transparent;*/
}

.handsontable .wtBorder.current { /*カレント選択枠色*/
  /*background-color: #000 !important;*/
}

@media screen and (max-width: 40rem) {

	#home_toolbar .desktop,
	#detalis_toolbar.edit_toolbar .desktop {
    display: none;
  }
}

@media screen and (min-width: 40rem) {

	#home_toolbar .mobile,
	#detalis_toolbar.edit_toolbar .mobile {
    display: none;
  }
}

.user-cmd-btn {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#syslog_page li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-width: 0;
}

  #syslog_page li:nth-child(even) {
    background-color: #eee;
  }

#unit_B + .show.dropdown-menu,
#unit_C + .show.dropdown-menu,
#unit_D + .show.dropdown-menu {
  min-width: calc(100% - 6px);
  text-align: center;
}

#detalis_toolbar > .steps > .btn > span.min-text {
  display: none;
  margin-left: 0.5rem;
}

#detalis_toolbar > .steps > .btn:last-child > span.min-text {
  margin-left: 0;
  margin-right: 0.5rem;
}

ul > li.tile + li.divider {
	margin-top: 1rem;
}

@media screen and (max-width: 40rem) {
	
	header > h1 {
		display: block;
	}
	
	header > h1 > img {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		margin-left: 0;
		width: auto;
		height: 31px;
	}
	
	header .app-version {
		padding: 0 0 .5rem 1rem;
		min-height: auto;
	}
	
	.app-version br {
		display: none;
	}
	
	header .app-version span {
		margin-left: 0.5rem;
	}
	
	header #product_guide {
		border-left: none;
		height: auto;
		padding: 1rem;
	}
	
	header #product_name {
		margin-left: 1rem;
		padding: 0 0 0 0.5rem;
		margin-bottom: 0.5rem;
	}
	
	header #detalis_toolbar .btn-group.folding.left:empty {
		display: none;
	}
			
	header #cb_layout_toolbar > .btn-group .btn {
		margin: 0 0.2rem;
		padding: 0.7rem 0.5rem 0.7rem 0.8rem;
	}
	
	header #cb_layout_toolbar > .btn-group:first-child .btn {
		padding-left: 0.5rem;
	}
	
	header #cb_layout_toolbar > .btn-group .btn span {
		display: inline !important;
	}
	
	header #cb_layout_toolbar > .btn-group.folding .btn span {
		display: none !important;
	}
	
	header #cb_layout_toolbar > .btn-group.folding .btn i {
		margin-right: 0;
	}
	
	header #cb_layout_toolbar > .btn-group p {
		margin-left: 0;
		margin-right: 0.5rem;
	}
	
	header #cb_layout_toolbar > .btn-group {
		padding: 0.5rem !important;
		margin: 0;
	}
	
	header > #detalis_toolbar .btn i {
		display: inline-block;
	}
	
	header > #detalis_toolbar .btn.active i {
		display: none;
	}
	
	header > #detalis_toolbar .btn.active i.fa-wrench {
		display: inline-block;
		padding: 10px 0;
	}
	
	header #detalis_toolbar .steps .btn::after {
		display: none;
	}
	
	header #detalis_toolbar .steps .btn.active::after {
		display: block;
	}
	
	#kt_equip_page ul#kt_equip_list {
		margin-right: 0;
		margin-left: 0;
	}
	
	#kt_equip_page ul#kt_equip_list > li.tile + li.divider {
		margin: 3rem 0 0;
		width: auto;
	}
	
	header #detalis_title.select-title { padding: 1.5rem 6% 1rem !important; padding-left: calc(1rem + 15px) !important; padding-right: calc(1rem + 15px) !important; }
	
	footer > .btn-toolbar .btn {
		
		min-width: 3.5em;
		margin: 0 0.2rem !important;
		border-radius: 0;
		padding: 0.3rem;
	}
	
	footer > .btn-toolbar .btn span {
		font-size: 0.8rem;
		line-height: 1;
	}
	
	footer > .btn-toolbar {
		padding: 0.5rem;
		margin: 0;
	}
	
	header #detalis_toolbar .steps {
		padding-left: 1rem;
	}
	
	header #detalis_toolbar .steps .btn {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	
	header > #detalis_toolbar .btn:first-child {
		margin-left: calc(1rem + 15px);
	}

	header #detalis_toolbar .steps .btn span {
		display: none;
	}

  #detalis_toolbar > .steps > .btn.active > span.min-text {
    display: inline-block;
	margin-left: 0;
  }
	
	#detalis_toolbar > .steps > .btn:last-child.active > span.min-text {
		border: none;
		margin-right: 0;
	}
	
	header #detalis_toolbar .steps .btn::after {
		height: 34px;
	}
	
}

#master_list .thumbnail {
  height: 0;
  min-height: 0;
}

ul#master_list > li.tile {
	margin: 1rem 0 0 1rem;
}

ul#master_list .content .card-header {
	background-color: #f8f9fb !important;
	padding: .75rem 1.25rem;
	font-size: 1rem;
}

ul#master_list > li.tile > .list-group-item {
	padding: 0;
}

ul#master_list > li > .list-group-item-thum > .content.card > .card-body {
	background: #fff;
	padding: 1.25rem;
	color: #212529;
	font-size: 1rem;
}

ul#master_list .badge-info {
	background-color: #e7dab4;
	color: #000;
}

ul#master_list .content .card-footer {
	background-color: #f8f9fb !important;
	padding: .75rem 1.25rem;
}

ul#master_list .content .card-footer .btn {
	width: auto;
	color: #000;
	background-color: transparent;
	font-size: 1rem;
	padding: .375rem .75rem;
	min-height: 0;
	line-height: 1.5;
	border: 1px solid transparent;
}

ul#master_list .content .card-footer .btn:nth-child(2) {
	margin-left: 0;
}

ul#master_list > li > .list-group-item-thum > .content.card > div .btn i {
	display: inline-block;
	margin-right: 5px;
}

.color-sample {
  width: 2rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  top: 0.3rem;
}

  .color-sample.base {
    background-color: #fff;
  }

#product_name {
  display: inline-block;
  padding: 0 0.5rem;
}

  #product_name > .badge {
    font-size: 90%;
    vertical-align: bottom;
  }


#details_commandbar .dropdown-menu {
  padding: 0.5rem;
}

@media screen and (min-width: 370px) {
  #details_commandbar div.mobile {
    display: none;
  }
}

@media screen and (max-width: 370px) {
  #details_commandbar div.desktop {
    display: none;
  }
}

@media screen and (min-width: 40rem) {
  #details_commandbar .btn[cmd='plan'].mobile {
    display: none !important;
  }
}

@media screen and (max-width: 40rem) {
  #details_commandbar .btn[cmd='resend'] {
    display: none !important;
  }

  #cb_layout_toolbar .btn[cmd='ceiling'] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

    #cb_layout_toolbar .btn[cmd='ceiling'] > span {
      display: block;
    }
}

.field-box {
	margin: 0 0 1rem 0;
}

	.field-box > .field-memo {
		text-align: right;
	}

	.field-box > .field-error {
		margin: 0.3rem 0 0 0;
	}

.msgbox_alerts {
	text-align: left;
	min-width: 20rem;
}

	.msgbox_alerts > .alert {
		padding: 0.3rem;
		margin: 1rem 0 0 0;
	}

		.msgbox_alerts > .alert hr {
			margin: 0.3rem 0;
		}

.logo-bar {
	text-align: center;
}

	.logo-bar img {
		height: 2rem;
	}

.predoc {
	display: flex;
	justify-content: center;
	text-align: center;
}

	.predoc pre {
		font-size: 1.1rem;
		white-space: pre-wrap;
		text-align: left;
	}

.drop-area:empty:after {
	content: "ここにファイルをドロップ";
	opacity: 0.5;
}

.no-drop-area:empty:after {
	content: "ファイルはありません";
	opacity: 0.5;
}

.notice_bar {
	display: flex;
	padding: 0.3rem;
	color: white;
	background-color: rgba(255,0,0,0.5);
	align-items: center;
	gap: 0.5rem;
}

	.notice_bar > .notice_title {
		flex: 0 0 auto;
		display: flex;
		padding: 0.3rem 0.5rem;
		border-radius: 0.3rem;
	}

	.notice_bar > .notice_list {
		flex: 1 1 1px;
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}

		.notice_bar > .notice_list a {
			color: blue;
		}

#details_asm_info {
	max-width: 40em !important;
}

footer .btn:disabled {
	display: none;
}


#article_nav .list-group-item + .list-group-item {
	margin-top: 3px;
}

footer .btn > span {
	display: block;
	white-space: nowrap;
}

.htCore .detalis-product .btn-info {
	background-color: #e7dab4;
	color: #000;
}

.txtError {
	color: #721c24 !important;
	background-color: #f8d7da !important;
	padding: 0.5rem;
}


@media screen and (max-width: 40rem) {
	#login > form {
		padding: 4rem;
	}
	
	header > .btn.btn-secondary {
		color: #fff;
		background-color: #6c757d;
		margin-top: .5rem;
		margin-right: .5rem;
	}
	
	.modal-header.alert-primary .input-group {
		width: 45%;
	}
	
	.btn-group .fa-2x {
	  font-size: 1.2em;
	}	
	
	.btn-secondary {
		background-color: #6c757d;
		color: #fff;
	}
	
	header #detalis_toolbar .steps .btn.btn-secondary {
		padding:  0 3px !important;
	}
	
	.fade.modal > .modal-dialog.leftside > .modal-content {
		margin: 0;
	}
	
	.fade.modal > .modal-dialog.leftside > .modal-content .modal-header {
		background: #dedddd;
		border-radius: 0;
	}
	
	.fade.modal > .modal-dialog.leftside > .modal-content .modal-footer {
		background-color: #f8f9fa !important;
	}
	
	.fade.modal > .modal-dialog.rightside > .modal-content {
		margin: 0 0 0 auto;
	}
	
	.modalPage {
		padding: 0;
	}
	
	.modalPage #article_form #article_section {
		margin-bottom: 0.2rem;
	}
	
	.modalPage #article_form .field-contain {
		margin-bottom: 0.3em;
	}
	
	.modalPage #article_form .text-right .btn-link {
		padding-left: 0;
		padding-right: 0;
	}

	#kt_service_form .pb-3.pr-3 {
		padding: 0.5rem !important;
	}
	#kt_service_form ul > li.tile {
		margin-top: 0.5rem;
		margin-bottom: 0;
	}
	#kt_service_form ul > li.tile:first-child {
		margin-top: 0;
	}

	/*
		2024/09/13
		Added by Comtex Co., Ltd.
	*/
	#article_form #article_section {
		margin-bottom: 0.2rem;
	}
	#article_form .field-contain {
		margin-bottom: 0.3em;
	}
	#article_form .text-right .btn-link {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-wrapper > .sidebar {
		margin-left: -32rem;
		max-width: 100%;
	}


}


/*
	2024/09/13
	Added by Comtex Co., Ltd.
*/

.modal-header hr{
	display: none;
}
#_tenkey_ {
	max-width: 21em !important;
	left: auto !important;
	top: auto !important;
	margin: auto !important;
}
#article_select_new_ {
	left: auto !important;
	top: auto !important;
	margin: auto !important;
}
#details_asm_info {
	max-width: 500px !important;  /* BS標準値*/
	height: auto !important;
	margin: auto !important;
	padding: 0 !important;
}
.sidebar-wrapper > .sidebar {
	width: 32rem !important;
	max-width: 100%;
}

#syslog_toolbar > .btn-group.left{
	width: auto;
}
#syslog_toolbar > .btn-group.right {
	background-color: transparent;
	padding: 0;
}


