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

@media screen and (max-width:800px){
/*--------------------
トピックスタブ
--------------------*/

#news_tabs{
width: 100%;
margin-bottom: -1px;
z-index: 15;
}

#news_tabs ul li{
	display:inline-block;
	position:relative;
	left:-0px;
	font-weight:bold;
	cursor:pointer;
	height: auto !important;
	width: 50%;
	max-width:187px;
	margin-bottom: -4px;
}

#news_tabs ul li:first-child{
left:0;
}

#news_tabs ul li:nth-child(even){
position:relative;
}

#news_tabs ul li.select{
display:inline-block;
position:relative;
cursor:pointer;
margin-right: -1px;
}

#news_tabs ul li a{
	height: auto !important;
	padding:7% 0;
}

#news_tabs ul li:hover{
text-decoration:underline;
}

.news_tabs_content{
	border:1px solid #8b7d5f;
	padding:3% 2% 2% 2%;
	margin-top:-7px;
	margin-bottom:20px;
	display:block;
}

.news_tabs_content news_tabs_box,
.news_tabs_content news_tabs_box_la{
	border:none;
	padding:0;
	margin:0;
	line-height:18px;
}

.news_tabs_content .icon_box .icon_box{
	float:left;
}

.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;
    width: 68%;
    margin-left: 15px;
}

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

.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;
	background-size: 6px;
	float: left;
    margin-left: 0;
    padding-left: 2%;
    width: 100%;
}

.text_box .news_text a,
.text_box_la .news_text a{
	padding-left:5px;
}

.text_box .news_text a:hover,
.text_box_la .news_text a:hover{
	text-decoration:underline;
}

/*--------------------
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;
}

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

.accordion-head{
	margin-bottom: 1px;
}

}