.bsp-model-select .btn-modal {
	margin-bottom: 1em;
	cursor: pointer;
}

.bsp-model-select .btn-modal.disabled {
	cursor: auto;
}

.bsp-model-select .modal {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
}

.bsp-model-select .modal .modal-partition {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.bsp-model-select .modal section.modalPdf,
.bsp-model-select .modal section img.modalPdf {
	-ms-interpolation-mode: bicubic;
	max-width: 720px;
	max-height: 230px;
}

.bsp-model-select .modal section.modalModelHosokuKatashiki,
.bsp-model-select .modal section.modalModelHosokuZikukeiLead,
.bsp-model-select .modal section.modalModelHosokuFukakairo,
.bsp-model-select .modal section.modalModelHosokuSukima {
	overflow: auto;
	max-width: 788px;
	max-height: 596px;
}

.bsp-model-select .modal section img.modalModelHosokuKatashiki,
.bsp-model-select .modal section img.modalModelHosokuZikukeiLead,
.bsp-model-select .modal section img.modalModelHosokuFukakairo,
.bsp-model-select .modal section img.modalModelHosokuSukima {
	max-width: 768px;
	max-height: 576px;
}

.bsp-model-select .modal section {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	margin: auto;
	z-index: 1024;
}

.bsp-model-select .modal section #modal_btn_close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.bsp-model-select .modal section #modal_btn_close:hover {
	opacity: 0.75;
}

.bsp-model-select .modal section h3 {
	min-height: 36px;
	height: auto;
	line-height: 2;
	padding-top: 0;
}

.bsp-model-select .modal section input {
	width: 100%;
	height: 3em;
	line-height: 3em;
}

.bsp-model-select .description-sp {
	display: none;
}

.bsp-model-select th,
.bsp-model-select td {
	text-align: left;
	word-wrap: break-word;
}

.bsp-model-select .result {
	position: relative;
	margin: 40px 10px 0;
}

.bsp-model-select .result .left {
	margin-right: 450px;
}

.bsp-model-select .result .left .image-wrap {
	background: #fff;
	overflow: auto;
}

.bsp-model-select .result .left .image-wrap img {
	display: block;
	margin: 0 auto;
	width: 474px;
}

.bsp-model-select .result .left section {
	margin: 20px 0 0;
}

.bsp-model-select .result .left section>div th {
	width: 190px;
}

.bsp-model-select .result .right {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 430px;
}

.bsp-model-select .result .right .image-wrap {
	background: #fff;
	overflow: auto;
	min-height: 116px;
}

.bsp-model-select .result .right .image-wrap img {
	display: block;
	margin: 0 auto;
	width: 160px;
}

.bsp-model-select .result .right section {
	margin: 0;
}

.bsp-model-select .result .right section h3 {
	background: #C30D23;
}

.bsp-model-select .result .right section h4 {
	border-left: 4px solid #C30D23;
}

.bsp-model-select .result .right section table {
	margin-top: 10px;
}

.bsp-model-select .result .right section table th {
	width: 160px;
}

.bsp-model-select #favoriteCart {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Font Awesome 5 Free";
	color: #fff;
	background-color: #F4BA13;
	cursor: pointer;
	content: "\f005";
	padding: 0.25rem 0.5rem;
	border-radius: 10px;
	left: 5px;
	top: 5px;
	width: 50px;
	height: 50px;
}

.bsp-model-select #favoriteCart:hover {
	background-color: #F4D213;
	color: #FFFFFF;
}

.bsp-model-select .fav-disabled {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #000;
	opacity: .37;
	position: absolute;
	display: none;
}

.bsp-model-select .btn-favorite {
	position: relative;
}

.bsp-model-select .favoriteIconStyle {
	position: absolute;
	font-size: 16px;
	right: 21px;
}

#loading {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: transparent;
}

#loading>img {
	position: fixed;
	top: calc(50% - 64px);
	left: calc(50% - 64px);
}

#btn_cadurl_copy {
	display: block;
}

a img {
	margin-bottom: -6px;
}

.moveSameBtn_linkStyle {
	background-color: #cd1b2f;
}

.moveSameBtn_linkStyle,
.moveSameBtn_linkStyle span {
	cursor: pointer;
}

.moveSameBtn_linkStyle:hover,
.moveSameBtn_linkStyle:hover>span {
	background-color: #ae1223;
}

.funcNextBtn_linkStyle:hover,
.funcNextBtn_linkStyle:hover>span {
	background-color: #2a79d8;
}

.funcBackBtn_linkStyle:hover,
.funcBackBtn_linkStyle:hover>span {
	background-color: #2f4f4f;
}

.header_linkStyle,
.font_linkStyle {
	cursor: pointer;
}

.header_linkStyle span,
.font_linkStyle span {
	color: blue;
	text-decoration: underline;
}

.font_linkStyle span span {
	color: white;
	text-decoration: none;
}

.header_linkStyle:hover,
.header_linkStyle:hover>span,
.font_linkStyle:hover>span {
	color: white;
	background-color: #6090EF;
}

.hint_linkstyle {
	position: relative;
	display: inline-block;
	margin-left: 4px;
	vertical-align: bottom;
	cursor: pointer;
}

.hint_linkstyle.question>span {
	display: none;
}

.hint_linkstyle>span {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: -86px;
	margin-bottom: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 300px;
	background: #595757;
	color: #FFF;
	line-height: 1.4;
	word-wrap: break-word;
	cursor: pointer;
	text-decoration: none;
}

.hint_linkstyle:after {
	display: none;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -3px;
	margin-bottom: 10px;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #595757;
}

.hint_linkstyle.show>span {
	display: block;
}

.hint_linkstyle.show:after {
	display: block;
}

.hint_linkstyle.hide>span {
	display: none;
}

.hint_linkstyle.hide:after {
	display: none;
}

.modalCart {
	height: calc(100% * 0.8);
	overflow-y: auto;
	text-align: left;
	width: 50% !important;
	font-size: 16px;
}

.modalCart div {
	background: white;
}

.modalCart div.dialogTitle {
	border-bottom: 3px solid #ccc;
}

.modalCart div.dialogTitle span[name="main"] {
	font-size: xx-large;
	margin-left: 10px;
}

.modalCart div.dialogTable ul {
	display: -ms-flexbox;
	display: flex;
}

.modalCart div.dialogTable ul li ul {
	display: -ms-flexbox;
	display: flex;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.modalCart div.dialogTable ul li ul li.emphasis {
	background-color: #0087E2 !important;
	color: white;
}

.modalCart div.dialogTable ul li ul:first-child {
	border-top: 1px solid #ccc;
}

.modalCart div.dialogTable ul li[name="checkboxCol"] {
	width: 5%;
	margin-right: 3%;
}

.modalCart div.dialogTable ul li[name="tableCol"] {
	width: 100%;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:first-child {
	border-right: 1px solid #ccc;
	width: 40%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: silver;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:first-child span {
	font-weight: 700;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child {
	width: 60%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child>span:first-child {
	margin-left: 2%;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child>div {
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li:last-child span.isFontBold {
	font-weight: 600;
}

.modalCart div.dialogTable ul li[name="tableCol"] ul li {
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 50px;
}

.modalCart div.requestForm {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 0;
	padding-bottom: 5px;
}

.modalCart div.requestForm>div {
	margin-left: 5%;
	width: 40%;
}

.modalCart div.requestForm>div div input#productAmount {
	margin-top: 0px;
	margin-bottom: 0px;
}

.modalCart div.requestConfirm {
	padding: 0 20px 10px 20px;
}

.modalCart div.requestConfirm>span {
	margin-left: 5%;
}

.modalCart div.dialogConfirm {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.modalCart div.dialogConfirm a {
	border-radius: 5px;
	border: 1px solid;
	padding-top: 20px;
}

.modalCart div.dialogConfirm a.emphasis {
	background-color: #0087E2 !important;
	color: white;
}

.modalCart div.dialogConfirm a#modal_btn_close_cart {
	background: white;
	color: gray;
	margin-right: 20px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {

.bsp-model-select .result .left section>div th {
	width: 190px;
}

}

@media screen and (min-width: 769px) and (max-width: 1023px) {

.bsp-model-select .result .left section>div th {
	width: 90px;
}

}

@media screen and (max-width: 1023px) {

.bsp-model-select .result .left .image-wrap img {
	width: 100%;
}

.bsp-model-select .result .right section table th {
	width: 140px;
}

}

@media screen and (max-width: 979px) {

.modalCart {
	width: 95% !important;
}

}

@media screen and (max-width: 768px) {

.bsp-model-select .modal section.modalPdf,
.bsp-model-select .modal section img.modalPdf {
	max-height: 200px;
}

.bsp-model-select .modal section.modalModelHosokuKatashiki,
.bsp-model-select .modal section.modalModelHosokuZikukeiLead,
.bsp-model-select .modal section.modalModelHosokuFukakairo,
.bsp-model-select .modal section.modalModelHosokuSukima {
	max-width: 404px;
	max-height: 308px;
}

.bsp-model-select .modal section img.modalModelHosokuKatashiki,
.bsp-model-select .modal section img.modalModelHosokuZikukeiLead,
.bsp-model-select .modal section img.modalModelHosokuFukakairo,
.bsp-model-select .modal section img.modalModelHosokuSukima {
	max-width: 384px;
	max-height: 288px;
}

.bsp-model-select .description-pc {
	display: none;
}

.bsp-model-select .description-sp {
	display: block;
}

.bsp-model-select .result {
	margin: 20px 0 0;
}

.bsp-model-select .result .left {
	margin: 20px 0 0;
}

.bsp-model-select .result .left section {
	margin: 0;
}

.bsp-model-select .result .right {
	position: static;
	width: auto;
	margin: 0 10px;
}

.bsp-model-select .nav-bottom {
	padding: 0 10px;
}

#btn_cadurl_copy {
	display: none;
}

}

@media screen and (max-width: 767px) {

.hint_linkstyle>span {
	padding: 8px;
	box-sizing: border-box;
	width: 300px;
}

.modalCart {
	width: 95% !important;
}

}

@media screen and (max-width: 479px) {

.bsp-model-select .result .left section>div th {
	width: 90px;
}

.modalCart {
	width: 95% !important;
}

}

