@charset "utf-8";
@import "/css/header_style.css?20201109";
/* 
	Created on : 2016/04/14, 15:25:15
	Author     : creft
	歌ネット音楽ニュースコンテンツ用css
  ニュース＆トピックス　今日のうた
*/

#news_list_contents{
	width:987px;
	margin:61px auto 10px auto;
	background:url("/libs/img/common/bg_side_320.gif") repeat-y right top;
}

#news_list_contents .left{
	float:left;
	margin-top:-32px;
	width:655px;
	background:#FFF;
}

#news_list_contents .right{
	float:right;
	width:300px;
	padding:0px 10px;
}


#news_list_contents .left #news_navi_area{
	position: relative;
	width:655px;
	height:60px;
	margin:0px auto 0px auto;
	padding:0px;
	overflow:hidden;
}
#news_list_contents .left #news_navi_area h2{
	float:left;
	width:250px;
}
#news_list_contents .left #news_navi_area ul{
	float:right;
	padding-top:4px;
	width:400px;
	text-align:right;
}
#news_list_contents .left #news_navi_area ul li{
	display:inline;
}
#news_list_contents .left #news_navi_area div.subtitle{
	border-right:1px solid #666666;
	border-left:1px solid #666666;
}
#news_list_contents .left #news_navi_area p{
	border-top:6px solid #000;
	background-color:#666666;
	height:22px;
	line-height:22px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:0px 10px;
}
#news_list_contents .left #news_navi_area p.news{
	border-top:6px solid #F00;
}

/* 一覧開始 */
#news_list_contents .left .inner div.news_monthly_title {
	background-image: url("/reverse/user/writer/image/news_topics_monthly2.jpg");
	background-position: 5px center;
	background-repeat: no-repeat;
	height: 24px;
	margin: 10px auto 5px;
	padding: 0;
	width: 640px;
}
#news_list_contents .left .inner div.news_monthly_title h2 {
	float: left;
	margin: 0;
	text-indent: -9999px;
}

#news_list_contents .left .inner{
	border:1px #666666 solid;
}
#news_list_contents .left .inner ul{
	margin:10px 0px;
	padding:0px;
	list-style-type: none;
}
#news_list_contents .left .inner li.t_block{
	margin:5px 10px;
	padding:10px 0px;
	background-color:#EEEEEE;
	text-align:center;
}
#news_list_contents .left .inner li.t_block p.news_title{
	margin:0px 10px;
	padding:5px 0px;
	text-align:left;
	background-color:#FFFFFF;
	border:1px #666666 solid;
	line-height:1.3;
}
#news_list_contents .left .inner li.t_block p.news_title span.art{
	float:left;
	margin:0px;
	padding:0px 10px;
	font-size:14px;
	line-height:1.3;
	width:120px;
	display:block;
	overflow-wrap: break-word;
}
* html #news_list_contents .left .inner li.t_block p.news_title span.art{
	width:140px;
}
#news_list_contents .left .inner li.t_block p{
	text-align:left;
	padding-right:10px;
}
#news_list_contents .left .inner li.t_block p.news_title span.ttl{
	float:left;
	margin:2px 2px 2px 12px;
	font-size:12px;
	line-height:1.3;
	width:450px;
	display:block;
}
#news_list_contents .left .inner li.t_block p.image_body{
	margin:12px auto;
}
#news_list_contents .left .inner li.t_block p.image_body span.news_body{
	line-height:1.5;
}
#news_list_contents .left .inner li.t_block p span.news_image{
	float:left;
	margin:0px 15px;
	width:120px;
	min-height: 75px;
	text-align:center;
	vertical-align:middle;
}
#news_list_contents .left .inner li.t_block p span.news_image img{
	max-height:110px;
	max-width:110px;
}


#news_list_contents .left .inner li.t_block p span.news_top{
	float:left;
	margin:5px 0px 0px 10px;
	text-align:left;
	width:450px;
	line-height:1.4;
}

#news_list_contents .left .inner li.b_block,
#news_list_contents .left .inner div.b_block{
	margin:0px 10px;
	text-align:left;
	background-image:url('/reverse/user/writer/image/broken_line575.gif');
	background-repeat:repeat-x;
	background-position:center top;
	line-height:18px;
}
#news_list_contents .left .inner li.top_line{
	background-image:none;
}

#news_list_contents .left .inner li.b_block{
	padding:12px 0px 8px 0px;
}
#news_list_contents .left .inner li.b_block p.news_artist{
	padding:0px 15px;
	margin:0;
	background-image:url('/reverse/user/writer/image/sankaku_p1.gif');
	background-repeat:no-repeat;
	background-position:5px center;
}

#news_list_contents .left .inner li.b_block p.news_date{
	margin:3px 0px 3px 15px;
}
#news_list_contents .left .inner li.b_block p.news_date span.ttl{
	float:left;
}
#news_list_contents .left .inner li.b_block p.news_date span.date{
	float:right;
}
#news_list_contents .left .inner div.news_monthly{
	margin:10px 15px 30px 0;
	text-align:right;
}
#news_list_contents .left .inner div.news_pagetop{
	margin:5px 15px 15px 15px;
	text-align:center;
}
#news_list_contents .left .inner div.news_pagetop img{
	border:0px;
}

#news_list_contents .left .inner p.more_today {
	background: rgba(0, 0, 0, 0) url("/reverse/user/writer/image/btn_more.png") no-repeat scroll center center;
	height: 42px;
	margin: 20px auto;
	width: 330px;
}
#news_list_contents .left .inner p.more_today span {
	background: rgba(0, 0, 0, 0) url("/reverse/user/writer/image/more_sankaku.png") no-repeat scroll left center;
	color: #666;
	font-size: 20px;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 4px;
	text-align: center;
}
#news_list_contents .left .inner p.more_today a {
	color: #666;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}


/* ニュース一件表示 */

#news_body_contents {
	background-image: url("/libs/img/common/bg_side_320.gif");
	background-position: 807px top;
	background-repeat: repeat-y;
	font-size: 12px;
	margin: 61px auto 10px;
	text-align: left;
	width: 987px;
}
#news_body_contents .left{
	float: left;
	margin-top:-32px;
	width: 800px;
}
#news_body_contents .left #news_navi_area p{
	float:right;
	width:300px;
	margin:10px 5px 0px 0px;
	text-align:right;
	line-height:20px;
	background:url("/reverse/user/writer/image/sankaku_b.gif") no-repeat right center;
	padding-right:13px;
	font-size:13px;
}
#news_body_contents .left #news_navi_area p a{
	color:#000;
}
#news_body_contents .left .inner{
	background-color: #dedede;
	border-top: 6px solid #000;;
	padding: 20px 18px;
}
#news_body_contents .left .inner.news{
	border-top: 6px solid #ff0000;
}
#news_body_contents .left #news_navi_area{
	position: relative;
	width:800px;
	height:32px;
	margin:0px auto 0px auto;
	padding:0px;
	overflow:hidden;
}
#news_body_contents .left #news_navi_area h2{
	float:left;
	width:250px;
}
#news_body_contents .left #news_navi_area ul{
	float:right;
	padding-top:4px;
	width:400px;
	text-align:right;
}
#news_body_contents .left #news_navi_area ul li{
	display:inline;
}

#news_body_contents .left #search_form {
	margin: 10px 5px 0 0;
	padding: 0 0 15px;
	text-align: right;
}
#news_body_contents #search_form p {
	height: 22px;
	line-height: 22px;
	margin: 0;
}
#news_body_contents #search_form input {
	vertical-align: bottom;
}
#news_body_contents #search_form input.text {
	background: #fff url("/reverse/user/writer/image/search_input_bg.png") no-repeat scroll left top;
	border: 1px solid #333;
	height: 22px;
	line-height: 22px;
	padding: 0 2px;
	width: 164px;
}
#news_body_contents #search_form input.submit {
}
#news_body_contents .left .news_main {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #565656;
	margin: 0 auto;
}
#news_body_contents .news_main .title_area p {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 30px 5px;
	line-height:1.5;
}
#news_body_contents .news_main .title_area h3 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin: 0 30px 5px;
	line-height:1.5;
}
#news_body_contents .news_main .body_area {
	border-top: 1px solid #565656;
	padding: 30px 20px 20px 30px;
	width: 712px;
	line-height:1.5;
}
#news_body_contents .news_main .body_area .news_text {
	float: left;
	margin-right: 24px;
	width: 430px;
	line-height:1.5;
	font-size:13px;
}
#news_body_contents .news_main .body_area .news_text .bold{
	font-weight:bold;
}

#news_body_contents .news_main .body_area .news_image {
	background: #fff none repeat scroll 0 0;
	float: left;
	text-align: center;
	width: 258px;
	line-height:1.5;
}
#news_body_contents .news_main .body_area .news_image.bg_gray {
	background: #e5e8ed none repeat scroll 0 0;
}
#news_body_contents .news_main .body_area .news_image div {
	margin: 10px;
}
#news_body_contents .news_main .body_area .news_image div.img_comment {
	text-align: left;
	line-height:1.5;
}
#news_body_contents .news_main .body_area .link_area {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-top: 15px;
	text-align: left;
	width: 50%;
}
#news_body_contents .news_main .body_area .link_area a{
	color:#000;
	text-decoration:none;
}
#news_body_contents .news_main .body_area .link_area a:hover{
	color:#00F;
}

#news_body_contents .news_main .body_area .link_area img{
	vertical-align:baseline;
}

#news_body_contents .news_main .body_area .news_footer {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-top: 15px;
	text-align: right;
	width: 50%;
}
#news_body_contents .news_main .body_area .news_footer img{
	margin:2px 4px;
	vertical-align:bottom;
}
#news_body_contents .news_main .body_area .news_sns {
	background: #e5e8ed none repeat scroll 0 0;
	float: right;
	min-height: 70px;
	margin-top: 10px;
	padding-top: 8px;
	text-align: center;
	width: 258px;
}
#news_body_contents .news_main .body_area .news_sns ul{
	margin:12px auto;
	padding: 0;
}
#news_body_contents .news_main .body_area .news_sns ul.today{
	margin:8px auto 12px auto;
}
#news_body_contents .news_main .body_area .news_sns.bg_gray {
	background: #e5e8ed none repeat scroll 0 0;
}
#news_body_contents .news_main .body_area .news_sns li {
	display: inline-block;
	padding: 0 10px;
}
#news_body_contents .news_main .body_area .news_sns ul.today li{
	padding: 0 1px;
	vertical-align: bottom;
	height: 28px;
}
#news_body_contents .news_main .body_area .news_sns ul.today li.twitter{
	/*width:100%;
	padding-bottom:5px;*/
}

#news_body_contents .news_main .body_area .news_sns div.img_comment {
	text-align: left;
}
#news_body_contents .left .news_relation {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #565656;
	margin: 10px auto;
	padding: 10px 12px;
}
#news_body_contents .left .news_relation .bg_grade {
	background: #ccc url("/reverse/user/writer/image/bg_grade.gif") no-repeat scroll left center;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	padding-left: 45px;
}
#news_body_contents .left .news_relation ul.relation_list {
	margin: 15px 0;
	padding: 0;
}
#news_body_contents .left .news_relation ul.relation_list li {
	background: rgba(0, 0, 0, 0) url("/reverse/user/writer/image/dot_line.gif") no-repeat scroll right bottom;
	height: 40px;
	list-style: outside none none;
	padding: 5px 0 6px;
}
#news_body_contents .left .news_relation ul.relation_list li dl {
	background: rgba(0, 0, 0, 0) url("/reverse/user/writer/image/sankaku_r.gif") no-repeat scroll 10px center;
	height: 40px;
	margin: 0;
	padding: 0 0 0 24px;
}
#news_body_contents .left .news_relation ul.relation_list li dt {
	background: #eeeeee none repeat scroll 0 0;
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 74px;
}
#news_body_contents .left .news_relation ul.relation_list li dd {
	background: #eeeeee none repeat scroll 0 0;
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 640px;
}
#news_body_contents .left .news_relation ul.relation_list li dd p.title {
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 580px;
}
#news_body_contents .left .news_relation ul.relation_list li dd p.title a{
	color:#000;
	text-decoration:none;
}
#news_body_contents .left .news_relation ul.relation_list li dd p.title a:hover{
	color:#00F;
}
#news_body_contents .left .news_relation ul.relation_list li dd p.ident {
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 60px;
}
#news_body_contents .left .page_link_box {
	text-align: center;
}
#news_body_contents .right {
	float: right;
	padding: 0 10px;
	width: 160px;
}


/* 検索結果 */
#news_body_contents .left .news_ichiran {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #565656;
	margin: 0 auto;
	padding: 15px 0;
}
#news_body_contents .left .news_ichiran .bg_grade {
	background: #ccc url("/reverse/user/writer/image/bg_grade.gif") no-repeat scroll left center;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 15px;
	padding-left: 45px;
	width: 690px;
}
#news_body_contents .left .news_ichiran ul.search_list {
	color: #333;
	margin: 15px;
	padding: 0;
	width: 730px;
}
#news_body_contents .left .news_ichiran ul.search_list li {
	background: rgba(0, 0, 0, 0) url("/reverse/user/writer/image/dot_line.gif") no-repeat scroll right bottom;
	height: 40px;
	list-style: outside none none;
	padding: 5px 0 6px;
}
#news_body_contents .left .news_ichiran ul.search_list li dl {
	background: rgba(0, 0, 0, 0) url("/reverse/user/writer/image/sankaku_r.gif") no-repeat scroll 10px center;
	display: table;
	height: 40px;
	margin: 0;
	padding: 0 0 0 24px;
}
#news_body_contents .left .news_ichiran ul.search_list li dt {
	background: #eeeeee none repeat scroll 0 0;
	display: table-cell;
	height: 40px;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
	width: 120px;
}
#news_body_contents .left .news_ichiran ul.search_list li dd {
	background: #eeeeee none repeat scroll 0 0;
	display: table-cell;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 576px;
}
#news_body_contents .left .news_ichiran ul.search_list li dd p.title {
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 496px;
}
#news_body_contents .left .news_ichiran ul.search_list li dd p.title a {
	color: #333;
	text-decoration:none;
}
#news_body_contents .left .news_ichiran ul.search_list li dd p.title a:hover {
	color: #00f;
	text-decoration:none;
}
#news_body_contents .left .news_ichiran ul.search_list li dd p.ident {
	float: right;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 80px;
}
