@charset "UTF-8";
/*
*
* 商品詳細リスト画面デザイン
*
*/

.l-modal .c-modal__wrapper{
	position: initial;
}

.p-results--list__body {
	height: 425px;
	margin-top: 20px;
}

/* BIM一覧項目 */
tr.item:first-of-type .c-tooltip__con,
tr.item:nth-of-type(2) .c-tooltip__con {
	bottom: auto;
}

tr.item:first-of-type .c-tooltip.is-open:before,
tr.item:nth-of-type(2) .c-tooltip.is-open:before {
	top: 50%;
	border-color: var(--body-color) transparent;
	border-width: 0px 8px 15px;
}
@media screen and (max-width: 767px) {
	.c-modal {
		width: 100%;
		padding: 20px 20px 20px;
	}
	.p-results--list__body .c-list--list .c-tooltip__con {
		width: 250px;
		right: 7px;
	}
}

th.item__name {
	width: 50%;
}

th.first_spec,
th.second_spec {
	width: 20%;
}

th.item__dl {
	width: 10%;
}

/* ページング */
.c-pagenation {
	margin-top: 10px;
}