@charset "utf-8";
.search_result .view_ctrl { margin-top:10px; }

.file_bom::before {
	font-family: "FontAwesome";
    content: "\f0f6";
    position: absolute;
    left: 132px;
    color: #666;
    font-size: 17px;
}

@media (max-width:600px) {
	.category_list_results table { display:table; }
	.category_list_results tbody { display:table-row-group; }
	.category_list_results tr { display:table-row; }
	.category_list_results th,td { display:table-cell; }
	.category_list_results table th { width:auto; }
}
/*---------------------------------------------
カテゴリー選択画面 - トップヒット下のmatrix-footer
ページネーション
---------------------------------------------*/
.category_list_results .matrix-footer.border-tp0_box_15 {
	margin:0 0 40px 0;
	padding-bottom:10px;
}
@media (max-width:600px) {
	.category_list_results .matrix-footer.border-tp0_box_15 {
		padding:5px;
	}
}

.category_list_results .main_area .item_list_container.full_layout .item_list_all th,
.category_list_results .main_area .item_list_container.full_layout .item_list_all td {
	padding:2px 10px 0 0;
}

.category_list_results .DETAILS_ROW  img {
	vertical-align:middle;
}

@media (max-width:600px) {
	.category_list_results .main_area .item_list_container.full_layout .item_list_all th,
	.category_list_results .main_area .item_list_container.full_layout .item_list_all td {
		padding:2px;
	}
}

/* -------- iframe ------------------------- */

iframe {
	border:0px;
	margin:0px;
	overflow:hidden;
	width:230px;
}

/* -------- 2018/08/01 SEO対応 ------------------------- */

@media (max-width:600px) {
	#goodsListArea,
	.goods_list_container.re-search_container.spNotDisp,
	.pagingSetting.search_result_sort.spNotDisp,
	.resultsShowPaging.set-item.pageInfo.spNotDisp {
		display:none;
	}
	.main_area .item_list_container.full_layout .item_spec .mekerNama_ForSp dt,
	.item_spec .modelNo_ForSp,
	.item_spec .boxNo_ForSp,
	.main_area .item_list_container.full_layout .item_spec .deliveryPlanDate_ForSp dt {
		display:none;
	}
	.main_area .item_list_container.full_layout .item_list_record .cart {
	    margin: 0;
	}
	.main_area .item_list_container.full_layout .item_list_record .item_price .addCartSp {
	    padding-right:15px;
	}
	.main_area .item_list_container.full_layout .item_list_record .layout_set { padding: 5px 10px; }
	.main_area .item_list_container.full_layout .item_list_record .item_list_number, .main_area .item_list_container.full_layout .item_list_record .item_name {
		font-size: 1.1em
	}
}

/* Digi-Keyロゴ */
img.digiKeyLogo {
	height: auto !important;
	width: auto !important;
    vertical-align: middle;
}

/*「さらに絞り込む」ボックスの追従*/
.goods_list_container.is-fixed,#title_resultsPagingResults.is-fixed {
    position: fixed;
    z-index: 30;
    width: 950px;
}
#title_resultsPagingResults.is-fixed {
    background: #FFFFFF;
    top: 	0;
}
.goods_list_container.is-fixed {
    top: 	30px;
}

.search_input_container .search_check {
    padding: 2.5px 3px;
}

#idsButton {
    background-color: #fc1726;
    color: #fff;
}

#idsButton:hover{
	background-color:#fd5c67;
	box-shadow:none;
}

/*「カテゴリーで絞り込む」_スクロールとアコーディオン形式*/
#side_menu_container_scroll_category {
   height: 130px;
   overflow-y: scroll;
}
#side_menu_container_scroll_category_open {
    height: 280px;
    overflow-y: scroll;
}

/*「メーカーで絞り込む」_スクロール*/
#side_menu_container_scroll {
    height: 280px;
    overflow-y: scroll;
}
/*「メーカーで絞り込む」_インクリメンタルサーチ用*/
.maker_List_hidden {
    display: none;
}

#maker_button,
#rohs_button,
#rank_button,
#categoryS_button,
#deliveryDate_button,
#storeName_button {
    background-color: #8ea1b4;
    color: #fff;
    border: 1px solid #8ea1b4;
    box-shadow: 0 1px 0 rgba(136,136,136,1);
}

#maker_button:active,
#rohs_button:active,
#rank_button:active,
#categoryS_button:active,
#deliveryDate_button:active,
#storeName_button:active {
    box-shadow: none;
}

#maker_check_clear,
#rank_check_clear,
#rohs_check_clear,
#category_check_clear,
#deliveryDate_check_clear,
#storeName_check_clear {
     float: right;
     background-color: #FFFFFF;
     width: 70px;
     display:none;
     box-shadow: 0 1px 0 rgba(136,136,136,1);
}

#all_check_clear {
     float: right;
     background-color: #FFFFFF;
     font-size: 12px;
     box-shadow: 0 1px 0 rgba(136,136,136,1);
}

#maker_check_clear:active,
#rank_check_clear:active,
#rohs_check_clear:active,
#all_check_clear:active,
#category_check_clear:active,
#deliveryDate_check_clear:active,
#storeName_check_clear:active {
     background-color:#EEEEEE;
     box-shadow: none;
}

.side_menu > .all_check_clear_title {
    background: #ccc;
    border: 1px solid #aaa;
    font-size: inherit;
    font-weight: bold;
    padding: 10px 16px;
}

#category_button {
    width: 100%;
}


/*【マルツ/改修】商品一覧のカテゴリー絞り込み一覧を２列表示にする*/
.categoryListResultsRows  {
	display: inline-block;
	width: 50%;
	height: 23px;
	padding-left: 15px;
}
.goodsClassLink{
    display: inline-block;
    width: calc(100% - 180px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}
.goodsClassNumIcon{
    display: inline-block;
    vertical-align: top;
}

/* 税抜税込並列表記 */
span.priceExcludeTax {
    display: block;
    font-size: 1.1em;
}
.main_area .item_list_container.full_layout .item_list_record .item_price dd small.yenLabel {
	font-weight: bold;
}
span.priceExcludeTax.hasIncludeTax .excludeTaxLabel {
    display: none;
}
span.priceIncludeTax {
    font-weight: normal;
    color: #333;
}
/* 写真表示 */
span.imgPrice.hasIncludeTax {
	font-size: 1.1em;
}
span.imgPriceAfterTax {
	color: #333;
	font-weight: normal;
	font-size: small;
}
span.imgGoodsNameNoLink{
	display:	block;
}
/* スマホ表示 */
span.price.hasIncludeTax {
	font-size: 1.1em;
}
span.priceAfterTax {
	color: #333;
	font-weight: normal;
	font-size: small;
	margin-left: 8px;
}
.main_area .item_list_container.full_layout .item_list_record .item_price dd.price_column {
	float: none;
}

/* フォールバック文言 */
.fallbackContent{
    font-size: 1.4em;
    font-weight: bold;
	white-space: pre-line;
}
.fallbackGroup{
	margin-bottom: 10px;
	background-color: #e5e5e5;
	padding: 6px 10px;
}
@media (max-width:600px) {
	.fallbackContent{
	    font-size: 1.0em;
	    white-space: pre-line;
	}
}

@media (max-width:600px) {
	#resultsGroup .item_list{
		font-size: 0.9em;
		line-height: 1.3;
	}

	#resultsGroup .spec .item_spec {
		margin: 0;
	}

	#resultsGroup .item_price dl{
		padding: 0;
	}

	#topGroupName .view_ctrl_sort {
		padding-left: 5px;
		padding-right: 5px;
	}
	#topGroupName .inline_btn_wrap {
		width: 20%;
	}

	.contents .main_contents .main_area .category_second_all,
	.contents .main_contents .main_area .search_result,
	.search_result .view_ctrl {
		margin: 0;
	}

	.all_check_clear_title {
		height: 50px;
	}
	#all_check_clear,
	#categoryS_button, #category_check_clear,
	#maker_button, #maker_check_clear,
	#deliveryDate_button, #deliveryDate_check_clear,
	#rank_button, #rank_check_clear,
	#storeName_button, #storeName_check_clear {
		width: 50%;
		height: 30px;
	}
	#min_order_num_range_low, #min_order_num_range_high, #min_order_num_range_submit,
	#price_range_low, #price_range_high, #price_range_submit {
		height: 30px;
	}

	#navi_category_area {
		display: none;
	}

	.side_area {
		margin-top: 0 !important;
	}

	.sp_cond {
		display: table !important;
		width: 100%;
	}
	.sp_cond > div {
		display: table-cell !important;
		width: 50%;
	}
	.sp_cond > div a {
		text-decoration: none;
		background: #eee;
		border: 1px solid #ccc;
		display: block;
		font-weight: bold;
		padding: 12px 8px 8px 8px;
		text-align: center;
		position: relative;
	}
	.sp_cond > div a::before {
		font-family: "FontAwesome";
		content: "\f078";
		color: #fc1726;
		font-size: 0.9em;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.sp_cond > div a.active::before {
		content: "\f077";
	}
	.sp_cond .sp_sort a {
		border-right: 1px solid #ccc;
	}

	.main_area .item_list_container.full_layout .item_spec .goodsExpSumText {
		display: block;
	}

	.goodsExpSum_ForSp::after {
		content: "▼";
		padding-left: 0.5em;
	}
	.goodsExpSum_ForSp.active::after {
		content: "▲";
		padding-left: 0.5em;
	}
	#category_button {
		display: none;
	}

	#side_menu_container_scroll_category {
		height: 180px;
	}
}
