@charset "Shift_JIS";

/* ランキングテーマボックス */
.th_box{
	margin:10px;
/*	height:auto;*/
	width:200px;
	height:200px;
	float:left;
	border-right : solid 1px #ddd;
	border-bottom: solid 1px #ddd;

}


/* ランキングボックス */
.rk_box{
	margin:3px;
	width:50px;
	height:25px;
	float:left;
	border-right : solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align:center;
}

.rk_box_map{
	margin:3px;
	width:75px;
	height:25px;
	float:left;
	border-right : solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align:center;
}


.dmy_box {
	clear:both;
}
