@charset "utf-8";

.nav li {
  width: 23.5%;
  margin-left: 2%;
}

/* tab */
.nav.top li.line_fashion{
  background:url(../img/parts/btn-tab_upper_fashion_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.top li.line_fashion:hover,
.nav.top li.current.line_fashion{
  background:url(../img/parts/btn-tab_upper_fashion_on.png) no-repeat center top;
  background-size: 100% auto;  
}

.nav.top li.line_goods{
  background:url(../img/parts/btn-tab_upper_goods_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.top li.line_goods:hover,
.nav.top li.current.line_goods{
  background:url(../img/parts/btn-tab_upper_goods_on.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.top li.line_gourmet{
  background:url(../img/parts/btn-tab_upper_food_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.top li.line_gourmet:hover,
.nav.top li.current.line_gourmet{
  background:url(../img/parts/btn-tab_upper_food_on.png) no-repeat center top;
  background-size: 100% auto;  
}

.nav.top li.line_service{
  background:url(../img/parts/btn-tab_upper_service_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.top li.line_service:hover,
.nav.top li.current.line_service{
  background:url(../img/parts/btn-tab_upper_service_on.png) no-repeat center top;
  background-size: 100% auto;  
}

.nav.bottom li.line_fashion{
  background:url(../img/parts/btn-tab_btm_fashion_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.bottom li.line_fashion:hover,
.nav.bottom li.current.line_fashion{
  background:url(../img/parts/btn-tab_btm_fashion_on.png) no-repeat center top;
  background-size: 100% auto;  
}

.nav.bottom li.line_goods{
  background:url(../img/parts/btn-tab_btm_goods_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.bottom li.line_goods:hover,
.nav.bottom li.current.line_goods{
  background:url(../img/parts/btn-tab_btm_goods_on.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.bottom li.line_gourmet{
  background:url(../img/parts/btn-tab_btm_food_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.bottom li.line_gourmet:hover,
.nav.bottom li.current.line_gourmet{
  background:url(../img/parts/btn-tab_btm_food_on.png) no-repeat center top;
  background-size: 100% auto;  
}

.nav.bottom li.line_service{
  background:url(../img/parts/btn-tab_btm_service_off.png) no-repeat center top;
  background-size: 100% auto;
}

.nav.bottom li.line_service:hover,
.nav.bottom li.current.line_service{
  background:url(../img/parts/btn-tab_btm_service_on.png) no-repeat center top;
  background-size: 100% auto;  
}