@charset "Shift_JIS";

/* index point
--------------------------------------------------------------------*/
#idx-point {
	margin-bottom: 30px;
}
	#idx-point h2 {
		font-size: 28px;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	#idx-point table {
		margin: 10px 0;
	}
	#idx-point th {
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		padding: 30px 0 10px 0;
	}
		#idx-point th.point-1 {background:url("../images/h3_point1.gif") no-repeat;}
		#idx-point th.point-2 {background:url("../images/h3_point2.gif") no-repeat;}
		#idx-point th.point-3 {background:url("../images/h3_point3.gif") no-repeat;}
	#idx-point .point_bg {
		background:url("../images/img_point_bg.gif") repeat-y;
		padding: 5px 15px;
	}
	#idx-point .table-img td {
		font-size: 0;
		line-height: 0;
	}
	#idx-point td b {
		color: #ff0000;
	}

/* index read
--------------------------------------------------------------------*/
#idx-read {
	border: 3px solid #414141;
	position: relative;
	margin-bottom: 30px;
	padding: 25px;
	border-radius: 10px; /* CSS3 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	behavior: url(common/css/PIE.htc);　/* IE */
}
	#idx-read dt {
		font-size:18px;
		padding-bottom: 20px;
	}
	#idx-read dd {
		padding-left: 30px;
	}

/* index whatsnew
--------------------------------------------------------------------*/
#idx-whatsnew {
	background-color: #eeeeee;
	border: 3px solid #414141;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	padding: 25px;
	border-radius: 10px; /* CSS3 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	behavior: url(common/css/PIE.htc);　/* IE */
}
	#idx-whatsnew dt {
		font-size:18px;
		padding-bottom: 20px;
	}
	#idx-whatsnew dd {
		padding-left: 30px;
	}
	#idx-whatsnew dd li {
		padding-left: 2em;
	}

/* index ranklist
--------------------------------------------------------------------*/
#idx-ranklist {
	margin-bottom: 30px;
}
	#idx-ranklist h2 {
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	#idx-ranklist td {
		border: 1px solid #414141;
		font-weight: bold;
		line-height: 1.2;
		padding: 5px 2px;
	}
	#idx-ranklist thead td {
		background-color:#707070;
		border-bottom: 0px;
		border-top: 0px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		padding: 2px;
	}
	#idx-ranklist thead td.bb {
		border-bottom: 1px solid #414141;
	}
	#idx-ranklist thead td.arrow {
		padding: 2px 0 0 0;
	}
	#idx-ranklist thead td.arrow span {
		float: right;
		cursor: pointer;
		display: block;
		font-size: 0;
		line-height: 0;
		margin-left: 1px;
		width: 20px;
		height: 20px;
	}
	#idx-ranklist thead td.arrow .down {
		background:url("../common/images/btn_sort_down.gif") no-repeat;
	}
	#idx-ranklist thead td.arrow .up {
		background:url("../common/images/btn_sort_up.gif") no-repeat;
	}
	#idx-ranklist thead td.arrow .down.active {
		background:url("../common/images/btn_sort_down_on.gif") no-repeat;
	}
	#idx-ranklist thead td.arrow .up.active {
		background:url("../common/images/btn_sort_up_on.gif") no-repeat;
	}
	#idx-ranklist thead td.arrow {
		height: 100%;
	}
	#idx-ranklist thead td.arrow div {
		float: right;
		width: 45px;
	}
	#idx-ranklist tbody tr td {
		background-color:#eeeeee;
	}
	#idx-ranklist tbody tr.even td {
		background-color:#e4e4e4;
	}
	#idx-ranklist tbody tr td.fn {
		font-weight: normal;
	}
	#idx-ranklist tbody tr td.spot,
	#idx-ranklist tbody tr.even td.spot {
		background-color:#f3f3cf;
	}
	#idx-ranklist tbody td dt {
		float: left;
		/* IE6 dd bug(3px) escape */
		*margin-right: -13em;
	}
	#idx-ranklist tbody td dd {
		margin: 0;
		padding-left: 70px;
	}
	#idx-ranklist .caption {
		text-align: right;
		margin-top: 10px;
	}

/* index rankBox
--------------------------------------------------------------------*/
.rankBox {
	margin-bottom: 30px;
}
	#idx-rank1.rankBox {
		background-color: #ffffff;
		border: 5px solid #7a7562;
	}
		#idx-rank1.rankBox .rankBox-title {
			background-color: #7a7562;
		}
	#idx-rank2.rankBox {
		background-color: #ffffff;
		border: 5px solid #626e7a;
	}
		#idx-rank2.rankBox .rankBox-title {
			background-color: #626e7a;
		}
	#idx-rank3.rankBox {
		background-color: #ffffff;
		border: 5px solid #7a6279;
	}
		#idx-rank3.rankBox .rankBox-title {
			background-color: #7a6279;
		}
	.rankBox {
		position: relative;
		border-radius: 20px; /* CSS3 */
		-moz-border-radius: 20px; /* Firefox */
		-webkit-border-radius: 20px; /* Safari,Chrome */
		behavior: url(common/css/PIE.htc);　/* IE */
	}
	.rankBox .rankBox-title {
		padding: 10px 15px;
		position: relative;
		border-radius: 10px 10px 0 0; /* CSS3 */
		-moz-border-radius: 10px 10px 0 0; /* Firefox */
		-webkit-border-radius: 10px 10px 0 0; /* Safari,Chrome */
		behavior: url(common/css/PIE.htc);　/* IE */
	}
		.rankBox .rankBox-title dl {
			width: 590px;
		}
		.rankBox .rankBox-title dt {
			float: left;
			/* IE6 dd bug(3px) escape */
			*margin-right: -13em;
		}
		.rankBox .rankBox-title dd {
			color: #ffffff;
			margin: 0;
			padding-left: 80px;
		}
		.rankBox .rankBox-title dd p {
			font-weight: bold;
			line-height: 1.2;
		}
		.rankBox .rankBox-title dd h2 {
			font-size: 36px;
			font-weight: bold;
			line-height: 1.2;
		}
		.rankBox .rankBox-title .btn {
			font-size: 0;
			line-height: 0;
			position: absolute;
			right: 5px;
			top: 20px;
		}
	.rankBox .rankBox-inner {
		background-color: #ffffff;
		position: relative;
		padding: 20px;
		border-radius: 15px; /* CSS3 */
		-moz-border-radius: 15px; /* Firefox */
		-webkit-border-radius: 15px; /* Safari,Chrome */
		behavior: url(common/css/PIE.htc);　/* IE */
	}
	.rankBox .card {
		margin-bottom: 15px;
	}
		.rankBox .card dt {
			float: left;
			/* IE6 dd bug(3px) escape */
			*margin-right: -13em;
		}
		.rankBox .card dd {
			margin: 0;
			padding-left: 470px;
		}
			.rankBox .card dd dl {
				background-color: #7a7562;
				font-weight: bold;
				position: relative;
				padding: 10px 10px 10px 30px;
				border-radius: 10px; /* CSS3 */
				-moz-border-radius: 10px; /* Firefox */
				-webkit-border-radius: 10px; /* Safari,Chrome */
				behavior: url(common/css/PIE.htc);　/* IE */
			}
			.rankBox .card dd dt {
				color: #ffffff;
				font-size: 18px;
				line-height: 40px;
				float: left;
				/* IE6 dd bug(3px) escape */
				*margin-right: -13em;
			}
			.rankBox .card dd dd {
				color: #e1e1c7;
				font-size: 55px;
				line-height: 55px;
				margin: 0;
				padding-left: 60px;
			}
	.rankBox .example {
		margin-bottom: 15px;
	}
		.rankBox .example h3 {
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.rankBox .example .min-kinri {
			background-color: #ffffff;
			border: 2px solid #ff0000;
			color: #ff0000;
			text-align: center;
			position: relative;
			padding: 3px 0;
			margin: 5px 10px 0 10px;
			border-radius: 10px; /* CSS3 */
			-moz-border-radius: 10px; /* Firefox */
			-webkit-border-radius: 10px; /* Safari,Chrome */
			behavior: url(common/css/PIE.htc);　/* IE */
		}
		.rankBox .example .example-1 {
			background-color: #f3f3f3;
			position: relative;
			margin-bottom: 20px;
			padding: 10px;
			border-radius: 10px; /* CSS3 */
			-moz-border-radius: 10px; /* Firefox */
			-webkit-border-radius: 10px; /* Safari,Chrome */
			behavior: url(common/css/PIE.htc);　/* IE */
		}
			.rankBox .example .example-1 td {
				font-size: 0;
				line-height: 0;
			}
			.rankBox .example .example-1 td.ex-normal {
				background:url("../common/images/example_bottom_1.gif") left bottom no-repeat;
				font-size:18px;
				font-weight: bold;
				line-height:1.5;
				text-align: center;
				padding: 5px 10px 15px 10px;
			}
			.rankBox .example .example-1 td.ex-highlight {
				background:url("../common/images/example_bottom_2.gif") left bottom no-repeat;
				font-size:18px;
				font-weight: bold;
				line-height:1.5;
				text-align: center;
				padding: 5px 10px 15px 10px;
			}
			.rankBox .example .example-1 td dd {
				font-size: 30px;
			}
			.rankBox .example .example-1 td dd img.crown {
				margin-right: 5px;
				padding-top: 10px;
			}
		.rankBox .example .example-2 {
			margin-bottom: 20px;
		}
			.rankBox .example .example-2 td {
				font-size: 0;
				line-height: 0;
			}
			.rankBox .example .example-2 td.ex-normal {
				background:url("../common/images/example_bottom_1.gif") left bottom no-repeat;
				font-size:18px;
				font-weight: bold;
				line-height:1.5;
				text-align: center;
				padding: 5px 10px 15px 10px;
			}
			.rankBox .example .example-2 td.ex-highlight {
				background:url("../common/images/example_bottom_2.gif") left bottom no-repeat;
				font-size:18px;
				font-weight: bold;
				line-height:1.5;
				text-align: center;
				padding: 5px 10px 15px 10px;
			}
			.rankBox .example .example-2 td dd {
				font-size: 30px;
			}
			.rankBox .example .example-2 td dd img.crown {
				margin-right: 5px;
				padding-top: 10px;
			}
	.rankBox .site {
	}
		.rankBox .site p {
			font-size: 0;
			line-height: 0;
			text-align: center;
		}
	.rankBox .advice {
		background-color: #f3f3f3;
		position: relative;
		margin: 20px 0;
		padding: 20px;
		border-radius: 10px; /* CSS3 */
		-moz-border-radius: 10px; /* Firefox */
		-webkit-border-radius: 10px; /* Safari,Chrome */
		behavior: url(common/css/PIE.htc);　/* IE */
	}
		.rankBox .advice h3 {
			border-bottom: 1px solid #d6d6d6;
			font-size: 0;
			line-height: 0;
			margin-bottom: 13px;
			padding-bottom: 13px;
		}
	.rankBox .kuchikomi {
		background-color: #f3f3f3;
		position: relative;
		margin-bottom: 20px;
		padding: 0 0 15px 0;
		border-radius: 10px; /* CSS3 */
		-moz-border-radius: 10px; /* Firefox */
		-webkit-border-radius: 10px; /* Safari,Chrome */
		behavior: url(common/css/PIE.htc);　/* IE */
	}
		.rankBox .kuchikomi h3 {
			font-size: 0;
			line-height: 0;
			margin-bottom: 13px;
		}
		.rankBox .kuchikomi dl {
			padding: 0 20px;
		}
		.rankBox .kuchikomi dd {
			border-bottom: 1px solid #d6d6d6;
			margin-bottom: 13px;
			padding: 0 0 13px 1em;
		}
		.rankBox .kuchikomi p {
			font-size: 0;
			line-height: 0;
			text-align: center;
		}