
#udonmaru_battle {
	display:block;
	position:relative;
}

.sakura { 
	position:absolute; 
	background:url(../image/sakura.png) no-repeat; 
	height:1120px; 
	width:950px;
	z-index:900;
	pointer-events: none;
	}

a:hover img{
opacity:0.7;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
a img{
	/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
}

#bg_kumo{position:relative; }
#bg_kumo a.backbattl{ position:absolute; top:120px; left:350px; display:block; text-align:center; width:282px;}


#battle_judge{
	background:url(../01/image/bg_judge.png) no-repeat;
	width:870px;
	height:165px;
	margin:0 auto;
}
#battle_judge h1{
	text-align:center;
	padding:20px 0 0;
  position:relative;
  z-index:1000;
}
#judge_box{
	width:774px;
	margin:0 auto;
	padding:0 0 0;
	overflow:hidden;
}
#judge_L{
	width:311px;
	float:left;
	position:relative;
	padding:0px 0 0;
}

#judge_R{
	width:311px;
	float:right;
	padding:0px 0 0;
}
.judge_bar{
	background:#000;
	border:1px solid #888;
	height:23px;
	width:303px;
}
.judge_bar_end{
	border:0;
	height:25px;
}

.judge_txt{
	width:106px;
	height:0;
	overflow:hidden;
	padding:58px 0 0;
	margin-top:4px;
}
#judge_L .judge_bar{
	float:right;
}
#judge_R .judge_bar{
	float:left;
}
#judge_L .judge_txt{
	float:right;
	margin-right:8px;
}
#judge_R .judge_txt{
	float:left;
	margin-left:8px;
}
#judge_L .judge_name{
	float:left;
}
#judge_R .judge_name{
	float:right;
}


.voteState0_yuusei .judge_bar{background:url(../image/bar_judge_l_surpass.png) no-repeat 3px 3px;}
.voteState0_yuusei .judge_txt{background:url(../image/tx_surpass.png) no-repeat 0 0;}

.voteState0_ressei .judge_bar{ background:url(../image/bar_judge_l_behind.png) no-repeat 3px 3px;}
.voteState0_ressei .judge_txt{background:url(../image/tx_behind.png) no-repeat 0 0;}

.voteState1_yuusei .judge_bar{ background:url(../image/bar_judge_r_surpass.png) no-repeat 3px 3px}
.voteState1_yuusei .judge_txt{background:url(../image/tx_surpass.png) no-repeat 0 0;}

.voteState1_ressei .judge_bar{ background:url(../image/bar_judge_r_behind.png) no-repeat 3px 3px;}
.voteState1_ressei .judge_txt{background:url(../image/tx_behind.png) no-repeat 0 0;}

#battle_judge.battle_off .judge_bar,
#battle_judge.battle_off .judge_txt{background:none;}



/*LB*/
#udonmaru_battle.fixed { display:none;}
#contents_area.fixed{ width:100%;}

#izobox{
	background:url(../../image/fff95.png);
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	z-index:50;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	display:none;

}
#izobox_wrap{
	width:458px;
	margin:0 auto;
	padding:40px 0;
	font-size:1.1em;
	color:#111;
	position:relative;
}
#izobox_wrap h3{
	margin:0 0 15px;
}
#izobox_wrap h4{
	font-size:16px;
	margin:0 0 13px;
	line-height:26px;
	color:#333;
	text-align:justify;
	letter-spacing:0.02em;
}
.izubox_kakomi{
	border:1px solid #111;
	border-radius:4px;
	padding:30px 30px;
	position:relative;
	position:relative;
}
.izubox_kakomi h5{
	font-size:1.2em;
}
.izubox_kakomi h6{
	margin:15px 0 9px;
	padding:0;
	font-size:1.1em;
}
.izubox_kakomi p{
	text-indent:-1em;
	padding-left:1em;
	margin:0 0 8px;
	line-height:1.5;
}
.izubox_kakomi p.mb20{
	margin:0 0 22px;
}
.izubox_kakomi p.snsbox{
	border:2px solid #ccc;
	padding:16px 40px;
	margin:30px 0 0;
	font-weight:bold;
	text-indent:0;
	font-size:13px;
	line-height:20px;
	color:#333;
}

.lbclose1{
	position:absolute;
	left:50%;
	top:0;
	margin-left:250px;
}

.lbclose2{
	display:block;
	padding:40px 0;
	text-align:center;
}
	
	
	
	
/*Winner Popup*/
#udon_winner{
	background:url(../../image/fff95.png);
	position:absolute;
	left:0; top:0;
	width:100%;
	height:900px;
	z-index:100;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow:scroll;
}

#battle_column.fixed{
	display:none;
}
#udon_winner_wrap{
	width:600px;
	margin:0 auto;
	padding:70px 0;
	font-size:1.1em;
	color:#111;
	position:relative;
}
.winnerclose1{
	position:absolute;
	right:-70px;
	top:70px;
	margin-left:250px;
}

.winnerclose2{
	display:block;
	padding:40px 0;
	text-align:center;
}

	


@media screen and (max-width: 480px) {
/*LB*/
#contents_area.fixed{ width:100%;}
#izobox_wrap{
	width:96%;
	margin:0 auto;
}
.izubox_kakomi{
	padding:10px;
}
.izubox_kakomi p.snsbox{
	border:2px solid #888;
	padding:1em;
	margin:1em 0 0;
	font-weight:bold;
	text-indent:0;
}

.lbclose1{
	margin:1em auto;
	position:absolute;
	left:auto;
	right:10px;
	top:10px;
	margin-left:0;
}

#udon_winner{
	width:100%;
	margin:0 auto;
	text-align:center;
}
#udon_winner_wrap{
	width:100%;
}

}