@charset "utf-8";
/* CSS Document */
/*-----index適応-----*/


/*--------------------
トピックスタブ
--------------------*/

#topics_newshome .pickup_content{
	margin-top:20px;
}
#news_tabs{
	z-index:2;
	margin-left:1px;
}

#news_tabs ul li{
	float:left;
}

#news_tabs ul li a{
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding: 10px 0 0 0;
	display:block;
	z-index:99;
}

#news_tabs ul li.topics_on a{
	background-image:url(../../../common/img/arrow_tab2.png),url(../../../common/img/img_tab2bg_off.png);
	background-repeat: no-repeat, repeat-x;
	background-position:10px center, top left;
	padding:10px 30px 10px 35px;
	border-left:1px solid #f16490;
	border-bottom:1px solid #f16490;
	display:inline-block;
	position:relative;
	margin:0 0 0 0;
	left:-1px;
	cursor:pointer;
	z-index:16;
	margin-right:1px;
}

#news_tabs ul li.topics_off a{
	background-image:url(../../../common/img/arrow_tab_d.png),url(../../../common/img/img_tab2bg_off.png);
	background-repeat: no-repeat, repeat-x;
	background-position:10px center, top left;
	padding:10px 30px 10px 35px;
	border-left:1px solid #f16490;
	border-bottom:1px solid #f16490;
	display:inline-block;
	position:relative;
	margin:0 0 0 0;
	left:-1px;
	cursor:pointer;
	z-index:12;
	margin-right:1px;
}

#news_tabs ul li.topics_off a:hover{
	background-image:url(../../../common/img/arrow_tab2.png),url(../../../common/img/img_tab2bg_off.png);
	background-repeat: no-repeat, repeat-x;
	background-position:10px center, top left;
	padding:10px 30px 10px 35px;
	border-left:1px solid #f16490;
	border-bottom:1px solid #f16490;
	display:inline-block;
	position:relative;
	margin:0 0 0 0;
	left:-1px;
	cursor:pointer;
	z-index:12;
	margin-right:1px;
}

a img.tps_le{
	position: absolute;
	top: 0;
	left: -1px;
	z-index:20;
}


a img.tps_ri{
	position: absolute;
	top: 0;
	right: 0px;
	z-index:20;
}

/*#news_tabs ul li.pickup_all a{
	width:83px;
	height:38px;
	background : url(../../img/bg_allbkoff02_01.png);
	background-repeat:no-repeat;
}

#news_tabs ul li.pickup_all a:hover{
	background : url(../../img/bg_allbkon02_01.png);
	background-repeat:no-repeat;
}


#news_tabs ul li.pickup_news a{
	width:99px;
	height:38px;
	background : url(../../img/bg_newson02_02.png);
	background-repeat:no-repeat;
}

#news_tabs ul li.pickup_blog a{
	width:117px;
	height:38px;
	background : url(../../img/bg_blogoff_03.png);
	background-repeat:no-repeat;
}

#news_tabs ul li.pickup_blog a:hover{
	background : url(../../img/bg_blogon_03.png);
	background-repeat:no-repeat;
}

#news_tabs ul li.pickup_media a{
	width:155px;
	height:38px;
	background : url(../../img/bg_mediaoff_04.png);
	background-repeat:no-repeat;
}

#news_tabs ul li.pickup_media a:hover{
	background : url(../../img/bg_mediaon_04.png);
	background-repeat:no-repeat;
}
*/

.news_tabs_content{
	border:1px solid #CECECE;
	padding:0 20px 20px 20px;
	margin-top:-1px;
	margin-bottom:20px;
	display:marker;
}


/*--------------------
トピックスBOX
--------------------*/

.text_box{
	padding:15px 0;
	border-bottom:1px dotted #CACACA;
	display:inline-block;	
}

.text_box:last-child{
	border-bottom:none;
}

/*
.text_box_la{
	padding:15px 0;
	display:inline-block;	
}*/

.text_box .newstop_date,
.text_box_la .newstop_date{
	float:left;
}

.text_box_le{
	float:left;
    width: 613px;
    margin-left: 15px;
}

.areaicon{
	margin-bottom:5px;
}

.text_box_le .pickup_genre{
	float:left;
	margin-bottom:5px;
	width:613px;
}

.pickup_genre span{
	display: inline-block;
    margin-bottom: 1%;
}


.text_box .news_text,
.text_box_la .news_text{
	background:url("../../../common/img/arrow01.png") no-repeat left 5px;
	float: left;
    padding-left: 10px;
    width: 613px;
}

.text_box .news_text a,
.text_box_la .news_text a{
	padding-left:10px;
	color:#000000;
}

.text_box .news_text a:hover,
.text_box_la .news_text a:hover{
	text-decoration:underline;
}

/*--------------------
SNSボタン
--------------------*/
.news_sns_icon{
    padding: 0;
    width: 750px;
	display:inline-block;
}


.btn_01{
	margin-right:15px;
	float:left !important;
	margin-bottom:30px;
}

.sns_btn{
	display:inline-block;
}
#___plusone_0{
	margin-right:15px !important;
	float:left !important;
}

.fb-like{
	width:auto !important;
	float:left !important;
}

.sns_hatena{
	float:left !important;
	width:20px;
}

.btn_line{
	width:88px;
	height:20px;
	float:left !important;
}

.sns_hatena a img{
	width:20px;
	height:20px;
}

/*--------------------
他のトピックスへのボタン
--------------------*/
.news_btn p{
	float:left;
	margin:20px 0;
}

/*--------------------
詳細
--------------------*/

/*--見出し--*/
#topics_news #contentbk h2 {
	background: none;
	padding: 0 !important;
	margin-bottom: 0;
}

#topics_news #contentbk h3 {
	background: none;
	font-weight: bold;
	padding-left: 0;
	font-size: 18px;
	margin-bottom: 20px;
}

#topics_news img{
	max-width:100%;
	height:auto;
}

#topics_news #contentbk h4{
	background: none;
	padding-left: 0;
}


#topics_news h5{
	font-size:14px;
	color:#000000;
	margin:0 0 20px 0;
}

#topics_news h5.medium{
	font-size:12px;
	color:#000000;
	margin:0 0 20px 0;
}

#topics_news h5.smaill{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin:0 0 20px 0;
}
/*--/見出し--*/

.region_tokyo{
	background:url(../../img/icon_tokyo_01.jpg) no-repeat;
	text-indent:-99999px;
}

#news_content{
	margin-bottom:20px;
}


.news_textdp{
    width: 750px;
	display:inline-block;
	padding:20px 0;
}

.region_box img{
	vertical-align:middle;
	padding-left:10px;
}

.n_date{
	margin-right: 5px;
    vertical-align: middle;
}

#news_content p.pickup_genre{
	margin-bottom: 10px;
    width: 100%;
	margin-top:10px;
}
#topics_newshome .right_navi_underline{
	display:none;
}

/*----------------------------------
2022.1名古屋校追加にともなう変更
------------------------------------*/
.item3 .text-icon{
	display:inline-block;
	margin-right:.3em;
	width:5em;
	height:20px;
	background:#949494;
	font-size:11px;
	color:#fff;
	line-height:20px;
	letter-spacing:.1em;
	text-align:center;
}

