@charset "utf-8";

#newsBlock{
  overflow:hidden;
  margin-bottom:20px;
  padding-left: 10px;
}
#newsBlock h2{
  background:url(../img/fppc/areatop/iconTitle01.png) 0 0 no-repeat;
  padding-left:25px;
  line-height:22px;
  font-size:15px;
  font-weight:bold;
  color:#444;
}
#newsBlockText{
  float:left;
  padding-top: 10px;
  width: 203px;
}
#newsBlockText.noPic{
  width: 350px;
}
#newsBlockText h3{
  font-weight:bold;
  font-size:13px;
}
#newsBlockText .time{
  font-size:11px;
  color:#333;
}
#newsBlockText .text{
  color:#333;
}
#newsBlock #newsBlockText .moreLink{
  background:none;
  padding-left:0px;
  margin-bottom:10px;
}
#newsBlock #newsBlockText .moreLink a{
  background:none;
  padding-left:0px;
}
/* ↓ 2026/01/26 会員限定ニュース */
#newsBlockText .time span.member_only {
    background: #8a8a8a;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    padding: 2px 4px;
    display: inline-block;
    height: 13px;
    line-height: 13px;
}
.white-icon{
  margin-right: 2px;
}
/* ↑ 2026/01/26 会員限定ニュース */
#newsBlockImg{
  float:left;
  width:154px;
  height:117px;
  padding: 9px 9px 9px 0;
  overflow:hidden;
  position: relative;
}
/* ↓ 2026/01/26 会員限定ニュース */
#newsBlockImg span.topics_movie_icon {
    border: 1px solid #333333;
    color: #333333;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 6px 2px;
    text-align: center;
    margin-top: 5px;
}
#newsBlockImg span.topics_movie_icon img.topics_movie_icon_img {
    border: 0 none;
    margin-right: 2px;
    width: 12px;
    position: relative;
    top: 1px;
}
/* ↑ 2026/01/26 会員限定ニュース */
#newsBlockList{
  clear:both;
}
#newsBlockList ul{
}
#newsBlockList ul li{
  float:left;
  width:250px;
  margin-bottom:3px;
}
#newsBlockList ul li:nth-of-type(2n){
  float:left;
  margin-left:10px;
}
#newsBlockList ul li a{
  background:url(../img/fppc/areatop/moreLinkList.png) left 50% no-repeat;
  padding-left:12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
}
#newsBlock .moreLink a{
  background:url(../img/fppc/areatop/moreLink.png) no-repeat scroll 0 50% transparent;
  padding-left:12px;
}
#newsBox li{
  height:135px;
  width:50%;
  float:left;
}
//#newsBox li:nth-of-type(3n+2){
//	border-right:1px dotted #999;
//	border-left:1px dotted #999;
//}
//#newsBox li:nth-of-type(n+3){
//	border-top:1px dotted #999;
//}
#newsBox .newsData:hover{
  //background:#fae9ea;
  opacity:0.8;
}
/* ↓ お仕事ニュース動画追加 2016/10/13 */
#newsBlockText .time span {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 13px;
    line-height: 13px;
    padding: 3px 6px 2px;
    text-align: center;
}
#newsBlockText .time span.topics_movie_icon {
    border: 1px solid #333333;
    color: #333333;
    margin-left: 5px;
}
#newsBlockText .time span.topics_movie_icon img.topics_movie_icon_img {
    position: relative;
    top: 0;
    border: 0 none;
    margin-right: 2px;
    width: 12px;
}
/* ↑ お仕事ニュース動画追加 2016/10/13 */
