@charset "utf-8";



/* base
   ========================================================================== */

#header h1 img {
  width: auto;
}

@media screen and (max-width: 800px) {
  
  #header h1 img {
    height: 22px;
    margin-left: 8px;
  }
  
}

#header #menu_btn_products {
  height: 26px;
  margin-right: 12px;
  padding: 4px 0;
}

#contents {
  padding-bottom: 0;
// border-top: solid 4px #81D372;
  color: #333;
}

#contents .inner {
  max-width: 982px;
  padding: 0 10px;
}

#contents img {
  max-width: 100%;
}

#contents a {
  color: #E58C2C;
}

#contents .link-list {
  
}

#contents .link-list li {
  padding-left: 22px;
  background: url(../img/icon_links.png) 0 2px no-repeat;
}

#contents .link-list li + li {
  margin-top: 4px;
}



/* products-header
   ========================================================================== */

#contents .products-header {
  display: table;
  width: 100%;
  height: 40px;
  margin: 18px 0 15px;
}

@media screen and (max-width: 800px) {
  
  #contents .products-header {
    display: block;
    height: auto;
  }
  
}

@media screen and (max-width: 600px) {
  
  #contents .products-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #contents .lineup .item .visual .subcat .link-list{
    margin-top: 10px!important;
  }
  
}

#contents .products-header *,
#contents .products-header *:before,
#contents .products-header *:after {
  vertical-align: middle;
}

/* h1 */

#contents .products-header h1 {
  display: table-cell;
  width: 170px;
}

@media screen and (max-width: 800px) {
  
  #contents .products-header h1 {
    width: auto;
    height: 40px;
  }
  
}

/* breadcrumbs */

#contents .products-header .breadcrumbs {
  display: table-cell;
  padding-left: 19px;
  border-left: dashed 1px #E3E3E3;
  color: #AAA;
}

@media screen and (max-width: 800px) {
  
  #contents .products-header .breadcrumbs {
    display: block;
    padding-left: 0;
    padding-top: 10px;
    border-left: none;
  }
  
}

@media screen and (max-width: 600px) {
  
  #contents .products-header .breadcrumbs {
    display: none;
  }
  
}

#contents .products-header .breadcrumbs ol {
  display: table;
}

#contents .products-header .breadcrumbs li {
  display: table-cell;
}

#contents .products-header .breadcrumbs li + li:before {
  content: url(../img/icon_breadcrumbs_arrow.png);
  display: inline-block;
  margin: 0 6px 0 8px;
  line-height: 1;
}

#contents .products-header .breadcrumbs img {
  display: inline-block;
}

#contents .products-header .breadcrumbs a {
  text-decoration: underline;
}

#contents .products-header .breadcrumbs-selector {
  overflow: hidden;
  display: inline-block;
  border: solid 1px #EEE;
  border-radius: 3px;
  background: url(../img/icon_breadcrumbs_select.png) no-repeat 96% 50%;
}

#contents .products-header .breadcrumbs-selector select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  width: 125%;
  max-width: 180px;
  margin: 0;
  padding: 4px 24px 4px 4px;
  border: none;
  border-radius: 0;
  background: none transparent;
  color: #AAA;
  font-size: inherit;
}



/* pagetop
   ========================================================================== */

#contents .pagetop {
  background: #AEA28E;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

#contents .pagetop a {
  display: block;
  padding: 10px;
  color: inherit;
  line-height: 1;
}

#contents .pagetop a:before {
  content: url(../img/icon_pagetop.png);
  display: inline-block;
  margin-right: 7px;
  line-height: 1;
  vertical-align: middle;
}

#contents .notice_bingle {
	width: 100%;
    margin: 10px auto;
    padding: 10px;
    border: 1px gray solid;
    text-align: center;
    border-radius: 4px;
}
#contents .notice_bingle a {
	display: block;
	color: #333 !important;
	text-decoration: underline;
}