@charset "UTF-8";
/*--------------------------------
    サイドメニュー
--------------------------------*/
#side-menu {
  width: 180px;
  margin: 0;
  font-weight: normal;
}

#side-menu .banner-item img {
  width: 100%;
  border: 1px solid #CCCCCC;
}

#side-menu h4 {
  background-color: #4B4B4B;
  color: #fff;
  text-align: center;
  padding: 4.2% 0;
  margin: 11% 0 0;
  font-size: 1.0666em;
}

#side-menu .recommend-item {
  text-align: center;
  padding: 9% 0 7.4%;
  border-bottom: 1px solid #D4D4D3;
  border-right: 1px solid #D4D4D3;
  border-left: 1px solid #D4D4D3;
}

#side-menu .recommend-item .cate-img {
  width: 100px;
}

#side-menu .recommend-item .item-name {
  font-size: 0.8666em;
  display: block;
  margin: 1.8% 0 0;
  line-height: 1.5;
  font-weight: bold;
}
