
/*==============メインイメージ================*/

#awardHeader{
	background:url(../images/header_iid_award.png) no-repeat;
	width:640px;
	height:423px;
	color:#FFFFFF;
	font-size:0.95em;
	line-height:1.6;
	margin:0 auto 12px auto;
	text-align:left;
}

#awardHeader p{
	padding:270px 40px 0;;
}

#awardHeader #leadText{
	background:#131313;
	width:585px;
	margin-left:27px;
	padding-left:12px;
}

*:first-child+html #awardHeader #leadText{
	width:573px;
}

* html #awardHeader #leadText{
} 

/*==============インタビュー================*/

#interviewArea{
	border-top:2px solid #595959;
	border-left:3px solid #595959;
	border-right:2px solid #595959;
	border-bottom:2px solid #595959;
	width:620px;
	margin:0 auto 30px;
	background-color:#FFFFFF;
	
}

#interviewTitle{	
	background-color:#595959;
	text-align:center;
	padding:3px 0;

}

#interviewArea table{
	width:100%;
	padding:0;
}

#interviewArea table td{
	width:50%;
	padding:5px;
	border-right:0px solid #595959;
	border-bottom:1px solid #595959;
	vertical-align:middle;
}

#interviewArea table img{
	width:120px;
	height:90px;
	border:none;
	padding:0px 5px 0px 0px;
	float:left;
}

#interviewArea table p{
	width:160px;
	font-size:0.9em;
	line-height:1.2em;
	float:left;
	margin:20px 0px;
	border:none;
}

/*==============賞エリア================*/

.prizeTitle{
	background:url(../images/prize_title.png) no-repeat;
	color:#FFF;
	width:640px;
	height:43px;
	padding:11px 0 0 110px;
	font-size:1.6em;
	font-weight:bold;
	line-height:1;
	text-align:left;
	margin:0 auto;
}

.category{
	padding:0.4em;
	font-size:1.2em;
	font-weight:bold;
	margin:0.5em 0.65em 0.3em;
	border:1px solid #EFEFEF;
	background:#FAFAFA;
	text-align:left;
}

.category img{
	vertical-align:-2px;
	margin-right:10px;
}

/*
#btnAnchor{
	width:615px;
	height:80px;
	list-style-type:none;
	margin:0 0 35px 12px;
	padding:0;
}

#btnAnchor li{
	float:left;
}

#btnAnchor li#east a{
	display:block;
	width:308px;
	height:80px;
	background:url(../images/btn_east_west.png) no-repeat 0 0;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}

#btnAnchor li#west a{
	display:block;
	width:307px;
	height:80px;
	background:url(../images/btn_east_west.png) no-repeat -308px 0;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}

#btnAnchor li#east a:hover{
	background:url(../images/btn_east_west.png) no-repeat 0 -80px;
}

#btnAnchor li#west a:hover{
	background:url(../images/btn_east_west.png) no-repeat -308px -80px;
}

*/

.prizeArea{
	width:610px;
	margin:5px auto 30px;
	background-color:#FFFFFF;
}

.prizeTable{
	width:100%;
	margin:0;
	border-collapse:collapse;
	text-align:center;
}

.prizeTable td{
	padding:12px 0 12px;
	border:1px solid #F6E9C3;
	font-size:1.5em;
	color:#6a6a6a;
	line-height:1.5;
	font-weight:bold;
}

.prizeTable2{
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

.prizeTable2 td{
	border:1px solid #FFB299;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
	vertical-align:middle;
	padding:14px;
}

.prizeTable2 td img{
	width:30px;
	margin-left:10px;
}

.prizeTable th{
	color:#EEB300;
	border:1px solid #F6E9C3;
	background:#FFFADD;
	font-size:1.5em;
	padding:11px;
}

.prizeTable2 th{
	color:#D0331C;
	border:1px solid #FFB299;
	font-size:1.5em;
	padding:14px;
}

td.detailPrize{
	text-align:center;
	color:#CC0018;
	padding:5px;
	margin-bottom:0.7em;
	font-weight:bold;
	background:#FFE5DD;
}

.prizeArea table td.detailPrize img{
	margin-right:10px;
	vertical-align:top;
}

#socialArea{
	padding:0 0 0.8em 0;
}

.socialButton{
	float:right;
	width:120px;
}

.littleBestPrize{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;

}

.littleBestPrize img{
	vertical-align:middle;
	margin-right:0.7em;
}

.mincho-family {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ol.ranking-list,
ul.news-list,
ul.pickup-list,
.footer-nav-wrapper {
	text-align: left;
}