/*

news

*/

.kijigenre_info{background:url(../images/news/i_info.png) no-repeat left top;}
.kijigenre_media{background:url(../images/news/i_media.png) no-repeat left top;}
.kijigenre_event{background:url(../images/news/i_event.png) no-repeat left top;}




/* wide
--------------------------*/
@media screen and (min-width: 376px) {

.forSP{ display: none;}

#mNews{
	background:url(../images/news/m_news.png) no-repeat;
	width:103px;
	height:37px;
	margin:50px auto;
}

.kijiAll{
	background:url(../images/news/news_bg.png);
	width:840px;
	margin:0 auto 30px;
	padding:30px;
	position:relative;
}

.kijidate{
	width:100%;
	padding:0 ;
	font-size:10px;
	color:#EE6A99;
}

.kijiTitle{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	padding:10px 0;
	font-size:20px;
	line-height:1.5em;
	color:#EE6A99;
}



.kijiTxt{
	width:100%;
	font-size:15px;
	color: #868686;
	line-height:1.6em;
	padding:0;
}

.kijigenre_info,.kijigenre_media,.kijigenre_event{
	width:100px;
	height:20px;
	line-height:0;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
}


}


/* small
--------------------------*/
@media screen and (max-width: 375px) {

.forPC{ display: none;}

#mNews{
	background:url(../images/news/m_news.png) no-repeat center;
	background-size:contain;
	width:65px;
	height:20px;
	margin:30px auto;
}

.kijiAll{
	background:url(../images/news/news_bg.png);
	width:350px;
	margin:0 auto 20px;
	padding:20px 0;
	position:relative;
}

.kijidate{
	width:90%;
	margin:0 auto;
	padding:0 ;
	font-size:10px;
	color:#EE6A99;
}

.kijiTitle{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:90%;
	margin:0 auto;
	padding:10px 0;
	font-size:18px;
	line-height:1.5em;
	color:#EE6A99;
}

.kijiTxt{
	width:90%;
	margin:0 auto;
	font-size:14px;
	color: #868686;
	line-height:1.6em;
	padding:0;
}

.kijigenre_info,.kijigenre_media,.kijigenre_event{
	width:100px;
	height:20px;
	line-height:0;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
}

	
}