@charset "utf-8";

/********************
カテゴリーイメージバナー
********************/
.list-parent-visual{
  margin-bottom:20px;
  overflow:hidden;
}
.list-parent-visual .main{
  margin-bottom:20px;
}
.list-child-visual{
  border-bottom:solid 1px #f2f3f3;
  margin-bottom:20px;
}
.list-parent-visual .list-parent-visual-left,
.list-parent-visual .list-parent-visual-right{
  float:left;
}
.list-parent-visual .list-parent-visual-left{
  width:38%;
}
.list-parent-visual .list-parent-visual-right{
  width:59%;
  margin: 0 0 0 3%;
  font-size:11px;
  line-height:16px;
  text-transform:lowercase;
}

.list-parent-visual .list-parent-visual-right span{
  text-transform:none;
  font-size:13px;
  line-height:20px;
}

.list-parent-visual .list-parent-visual-right img{
  display:block;
  margin: 0 0 15px;
}
.list-child-visual .cat-img-info{
  width:370px;
  padding-top:10px;
  padding-right:10px;
}
.list-child-visual .cat-img-right{
  width:350px;
  text-align:right;
  margin-left:0;
}
.list-child-visual .cat-img-img{
  padding-right:10px;
  margin-bottom: 40px;
}
.list-child-visual .cat-img-text{
  text-align:left;
  margin-left:0;
}

.list-child-visual .cat-img-text02 {
  text-align:left;
  margin-left:0; 
}


.list-child-visual .cat-img-brandname {
  margin:10px 0;
  font-size: 16px;
  font-weight: bold;
}


/********************
商品一覧系共通
********************/
.list{
  clear:both;
}
.list .row-fluid [class*="span"]{
  margin-left:0;
}
.list .row-fluid .span3{
  width:25%;
}
.list .row-fluid .span4{
  width:33.3333%;
}
.list .row-fluid [class*="span"]{
  border-right:solid 1px #eeeeee;
  padding:0 20px;
}
.list .row-fluid [class*="span"] figure{
  margin:20px 0;
}
.list .row-fluid [class*="span"] .list-item-text{
  border-bottom:solid 1px #eeeeee;
  min-height:105px;
  height:auto;
  padding-bottom:5px;
}
.item-ttl a{
  color:#231f20;
  font-size:12px;
  font-weight:bold;
}
.item-ttl a:hover{
  text-decoration:underline;
}
.item-price{
  color:#262626;
  font-size:16px;
  font-weight:bold;
  margin-top:2px;
}

.list .row-fluid > [class*="span"],
#selection .row-fluid > [class*="span"],
#salesranking .row-fluid > [class*="span"],
#related-items .row-fluid > [class*="span"]{
  position:relative;
  z-index:0;
}

.product-color-set {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 0;
}
.product-color-tip {
  float: left;
  min-width: 64px;
  padding: 5px 0px 5px 5px;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.product-color-tip:before {
  position: absolute;
  top: 30px;
  left: -4px;
  display: inline-block;
  border-top: 5px solid transparent;
  border-right: 5px solid #bbbbbb;
  border-bottom: 5px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.product-color-tip:after {
  position: absolute;
  top: 31px;
  left: -3px;
  display: inline-block;
  border-top: 4px solid transparent;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid transparent;
  content: '';
}
.product-color-tip > li{
  max-width:60px;
}
.empty_message{
  height:100px;
  padding-top:20px;
}

/********************
ソート
********************/
.sort{
  float:left;
  margin-bottom:20px;
}

.sort_item_none{
  float:none;
}


.sort table td {
  padding-right: 10px;
}

.pager{
  float:right;
  margin:0 0 20px;
}
.pager li > a,
.pager li > span {
  color:#333132;
  font-size:14px;
  border: 0 none;
  border-radius: 0;
  padding: 5px 3px;
}
.pager li > a:hover,
.pager li > a:focus{
  background-color:transparent;
}
.pager .pageNumber .pager_active a{
  background-color:transparent;
  border: 0 none;
  color: #333132;
  text-decoration: underline;
}
.list + .pager{
  margin-top:10px;
}


.itemResults {}
.itemsPerPage {}
.stock {}
.displayOrder {}
.pagerNav {}


/********************
関連商品
********************/
#selection,
#related-items{
  margin:30px 0 0;
}
#selection .box-title,
#related-items .box-title{
  border-bottom: 2px solid #F2F3F3;
}
#selection ul.slides,
#related-items ul.slides{
  padding-top: 20px;
}
#selection ul.slides > li,
#related-items ul.slides > li{
  border-right:solid 1px #eeeeee;
  padding:0 20px;
  margin-left:0;
  width:200px;
}
#selection ul.slides > li:first-child,
#related-items ul.slides > li:first-child{
  border-left:solid 1px #eeeeee;
}
#selection ul.slides > li figure,
#related-items ul.slides > li figure{
  margin:20px 0;
}
#selection ul.slides > li .list-item-text,
#related-items ul.slides > li .list-item-text{
  border-bottom:solid 1px #eeeeee;
  min-height:105px;
  padding-bottom:5px;
}

/********************
サイドナビ
********************/
.subnav .nav-list > .level-1 {
	font-weight:bold;
}


/*マイページ*/
table.table tr th span.mail_address_area{
	float:none;
}

.form-horizontal .control-label .mail_address_area{
	float:left;
}


/****************************************************************************/
/****************************************************************************/

/*ニュースエリア*/
.grandtop-middle-banner #news_list .span12 table td.news-text p.link-viewall{
	width:210px;	
}

.grandtop-middle-banner .row-fluid #news_list a.reccomend_banner_01{
	width:100%;	
}

@media (max-width: 979px) {
	.grandtop-middle-banner #news_list .span12 table td.news-text p.link-viewall{
		width:155px;
	}
}

@media (max-width: 979px) and (min-width: 768px){
.grandtop-middle-banner {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
}

@media (max-width: 767px) {	
	.grandtop-middle-banner #news_list .span12 table{
	width:100%;
	}
	
	.grandtop-middle-banner #news_list .span12 table td.news-text p.text-area{
	width:94%;
	padding:10px 3% 10px;	
	}
	
	.grandtop-middle-banner #news_list .span12 table td.news-text p.link-viewall{
	width:94%;	
	padding:0 3% 10px;			
	}
	
	.list-parent-visual .list-parent-visual-left,
	.list-parent-visual .list-parent-visual-right{
	float:none;
	}
	
	.list-parent-visual .list-parent-visual-left{
	width: 100%;
	text-align:center;
	}
	
	.list-parent-visual .list-parent-visual-right{
	width:100%;
	margin: 20px 0 0;
	font-size:11px;
	line-height:16px;
	text-transform:lowercase;
	}

}




@media only screen and (max-width: 480px) {

.form-horizontal .control-label .mail_address_area{
	float:none;
}
.list-child-visual .cat-img-img{
  padding-right:0;
  margin-bottom: 20px;
}
}


/****************************************************************************/
/****************************************************************************/