@charset "UTF-8";


/*----------------------------------------------------------------------

Reset Style

----------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #555;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

body {
  margin: 0 auto;
  padding: 0;
  color:#373737;
  font-family: "メイリオ";
  /*background-color: #f5f3f4;*/
}
.container{
  max-width:1180px;
  margin:0 auto;
}
a{
  color : #666666;
  text-decoration : none;
}

a:hover{
  color : #cccccc;
  text-decoration : underline;
}
img{
  max-width:100%;
  height:auto;
}
/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/
.header {
  text-align: center;
  margin: 2em 1em 1em;
}

.motionContainer.masonry,
.motionContainer.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.motionContainer.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.motionContainer.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
/* disable transitions on container */
.motionContainer.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.modules {
  margin: 0 auto 3em;
  padding: 5px;
  /*background: url(../images/modulebg.gif) top left #ddd;*/
}
.modules:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modules li {
  width: 275px;
  padding: 9px;
  padding-bottom:15px;
  float: left;
  padding: 0;
  background-color: #fff;
  /*box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);*/
  color:#373737;
  font-family: "メイリオ";
}

.modules li p {
  font-size: 10px;
  padding:3px 5px;
  line-height:16px;
}
.modules li p.title {
  font-weight:bold;
  font-size:12px;
  padding:3px 5px 0px 5px;
}
.modules li p.text {
  padding-bottom:25px;
}
.modules li p.user {
  background-color: #eee;
}

  #category{
    margin-top:50px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:50px;
  }
  #category .title{
    font-size:16px;
    font-weight:bold;
    padding-bottom:3px;
    border-bottom:1px solid #e2e2e2;
    margin-bottom:20px;
    padding-left:5px;
  }
  #category ul.cate_list{
    letter-spacing: -.4em;
    width:100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #category ul.cate_list>li{
    display: inline-block;
    height:339px;
    width:160px;
    padding:10px 7px 5px;
    border:solid 1px rgb(232, 232, 232);
    line-height:24px;
    font-size:11px;
    text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px 3px 10px;
    letter-spacing: normal;
    vertical-align: top;
  }
  #category ul.cate_list>li:nth-child(2){
    width:163px;
  }
  #category ul.cate_list>li:last-child{
    width:173px;
  }

  #pop_category{
    position:fixed;
    top:100px;
    left:50%;
    bottom:0px;
    right:0px;
    z-index:100;
    background:white;
    width:716px;
    height:700px;
    margin-left: -358px;
    display: none;

  }
  #pop_category .title{
    font-size:16px;
    font-weight:bold;
    padding-bottom:3px;
    border-bottom:1px solid #e2e2e2;
    margin-bottom:20px;
    padding-left:5px;
  }
  #pop_category ul.cate_list{
    letter-spacing: -.4em;
    width:100%;
    text-align: center;
    margin-top:25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #pop_category ul.cate_list>li{
    display: inline-block;
    height:320px;
    width:163px !important;
    padding:10px 7px 5px;
    border:solid 1px rgb(232, 232, 232);
    line-height:24px;
    font-size:11px;
    text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px 3px 10px;
    letter-spacing: normal;
    vertical-align: top;
  }

  #other ul{
    letter-spacing: -.4em;
    text-align: center
  }
  #other ul li{
    letter-spacing: normal;
    text-align: left;
    display: inline-block;
    width:550px;
    vertical-align: top;
  }
  #other ul li table{
    margin:0 auto;
  }
  #other ul li:nth-child(1){
    margin-right:20px;
    margin-bottom:30px;
  }
  #other ul li:nth-child(2){
    text-align:center;
  }
  #footer{
    margin-top:50px;
    background:#666;
    padding-bottom:100px;
    color:white;
    font-size:11px;
  }
  #footer ul{
    letter-spacing: -.4em;
    text-align: center;
    padding-top:70px;
  }
  #footer ul li{
    letter-spacing: normal;
    display: inline-block;
    margin:0px 15px;
  }
  #footer ul li a{
    color:white;
    text-decoration: none;
  }
  #copy{
    width:920px;
    margin:0 auto;
    margin-top:50px;
  }
  #copy .left{
    float:left;
    width:420px;
  }
  #copy .left img{
    max-width: 100%;
  }
  #copy .right{
    float:right;
    width:470px;
  }
@media screen and (max-width: 840px) {
  #footer ul li{
    margin:0px 10px;
  }
}
@media screen and (max-width: 920px) {
  #copy{
    width:100%;
    margin-top:30px;
    text-align:center;
  }
  #copy .left{
    float:none;
    display: inline-block;
    width:100%;
    text-align: center;
  }
  #copy .right{
    float:none;
    display: inline-block;
    width:100%;
    margin-top:15px;
    text-align: left;
  }
  #copy .right p{
    padding:0px 5px;
  }
  #footer{
    padding-bottom:60px;
  }
}
@media screen and (max-width: 470px) {
  #copy{
    width:100%;
    margin-top:15px;
    text-align:center;
  }
  #copy .left{
    float:none;
    display: inline-block;
    width:100%;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  #footer{
    padding-bottom:30px;
  }
  #footer ul{
    padding-top:20px;
  }
   #footer ul li{
    margin:0px;
    padding:10px 5px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:33%;
    border:solid 1px #FFF;
    vertical-align: bottom;
  }
  #footer ul li:nth-child(1),#footer ul li:nth-child(2),#footer ul li:nth-child(3){
    border-left:1px solid white;
    border-top:1px solid white;
    border-bottom:1px solid white;
  }
  #footer ul li:nth-child(4),#footer ul li:nth-child(5),#footer ul li:nth-child(6){
    border-left:1px solid white;
    border-bottom:1px solid white;
  }
  #footer ul li:nth-child(7),#footer ul li:nth-child(8),#footer ul li:nth-child(9){
    border-left:1px solid white;
    border-bottom:1px solid white;
  }
  #footer ul li:nth-child(3),#footer ul li:nth-child(6),#footer ul li:nth-child(9){
    border-right:1px solid white;
  }
  #footer ul li a{
    display: inline-block;
    height:100%;
    width:100%;
  }
}

#header form{
  margin-bottom:10px;
}
.search_text{
  float:left;
  padding:5px;
  color:#333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:29px;
  margin-right:5px;
  margin-left:50px;
}
.search_btn{
  float:left;
}
.pc_menu{
  float:left;
  vertical-align: middle;
  margin-left:15px;
  margin-top:4px;
}

  #header{
    max-width:1100px;
    margin:0 auto;
    width:100%;
    padding-top:40px;
    padding-bottom:30px;
    letter-spacing: -.4em;
    font-size:11px;
  }
  #header h1{
    max-width: 314px;
    width:100%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    padding-top:5px;
  }
  #g_nav{
    width:420px;
    letter-spacing: -.4em;
    display: inline-block;
    vertical-align: top;
    padding-left: 45px;
    line-height: 21px;
    padding-top: 28px;
  }
  #g_nav li{
    letter-spacing: normal;
    display: inline-block;
    width:105px;
  }
  #header .right{
    max-width:300px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -.4em;
    margin-top:-15px;
  }
  #nav{
    display: none;
  }
  #nav li{
    display: block;
    border:solid 1px #351d01;
    letter-spacing: normal;
    float:left;
    font-size:14px;
    text-align:center;
    font-weight:bold;
    cursor: pointer;
    width:33%;
    }
    #nav li:first-child{
      border-left:none;
      border-right:none;
    }
    #nav li:last-child{
      border-right:none;
      border-left:none;
    }
    #nav li img{
      max-width: 100%;
      max-height:50px;
      vertical-align: middle;
    }
  #nav li a{
    display: inline-block;
    width: 100%;
    height:100%;
    color:#351d01;
    font-size:14px;
    text-align:center;
  }
  #nav li a:hover{
    text-decoration: none;
  }
  .sp_form{
    display: none;
    height:29px;
    margin-top:20px;
  }
  .sp_form form{
    margin:0px auto;
    display: inline-block;
    margin-bottom:0px;
  }
  #mask{
    height:100%;
    width:100%;
    position:fixed;
    z-index:10;
    background:rgba(0,0,0,0.7);
    display: none;

  }
  #pop_ranking{
    position:fixed;
    top:100px;
    left:50%;
    bottom:0px;
    right:0px;
    z-index:100;
    background:white;
    width:716px;
    height:430px;
    margin-left: -358px;
    display: none;

  }
  #pop_ranking #ranking_area{
    position: relative;
    width:100%;
    height:100%;
  }
  #pop_ranking #ranking_area #ranking{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-330px;
    margin-top:-165px;
    width:660px;
    height:330px;
  }
#ranking_area .title{
  display: inline-block;
  float:left;
}
#ranking_area .title span{
  font-size:16px;
  color:red;
  font-weight:bold;
  display: inline-block;
  margin-right:4px;
  float:left;
}
#ranking_area .title img{
  float:left;
  margin-top:-2px;
  display: inline-block;
}
#ranking_area .date{
  float:right;
  font-size:14px;
  margin-bottom:20px;
}
#ranking_area .r_slider{
  margin-top:10px;
  clear:both;
}
#ranking_area .r_slider li{
  width:95px;
  padding:0px 11px;
  height:239px;
  float:left;
}
#ranking_area .rank{
  font-weight: bold;
  text-align: left;
  color: #C00;
  font-size: 20px;
  line-height: 1.3;
}
#ranking_area .rank span{
  font-size: 12px;
}
#ranking_area .name{
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  padding-top: 5px;
  line-height: 1.2;
  height: 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ranking_area img{
    vertical-align: middle;
}
#ranking_area .name a{
    color: #1D54A7 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    line-height: 1.2;
}
#ranking_area .price{
  word-break: break-all;
  word-wrap: break-word;
  font-weight: bold;
  text-align: left;
  color: #C00;
  line-height: 1.4;
  font-size: 15px;
}
#ranking_area .send{
  color: #686868;
  font-size: 10px;
  line-height: 1.3;
}
#ranking_area .review{
  font-size: 10px;
  line-height: 1.3;
  color: #000;
}
#ranking_area .review a{
  text-decoration: none;
color: #164082;
}

.star{
  margin-top:4px;
}
.star span{
  display: inline-block;
  float: left;
}
.full_star{
  width: 12px !important;
  height: 12px !important;
  background: transparent url("http://a.ichiba.jp.rakuten-static.com/com/img/ranking/parts/inshop/pc/review_star10.gif") no-repeat scroll 0% 0% !important;
}
.half_star{
  width: 12px !important;
  height: 12px !important;
  background: transparent url("http://a.ichiba.jp.rakuten-static.com/com/img/ranking/parts/inshop/pc/review_star10_half.gif") no-repeat scroll 0% 0% !important;
}
.off_star{
  width: 12px !important;
  height: 12px !important;
  background: transparent url("http://a.ichiba.jp.rakuten-static.com/com/img/ranking/parts/inshop/pc/review_star10_off.gif") no-repeat scroll 0% 0% !important;
}



.cate_list dd{
    display: block;
  }
#category ul.cate_list>li{
    height:339px;
}

@media screen and (max-width: 336px) {
  .cate_list dd{
    display: none;
  }
  #category ul.cate_list>li{
    height:auto;
  }
}


#other{
  display: block;
}
@media screen and (max-width: 560px) {
    #other{
      display: none;
    }
}


.sp_form{
  display: none;
}
#header .right{
  display: inline-block;
}
#header{
  padding-bottom:30px;
}
#header form{
  margin-bottom:10px;
}
.search_text{
  margin-left:50px;
}
@media screen and (max-width: 720px) {
    .sp_form{
      display: block;
    }
    #header .right{
      display: none;
    }
    #header{
      padding-bottom:15px;
    }
    #header form{
      margin-bottom:0px;
    }
    .search_text{
      margin-left:0px;
    }
}


#nav{
  display: none;
}
.pc_menu{
  display: inline-block;
}
#g_nav{
  display: inline-block;
}
#header{
  text-align:left;
}
@media screen and (max-width: 1095px) {
    #nav{
      display: block;
    }
    .pc_menu{
      display: none;
    }
    #g_nav{
      display: none;
    }
    #header{
      text-align:center;
    }
}







