@charset "utf-8";

#newsList{
}
#newsList h2{
  font-size:13px;
  padding-left:20px;
  height:35px;
  line-height:35px;
  color:#ffff80;
  background:url(../img/s/iconStarYellow.png);
  background-repeat:no-repeat;
  background-position:5px 50%;
  background-color:#000033;
  overflow:hidden;
  background:url(../img/s/iconStarYellow.png) 5px 50% no-repeat , linear-gradient(#000033 0%, #000033 100%);
  background:url(../img/s/iconStarYellow.png) 5px 50% no-repeat , -moz-linear-gradient(top center, #000033 0%, #000033 100%);
  background:url(../img/s/iconStarYellow.png) 5px 50% no-repeat , -webkit-gradient(linear, center top, center bottom, from(#000033), to(#000033));
}
#newsList ul{
}
#newsList ul .box{
  border-bottom:1px solid #ccc;
}
#newsList ul li a{
  display:block;
/* �� ���d���j���[�X����ǉ� 2016/10/13 */
/*    background:url(../img/s/iconMoreLink.png) 100% 50% no-repeat; */
  padding:10px 20px 10px 5px;
/* �� ���d���j���[�X����ǉ� 2016/10/13 */
}
#newsList ul li.noImg a{
/* �� ���d���j���[�X����ǉ� 2016/10/13 */
/*  padding:15px 25px 15px 10px;*/
  padding:15px 10px 15px 10px;
/* �� ���d���j���[�X����ǉ� 2016/10/13 */
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:13px;
}
#newsList ul li a .boxImg{
  float:left;
/*	width:25%;
    text-align:center; */
}
#newsList ul li a img{
  border-radius:5px;
  max-width:97px;
}
#newsList ul li a .boxText{
  float:left;
  width:60%;
  margin-left:5%;
}
#newsList ul li.noImg a .boxText{
  float:left;
  width:100%;
  margin-left:0;
}
#newsList ul li a .boxText .title{
  font-size:13px;
  margin-bottom:3px;
}
#newsList ul li.noImg a .boxText .title{
  font-size:13px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom:3px;
}

#newsList ul li a .boxText .time{
}
#newsList .moreLink{
  text-align:right;
  background-color:#fafafa;
}
#newsList .moreLink a{
  background:url(../img/s/iconMoreLink.png) 100% 50% no-repeat;
  padding-right:25px;
  line-height:40px;
  height:40px;
  display:block;
}
#newsList .headerTitle h2 {
    display: table-cell;
}
#newsList .headerTitle p {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 3px;
    width: 7em;
}
#newsList .headerTitle p a {
    padding: 5px 0 4px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #e54794;
}
#newsList .headerTitle {
    margin-bottom: 5px;
    display: table;
    width: 100%;
    height: 35px;
    background: url(../img/s/iconStarYellow.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-color: #ed87b9;
    overflow: hidden;
    background: linear-gradient(#ed87b9 0%, #e54794 100%);
    background: -moz-linear-gradient(top center, #ed87b9 0%, #e54794 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#ed87b9), to(#e54794));
}
/* �� ���d���j���[�X����ǉ� 2016/10/13 */
#newsList .time {
    line-height: 16px;
}
#newsList .time-text {
    float: left;
}
#newsList .time-text + i.fa, #newsList .box_content + i.fa {
    font-size: 16px;
    margin-left: 5px;
    line-height: 16px;
}
#newsList .box_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    max-width: 90%;
    line-height: 16px;
    font-size: 16px;
}
/* �� ���d���j���[�X����ǉ� 2016/10/13 */
/* ↓ 2026/01/26 会員限定ニュース */
span.member_only {
    background: #8a8a8a;
    color: white;
    border-radius: 8px;
    padding: 2px 4px;
    display: inline-block;
    height: 13px;
    line-height: 13px;
}
span.member_only {
    font-size: 11px;
}
.white-icon{
  margin-right: 2px;
}
/* ↑ 2026/01/26 会員限定ニュース */
