.product-list__image:hover {
  opacity: 0.8;
}

.top-menu-image{
  width:300px;
  height:200px;
}

.top-menu{
  list-style-type: none;
  font-size: 0;
  margin-top: 40px;
}

.top-menu-category{
  width: 303px;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 70px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.top-menu-hosoku{
  margin-top: 10px;
  text-align: left;
}

.top-menu-category-title{
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 16px;
  color:#666666
}

.top-menu-category-title-sub{
  margin-top: -20px;
  text-align: center;
  display: block;
  font-size: 12px;
  color:#666666
}

.contents-list__name{
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 16px;
}

/* ¤ªÃÎ¤é¤»Íó */
.news{
    margin-bottom: 50px;
}

.news img{
  position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    border: 0;
}

.news ul{
    list-style: none;
}

.news-title{
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 16px;
}

.news li{
  width: 300px;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 40px;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.news-image:hover {
  opacity: 0.8;
}
