﻿@charset "UTF-8"; 
	 
@import "../../common/css/screen.css"; 

  
/**
 * ========================================
 * TOP PAGE CSS 
 * ========================================
 *
 * INDEX
 * ----------------------------------------
 *
 *
 *
 *
 */
 
/**
 * ========================================
 * トレンドキーワード：一覧 
 * ========================================
 */
	 
#MainArea #KeywordList, 
#MainArea #ReviewList
{
}
	 
#MainArea .Document #KeywordList h2, 
#MainArea .Document #ReviewList h2
{
	margin-bottom: 10px;
}
 
#MainArea .Document #KeywordList h3, 
#MainArea .Document #ReviewList h3
{
	color: #333;
}
 
#MainArea .Document #KeywordList table 
{
	width: 730px;
}
	 
#MainArea .Document #KeywordList table .New 
{
	background-image: url(../images/ico_new.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
 
#MainArea .Document #KeywordList table .Date 
{
	padding-right: 42px;
	padding-left: 42px;
	width: 60px;
	text-align: center;
	border-left: 1px solid #c0c0c0;
}
	
#MainArea .Document #KeywordList table .Date img 
{
	vertical-align: middle;
}
  
#MainArea .Document #KeywordList table .Keyword 
{
	text-align: center;
}
 
#MainArea .Document #KeywordList table .Count 
{
	width: 120px;
	text-align: center;
	border-right: 1px solid #c0c0c0;
}
   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * トレンドキーワード：詳細 
 * ========================================
 */
	 
#Ranking 
{
	position: relative;
}
	
#Ranking .Ranking 
{
	width: 70px;
	border-left: 1px solid #c0c0c0;
	text-align: center;
}
	
#Ranking td.Ranking 
{
	font-weight: bold;
}
	
#Ranking td.Ranking1 span, 
#Ranking td.Ranking2 span,
#Ranking td.Ranking3 span,
#Ranking td.Ranking4 span,
#Ranking td.Ranking5 span,
#Ranking td.Ranking6 span,
#Ranking td.Ranking7 span,
#Ranking td.Ranking8 span,
#Ranking td.Ranking9 span,
#Ranking td.Ranking10 span
{
	display: block;
	margin: 0 15px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -100em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
	
#Ranking td.Ranking1 span 
{
	background-image: url(/common/images/ico_rank_1.gif);
}
 
#Ranking td.Ranking2 span 
{
	background-image: url(/common/images/ico_rank_2.gif);
}
 
#Ranking td.Ranking3 span 
{
	background-image: url(/common/images/ico_rank_3.gif);
}
 
#Ranking td.Ranking4 span 
{
	background-image: url(/common/images/ico_rank_4.gif);
}
 
#Ranking td.Ranking5 span 
{
	background-image: url(/common/images/ico_rank_5.gif);
}
 
#Ranking td.Ranking6 span 
{
	background-image: url(/common/images/ico_rank_6.gif);
}
 
#Ranking td.Ranking7 span 
{
	background-image: url(/common/images/ico_rank_7.gif);
}
 
#Ranking td.Ranking8 span 
{
	background-image: url(/common/images/ico_rank_8.gif);
}
 
#Ranking td.Ranking9 span 
{
	background-image: url(/common/images/ico_rank_9.gif);
}
 
#Ranking td.Ranking10 span 
{
	background-image: url(/common/images/ico_rank_10.gif);
}
    
#Ranking .Title 
{
}
	
#Ranking .Title h3 
{
	margin-bottom: .5em;
	font-weight: bold;
}
  
#Ranking .Name 
{
	width: 100px;
	text-align: center;
}
 
#Ranking .Point 
{
	width: 70px;
	border-right: 1px solid #c0c0c0;
	text-align: center;
}
  	
#MainArea .Document #ReviewList h2 
{
	margin-bottom: 0;
	color: #333;
}
 
#MainArea .Document #ReviewList table 
{
	width: 730px;
}
	 
#MainArea #ReviewList table .Title 
{
	border-left: 1px solid #c0c0c0;
}
	
#MainArea #ReviewList table .Title .Meta 
{
	margin-to: 1em;
	font-weight: bold;
}
	
#MainArea #ReviewList table .Title .Meta .Date 
{
	margin-top: -1em;
	display: block;
	font-weight: normal;
	text-align: right;
}
   
#MainArea #ReviewList table .Name 
{
	width: 170px;
	text-align: center;
}
 
#MainArea #ReviewList table .Point 
{
	padding-right: 10px;
	width: 60px;
	text-align: center;
	border-right: 1px solid #c0c0c0;
}
 
#MainArea #ReviewList table thead 
{
}
	
#MainArea #ReviewList table thead th 
{
	padding: 10px 0;
	background-image: url(/common/images/line_dotted_white.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: center;
}
  
#MainArea #ReviewList table tbody td.Title 
{
	padding-left: 10px;
	vertical-align: top;
}
	 
#MainArea #ReviewList table tbody td.Title h4 
{
	margin-bottom: 5px;
	font-size: 108%;
	font-weight: bold;
}
 
#MainArea #ReviewList table tbody td.Title p 
{
	margin-bottom: 10px;
}
 
#MainArea #ReviewList table tbody td.Title strong 
{
	font-weight: bold;
}
  
#MainArea #ReviewList table tbody td.Name 
{
	font-size: 85%;
	line-height: 1.7;
}
 
#MainArea #ReviewList table tbody td.Point 
{
	font-weight: bold;
}
  
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * ページング 
 * ========================================
 */
	 
.PageNav 
{
	position: relative;
	padding-top: 20px;
}
	
.PageNav p 
{
	margin-bottom: 15px;
	text-align: right;
}
 
.PageNav ul 
{
	position: absolute;
	top: 2.5em;;
	margin-right: 150px;
	margin-left: 150px;
	text-align: center;
	width: 430px;
}
	
.PageNav ul li 
{
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 13px;
}
   
.Section .SubSection .PageNav 
{
	background-image: url(/common/images/bg_container5_btm.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
	 
.Section .PageNav ul 
{
	top: 20px;
/*	top: 3.7em;*/
}
  
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * ハック 
 * ========================================
 */
	
/**=
 * clearfix 
 * ====================================
 */
	 
#MainArea #RankingArea .Pickup div.Excerpt:after, 
#MainArea #RankingArea .Pickup div.Excerpt .Theme:after,
#MainArea #RankingArea .ReviewList .Pickup .SubSection:after,
#MainArea #RankingArea .ReviewList .Pickup .Profile:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#MainArea #RankingArea .Pickup div.Excerpt, 
#MainArea #RankingArea .Pickup div.Excerpt .Theme,
#MainArea #RankingArea .ReviewList .Pickup .SubSection,
#MainArea #RankingArea .ReviewList .Pickup .Profile
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#MainArea #RankingArea .Pickup div.Excerpt, 
#MainArea #RankingArea .Pickup div.Excerpt .Theme,
#MainArea #RankingArea .ReviewList .Pickup .SubSection,
#MainArea #RankingArea .ReviewList .Pickup .Profile
{
	display:block;
}
/* End hide from IE Mac */
   
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	 
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   

