/* CSS Document */


/*--------------------------------------------
 	fam_nativead_toppage
--------------------------------------------*/
.fam_nativead_toppage{
	margin-bottom: 20px;
	height: 254px;
	
}

.fam_nativead_toppage li{
	border-bottom: 1px solid #CCC;
	padding: 12px 0 13px 0;
	height: 101px;
	
}

.fam_nativead_toppage li span{
	display: block;
	float: left;
	width:495px;

	color: #000;
    font-size: 16px;
    line-height: 22px;
	
	margin-left: 8px;
	
}
/*--------------------------------------------
 	adv
--------------------------------------------*/
.topics.toppage.osusumeadv{
	margin-bottom: 0;
}

/*--------------------------------------------
 	taboola
--------------------------------------------*/
.taboola{
	margin-top: 0;
	
}

/*--------------------------------------------
 	topics
--------------------------------------------*/
.middlelabel{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#F64C8B;
	
	
}

.topics{
	
	
}

.topics.topborder{
		border-top: 1px solid #CCC;
	
}

.topics .entry{
	border-bottom: 1px solid #CCC;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.topics  .entry .thumb{
	width:80px;
	height:80px;
	float:left;	
}

.topics  .entry .thumb img{
	width:80px;
	height:80px;
}


.topics .entry .contents{
	padding:0 0 0 8px;
	float:left;
	width:382px;
}
.topics.favorite .entry .contents{
	padding:0 0 0 8px;
	float:left;
	width:600px;
	
}

.plane-2clmr .topics .entry .contents{
	padding:0 0 0 8px;
	float:left;
	width:532px;
	
}

.topics .entry .title{
	margin-bottom:2px;
}
.topics .entry .title a{
	color:#000;
	font-size:16px;
	line-height:22px;

	
}

.topics .entry .userarea{
	bottom: 7px;
}

.topics .entry .userarea .user a{
	color:#999;
	
}

.topics .entry .pvarea{
	
}


.topics .entry .pvarea .pv{
	color:#999;
}

.topics .entry .pvarea .view{
	color:#999;
	margin-bottom:10px;
}


.osusumetopicsarea{
}
.osusumetopicsarea.recommend{
	margin-top: 18px;
}

.osusumetopicsarea .topics li:first-child{
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

.osusumetopicslabel{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 1px;
	
}
.osusumetopicslabel.bottomborder{
border-bottom: 1px solid #ccc;
}


.pagebuttomtopics{
	background-color:#FFF;
	
}

.pagebuttomtopics  .entry .contents {

}


.topics  .tag {
    display: inline-block;
    margin-bottom: 5px;
}
.topics .taglist .tag a{
	/* background: none repeat scroll 0 0 #f64c8b; */
	background: none repeat scroll 0 0 #CCC;
	
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 2px 6px;
	margin-bottom:0;
	border-style: none;
}




/* toppage */
.topics.toppage{
	margin-bottom:20px;
}
.topics.toppage.today{
	margin-bottom:10px;
}
.topics.toppage  .entry .thumb{
	width:80px;
	height:80px;
	float:left;	
}

.topics.toppage  .entry{
	 position:relative; /* アップデートなどのアイコンを出すため */
}

.topics.toppage  .entry .thumb img{
	width:80px;
	height:80px;
}


.topics.toppage .entry .contents{
	padding:0 18px 0 12px;
	float:left;
	width:510px;
	
	display:table-cell;
	vertical-align:middle;
	
}

.topics.toppage .entry .icon{
	display:block;
	position:absolute;
	z-index:200;
/*	transform: rotate(13deg);*/
}
.topics.toppage .entry .icon{
	right: 3px;
	top: -10px;
}
.topics.toppage .entry.ranker .icon{
	right: 3px;
	top: 4px;
}
.topics.toppage .entry.ranker{
/*	border-top:2px solid #CCC;*/
}
.topics.toppage .entry.ranker.no3{
/*	border-bottom:2px solid #CCC;*/
	margin-bottom:12px;
}

.topics.toppage .entry .new_icon{
	margin-right:2px;
	width:20px;
}
.topics.toppage .entry .ranking_icon{
	padding-right:0;
	width:15px;
}
.topics.toppage .entry .update_icon{
	margin-right:2px;
	width:12px;
}

.topics.toppage .userarea .user{
	color:#999;
}
.topics.toppage .entry .userarea{
	/* position:absolute; */
}
.topics.toppage .entry.ranker .userarea{
/*	position:absolute; */
/*	bottom: 10px;
	margin-top:5px;*/
	margin-left:2px;
}
.topiclabel{
	margin-bottom:0 !important;
	padding-bottom:5px !important;
}


/*--------------------------------------------
 	ranker
--------------------------------------------*/
.topics.toppage .entry.ranker{
	padding:12px 0 13px 0;
	margin:0 0 0 0;
}
.topics.toppage .entry.ranker .thumb,
.topics.toppage .entry.ranker .thumb img{
	height:95px;
	width:95px;
}
.topics.toppage .entry.ranker .contents{
	margin:0;
	padding:0 18px 0 12px;
	width:495px;
}
.topics.toppage .entry.ranker .comment{
	margin-left:2px;
	color:#999;
}
.topics.toppage .entry.ranker .userarea{
	position:static;
	
}




/*--------------------------------------------
 	topicsimages_small
--------------------------------------------*/
.topicsimages_small {
/*	float:left;*/
/*	margin-right:1px;*/
	margin-bottom:8px;
}

.topicsimages_small li{
	float:left;
	height:120px;
	width:120px;
/*	margin-bottom:1px;*/
	margin:0 2px;
}
.topicsimages_small li:hover{
	opacity:0.8;
}

.topicsimages_small li a img{
	display:block;
	position:absolute;
	width:120px;
}
/*
.topicsimages_small li .new_icon{
	display:block;
	position:absolute;
	right: 10px;
	top: 10px;
	z-index:200;
	width:28px;
}*/


/*--------------------------------------------
 	orderswitch_topics
--------------------------------------------*/
.orderswitch_topics {
    margin: 10px 0 10px auto;
    width: 140px;
}
.orderswitch_topics li {
    float: left;
    width: 70px;
}
.orderswitch_topics li a {
    background-color: #fff;
}
.orderswitch_topics li.active a {
    background-color: #000;
    color: #fff;
}
.orderswitch_topics a {
    color: #000;
    display: block;
    font-size: 12px;
    padding: 5px 5px 3px 5px;
    text-align: center;
    text-decoration: none;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";

}
.orderswitch_topics li:first-child a {
    border: 1px solid #000;
}
.orderswitch_topics li:last-child a {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}