@charset "UTF-8";
/*///////////////////////////////////////////////////////////

	アクセスランキング

//////////////////////////////////////////////////////////*/
.ranking-access {
	margin-top: 16px;
}
.ranking-access_hd {
	height: 39px;
	margin-bottom: 3px;
	padding-left: 14px;
	border-left: 5px solid #f15858;
	font-size: 20px;
	line-height: 39px;
}
.ranking-access_date {
	margin: 0 23px 8px 0;
	font-size: 13px;
	text-align: right;
}
.ranking-access_list {
	border-top: 1px solid #ddd;
	font-size: 0;
}
.ranking-access_list li {
	border-bottom: 1px solid #ddd;
}
.ranking-access_list-link {
	display: block;
	padding: 10px 0;
}
.ranking-access_list-link:hover {
	color: #333;
	text-decoration: none;
}
.ranking-access_list-img {
	position: relative;
	display: table-cell;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 75px;
	vertical-align: middle;
}
.ranking-access_list-img img {
	width: 75px;
	height: auto;
	margin-right: 0;
}
.ranking-access_list-rank {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 16px;
	background-color: #ff4646;
	color: #fff;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}
.ranking-access_list-detail {
	display: table-cell;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 644px;
	padding-left: 18px;
	*padding-left: 0; /* IE7 */
	vertical-align: middle;
}
.ranking-access_list-txt {
	display: table-cell;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 530px;
	padding-left: 13px;
	font-size: 15px;
	color: #3673e9;
	text-indent: -13px;
}
.ranking-access_list-txt:hover {
	text-decoration: underline;
}
.ranking-access_list-txt::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	border: 3px solid transparent;
	border-left: 6px solid #2072e6;
	border-right: none;
	vertical-align: middle;
	*display: none; /* IE7 */
}
.ranking-access_list-date {
	display: table-cell;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	width: 114px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
}
