@charset "euc-jp";

/* common */
#groupList h2 {
  font-size:120%;
  margin:1.5em 0 1.5em;
}

#groupList ul {
  display:block;
}

#groupList ul:after {
  content:" ";
  display:block;
  height:1px;
  overflow:hidden;
  clear:left;
}

#groupList li {
  width:20%;
  margin:15px 5%;
  display:block;
  list-style-type:none;
  text-align:center;
  float:left;
}

#groupList li img {
  display:block;
  margin:0 auto 0.2em;
  width:150px;
}

/* PC */
@media screen and (min-width: 801px){
  #itemList {
    width:1000px;
    margin:0 auto 80px;
  }
}

/* SP */
@media screen and (max-width: 800px){
  #itemList {
    width:96%;
    margin:0 2% 80px;
  }
}

/*----------------------------------
  sorter
----------------------------------*/

/* PC */
@media screen and (min-width: 801px){
  #sort {
    display:block;
    text-align:right;
  }
}

/* SP */
@media screen and (max-width: 800px){
  #sort {
    display:block;
    text-align:center;
    margin-bottom:30px;
  }
}

/* common */
#sort li {
  display:inline;
  list-style-type:none;
  margin-left:0 5px;
}

/*----------------------------------
  pager
----------------------------------*/

/* common */
.page {
  display:block;
  text-align:center;
  margin-bottom:40px;
}

.page li {
  display:inline;
  list-style-type:none;
}

.page li a,
.page li span {
  display:inline-block;
  margin:0 5px;
  padding:5px;
  border:1px solid #CCCCCC;
}

.page li a {
  text-decoration:none;
  background:#AAAAAA;
  color:white;
}

.page li a:hover {
  background:white;
  color:orange;
}

.page li span {
  background:white;
}

/*----------------------------------
  content
----------------------------------*/

/* PC */
@media screen and (min-width: 801px){
  #product {
    display:block;
    width:1000px;
    margin-bottom:60px;
  }

  #product li {
    width:180px;
    margin:0 8px 60px;
  }
}

/* SP */
@media screen and (max-width: 800px){
  #product {
    display:block;
    width:100%;
    margin-bottom:60px;
  }

  #product li {
    width:140px;
    margin:0 5px 60px;
  }
}

/* common */
#product li {
  display:blcok;
  list-style-type:none;
  background-color:white;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:contain;
  float:left;
  border:1px solid #EEEEEE;
}

#product:after {
  content:" ";
  display:block;
  height:1px;
  overflow:hidden;
  clear:left;
}

#product li a {
  display:block;
  padding-top:120px;
}

#product li h3 {
  display:inline-block;
  font-size:80%;
  line-height:1.4;
  background:white;
  font-weight:normal;
  padding:10px 2% 5px;
  width:96%;
}

#product li div {
  font-size:80%;
  line-height:1.4;
  padding:5px 20px 10px;
  background:white;
}

#product li .price,
#product li .soldout {
  display:block;
  text-align:center;
}
#product li .price {
  margin-top:15px;
}
#product li .soldout {
  background:brown;
  color:white;
  font-weight:bold;
}

#noItem {
  text-align:center;
  padding:2em;
  font-size:150%;
  letter-spacing:0.4em;
}

#searchBox {
  padding:50px 20px;
}

#keyword2 {
  width:85%;
  border-bottom:1px solid #EEEEEE;
  border-top:none;
  border-left:none;
  border-right:none;
}