@charset "utf-8";

/* =====================================================================
	layout
====================================================================== */

p.more {
	text-align: right;
	border-bottom: 2px dotted #8EB451;
}
p.more a {
	position: relative;
	top: 0.8em;
	padding: 3px 20px 2px 5px;
	background: #8EB451 url(../img/icon_more.png) no-repeat right center;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
}


/* =====================================================================
	entry
====================================================================== */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


div.entry {
	margin-bottom: 10px;
}
div.entry:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html div.entry {
	zoom: 1;
}
*:first-child+html div.entry {
	zoom: 1;
}
div.entry p.entry_image {
	float: left;
	margin: 0 10px 5px 0 !important;
}
div.entry p.entry_image_r {
	float: right;
	margin: 0 0 5px 10px !important;
}
div.entry ul.entry_list {
	list-style: none;
	clear: both;
	padding: 5px;
	border-top: 1px dotted #ccc;
	text-align: right;
}
div.entry ul.entry_list li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
div.entry ul.entry_list li:last-child {
	border-right: none;
}


/* =====================================================================
	rank（フレーム）
====================================================================== */

.rank_gold, .rank_silver, .rank_copper {
	margin: 0 0 15px 0;
	padding: 5px;
	border-radius: 10px;
}
.rank_gold .rank_inner, .rank_silver .rank_inner, .rank_copper .rank_inner {
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 5px;
}
.rank_gold p.more, .rank_silver p.more, .rank_copper p.more {
	text-align: right;
	border-bottom: none;
}
.rank_gold p.more a, .rank_silver p.more a, .rank_copper p.more a {
	position: static;
	padding: 0;
	background: none;
	border-radius: 0;
	color: #0000ed;
	text-decoration: none;
}

.rank_gold {
	background-color: #F29E07;
	background: -moz-linear-gradient(top left, #F29E07, #FFDA00); 
	background: -webkit-gradient(linear, left top, right bottom, from(#F29E07), to(#FFDA00)); 
}
.rank_silver {
	background-color: #CACACA;
	background: -moz-linear-gradient(top left, #CACACA, #EDEDED); 
	background: -webkit-gradient(linear, left top, right bottom, from(#CACACA), to(#EDEDED)); 
}
.rank_copper {
	background-color: #96441C;
	background: -moz-linear-gradient(top left, #96441C, #EED8CA); 
	background: -webkit-gradient(linear, left top, right bottom, from(#96441C), to(#EED8CA)); 
}


