/* reset */
* {
	margin: 0;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
}

html,
body {
	height: 100%;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	text-align: center;
	-moz-appearance: textfield;
	padding: 4px;
	margin-right: 4px;
	width: 4em;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: normal;
}

ul {
	list-style: none;
	padding-left: 0;
}

h1,
h2 {
	display: none;
}

.ANTOP,
.ANBODY,
.ANFOOT,
header,
footer,
main {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.ANTOP,
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ANTOP {
	/* for header search box */
	display: grid;
	grid-template-rows: 76px auto;
	grid-template-columns: 260px auto;
}

.ANFOOT,
footer {
	border-top: 2px groove #999;
	font-size: 12px;
	text-align: right;
	padding: 4px 5px;
	margin-top: 32px;
}

[v-cloak] {
	display: none;
}

input:focus,
select:focus {
	outline: none;
}
/* end of reset */

/* header */
.vtop-userinfo-top {
	align-items: center;
	/* for header search box */
	grid-column: 2/3;
	grid-row: 1/3;
	display: grid;
	grid-template-rows: 60% auto;
	grid-template-columns: 40% auto;
	width: 700px;
	height: 100%;
}

.div-navicons {
	margin-right: 16px;
	margin-top: 8px;
	width: 300px;
	min-width: 136px;
	/* for header search box */
	grid-column: 1/1;
	grid-row: 1/3;
}

#ALPHALOGO {
	margin-top: 32px;
	width: 249px;
	height: 65px;
}

#DIVNAVI {
	/* for header search box */
	grid-column: 1/1;
	grid-row: 2/3;
	height: 36px;
	padding-top: 5px;
}

#NAVMENU {
	display: flex;
	font-size: 12px;
	width: 720px;
	align-items: center;
	/* from style2018 */
	margin: 4px 8px;
	padding: 0 3px;
}

#NAVMENU li {
	display: inline-block;
	background-image: url(/images/ya.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 24px;
}

#NAVMENU li:first-child {
	background-image: none;
	/* for header search box */
	padding-left: initial;
}

#NAVMENU-HOME {
	height: 20px;
	width: 20px;
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	float: left;
	clear: both;
}

#iSRCHT {
	padding-left: 4px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 251px;
	height: 31px;
	border-radius: 6px;
}

#iSRCHB {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #f0f0f0;
	border: none;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	/* for header search box */
	font-size: 14px;
	padding: 8px;
	padding: 0;
	background-color: #00aeef;
	height: 32px;
	border-radius: 6px;
	margin-left: 10px;
	width: 61px;
	height: 29px;
}

.div-userinfo {
	line-height: 1em;
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
}

.div-navicons ul {
	display: flex;
	flex-flow: row;
	margin: 0;
	margin-top: 4px;
}

.div-navicons ul li {
	list-style: none;
}

.div-navicons ul li a {
	font-size: 8px;
	text-decoration: none;
	display: flex;
	width: 44px;
	flex-wrap: wrap;
	justify-content: center;
}

.div-numitemincart {
	width: 17px;
	height: 15px;
	border: 1px solid #cef;
	position: relative;
	top: -52px;
	left: 60px;
	background-color: #abdbff;
	border-bottom: 1px solid #7ad;
	border-right: 1px solid #7ad;
	font-size: 9px;
	color: #03f;
	text-align: center;
}

.div-userinfo {
	/* for header search box */
	grid-column: 2/3;
	grid-row: 2/3;
	justify-self: end;
	display: flex;
	height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

#FORMUSRMENU {
	display: flex;
	align-items: center;
	gap: 10px;
}

#HDLOGOUT {
	position: relative;
	padding-right: 18px;
}

#HDLOGOUT::before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #00aeef;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

#HDLOGOUT:lang(ja):before {
	left: -11px;
}

#HDLOGOUT::before {
	right: 67px;
}

#SEARCHBOX {
	/* for header search box */
	margin-top: 11px;
	text-align: right;
	align-self: end;
}

#SEARCHBOX input::placeholder {
	/* for header search box */
	background-image: url(/images/png/icon_mgnf_glss.png);
	background-size: 8%;
	background-repeat: no-repeat;
	background-position: 3% 50%;
	color: #bcbec0;
	font-size: 14px;
	padding-left: 40px;
	text-align: center;
}

#HDUSRMENU,
#HDLOGOUT {
	color: blue;

}

.CHAR {
	/* from style2018 */
	padding: 4px 5px 4px 5px;
}
/* end of header */

/* Cookie consent start */
.cookie-consent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	padding: 1.2em;
	box-sizing: border-box;
	visibility: hidden;
	z-index: 999;
}

.cookie-consent.is-show {
	visibility: visible;
}

.cookie-consent a {
	color: #fff !important;
}

.cookie-agree {
	background: dodgerblue;
}

.cookieconsent-hide {
	display: none;
}

.cookie-consent .btn {
	width: 200px;
}

@media screen and (max-width: 930px) {
	.cookie-consent {
		flex-direction: column;
	}

	.cookie-text {
		margin-bottom: 1em;
	}
}
/* End of Cookie consent */


/* jQuery override */
.ui-widget {
	font-family: "neue-haas-grotesk-display", sans-serif;
}

.ui-widget-overlay {
	background: #444444;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-dialog.ui-widget.ui-widget-content {
	border: 3px solid #92c4df;
}

.ui-state-hover,
.ui-widget-header {
	background-color: transparent;
}

.ui-widget-header {
	border: none;
}

.ui-dialog .ui-dialog-content {
	padding-top: 0.2em;
}

.ui-dialog-titlebar {
	background-repeat: no-repeat;
	background-size: 55px;
}

.ui-dialog .ui-dialog-title {
	margin: .2em 0.4em;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
}

.ui-button .ui-icon.ui-icon-closethick {
	background-image: url('/images/png/icon_close_x.png');
	background-position: 0 0;
}

.ui-button.ui-dialog-titlebar-close {
	border: none;
	background-color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 16px;
	right: 0;
	z-index: 1;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .7em;
	outline: 0;
}

.ui-widget-content a {
	color: revert;
}

.ui-widget-content a:focus {
	outline: none;
}
/* end of jquery override */

/* utility */
.input-error {
	background-color: #f99;
}

.div-warnings {
	color: #c03;
	font-size: 0.9em;
}

.btn {
	cursor: pointer;
	border: none;
	margin: 4px;
	font-size: 14px;
	line-height: 1.2;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	--padding-x: 8px;
	border-radius: 4px;
	padding: 0.5em var(--padding-x);
}

.btn-lightgreen {
	background-color: #89CDB5;
}

.btn-lightgray {
	background-color: #D0D2D3;
}

.btn-order {
	background-color: #00abf4;
}

.btn-next {
	background-color: #89CDB5;
}

.btn:hover {
	color: #fff;
}

.btn:disabled:hover {
	color: #999;
}

.div-dialog,
.div-subdialog {
	display: none;
}

.btn-cancel {
	background-color: #d0d2d3;
}

.label-inptext {
	display: block;
	font-size: 12px;
	width: 72px;
	padding: 8px;
}

.label-inptext input[type="text"],
.label-inptext input[type="password"],
.label-inptext input[type="number"] {
	display: block;
	width: 95%;
	font-size: 15px;
	height: 32px;
}

.label-inptext input[type="text"]::placeholder {
	font-size: 12px;
	color: #bbb;
	height: 32px;
}

.row {
	display: flex;
}

.tbl {
	width: 100%;
}

.tbl tr th,
.tbl tr td {
	padding: 0.4em;
	border: none;
	font-size: 12px;
}

.div-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-top: 20px;
	width: 100%;
}

.div-buttons input[type="button"],
.div-buttons button {
	margin: 4px;
	min-width: 88px;
	font-size: 14px;
	font-weight: normal;
	font-family: "neue-haas-grotesk-display", sans-serif;
}

.div-dialog-alert {
	top: -24px;
	margin-top: 0;
}

.dialog-alert {
	/* dialog tag */
	margin: auto;
}
.dlg {
	border-color: #92c4df;
	cursor: move;
	position: relative;
}
.dlg p, .dlg div {
	cursor: default;
}
/* end of utility */

/* for vtblprc */
.div-vprctbl-prices .div-prices {
	display: block;
	margin-left: 8px;
	margin-top: 30px;
}

.div-vprctbl-prices .div-prices .tbl tbody tr td {
	background-image: linear-gradient(to right, #000 50%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
	border-bottom: none !important;
}

.div-vprctbl-prices .div-prices .tbl thead tr th {
	border-top: solid 1px #000 !important;
	border-bottom: solid 1px #000 !important;
	background-color: #fff;
	color: #0071bb;
}

.div-vprctbl-prices .div-prices .tbl td,
.div-vprctbl-prices .div-prices .tbl th {
	text-align: center;
	font-size: 13px;
}

.div-vprctbl-prices .div-prices .tbl .td-price {
	text-align: right;
	padding-right: 16px;
}

.div-vprctbl-prices .div-prices .tbl .td-pricej {
	text-align: right;
	padding-right: 24px;
}

.div-vprctbl-prices .div-prices .tbl .td-c {
	text-align: center;
	padding-right: 0;
}

.div-vprctbl-prices .div-prices .tbl {
	width: 240px;
	margin-right: 0;
	margin-left: auto;
}

.div-vprctbl-prices .div-prices td.col-qty {
	text-align: center;
}

.div-vprctbl-prices .div-prices td.col-price {
	text-align: right;
}

.div-vprctbl-prices .div-prices td.col-price div {
	margin-right: 40%;
}

.div-vprctbl-prices {
	top: -16px;
}

.div-vprctbl-prices .div-wrapper-pricetable {
	display: grid;
	grid-template-columns: 132px 1fr 1fr 1fr;
	grid-template-rows: 1fr 82px auto;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-prices {
	display: flex;
	grid-column: 2/5;
	grid-row: 1/2;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-input-qty {
	margin: 0 16px;
	text-align: center;
	width: 94px;
	grid-column: 1/2;
	grid-row: 2/3;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-input-qty input[type="number"] {
	font-size: 13px;
	width: 40px;
	border: none;
	border-bottom: 1px solid #ccc;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-input-qty .changeqty-button {
	display: inline-block;
	cursor: pointer;
	border: none;
	background-color: #fff;
	font-size: 20px;
	width: 20px;
	margin: 0;
	padding: 0
}

.div-vprctbl-prices .div-wrapper-pricetable .div-btn-nouki {
	grid-column: 2/3;
	grid-row: 2/3;
	display: flex;
	align-items: center;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-btn-rfq {
	grid-column: 3/4;
	grid-row: 2/3;
	display: flex;
	align-items: center;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-btn-shop {
	grid-column: 4/5;
	grid-row: 2/3;
	display: flex;
	align-items: center;
}

.div-vprctbl-prices .btn-nouki,
.div-vprctbl-prices .btn-rfq,
.div-vprctbl-prices .btn-shop {
	height: 35px;
	width: 80px;
	border: none;
	margin: 2px;
}

html:lang(en) .div-vprctbl-prices .btn-nouki:hover {
	background-image: url(/images/png/btn_check_avail_e2.png);
}

html:lang(en) .div-vprctbl-prices .btn-nouki {
	background: url(/images/png/btn_check_avail_e1.png) no-repeat;
	background-position: center;
	color: transparent;
}

html:lang(en) .div-vprctbl-prices .btn-rfq:hover {
	background-image: url(/images/png/btn_rfq_e2.png);
}

html:lang(en) .div-vprctbl-prices .btn-rfq {
	background: url(/images/png/btn_rfq_e1.png) no-repeat;
	background-position: center;
	color: transparent;
}

html:lang(en) .div-vprctbl-prices .btn-shop:hover {
	background-image: url(/images/png/btn_order_e2.png);
}

html:lang(en) .div-vprctbl-prices .btn-shop {
	background: url(/images/png/btn_order_e1.png) no-repeat;
	background-position: center;
	color: transparent;
}

html:lang(ja) .div-vprctbl-prices .btn-nouki:hover {
	background-image: url(/images/png/btn_check_avail_j2.png);
}

html:lang(ja) .div-vprctbl-prices .btn-nouki {
	background: url(/images/png/btn_check_avail_j1.png) no-repeat;
	background-position: center;
	color: transparent;
}

html:lang(ja) .div-vprctbl-prices .btn-rfq:hover {
	background-image: url(/images/png/btn_check_prc_j2.png);
}

html:lang(ja) .div-vprctbl-prices .btn-rfq {
	background: url(/images/png/btn_check_prc_j1.png) no-repeat;
	background-position: center;
	color: transparent;
}

html:lang(ja) .div-vprctbl-prices .btn-shop:hover {
	background-image: url(/images/png/btn_check_purch_j2.png);
}

html:lang(ja) .div-vprctbl-prices .btn-shop {
	background: url(/images/png/btn_check_purch_j1.png) no-repeat;
	background-position: center;
	color: transparent;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-nouki {
	border-top: 1px solid #0071bb;
	border-bottom: 1px solid #0071bb;
	padding: 4px;
	margin-top: 8px;
	grid-column: 1/5;
	grid-row: 3/4;
}

.div-vprctbl-prices .div-wrapper-pricetable .div-nouki th {
	font-size: 16px;
	vertical-align: middle;
	margin: 2px;
	text-align: left;
	color: #27aae1;
}

.div-vprctbl-prices-tbl .div-wrapper-pricetable {
	display: grid;
	grid-template-columns: 126px 1fr;
	grid-template-rows: auto 1fr 1fr 1fr;
	height: 160px;
}

.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-prices .tbl {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-input-qty {
	grid-row: 1/3;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-btn-nouki {
	grid-column: 2/3;
	grid-row: 2/3;
	margin: 0;
	display: flex;
	align-items: flex-end;
}

.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-btn-rfq {
	grid-column: 2/3;
	grid-row: 3/4;
	display: flex;
	align-items: flex-end;
}

.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-btn-shop {
	grid-column: 2/3;
	grid-row: 4/5;
	display: flex;
	align-items: flex-end;
}

.div-vprctbl-prices-tbl .div-wrapper-pricetable .div-nouki th {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable {
	display: grid;
	grid-template-columns: 126px 1fr;
	grid-template-rows: auto auto auto auto auto;
	height: auto;
}

.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-prices {
	display: flex;
	grid-column: 1/3;
	grid-row: 4/5;
	margin-top: 8px;
	margin-bottom: 8px;
}

.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-btn-rfq {
	grid-column: 1/2;
	grid-row: 5/6;
	justify-content: center;
}

.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-btn-shop {
	grid-column: 2/3;
	grid-row: 5/6;
}

.div-vprctbl-prices-tbl-withprice .div-wrapper-pricetable .div-nouki {
	grid-column: 1/3;
	grid-row: 3/4;
	border: 1px solid #0071bb;
	margin-left: 4px;
	margin-right: 4px;
	width: 100%;
}

.div-vprctbl-prices-tbl {
	top: 0;
	display: block;
	width: 224px;
}

.div-vprctbl-tableprice {
	margin-top: 4px;
}

.div-vprctbl-tableprice .div-contact-alpha {
	margin: 30px;
}
/* end of for vtblprc */

/* hsselect */
@media print {
	button {
		display: none;
	}
}

.slashDivideButton {
	margin: 0px 20px;
	font-size: 25px;
	color: #666;
	font-weight: 100;
	line-height: 1.8em;
	font-stretch: condensed;
}

.tableDesignFactors {
	margin-left: 10px;
    color: #2e67b1;
    font-weight: bold;
    font-size: 0.9em;
}

#TBLHEATSPEC {
	font-size: 18pt;
	padding-left: 48px;
}

#TBLHEATSPEC input {
	width: 80px;
}

#CONFDISP {
	height: 280px;
	margin-top: 48px;
}

#MAINDISP {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	margin-top: 80px;
}

.tblSpace {
	padding-left: 8px;
}

.tblSeparate {
	position: relative;
	left: 10px;
}

#TBLCONTACT {
	font-size: 13px;
}

#TBLCONTACT .M,
#TBLCONTACT th,
#TBLCONTACT2 th th {
	font-size: 13px;
	color: #58595b;
	text-align: left;
}

#TBLCONTACT .M input,
#TBLCONTACT .N input,
#TBLCONTACT2 td {
	border: none;
	border-bottom: 1px solid #6d6e70;
	width: 280px;
	height: 32px;
}

#TBLCONTACT tr td,
#TBLCONTACT2 tr td {
	width: 160px;
}

.introDlg,
.selectHsDlg,
.reqDlg,
.hlp1Dlg,
.hlp2Dlg,
.noteDuctDlg,
.hlp3Dlg,
.hlp4Dlg,
.hlp5Dlg,
.hlp6Dlg,
.hlpAboutDlg {
	background-color: white;
    border: 3px solid #92c4df;
    border-radius: 4px;
    cursor: move;
    padding: 60px 50px 70px 50px;
    position: absolute;
	z-index: 100;
}

.alertDlgReq,
.alertDlgMainDisp {
	background-color: white;
	border: 3px solid #92c4df;
	border-radius: 4px;
	cursor: move;
	padding: 56px;
	position: absolute;
	z-index: 100;
}

.confirmDlgReq {
	background-color: white;
	border: 3px solid #92c4df;
	border-radius: 4px;
	cursor: move;
	padding: 32px;
	position: absolute;
	top: 0px;
	left: 360px;
	z-index: 100;
}

.hsPosDlg {
	background-color: white;
	width: 860px;
	border: 3px solid #92c4df;
	border-radius: 4px;
	cursor: move;
	padding: 24px;
	position: absolute;
	top: 200px;
	right: 400px;
	z-index: 100;
}

#HEATW,
#HEATT,
#HEATDA,
#HEATDB,
#HEATDC,
#HEATDD,
#HEATDE,
#HEATCHIP,
#HSDW,
#HSDL,
#HSDH,
#HSTR,
#DUCTDW,
#DUCTDH,
#DUMEMO,
#AIRTE,
#AIRMEMO,
#AIRSP,
#HSPOSTYPE {
	border: none;
	border-bottom: 1px solid #0c72ba;
	text-align: center;
	height: 32px;
	font-size: 16px;
	cursor: auto;
	resize: none;
}

#TBLCHIPD tr th {
	padding: 0 8px 0 12px;
	font-size: 16px;
}

#TBLCHIPD {
	width: 370px;
}

#HEATDA,
#HEATDB,
#HEATDC,
#HEATDD,
#HEATDE {
	width: 64px;
	padding: 0 8px;
	margin-left: 8px;
}

div.heading {
	font-size: 20pt;
	font-weight: 300;
	line-height: 1.25em;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-left: 2px;
}

div.heading::before {
	content: ' ';
	height: 1px;
	width: 1115px;
	background-color: #478ecc;
	display: block;
	margin-bottom: 10px;
}

div.heading::after {
	content: ' ';
	height: 5px;
	width: 1115px;
	background-color: #a9dde9;
	display: block;
	margin-bottom: 8px;
	margin-top: 4px;
}

.introDlg p,
.selectHsDlg p,
.introDlg div,
.selectHsDlg div {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.06px;
	margin: 8px 0;
	width: 608px;
}

.main-disp-item {
	border: 2pt solid #0071bc;
    border-radius: 3pt;
    width: max-content;
    padding: 2px 8px;
    background-color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
    display: flex;
	position: relative;
}

.main-disp-item:hover {
	border: 2pt solid #7bcfdf;
}

.usr-data-item {
	color: #0a71ba;
    font-size: 16px;
    text-decoration: none;
    margin: 0 6px;
    cursor: pointer;
    padding-top: 2px;
}

.usr-data-item:hover {
	color: #7bcfdf;
}

.main-disp-item a,
.usr-data-item a {
	text-decoration: none;
}

.disp_num {
	color: #0098cc;
	margin-right: 4px;
}

.heading-item {
	border: 1px solid #b3b3b3;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 650px;
	margin: 24px 16px;
	flex-direction: row;
}

.heading-process {
	border-bottom: 1px dashed #b3b3b3;
	padding-bottom: 4px;
	padding-right: 136px
}

.ANTOP,
.ANBODY {
	width: 1115px;
	height: 112px;
}

.heading-num {
	color: #0098cc;
	font-size: 20px;
	font-weight: bold;
	margin-right: 4px
}

.heading-verb {
	color: black;
	font-size: 20px;
	font-weight: 600;
	margin-right: 4px;
}

.heading-complement {
	font-size: 18px;
	font-weight: normal;
	margin-right: 4px;
}

.point-box {
	border-bottom: 2px solid #b3b3b3;
    margin-bottom: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 95%;
    position: relative;
    left: 30px;
}
.mainDispUnderLine {
    border-top: 5px solid #e6e6e6;
    width: 95%;
    position: relative;
}

.mainDisTheme {
	flex-direction: column;
	align-items: center;
	border-top: 5px solid #e6e6e6;
}

.selected a {
	display: block;
	background-color: #eee;
}

.dtAbout {
	background-color: white;
	height: 568px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	bottom: 808px;
	left: 2px;
	padding: 16px 0;
	z-index: 2;
}

.main-disp-content {
	color: black;
	font-size: 16px;
}

.main-disp-content:hover {
	color: grey;
}

.main-items-content {
	color: black;
	font-size: 23px;
}

.dlgBtn {
	cursor: pointer;
	border: none;
	box-shadow: inset 0 0 0px 2px #fff;
}

.heading-subtitle {
	font-size: 18px;
 	color: #0a71ba;
	letter-spacing: 0.15px;
	margin-bottom: 10px;
	margin-top: -5px;
	padding-top: 1px;
	font-family: 'Roboto condnsed', sans-serif;
	line-height: 1.2em;
}

.item-detail {
	font-size: 18px;
	color: #0a71ba;
	padding: 12px 0px 8px 32px;
	margin-left: 8px;
}

.addInfo {
	font-size: 15pt;
	color: #0a71ba;
	display: flex;
}

.addInfo::before {
	content: '';
	background-image: url(/images/png/trapezoid_gray.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 22px;
	margin: 3px 12px 0 0;
}

.item-detail::before {
	content: '';
	background-image: url(/images/png/trapezoid_gray.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 22px;
	position: absolute;
	left: 23px;
	margin-top: 3px;
}

.btn-blue {
	background-color: #00abf4;
	width: 136px;
	height: 31px;
	font-size: 16px;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.btn-help {
	background-color: #c3edc3;
	width: 72px;
	height: 31px;
	font-size: 16px;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.btn-green {
	background-color: #5cbb4b;
	width: 132px;
	height: 31px;
	font-size: 16px;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.btn-cancel {
	background-color: #d0d2d3;
	width: 108px;
	height: 31px;
	font-size: 16px;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.help-heading,
.help-altera {
	margin: 4px 0px;
	padding: 0px 54px 0px 12px;
	font-size: 19px;
}

.help-heading::before {
	content: '';
	background-image: url(/images/png/trapezoid_arrow.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
	position: absolute;
	left: 44px;
	margin-top: 4px;
}

.dlg-close {
	color: blue;
	float: right;
	cursor: pointer;
	margin-top: 32px;
}

.hlp-print {
	border: 3px solid #3fa9f5;
	border-radius: 3px;
	width: 72px;
	text-align: center;
	cursor: pointer;
	position: relative;
	top: 32px;
    left: 568px;
}

.hlp-print:hover {
	background-color: #3fa9f5;
	cursor: pointer;
}

.usr-data-slash {
	color: #4d4d4d;
	margin-right: 8px;
}

.div-size-form {
	display: flex;
	flex-direction: column;
	margin-left: 32px;
}

.div-size-form input {
	width: 100px;
}

.div-size-form th,
.div-size-form td {
	padding-right: 32px;
}

.add-duct-info {
	width: 202px;
	height: 30px;
	background-color: #3fa9f5;
	font-size: 13px;
	border-radius: 8pt;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	position: relative;
    bottom: 37px;
	left: 184px;
}

.add-duct-info:hover {
	color: #FFF;
}

.duct-info-heading {
	width: 200px;
    height: 32px;
    font-size: 13px;
    background-color: #3fa9f5;
    border-radius: 8pt;
    border: none;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.noteDuctDlg {
	width: 700px;
	height: 284px;
	background-color: #FFF;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hlp1Dlg p,
.hlp2Dlg p,
.hlp3Dlg p,
.hlp4Dlg p,
.hlp5Dlg p,
.hlp6Dlg p,
#TBLCONTACT2 tbody tr th,
.disp3Dlg .noteDuctDlg div p {
	font-size: 14px;
	width: 592px;
}

#TBLCONTACT2 tbody tr td {
	padding-left: 12px;
}

.hlp3Dlg p,
.hlp4Dlg p,
.hlp5Dlg p {
	margin-top: 8px;
}

#DTABOUT4 .item-detail {
	margin: 8px 0 0 8px;
}

#DTABOUT4 .label-radio,
#DIVAIRNAT,
#DIVAIRFOR,
#CHIPMEMO,
#HSMEMO,
#DUMEMO,
#ATTACHMEMO,
#TIMMEMO {
	color: black;
	font-size: 16px;
	resize: none;
}

.main-item {
	margin-top: -220px;
}

.main-item>.point-box>span:first-child {
	color: #25a8e0;
}

#TBLHEATSPEC div {
	font-size: 16px;
	letter-spacing: 0.9px;
	position: relative;
	left: 12px;
}

.selectHsDlg h4 {
	margin-top: 24px;
}

input[name="RADAIR"] {
	margin: 0 8px 0 14px;
}

#BTHSPOS {
	display: flex;
	background-color: #fff;
	border: none;
}

#DTABOUT5 table thead tr th label {
	width: 100px;
	line-height: 48px;
}

#DTABOUT5 table thead tr th {
	text-align: left;
	border-bottom: 2px solid #e6e6e6;
	line-height: 10px;
}

#DTABOUT5 table thead input {
	position: relative;
	top: 24px;
}

#DTABOUT6 table thead input {
	position: relative;
}

#DTABOUT5 table tbody tr th .icon_position a,
#DTABOUT5 table thead tr th .spec_icon a {
	color: rgb(0, 0, 255);
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
}

#DTABOUT4 .item-detail label:hover,
#DTABOUT5 table tbody tr td label img:hover,
#DTABOUT5 table tbody tr th .spec_icon a:hover,
#DTABOUT5 table thead tr th .spec_icon a:hover,
#DTABOUT5 table thead tr th label:hover,
#DTABOUT6 table tbody tr td label img:hover,
.disp5Dlg table thead tr th a:hover,
.disp6Dlg table thead tr th label:hover,
.disp6Dlg table thead tr th a:hover {
	opacity: 0.6;
}

#DTABOUT5 table tbody tr td {
	text-align: center;
	border-right: 1px dashed #478ecc;
	line-height: 1px;
}

#DTABOUT5 table tbody tr th a,
#DTABOUT5 table tbody tr th label {
	color: #0a71ba;
	text-decoration: none;
	cursor: default;
}

#DTABOUT5 table tbody tr th label:hover {
	color: #7bcfdf;
}

#DTABOUT5 table {
	margin: 0 8px;
}

#DTABOUT5 table tr th span {
	color: #25a8e0;
}

#RADTIM1,
#RADTIM2,
#RADTIM3,
#RADTIM4,
#RADTIM5,
#RADTIM6,
#RADTIM7,
#RADTIM8,
#RADTIM9,
#RADTIM10,
#RADTIM11,
#DTABOUT4 .item-detail label,
#DTABOUT5 table thead tr th label input,
#DTABOUT5 table tbody tr td label img,
#DTABOUT6 table thead tr th label input,
#DTABOUT6 table tbody tr td label img {
	cursor: pointer;
}

#DTABOUT5 table thead tr th label span {
	position: relative;
	bottom: 34px;
	left: 94px;
}

#DTABOUT5 table thead tr th label {
	position: relative;
	bottom: 6px;
	left: 18px;
}

#DTABOUT5 table thead tr th label,
#DTABOUT5 table tbody tr th label {
	height: 35px;
	display: grid;
	cursor: pointer;
	align-items: end;
}

#DTABOUT5 div p:first-child {
	width: 736px;
	margin: 12px 0 0 12px;
	font-size: 14px;
	text-align: center;
}

#DTABOUT6 table thead tr th label {
	position: relative;
	left: 4px;
	cursor: pointer;
}

#DTABOUT6 table tbody tr td {
	border-right: 3px solid rgb(230, 230, 230);
	padding: 0px 4px 0 8px;
}

#DTABOUT6 table {
	border-collapse: separate;
	padding: 12px;
}

.hr-main-item {
	color: #e6e6e6;
	border: 2px solid #e6e6e6;
	width: 96%;
	margin-left: 27px;
}

.hsPosDlg>div>div {
	border: 2px solid #e6e6e6;
}

.COPHSPOS {
	cursor: pointer;
}

#ANS1,
#ANS1 span,
#ANS2,
#ANS3,
#ANS4,
#ANS4 span,
#ANS5,
#ANS6 {
	font-size: 16px;
	width: 900px;
	margin-top: 2px;
}

.confirm-fig-item {
	font-size: 13px;
	position: relative;
	background-color: #e3f1ff;
	width: fit-content;
	padding: 2px 6px;
}

.confirm-fig-item:hover {
	background-color: #dfe8ed;
}

.send-description {
	margin-top: 30px;
	font-size: 14px;
	position: relative;
	left: 50px;
	width: 496px;
}

#HSPOSTYPE {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid rgb(12, 114, 186);
	border-left: none;
	border-image: initial;
	font-size: 15px;
	width: 168px;
	position: relative;
	bottom: 48px;
	left: 200px;
}

#ANS1 span,
#ANS2 span,
#ANS3 span,
#ANS4 span,
#ANS5 span,
#ANS6 span {
	margin-right: 1px;
}

.disp5Dlg table thead tr th a {
	font-size: 13px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.disp5Dlg table thead tr th label,
.disp6Dlg table thead tr th label,
.alertDlgReq div:nth-child(2),
.alertDlgMainDisp div:nth-child(2),
.confirmDlgReq div:nth-child(2) {
	font-size: 14px;
}

.disp6Dlg table thead tr th a {
	font-size: 13px;
	color: rgb(0, 0, 255);
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
}

.disp6Dlg table thead tr th label input {
	position: relative;
	top: 1px;
	right: 4px;
}

.COPHSPOS input {
	margin-right: 4px;
}

.dtAbout .point-box div span {
	font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

#TABABOUT1 {
	width: 48px;
}

#TABABOUT5 {
	width: 212px;
}

#DUMEMO {
	margin-left: 48px;
	width: 328px;
	height: 184px;
	border: 1px solid rgb(12, 114, 186);
	text-align: left;
	padding: 4px 12px;
}


.TABPOINTBOX {
	cursor: pointer;
	color: #0a71ba;
	margin-right: 4px;
}

.userDataItems {
	display: flex;
	justify-content: flex-start;
}

.inputData .TABPOINTBOX:hover {
	color: #7bcfdf;
}

.confirm-fig-item,
.disp6Dlg table thead tr th input,
#COUNTRY:hover {
	cursor: pointer;
}

.inputData>table>tbody>tr>td>div {
	cursor: auto;
}

.inputData>table>tbody>tr>td>div>span {
	cursor: auto;
	font-size: 14px;
}

.icon_position,
.posRelative {
	position: relative;
}

.icon_position:not(:last-child) {
	border-bottom: 1px dashed rgb(250, 250, 210);
}

.spec_icon {
	border: 1px solid #333;
	position: absolute;
	width: 40px;
	height: 24px;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	background-color: rgb(250, 250, 210);
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto 0px;
	flex-wrap: wrap;
	align-content: center;
	animation: appearance 0.5s linear alternate;
}

@keyframes appearance {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.spec_icon::before,
.spec_icon::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 64%;
	margin-left: -13px;
	border: 8px solid transparent;
	border-top-color: rgb(250, 250, 210);
}

.spec_icon::before {
	border-top-color: #333;
	bottom: -16px;
}

.spec_icon::after {
	border-top-color: rgb(250, 250, 210);
	bottom: -15px;
}

.overlayAbout,
.overlayReq,
.overlayMain,
.overlayHlp1,
.overlayHlp2,
.overlayHlp3,
.overlayHlp4,
.overlayHlp5,
.overlayHlp6,
.overlayNoteDuct,
.overlayHsPos,
.overlayHLPAbout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #444444;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.overlayReq.active,
.overlayMain.active,
.overlayAbout.active,
.overlayHlp1.active,
.overlayHlp2.active,
.overlayHlp3.active,
.overlayHlp4.active,
.overlayHlp5.active,
.overlayHlp6.active,
.overlayNoteDuct.active,
.overlayHsPos.active,
.overlayHLPAbout.active {
	opacity: 0.6;
	visibility: visible;
	z-index: 9;
	height: -webkit-fill-available;
}

#DUCTDH.active,
#DUCTDW.active,
#HSDH.active,
#AIRTE.active,
#HSDW.active,
#HSDL.active,
#HEATT.active,
#HEATW.active,
#AIRSP.active,
#HSTR.active {
	background: yellow;
	animation: flash 1s ease infinite;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.btn_intro {
	background-image: URL("/images/png/btn_intro_j.png");
	width: 220px;
	height: 35px;
	margin-top: 4px;
}

.btn_introE {
	background-image: URL("/images/png/btn_intro.png");
	width: 220px;
	height: 35px;
	margin-top: 4px;
}


.btn_intro:hover {
	background-image: URL("/images/png/btn_intro_mo_j.png");
	width: 220px;
	height: 35px;
	margin-top: 4px;
}

.btn_introE:hover {
	background-image: URL("/images/png/btn_intro_mo.png");
	width: 220px;
	height: 35px;
	margin-top: 4px;
}

.btn_select_hs {
	background-image: URL("/images/png/btn_select_hs_j.png");
	width: 260px;
	height: 35px;
	margin-top: 4px;
}

.btn_select_hsE {
	background-image: URL("/images/png/btn_select_hs.png");
	width: 260px;
	height: 35px;
	margin-top: 4px;
}

.btn_select_hs:hover {
	background-image: URL("/images/png/btn_select_hs_mo_j.png");
	width: 260px;
	height: 35px;
	margin-top: 4px;
}

.btn_select_hsE:hover {
	background-image: URL("/images/png/btn_select_hs_mo.png");
	width: 260px;
	height: 35px;
	margin-top: 4px;
}

.btn_req {
	background-image: URL("/images/png/btn_req_j.png");
	width: 197px;
	height: 35px;
}

.btn_reqE {
	background-image: URL("/images/png/btn_req.png");
	width: 197px;
	height: 35px;
}

.btn_req:hover {
	background-image: URL("/images/png/btn_req_mo_j.png");
	width: 197px;
	height: 35px;
}

.btn_reqE:hover {
	background-image: URL("/images/png/btn_req_mo.png");
	width: 197px;
	height: 35px;
}

#DTABOUT5 table thead #RADTIM14,
#DTABOUT5 table thead #RADTIM15 {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

#DTABOUT3 .hlp3Dlg p {
	width: 608px;
}

.attach_icon_place {
	bottom: 32px;
	left: 64px;
}

.tim_detail_icon_place {
	bottom: 32px;
	left: 30px;
}

#TBLFINPAT tr th:first-child {
	width: 51px;
}

div.HLPABOUT * {
	font-size: 14px;
	line-height: 1.8em;
}

div.HLPABOUT p {
	margin: 0.3em 1em;
	line-height: 1.4em;
}

#TBLFINPAT img {
	width: 70px;
	height: 70px;
}

div.HLPABOUT img {
	margin: 0em 1em;
}

#TBLFINPAT tbody tr th {
	border: 1px solid #333;
	font-size: 13px;
	background-color: rgb(213, 224, 222);
	text-align: center;
}

#TBLFINPAT tr td p {
	width: 128px;
	font-size: 13px;
}

#TBLFINPAT td {
	border: 1px solid #333;
	font-size: 13px;
	text-align: center;
}

.fin_img {
	display: flex;
	justify-content: center;
}

.input-data {
	margin-top: 16px;
	font-size: 25px;
	color: #2e67b1;
	margin-bottom: 4px;
	border-top: 5px solid;
	padding-top: 8px;
	border-image: linear-gradient(to right, #2e67b1, #fff) 1;
}

.inputData,
.inputDataFin {
	margin-left: 5px;
	font-size: 14px;
	width: 440px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #2e67b1, #fff) 1;
}

#MSG {
	width: 392px;
	height: 168px;
	border: 1px solid rgb(12, 114, 186);
	resize: none;
}

.div-ref {
	font-size: 14px;
	border: 1px solid #92c4df;
	padding: 16px;
	margin: 8px 0;
}

.div-math {
	font-style: italic;
}

.span-numerator {
	padding: 0 8px;
	border-bottom: 1px solid #000000;
}

.span-fraction {
	display: inline-flex;
	flex-direction: column;
	vertical-align: middle;
	text-align: center;
}

.span-denominator {
	padding: 0 8px;
}

#DIVAIRFOR {
	cursor: context-menu;
}

.selectHsDlg,
.hlp1Dlg {
	overflow: scroll;overflow-x:hidden;
}

.dlgWidthCenter {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.undraggable:hover {
	cursor: text;
}

.abled-select {
	background-color: #a9dde9;
    border-radius: 5px;
    font-size: 12px;
    width: 47px;
    height: 20px;
    color: #000;
    padding-top: 1px;
	cursor: pointer;
	opacity: 1.0;
}

.abled-select:hover {
	color: #999;
}

.disabled-select {
	background-color: #a9dde9;
    border-radius: 5px;
    font-size: 12px;
    width: 47px;
    height: 20px;
    color: #000;
    padding-top: 1px;
    cursor: text;
    opacity: 0.6;
}

.hsPosType,
.airSpeed,
.airMemo,
.msg,
.heatW,
.heatT,
.heatDA,
.heatDB,
.heatDC,
.heatDD,
.heatDE,
.heatChip,
.chipMemo,
.hsDW,
.hsDL,
.hsDH,
.hsTR,
.hsMemo,
.ductDW,
.ductDH,
.duMemo,
.timMemo,
.attachMemo,
.airTe{
	background: rgb(232, 240, 254);
}

.dataNum {
	color: #2e67b1;
	font-weight: 800;
}
/* end of hsselect */