@charset "utf-8";
/* CSS Document */


/*=======================================

	マギ・ランキング
	body id rank

========================================*/

#magi{
	background:url(../../qa/img/magi.gif) no-repeat top left;
	width:600px;
	height:187px;
	position:relative;
}

#magitxt{
	position:absolute;
	top:60px;
	left:80px;
	width:410px;
}
#magitxt p{
	font-size:0;
	line-height:0;
	padding-bottom:7px;
}

div.section{
	width:500px;
	margin:20px 10px;
}

p{
	font-size:108%;}
	
	p.title{
	font-size:123.1%;
	font-weight:bold;}


table{
	width:500px;
	font-size:123.1%;
	padding:10px;
	margin:0;
}

th{
	background:#dbcaa2;
	border:1px solid #b19146;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
td{
	border-bottom:1px solid #b19146;
	padding:10px;
}

.rank{
	font-weight:bold;
}

.center{
	text-align:center;
}
