/* reset */
* {
	margin: 0;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family:Helvetica, Arial, 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;
	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;
}
.div-vprctbl-prices-tbl dialog {
	display: block;
	border: none;
}
/* end of for vtblprc */





/*  catalog page  start */
.heading-model {
	padding: 4px;
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 90%);
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	border-top: 3px solid #50AECA;
	border-bottom: 3px solid #2C2C2C;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.heading_aces {
	text-transform: uppercase;
	font-stretch: ultra-condensed;
	letter-spacing: 1.5px;
	font-size: 33px;
}

div.heading_aces::after {
	content: ' ';
	height: 5px;
	width: 960px;
	background-image: linear-gradient(to right, #00D7F9 0%, #0A76BE 27%, #ffffff 90%);
	display: block;
	margin-bottom: 8px;
}
html:lang(ja) div.heading_aces {
	font-size: 28px;
	font-stretch: normal;
}

.SubHeading {
	padding: 8px 10px 6px 6px;
	font-size: 22px;
	border-bottom: 3px solid #50AECA;
	border-top: 1px solid #d1d3d4;
	margin-top: 40px;
	margin-bottom: 30px;
	font-stretch: condensed;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.div-catalog-table .td-icon a img {
	margin: 20px auto 20px auto;
}

.div-catalog-table>.TBLSTD,
.table-catalog-table.TBLSTD {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 36px;
	margin-left: auto;
}

.div-catalog-table>.TBLSTD>thead>tr>th,
.div-catalog-table>.TBLSTD>tbody>tr>td,
.table-catalog-table.TBLSTD>tbody>tr>td {
	font-size: 14px;
	text-align: center;
}

.div-catalog-table>.TBLSTD>tr>td {
	padding: 4px;
}

.div-catalog-table>.TBLSTD>thead>tr>th,
.table-catalog-table.TBLSTD>tbody>tr>th{
	border-right: 1px solid #52afcb;
	font-stretch: condensed;
	font-size: 1.05em;
}

.div-catalog-table>.TBLSTD>thead>tr>th:last-child,
.table-catalog-table.TBLSTD>tbody>tr>th:last-child {
	border-right: none;
}

.div-catalog-table>.TBLSTD>thead>tr>th, 
.table-catalog-table.TBLSTD>tbody>tr>th{
	background-color: #dcf1fa;
	border-top: 5px solid #dcf1fa;
	border-bottom: 5px solid #dcf1fa;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
	border-right: 1px solid #52afcb;
	font-size: 14px;
	font-stretch: normal;
}

.div-catalog-table>.TBLSTD>tbody>tr>td,
.table-catalog-table.TBLSTD>tbody>tr>td{
	border-bottom: 1px solid #999;
}

.div-catalog-table html:lang(ja) .TBLSTD>tr>th {
	font-size: 14px;
}


.div-catalog-table .label-radio {
	margin: auto;
	padding: 6px 0px 6px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	min-height: 24px;
}

.div-catalog-table .label-radio>input[type="radio"] {
	margin: auto;
	padding: auto;
	margin-right: 8px;
}
.div-catalog-table .label-radio:hover {
	text-decoration: underline;
}
.div-catalog-table input[name="mdl"] {
	cursor: pointer;
}
.div-catalog-table .label-radio>input[type="radio"] {
	margin-right: 8px;
	margin-left: 12px;
}
.div-catalog-table>.TBLSTD>tbody>tr>td .label-radio {
	width: 100%;
	padding-left: 12px;
}

.AtchModel,
.CstmModel,
.btn-simulation {
	list-style: none;
	text-decoration: none;
	display: block;
	color: transparent;
	text-align: center;
	background-repeat: no-repeat;
}

.AtchModel {
	height: 95px;
	width: 60px;
}

.CstmModel {
	height: 79px;
	width: 60px;
}

.btn-simulation {
	display: inline-block;
	height: 88px;
	width: 58px;
}

html:lang(en) .AtchModel {
	background-image: url(/images/png/btn_os_aa-methd1e.png);
}

html:lang(en) .AtchModel:hover {
	background-image: url(/images/png/btn_os_aa-methd2e.png);
}


html:lang(en) .CstmModel {
	background-image: url(/images/png/btn_os_cstm-hs1e.png);
}

html:lang(en) .CstmModel:hover {
	background-image: url(/images/png/btn_os_cstm-hs2e.png);
}


html:lang(ja) .AtchModel {
	background-image: url(/images/png/btn_os_aa-methd1j.png);
}

html:lang(ja) .AtchModel:hover {
	background-image: url(/images/png/btn_os_aa-methd2j.png);
}

html:lang(ja) .CstmModel {
	background-image: url(/images/png/btn_os_cstm-hs1j.png);
}

html:lang(ja) .CstmModel:hover {
	background-image: url(/images/png/btn_os_cstm-hs2j.png);
}

html:lang(en) .btn-simulation {
	background-image: url(/images/png/btn_os_thml-sim_e.png);
}

html:lang(en) .btn-simulation:hover {
	background-image: url(/images/png/btn_os_thml-sim_mo_e.png);
}

html:lang(ja) .btn-simulation {
	background-image: url(/images/png/btn_os_thml-sim_j.png);
}

html:lang(ja) .btn-simulation:hover {
	background-image: url(/images/png/btn_os_thml-sim_mo_j.png);
}

.COL-ModelName {
	width: 160px;
}
.COL-HSSize {
	min-width: 72px;
	max-width: 96px;
}
.COL-HSSize-Hide {
	display: none;
}

.COL-Download1 {
	min-width: 80px;
}
.COL-Download2 {
	min-width: 56px;
}
.COL-PriceInfo {
	width: 232px;
}

.COL-OptionLink {
	min-width: 80px;
	max-width: 132px;
}

.OPTIONLINK {
	position: relative;
	margin: 20px auto;
}

.OPTIONLINK a {
	margin: auto;
	cursor: pointer;
}

/* hover popup */
#DIVCOLSUB2 {
	border: 1px solid #333;
	position: absolute;
	top: 5px;
	left: 92px;
	width: 160px;
	height: 54px;
	font-size: 12px;
	padding: 5px;
	line-height: 15px;
	text-align: left;
	background-color: rgb(250, 250, 210);
	color: #00f;
}

.div-catalog-table .td-priceinfo {
	padding-top: 8px;
}

input.onemodelonly {
	display: none;
}


.tr-heightchange {
	border-top: 3px double #ccc;
}

.div-heightchange-heatsinkname {
	font-size: 14px;
	text-align: left;
	padding-left: 36px;
}

.IMGHSSPEC {
	margin: 0 auto;
}
/* end of catalog */


/* styles for news pages */
div.heading-news {
	font-size: 27px;
	line-height: 1.25em;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-left: 2px;
}
div.heading-news::before {
	content: ' ';
	height: 1px;
	width: 960px;
	background-image: linear-gradient(to right, #439FD8 0%, #0049C8 22%, #0A76BE 30%, #1e81c3 50%, #ffffff 90%);
	display: block;
	margin-bottom: 10px;
}
div.heading-news::after {
	content: ' ';
	height: 5px;
	width: 960px;
	background-image: linear-gradient(to right, #00D7F9 0%, #0A76BE 27%, #ffffff 90%);
	display: block;
	margin-bottom: 8px;
	margin-top: 4px;
}
.newskaiteibi {
	font-size: 0.8em;
	text-align: right;
}
.newsdetail p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.newsdetail th, .newsdetail td {
	border: 1px solid #333;
	padding: 4px 32px;
	text-align: center;
	font-size: 0.9em;
}
.newsdetail th {
	background-color: #eeeeee;
}
/* end of styles for news pages */


/* catalog page top */
.modelhead {
	border-top: 2px solid #333;
	border-bottom: 4px solid #0071bb;
	padding-bottom: 6px;
	margin-top: 0.6em;
	margin-bottom: 36px;
	display: table;
	width: 970px;
}

.modelhead .modelname {
	font-size: 30px;
	font-stretch: semi-condensed;
	font-weight: 400;
	margin-bottom: 2px;
	margin-left: 0.5em;
}

.tdpicture>img {
	margin: 0 auto;
}

.modelhead .data-download {
	width: 150px;
	text-align: right;
	vertical-align: bottom;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 5px;
	row-gap: 5px;
	margin-left: auto;
	margin-top: auto;
}

td.thmodelname,
td.thbasesize,
td.thheight,
td.thdxf {
	padding-top: 8px;
	padding-bottom: 2px;
}

.tdpicture {
	vertical-align: top;
	margin: 0px;
}

.hs-mainspec tr th:last-child {
	border-right: none;
}

html:lang(ja) .hs-mainspec tr th {
	font-size: .92em;
}

.thmodelname {
	width: 150px;
}

.thbasesize {
	width: 170px;
}

.thheight {
	width: 170px;
}

.thdxf {
	width: 130px;
}

.separaterow th {
	height: 5px;
	border-bottom: 2.5px solid #50aeca;
}

.hs-mainspec tr th {
	border-right: 1px solid #000;
	font-stretch: condensed;
	font-size: 1.05em;
}

.header-seriesname>.explanation {
	margin: -6px 0 7px 3px;
	font-size: 15px;
}

.header-seriesname>.explanation li::before {
	margin-left: 1.2em;
	list-style: none;
	line-height: 1.3em;
	content: "•";
	padding-right: 8px;
	color: #439FD8;
}

.tdmodelname,
.tdbasesize,
.tdholepitch,
.tdholesize,
.tddxf,
.tdheight,
.tddescript {
	border-bottom: 1px solid #999;
	font-size: 14px;
	text-align: center;
}

.TBLSUMMARY tr.info-row:hover {
	background-color: #fff;
}

.TBLSUMMARY tr.separaterow:hover {
	background-color: #fff;
}

.TBLSUMMARY td.tdheight {
	background-color: #fff !important;
}

.TBLSUMMARY tr:hover {
	background-color: #deeaf7;
}

.TBLSUMMARY td.tdholepitch {
	background-color: #fff !important;
}

.heading-techinfo-linksin-catalogindex .explanation{
	margin: 3px 0px 7px 3px;
	font-size: 15px;
}

.heading-techinfo-linksin-catalogindex .explanation li::before {
	margin-left: 1.2em;
	list-style: none;
	line-height: 1.3em;
	content: "•";
	padding-right: 8px;
	color: #439FD8;
}

.heading-item-features .item-feature{
	display: flex;
	flex-direction: column;
}

.heading-item-features .item-feature .item-features-upper,
.heading-item-features .item-feature .item-features-lower{
	display: flex;
	flex-direction: row;
		gap: 20px;
}
.heading-item-features .item-feature .item-features-upper>div,
.heading-item-features .item-feature .item-features-lower>div {
	flex: 1;
}

.heading-item-features .item-feature p {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6em;
}

.heading-item-feature {
	border-bottom: 1px solid #0071bb;
	font-weight: 600;
	font-stretch: condensed;
	font-size: 17px;
}


/* end of catalog page top */

/* technical info */
.heading-techinfo-linksin-catalogindex {
	font-size: 27px;
	font-weight: normal;
	line-height: 1.25em;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-left: 2px;
}

html:lang(en) .heading-techinfo-linksin-catalogindex {
	font-weight: lighter;
}

.heading-techinfo-linksin-catalogindex::before {
	content: ' ';
	height: 1px;
	width: 960px;
	background-image: linear-gradient(to right, #439FD8 0%, #0049C8 22%, #0A76BE 30%, #1e81c3 50%, #ffffff 90%);
	display: block;
	margin-bottom: 10px;
}

.heading-techinfo-linksin-catalogindex::after {
	content: ' ';
	height: 5px;
	width: 960px;
	background-image: linear-gradient(to right, #00D7F9 0%, #0A76BE 27%, #ffffff 90%);
	display: block;
	margin-bottom: 8px;
	margin-top: 4px;
}

.heading_tech-info {
	font-size: 27px;
	font-weight: normal;
	line-height: 1.25em;
	width: 960px;
	margin-top: 8px;
	margin-bottom: 16px;
	padding-left: 12px;
}

html:lang(en) .heading_tech-info {
	font-weight: lighter;
}

.heading_tech-info::before {
	content: ' ';
	height: 1px;
	width: 960px;
	background-image: linear-gradient(to right, #fff 0%, #ffffff 90%);
	display: block;
	margin-bottom: 10px;
}

.heading_tech-info::after {
	content: ' ';
	height: 5px;
	width: 960px;
	background-image: linear-gradient(to right, #8393ca 10%, #00D7F9 45%, #ffffff 80%);
	display: block;
	margin-bottom: 18px;
	margin-top: 6px;
}

.heading-tech-info-vbar {
	font-size: 19px;
	margin-top: 25px;
	background-image: url(/images/png/trapezoid_arrow.png);
	background-repeat: no-repeat;
	padding: 1px 35px 17px 18px;
	margin: 15px 0 5px 20px;
}

.heading-tech-info-doubleline {
	font-size: 27px;
	font-weight: lighter;
	line-height: 1.25em;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-left: 2px;
}

.heading-tech-info-doubleline::before {
	content: ' ';
	height: 1px;
	width: 960px;
	background-image: linear-gradient(to right, #439FD8 0%, #0049C8 22%, #0A76BE 30%, #1e81c3 50%, #ffffff 90%);
	display: block;
	margin-bottom: 10px;
}

.heading-tech-info-doubleline::after {
	content: ' ';
	height: 5px;
	width: 960px;
	background-image: linear-gradient(to right, #00D7F9 0%, #0A76BE 27%, #ffffff 90%);
	display: block;
	margin-bottom: 8px;
	margin-top: 4px;
}
/* end of technical info */
