@charset "utf-8";

/**↓プレーヤ表示(watch/player.tpl)↓**/
#flvplayer_container, #old_flash_player_warning { width:976px; height:504px; overflow:hidden; text-align:center; clear:both; padding:4px;}

#flashPlayerRequired{
	width: 672px;
	height:486px;
	margin: 0 auto;
	color:#fff;
	text-align: center;
	background: url(../../img/watch/player/no_flash.png) no-repeat;
}

#flashPlayerRequired .notice{
	padding:64px 0 32px;
	font-size: 18px;
	font-weight: bold;
}

#flashPlayerRequired .installBtn{
	display: inline-block;
	margin: 16px auto;
	padding:16px 32px;
	font-size:18px;
	font-weight:bold;
	border: 2px solid #FFCF63;
	box-shadow: 0 0 3px #FFCF63;
	border-radius: 30px;
	background: #252525;
	color:#fff;
	text-decoration: none;
	text-shadow:1px 1px 0 #000;
}

#flashPlayerRequired .installBtn:hover{
	background: #373737;

}

#flashPlayerRequired .subText{
	margin: 32px 0 0;

}

#flashPlayerRequired .subText a{
	color:#fff;

}


/**↑プレーヤ表示(watch/player.tpl)↑**/
