/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/*ol {border:0px solid #00F;}*/


/* thumbnail styles */
img.wpp-thumbnail {
	border:1px solid #DDD;
	float:left;
		margin:0 6px 0 0;
		padding:3px;
		background:#EEE;
}
a:hover img.wpp-thumbnail{
		border:1px solid #008fde;
		background:#afeeee;
}

/*li{
	line-height:12px;
	font-size:40px;
	}*/



/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:bold;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
			border:0px solid #00F;
			/*float:left;*/
	}
	
	.wpp-author {
		font-style:italic;
	}

.wpp-date:before {width:100%;}
.wpp-date:after {
  content: ""; 
  display: block; 
  clear: both;
 }


	.wpp-date {
			color:#888;
			font-weight:normal;
			font-size:14px;
			border:0px solid #00F;
			float:left;
	}

.sidebar ul.wpp {
    overflow:hidden;
    margin:0px 5px 0px;
}
.widget-area .widget .wpp li {
				list-style:none outside;

    height: 90px;
    margin: 5px 0 0 5px;
		border-bottom:1px dotted #DDD;
}

/* title styles */
/*.wpp-post-title {
	float:left;
	border:0px solid #F00;
	    width: 62%;height:24px;
    display: inline-block;
    vertical-align:top;
    font-size:14px;font-weight:bold;
    margin-top:10px;margin-right:1px;
   overflow:hidden;
   text-overflow:ellipsis;
   -webkit-text-overflow:ellipsis;
   -o-text-overflow: ellipsis;
   white-space:nowrap;
}*/
.wpp-post-title {
	display: inline-block;
	border:0px solid #F00;
	width:62%;
	/*font-size:10px;*/
	font-weight:bold;
}
.wpp-post-title:after{clear:both;}
		

/*.wpp-post-title {
    width: 140px;
    display: inline-block;
    vertical-align:top;
    font-size:100%;
    margin: 0 10px 0 10px;
}*/


/*--------------------iPhone、スマホ用記述----------------------*/
/*@media screen and (min-width: 600px) and (max-width: 960px) {*/

/* thumbnail styles */
/*img.wpp-thumbnail {
	border:1px solid #DDD;
	float:left;
		margin:0 6px 0 0;
		padding:3px;
		background:#EEE;
}
a:hover img.wpp-thumbnail{
		border:1px solid #008fde;
		background:#afeeee;
}
*/


/* title styles */
/*.wpp-post-title {
	clear:both;
	float:left;
	border:0px solid #F00;
	    width: 100%;*//*height:24px;*/
    /*display: inline-block;
    vertical-align:top;
    font-size:14px;font-weight:bold;
    margin-top:4px;margin-right:1px;
   overflow:hidden;
   text-overflow:ellipsis;
   -webkit-text-overflow:ellipsis;
   -o-text-overflow: ellipsis;
   white-space:nowrap;
}

	.wpp-date {	clear:both;
			color:#888;
			font-weight:normal;
			font-size:12px;
			border:0px solid #00F;
			float:left;
				border:0px solid #000;
				margin-bottom:10px;
			
	}

}*/


/* WP-PostRatings styles */
.wpp-rating {
}