/*お知らせ*/
.attention_big {
  font-size: 1.4em;
  vertical-align: bottom;
}
.attention2{
 margin:0 0 1em;
 padding:1em 2em;
 text-align:center;
 background-color:#ced4d9;
 color:#000;
 font-size:0.9em;
 line-height: 1.5em;
  background-image: linear-gradient(
135deg
, #6A2727 30px, transparent 0);
}
.attention_title2{
 font-weight:bold;
 color:#6A2727;
 line-height: 1.8em;
 border-bottom: 1px solid #6A2727;
}
.attention_txt{
  padding-top:1em;
  line-height:1.5em;
  letter-spacing: 0.1em;
}
.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
  .attention2{
 margin:0 0.5em 1em;
 padding:1em 2em;
 text-align:center;
 font-size:0.8em;
}
.attention_title2{
  padding-bottom:1em;;
 line-height: 1.3em;
}
}
/*告知共通*/
.announce {
    text-align: center;
    background-color: #fff;
    border:solid #666666 1px;
    padding: 1em 1.5em;
    margin: 0 1% 0.5em;
}
.announce p{
  margin:0;
}
.announce p a{
  color:#ffffff;
  margin:0;
    display:block;
}
._w700{
   font-weight:700;
}
/*セール告知スマホ用*/
.item_announce {
    text-align: center;
    background-color: #a93a34;
    padding: 0.6em 1em;
    margin: 1em 1% 1em;
}
.item_announce p {
    color: #ffffff;
}
.item_announce p a{
    color: #ffffff;
  display:block;
}
p.sale {
  letter-spacing: 0.1em;
    font-size: 1em;
    margin: 0;
    /*font-style: italic;*/
    color: #ffffff;
    /*font-weight: 700;
    font-family: serif;*/
}
.period {
    letter-spacing: 0.2em;
    font-size: 0.8em;
    color: #ffffff;
    /*border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;*/
    padding: 0.3em 0 0 0;
    margin: 0.3em 0 0;
}
p.ten {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    text-align:center;
    font-family: serif;
    line-height:1.3em;
}
._yellow {
    color: #bfa44c;
}
p.exclude {
    font-size: 0.6em;
    margin: 0.3em 0 0;
    color: #ffffff;
}
/* // */
.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_02 {
  margin-bottom: 10px;
}

/* productlist */
.productlist_heading {
  margin: 40px 0 20px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: left;
  position: relative;
}

.icon_productname {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no_icon_productname {
 margin-top: 5px;
 margin-bottom: 0px;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 5px;
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    margin-bottom: 60px;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
}