@charset "utf-8";
/* CSS Document */
/*-----index適応-----*/

@media screen and (max-width:800px){

/*--------------------
トピックスタブ
--------------------*/
#news_tabs{
	z-index:2;
}

#news_tabs ul li{
	float:left;
}
#news_tabs ul li.pickup_news a{
	background: url(../../img/img_arrow_01.png) 6px 15px;
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding: 10px 0;
	display:block;
	z-index:99;
	width:100%;
	height:auto;
}
#news_tabs ul li.pickup_all a,
#news_tabs ul li.pickup_blog a,
#news_tabs ul li.pickup_faculty a,
#news_tabs ul li.pickup_media a{
	background: url(../../img/img_arrow_02.png) 6px 15px;
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding: 10px 0;
	display:block;
	z-index:99;
	width:100%;
	height:auto;
}

#news_tabs ul li.pickup_all a:hover,
#news_tabs ul li.pickup_news a:hover,
#news_tabs ul li.pickup_faculty a:hover,
#news_tabs ul li.pickup_blog a:hover,
#news_tabs ul li.pickup_media a:hover{
	background: url(../../img/img_arrow_01.png) 6px 15px;
	background-repeat:no-repeat;
}


#news_tabs ul li.pickup_all{
	max-width:400px;
	width:49%;
	border-left:1px solid #CECECE;
	height:38px;
	background : url(../../img/bg_spbgoff_05.png) 100% 100%;
	background-repeat:no-repeat;
	display:inline;
}

#news_tabs ul li.pickup_news{
	max-width:400px;
	width:50%;
	border-left:1px solid #CECECE;
	height:38px;
	background : url(../../img/bg_spbgon_05.png) 100% 100%;
	background-repeat:no-repeat;
	display:inline;
}

#news_tabs ul li.pickup_blog{
	max-width:400px;
	width:50%;
	border-left:1px solid #CECECE;
	height:38px;
	background : url(../../img/bg_spbgoff_05.png) 100% 100%;
	background-repeat:no-repeat;
	display:inline;
}

#news_tabs ul li.pickup_media{
	max-width:400px;
	width:49%;
	border-left:1px solid #CECECE;
	height:38px;
	background : url(../../img/bg_spbgoff_05.png) 100% 100%;
	background-repeat:no-repeat;
	display:inline;
}
#news_tabs ul li.pickup_faculty{
	max-width:400px;
	width:49%;
	border-left:1px solid #CECECE;
	height:38px;
	background : url(../../img/bg_spbgoff_05.png) 100% 100%;
	background-repeat:no-repeat;
	display:inline;
}

.news_tabs_content{
	margin-bottom:20px;
	border:1px solid #CECECE;
	padding:3% 2% 2% 2%;
	margin-top:0;
	margin-bottom:20px;
	display:block;
	max-width:800px;
	width:95%;
}

.text_box{
	padding:3% 0;
	border-bottom:1px dotted #CACACA;
/*	display:inline-block;*/
}

.text_box_la{
	padding:15px 0;
	display:inline-block;
}

.text_box .news_date,
.text_box_la .news_date{
	float:left;
	max-width: 64px;
    width: 20%;
}

.text_box_le{
	float:left;
/*    margin-left: 15px;*/
}

.text_box_le .pickup_genre{
	float:left;
	margin-bottom:5px;
	width: 100%;
	font-size:80%;
}

.pickup_genre span{
	display: inline;
    margin-bottom: 1%;
}


.text_box .news_text,
.text_box_la .news_text{
	background:url("../../../common/img/arrow01.png") no-repeat left 5px;
	float: left;
    margin-left: 0;
    padding-left: 2%;
    width: 100%;
}

.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;
}

/*20160622追加*/
.news_img{
	float: left;
	width: 35%;
}

.news_left-box{
	margin-left: 38%;
}

	.areaicon{
		display: block;
	}



/*--------------------
SNSボタン
--------------------*/
.news_sns_icon{
    padding: 0;
	max-width:800px;
	width:100%;
	display:table !important
}


.btn_01{
	margin-right:10px;
	margin-bottom:10px;
}

.fb-like{
	width:auto !important;
	float:left !important;
}


.sns_btn{
	display:block;
	float:left !important;
}
#___plusone_0{
	margin-right:1% !important;
	float:left !important;
}


.btn_line{
	width:88px;
	height:20px;
	float:left !important;
}
.sns_hatena{
	width:20px;
	float:left !important;
}

.blog_sns_icon div{
	float:left;
}

/*--------------------
他のトピックスへのボタン
--------------------*/
.topics_btn p{
	float:left;
	margin:2% 0;
	max-width:240px;
	width:32%;
}

.topics_btn .mgr15{
	margin-right:2% !important;
}
/*--------------------
詳細
--------------------*/
.region_tokyo{
	background:url(../../img/icon_tokyo_01.jpg) no-repeat;
	text-indent:-99999px;
}


.region_box img{
	vertical-align:middle;
	padding-left:10px;
}


.news_date{
	float:left;
	width:100%;
}

#news_content p.pickup_genre{
/*	float:left;*/
	width:100%;
	margin-top:5px;
	display: block;
}

.news_textdp{
	width:100%;
	max-width:800px;
}


}