@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) {
	#main_header .gHeader02_inner {
		width: 95vw;
	}
	.gHeader02_cate {
		display: none;
	}
	#searchNavi .gHeader02_word::before {
		border-left: none;
	}
	#side.toTop {
		display: none !important;
	}
	.item_price .addCartSp {
		display: none !important;
	}
	.item_spec .goodsExpSum_ForSp,
	.orderUnitNum_ForSp {
		display: none !important;
	}
	.search_result .view_ctrl #sp_cond select.sort_order {
		border: none;
		width: auto;
		background: none;
		color: #004390;
		font-weight: bold;
		/*appearance: none;*/
	}
	.search_result .view_ctrl #sp_cond {
		border-left: none;
	}
	.search_result .view_ctrl #sp_cond select.sort_order option {
		color: #004390;
		font-weight: bold;
	}
	#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;
		display: table;
		width: 100%;
	}
	.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;
	}
	/* SP版 少量・低コスト品/在庫品のみスイッチ */
	.sp_stock_filter {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		background: #f5f5f5;
		padding: 8px 12px;
		margin-bottom: -1px;
	}
	.sp_filter_head {
		font-size: 13px;
		flex-shrink: 0;
		margin-right: 8px;
	}
	.sp_toggle_item_wrap {
		display: flex;
	}
	.sp_toggle_item {
		display: flex;
		align-items: center;
		margin-right: 16px;
	}
	.sp_toggle_item:last-child {
		margin-right: 0;
	}
	.sp_toggle_text {
		font-size: 13px;
		margin-right: 6px;
	}
	.sp_toggle_switch {
		position: relative;
		display: inline-block;
		width: 44px;
		height: 24px;
		flex-shrink: 0;
		cursor: pointer;
	}
	.sp_toggle_switch input {
		opacity: 0;
		width: 0;
		height: 0;
		position: absolute;
	}
	.sp_toggle_slider {
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		background: #dedede;
		border-radius: 24px;
		transition: background-color .2s;
	}
	.sp_toggle_slider:before {
		content: "";
		position: absolute;
		height: 20px;
		width: 20px;
		left: 2px;
		bottom: 2px;
		background: #fff;
		border-radius: 50%;
		transition: transform .2s;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	}
	.sp_toggle_switch input:checked + .sp_toggle_slider {
		background: #57d966;
	}
	.sp_toggle_switch input:checked + .sp_toggle_slider:before {
		transform: translateX(20px);
	}
	.sp_toggle_switch input:disabled + .sp_toggle_slider {
		opacity: 0.5;
		cursor: not-allowed;
	}
	/* SP版 フッターナビゲーション */
	.sp_footer_nav {
		display: flex !important;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 56px;
		background: #fff;
		border: 1px solid #004390;
		box-shadow: 0 -2px 6px rgba(0,0,0,0.12);
		z-index: 2200;
		align-items: stretch;
		width: 85%;
		margin: auto;
	}
	.sp_footer_item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: #333;
		border: none;
		background: none;
		cursor: pointer;
		padding: 0;
		box-sizing: border-box;
	}
	.sp_footer_item::before {
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 1;
		margin-bottom: 2px;
		display: block;
		color: #fff;
		-webkit-text-stroke: 1px #aaa;
	}
	.sp_footer_home,
	.sp_footer_cart {
		flex: 0 0 20%;
	}
	.sp_footer_home::before {
		content: "\f015";
	}
	.sp_footer_cart::before {
		content: "\f07a";
	}
	.sp_footer_top::before {
		content: '';
		font-family: inherit;
		font-size: 0;
		width: 14px;
		height: 14px;
		border-top: 2px solid #aaa;
		border-right: 2px solid #aaa;
		transform: rotate(-45deg);
		margin-top: 2px;
	}
	.sp_footer_label {
		font-size: 13px;
		line-height: 1;
		display: block;
	}
	.sp_footer_home span,
	.sp_footer_cart span {
		font-size: 10px;
		color: #aaa;
		font-weight: bold;
	}
	#footer_filter_wrap {
		flex: 0 0 40%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sp_footer_filter {
		background: #004390 !important;
		color: #fff !important;
		font-size: 15px;
		font-weight: bold;
		border: none;
		cursor: pointer;
		-webkit-appearance: none;
		border-radius: 0;
		width: 80%;
		height: 65%;
	}
	#footer_top_wrap {
		flex: 0 0 20%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footer_top_wrap .sp_footer_top {
		background: none;
		border: none;
	}
	/* フッター分のページ下余白 */
	body {
		padding-bottom: 56px;
	}
	/* SP版 スクロール後にgHeader02（青い検索バー）だけを固定ヘッダーにする */
	body .nonStickyHeader {
		height: auto;
		position: sticky;
		z-index: 2100;
	}
	/* 【マルツ/改修】SP版アコーディオンの指定は詳細度負けを避けるため */
	/* ファイル末尾の @media (max-width:600px) に集約 */
	.main_area .item_list_container.full_layout .item_spec dt {
		text-align: right;
		width: 7.5em;
	}
}

/* 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: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}
/*【マルツ/改修】件数・定格表アイコンは非表示*/
.goodsClassNumIcon{
    display: none;
    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;
}


/* 品質ランクアイコン */
img.iconQualityRank{
	margin-top: -10px;
    margin-bottom: -10px;
}
.quality_rank_icon{
	padding-left: 5px;
	width: 105px;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width:600px) {
	img.iconQualityRank{
		margin-top: 0px;
	    margin-bottom: 0px;
	}
	.quality_rank_icon{
		width: 75px;
	}
}

/* フォールバック文言 */
.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;
	}
	.sp_cond > div {
		display: table-cell !important;
		width: 50%;
	}
	.sp_cond > div a {
		text-decoration: underline;
		display: block;
		font-weight: bold;
		padding: 12px 8px 8px 8px;
		text-align: center;
		position: relative;
	}
	.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;
	}

	/* SP版 絞り込みアコーディオン内キーワード検索エリア */
	.sp_search_keyword_area .sp_search_text_wrap {
		display: flex;
		align-items: stretch;
		width: 88vw;
		box-sizing: border-box;
		margin: 10px 0 10px 0;
	}
	.sp_search_keyword_area .sp_search_text_wrap .search_text {
		flex: 1;
		min-width: 0;
		border: 1px solid #1b1b1b;
		border-right: none;
		border-radius: 3px 0 0 3px;
		background: #fff;
		overflow: hidden;
	}
	.sp_search_keyword_area .sp_search_text_wrap .search_text input[type="text"] {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		background: transparent;
		border: none;
		padding: 5px 6px;
		font-size: 14px;
		outline: none;
	}
	.sp_search_keyword_area .sp_search_text_wrap .search_btn {
		flex-shrink: 0;
		position: relative;
		width: 40px;
		background: #1b1b1b;
		border: 1px solid #1b1b1b;
		border-radius: 0 3px 3px 0;
		cursor: pointer;
		overflow: hidden;
	}
	.sp_search_keyword_area .sp_search_text_wrap .search_btn::before {
		font-family: "FontAwesome";
		content: "\f002";
		color: #fff;
		font-size: 0.9em;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -5px;
		margin-top: -9px;
		pointer-events: none;
		z-index: 1;
	}
	.sp_search_keyword_area .sp_search_text_wrap .search_btn input[type="submit"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: transparent;
		border: none;
		cursor: pointer;
		z-index: 2;
		opacity: 0;
	}

	/* SP版 絞り込みアコーディオン内 適用中フィルターチップ（定格表と同スタイル） */
	.search_keyword_container.forSP {
		margin-top: 0;
		border: none;
	}
	.search_keyword_container.forSP .search_keyword .search_keyword_inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.search_keyword_container.forSP .search_keyword .search_keyword_inner label {
		display: inline-flex;
		align-items: center;
		margin-right: 10px;
		padding-top: 0;
	}
	.search_keyword_container.forSP .search_keyword .search_keyword_inner > span {
		margin-top: 0;
	}
	.search_keyword_container.forSP .search_keyword .search_keyword_inner .releaseChip {
		margin-top: 0;
	}
	.search_keyword_container .search_keyword span.releaseChip {
		display: inline-flex;
		align-items: center;
	}
	.search_keyword_container .search_keyword span.releaseChip > a.releaseLink {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.search_keyword_container.forSP .search_keyword .search_keyword_inner span.releaseChip > a.releaseLink > span {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* 【マルツ/改修】同一メーカー型番・メーカー名グループ アコーディオン */
/* 展開部は明細セルの外（明細行の直下）に置いているため、明細行の全幅になる */
.variant_accordion {
	text-align: left;
}
.variant_accordion .variant_accordion_btn,
.variant_accordion .variant_accordion_btn:focus,
.variant_accordion .variant_accordion_btn:hover {
	display: block;
	width: 100%;
	padding: 6px 10px;
	text-align: left;
	border: none;
	border-top: 1px solid #e0e0e0;
	background: none;
	color: inherit;
	font-weight: unset;
	font-size: 0.9em;
	box-shadow: none;
	cursor: pointer;
}
.variant_accordion .variant_accordion_btn:hover {
	text-decoration: underline;
}
.variant_accordion_body {
	display: none;
	padding: 0;
	background: none;
	border-top: 1px solid #e0e0e0;
}
.variant_accordion_body.open {
	display: block;
}
.variant_loading,
.variant_none {
	text-align: center;
	color: #999;
	padding: 8px 0;
	font-size: 0.9em;
}
.variant_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}
/* Project.common.css の table th,table td{border:1px solid #ccc;padding:8px} と */
/* table td{min-height:40px} を打ち消す */
.variant_table th,
.variant_table td {
	border: none;
	padding: 0;
	min-height: 0;
}
.variant_name_link,
.variant_name_text {
	display: block;
	font-weight: bold;
	word-break: break-word;
}
.variant_name_link {
	color: #0066cc;
	text-decoration: underline;
}
.variant_name_link:hover {
	text-decoration: none;
}
.variant_table a {
	color: #0066cc;
	text-decoration: underline;
}
.variant_table a:hover {
	text-decoration: none;
}

/* PC：見出し行つきの表で列を揃える */
/* ※SP側は表をカードに組み替えるため、表組みの指定はPC側だけに閉じる */
@media (min-width: 601px) {
	.variant_table th,
	.variant_table td {
		padding: 6px 10px;
		text-align: left;
		vertical-align: middle;
		border-bottom: 1px solid #e0e0e0;
	}
	.variant_table thead th {
		color: #666;
		font-weight: normal;
		white-space: nowrap;
	}
	.variant_table tbody tr:last-child td {
		border-bottom: none;
	}
	/* 製品名以外は内容幅に詰め、余った幅は製品名列に寄せる */
	.variant_table .variant_col_name {
		width: 40%;
	}
	.variant_table .variant_col_code,
	.variant_table .variant_col_pack,
	.variant_table .variant_col_moq,
	.variant_table .variant_col_price,
	.variant_table .variant_col_delivery {
		width: 1%;
		white-space: nowrap;
	}
	.variant_table .variant_col_moq,
	.variant_table .variant_col_price {
		text-align: right;
	}
}

/* SP：ラベルと値を2列で縦に積む */
/* ※ボタンの指定は上の .variant_accordion .variant_accordion_btn（詳細度0,2,0）に */
/* 　 負けないよう、同じ詳細度・後方に置くこと */
@media (max-width: 600px) {
	.variant_accordion {
		margin: 0 -5px -5px;
		font-weight: normal;
	}
	.variant_accordion .variant_accordion_btn,
	.variant_accordion .variant_accordion_btn:focus,
	.variant_accordion .variant_accordion_btn:hover {
		padding: 10px 12px;
		font-size: 13px;
		font-weight: bold;
		-webkit-appearance: none;
	}
	.variant_accordion_body {
		padding: 8px 12px;
		font-size: 13px;
	}
	/* 横幅が足りないので、表を1件ずつのカードに組み替える */
	/* 見出しはthead行ではなく各セルの data-label で出す */
	.variant_table,
	.variant_table tbody,
	.variant_table tr,
	.variant_table td {
		display: block;
		width: auto;
	}
	.variant_table thead {
		display: none;
	}
	.variant_table tbody tr {
		padding: 6px 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.variant_table tbody tr:last-child {
		border-bottom: none;
	}
	.variant_table td {
		padding: 2px 0;
		border-bottom: none;
	}
	/* 上の商品情報（item_spec）のラベルと同じ幅・揃えにする */
	.variant_table td::before {
		content: attr(data-label) "：";
		display: inline-block;
		width: 7.5em;
		margin-right: 4px;
		color: #666;
		text-align: right;
		vertical-align: top;
	}
	.variant_table .variant_col_name {
		padding-bottom: 4px;
	}
	.variant_table .variant_col_name::before {
		display: none;
	}
	.variant_table .variant_col_moq,
	.variant_table .variant_col_price {
		text-align: left;
	}
}
.item_list_container .item_list .row .item_list_record .layout_set .item_spec dl dt {
	width: 9.5em;
	text-align: right;
}
.main_area .item_list_container.full_layout .item_list_record .layout_set.ctrl {
	min-width: 241px;
}
@media (min-width: 1024px) {
	.main_area .item_list_container.full_layout .item_list_record .layout_set.spec {
		min-width: 280px;
	}
	.main_area .item_list_container.full_layout .item_list_record .layout_set.spec .item-spec dl dd {
		white-space: nowrap;
	}
}

/* 型番非表示 */
.item_spec .modelNo,
.item_spec .modelNo_ForSp {
	display: none;
}
.variant_accordion  {
	display: none;
}