@charset "shift_jis";

/*hatakeyama makeprizeranking_flame*/

.prize_ranking {
	margin-top:10px;
}

.prize_ranking .top_area{
	background-image:url('/images/prize_ranking_bg.jpg');
	background-repeat:no-repeat;
	width:570px;
}

.prize_ranking .top_area .title{
	margin:0 0 0 15px;
	height:44px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	font-family:'Hiragino Kaku Gothic Std','qMmpS Std W8','Meiryo','CI','HGPSoeiKakugothicUB','HGPnpp޼UB','lr oSVbN',sans-serif !important;
}	


/*.prize_ranking  ul{
	list-style-type:none;
	width:570px;
	padding:0 0 5px 0;
	margin:0;
}*/


.prize_ranking .bottom_area{
	background-image:url('/images/prize_ranking_bottom.jpg');
	height:14px;
	margin-bottom:20px;
}


/*100616hatakeyama_madetabs_custom*/
.prank_1 {
	background-image: url('/images/prank_1.jpg');
	background-repeat: no-repeat;
	float: left;
	margin:5px 5px 10px 10px;
}
.prank_1 .name {
	width: 120px;
	font-size:14px;
}
.prank_1 .name p {
	padding-top: 80px;
}
.prank_1 .deadline {
	height: 30px;
}
.prank_1 .itemimg {
	height: 150px;
	width: 150px;
}

.prank_1 .itemimg img{
	width:150px;
	height:150px;
	border:1px solid #CCCCCC;
	margin:3px;
	padding:0;
}


.subordinate{
	float:left;
	width:260px;
	background-image: url('/images/rank_exp.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.subordinate img{
	width:50px;
	height:50px;
	border:1px solid #CCCCCC;
	margin:65px 3px 5px 3px;
	padding:0;
}
.subordinate p{
	font-size:10px;
	padding-bottom:65px;
}
.subordinate .prank_2 {
	width:65px;
	background-image: url('/images/prank_2.jpg');
	background-repeat: no-repeat;
	background-position:8px 40px;
}
.subordinate .prank_3 {
	width:65px;
	background-image: url('/images/prank_3.jpg');
	background-repeat: no-repeat;
	background-position:8px 40px;
}
.subordinate .prank_4 {
	width:65px;
	background-image: url('/images/prank_4.jpg');
	background-repeat: no-repeat;	
	background-position:8px 40px;
}
.subordinate .prank_5 {
	width:65px;
	background-image: url('/images/prank_5.jpg');
	background-repeat: no-repeat;
	background-position:8px 40px;	
}

.expranation_txt {
	margin:5px 0 0 10px;
	padding:0;
	clear:both;
	font-size:10px;
}



/*defalt

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	width:160px;
	padding:0 0 0 22px;
	margin:0 0 5px 0;
	/*margin:0 !important;*/
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url('/images/tabs.png') no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 29px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#FEA51F;
	padding:0px;
	margin:0px;	
	position:relative;
	/*font-family:'Hiragino Kaku Gothic Std','qMmpS Std W8','Meiryo','CI','HGPSoeiKakugothicUB','HGPnpp޼UB','lr oSVbN',sans-serif !important;*/
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: 0 -30px;	
	color:#333333;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: 0 -60px;		
	cursor:default !important; 
	color:#000 !important;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}