@CHARSET "UTF-8";
table th, .table .th { width:auto; text-align:center; white-space:nowrap; }
.search_result .view_ctrl { margin-top:10px; }
.imgAddFavoriteLink { font-size:1.4em; padding:0; }
/* -------- iframe ------------------------- */

iframe {
	border:0px;
	margin:0px;
	overflow:hidden;
	width:230px;}

/*「さらに絞り込む」ボックスの追従*/
.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: 13px;
     bottom: 1px;
}

#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: #999;
    color: #fff;
    border: 1px solid #ccc;
    font-size: inherit;
    font-weight: bold;
    padding: 10px 16px;
}

#category_button {
    width: 100%;
}

/* フォールバック文言 */
.fallbackContent{
    font-size: 1.4em;
    font-weight: bold;
}
.fallbackGroup{
	margin-bottom: 10px;
}