@charset 'UTF-8';
/*---------------------------------------------------------------------------------
news
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import 'banner.css';

/*
�X�[�p�[�o�i�[
---------------------------------------------------------------------------------*/
#super {
  border-top: 5px solid #ff5e71;
}

#super h4 {
  margin-top: 5px;
}

/*
h3
---------------------------------------------------------------------------------*/
h3 {
  background: -moz-linear-gradient(top, #fff1f5, #ffc8cf);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1f5), to(#ffc8cf));
  border-bottom: 1px solid #ff97a3;
  border-top: 1px solid #ff97a3;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  margin: 0;
  padding: 8px 5px 2px;
  text-align: left;
}

h3 span {
  color: #f06;
  font-size: 16px;
}

/*
�j���[�X
---------------------------------------------------------------------------------*/
#newsList ul {
  background: #fff;
  border-top: 2px solid #ff5e71;
  margin-top: 5px;
  text-align: left;
}

#newsList li {
  background: url(../img/cmn/arrow.png) no-repeat 98% center;
  border-bottom: 2px solid #ff5e71;
  line-height: 1.5;
  overflow: hidden;
}

#newsList li:nth-child(2n) {
  background-color: #fff3f7;
}

#newsList li a {
  color: #000;
  padding: 5px 25px 5px 10px;
  text-decoration: none;
}

#newsList span {
  font-size: 12px;
}

#newsList .catch {
  color: #39f;
  font-size: 14px;
  font-weight: bold;
}

#newsList .shopName {
  color: #f39;
  font-weight: bold;
}