﻿@charset "utf-8";
/*******************************/
/* 新作、ランキングリスト      */
/*******************************/
/*
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

li {
	margin-left: 1em;
}

img.dvdcd {
	width: 120px;
	height: 60px;
}
*/

/***********************/
/* ランキング          */
/***********************/
table.table_ranking {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
  	border-collapse: collapse;
	width: auto;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
}

table.table_ranking caption {
	color: black;
	font-size: 12pt;
}

table.table_ranking td {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: black;
	font-size: 9pt;
	line-height: 1.5;
	background-color: #fff;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
	text-align: center;
}

table.table_ranking th {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #C0C0C0;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 0px;
}

table.table_ranking em {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #838478;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
}

table.table_ranking img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


