﻿@charset "utf-8";
@import "header.css";
@import "footer.css";
@import "pagenation.css";
@import "search_layout.css";
@import "search_side.css";
/*
  tacn search.css - 08-10-14

    Table of Contents:
    import
	search styles
*/
/*
.pathInfo {
  margin:0 1.5em;
  color:#666;
  font-size: 77%; 
}
.pathInfo a {
  color:#666;
}
*/
.sortFunc {
  /* 検索商品リストの並び替え機能部分 */
  width: 800px; /* 上位BOXのmainContentsWrapperが810pxなので、800pxの幅を明示します */
  height: 22px;
  margin: 1px 0;
  padding:5px 0;
  background:url(../img/sortfunc_bg.jpg);
}
.sortFunc {
  /* easy clearing floats */
  clear: both;
}
.sortFunc:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.sortFunc {
  display: inline-block;
}
/* hidden for IE6 exclude MacIE5 \*/
* html .sortFunc {
  height: 1%;
}
.sortFunc {
  display: block;
}
/* end IE6 */

.sortFunc .totalItem{
  float: left;
  margin: 0 15px 0 10px;
  font-size: 85%;
  line-height: 1.6;
}
.sortFunc .numberItem {
  float: right;
  margin-right: 10px;
  font-size: 85%;
  line-height: 1.6;
}
.sortFunc .totalItem span,
.sortFunc .numberItem span{
  font-weight:bold;
  font-size:14px;
}
.sortFunc .sortKey,
.sortFunc .sortLinage {
  float: left;
}

.itemList {
  /* 検索商品リスト表示部分 */
  margin: 20px 10px;
}
.itemList {
  /* easy clearing floats */
  clear: both;
}
.itemList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.itemList {
  display: inline-block;
}
/* hidden for IE6 exclude MacIE5 \*/
* html .itemList {
  height: 1%;
}
.itemList {
  display: block;
}
/* end IE6 */
.itemList li{
  /* 商品リスト */
  display: block;
  float: left;
  width: 152px;
  height: 388px;
  margin:0 4px 4px 0;
  list-style-type:none;
  background:url(../img/itemlist_bg.gif) no-repeat;
}
.itemList li a {
  /* リンクを枠全体に広げる */
  position: relative;
  display: block;
  width: 152px;
  height: 388px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.itemList span {
  /* 文字のオーバフローは隠す */
  overflow: hidden;
}
.itemList .icon {
  /* 新着、再入荷、セールアイコンの表示 */
  display: block;
  height: 13px;
  margin: 8px 0 0 11px;
}
.itemList .item {
  /* 商品画像の表示 */
  display: block;
  margin: 18px 26px 10px 26px;
}
.itemList .brand {
  /* ブランド名の表示(2L) */
  display: block;
  margin: 0 10px;
  height: 3em;
  font-size: 85%;
  line-height: 1.4;
  font-weight:bold;
}
.itemList .name {
  /* 商品名の表示(2L) */
  display: block;
  margin: 0 10px 6px 10px;
  height: 3em;
  font-size: 85%;
  line-height: 1.4;
}
.itemList a:link .name,
.itemList a:visited .name {
  /* 商品名のテキストには下線を表示 */
  text-decoration: underline;
}
.itemList .price {
  /* 価格の表示(2L) */
  display: block;
  margin: 0 10px;
  padding: 4px 0 0 0;
  border-top: 1px dotted #CCC;
  height: 3em;
  font-size: 85%;
  line-height: 1.4;
}
.itemList .price .sale {
  /* セール価格は赤く */
  color: #F00;
}
.itemList .price br {
  display: none;
}
.itemList .caption {
  /* キャプションの表示(4L) */
  display: block;
  margin: 0 10px;
  height: 5.7em;
  font-size: 85%;
  line-height: 1.4;
}
.itemList .class {
  /* 商品分類の表示(1L) */
  display: block;
  margin: 2px 8px;
  padding: 0 6px;
  height: 2em;
  font-size: 77%;
  line-height: 2;
  background:#F7F3EF;
  overflow: hidden;
}
.itemList .soldout {
  /* 完売商品のアイコン表示 */
  display: block;
  width: 125px;
  height: 158px;
  position: absolute;
  top: 20px;
  left: 16px;
}

.noResult {
  /* 検索結果が0件のとき */
  margin: 20px 10px;
  padding: 80px 10px;
  font-size: 93%;
  line-height: 1.6;
  color: #333;
}
.itemList .caption .soryo {
  /* 送料無料 */
  color: #b02e59;
  display:block;
}

.naviHeader{
	z-index:1000;
}
.itemList li img{
  z-index:300;
}
.mainContentsWrapper{
  z-index:200;
}