@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;
  margin-bottom: 20px;
}

.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-parent-visual .brand_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

.list-parent-visual .brand_info h2 {
  width: 30%;
  font-family: futura-pt, futura-pt-bold, 'Lato', sans-serif,"Helvetica Neue", Helvetica;
  font-weight: bold;
  font-size: 2.3em;
  color: #212121;
}

/* Aēsopのフォント調整  */
.list-parent-visual .brand_info h2 .aesop_e {
  font-size: 0.85em;
}

.list-parent-visual .brand_info p {
  width: 70%;
}


/********************
商品一覧系共通
********************/
.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;
}
.list .row-fluid [class*="span"] .list-item-text .label {
  display: inline-flex;
 } 
.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"],
#related-items-02 .row-fluid > [class*="span"] {
  position:relative;
  z-index:0;
}

.product-color-set {
  display: none !important;
  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,
#related-items-02 {
  margin:30px 0 0;
}
#selection .box-title,
#related-items .box-title,
#related-items-02 .box-title {
  border-bottom: 2px solid #F2F3F3;
}
#selection ul.slides,
#related-items ul.slides,
#related-items-02 ul.slides {
  padding-top: 20px;
}
#selection ul.slides > li,
#related-items ul.slides > li,
#related-items-02 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,
#related-items-02 ul.slides > li:first-child {
  border-left:solid 1px #eeeeee;
}
#selection ul.slides > li figure,
#related-items ul.slides > li figure,
#related-items-02 ul.slides > li figure {
  margin:20px 0;
}
#selection ul.slides > li .list-item-text,
#related-items ul.slides > li .list-item-text,
#related-items-02 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%;	
}

/*#43388 SEO対策*/
h1.breadcrumb_parent {
  font-size: 12px;
  display: inline;
  color: #BCBEC0;
  font-weight: normal;
}

@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;
	}

  .list-parent-visual .brand_info {
  display: block;
  }

  .list-parent-visual .brand_info h2 {
  width: 100%;
  margin-bottom: 2%;
  }
  .list-parent-visual .brand_info p {
  width: 100%;
  }

}

@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;
  }
}

/* DH_FRONT_DEPT-5737 */
@media (min-width: 980px) {
  .item-list .container > .row-fluid > .span9 {
    width: 78%;
    margin-left: 0;
  }
  .item-list .container > .row-fluid > .span9 + .span3 {
    margin-left: 20px;
    width: 16%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .item-list .container > .row-fluid {
    margin: 0;
  }
  .item-list .container > .row-fluid > .span9 {
    float: right;
    width: 84%;
  }
  .item-list .container > .row-fluid > .span9 + .span3 {
    margin: 0;
    width: 16%;
  }
}

/****************************************************************************/

/****************************************************************************/