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


/*----------------------------------------------------------
	game content
----------------------------------------------------------*/
.gameContent {
	}
	
.gameContent .gameL,
.gameContent .gameR{
	float:left;
	width:280px;
	height:310px;
	padding:5px 15px;
	overflow:hidden;
	margin-bottom:10px;
	color:#fff;}
	
.gameContent .gameL{
	margin-right:10px;}
	
.gameA{
	background: url(/images/entame/bg_a.gif) no-repeat 0 0;}
.gameB{
	background: url(/images/entame/bg_b.gif) no-repeat 0 0;}
.gameC{
	background: url(/images/entame/bg_c.gif) no-repeat 0 0;}
.gameD{
	background: url(/images/entame/bg_d.gif) no-repeat 0 0;}
	
.genre{
	font-size: 83%;
	color:#333;
	text-align:right;
	font-weight:bold;
	display:block;
	height:20px;
	padding:0 !important;}

.gameTtl{
	font-size:150%;
	font-weight:bold;
	line-height:100% !important;
	display:block;
	height:25px;
	padding:5px 0 0 0 !important;
	margin-bottom:5px;
	
	}

.gameSubTtl{
	font-size:83%;
	padding:0 !important;
	margin-bottom:10px;
	}
	
.caption{
	padding: 10px 0 !important;
	line-height:130% !important;}
	
/*----------------------------------------------------------
	popup
----------------------------------------------------------*/	
	
#playBox{
	width:650px;
	height:100%;
	}

#playBox div.inner{
	padding:30px;
	}
	
#playBox .bgA{
	background: url(/images/entame/bga.gif) repeat 0 0  !important;}
#playBox .bgB{
	background: url(/images/entame/bgb.gif) repeat 0 0  !important;}
#playBox .bgC{
	background: url(/images/entame/bgc.gif) repeat 0 0  !important;}
#playBox .bgD{
	background: url(/images/entame/bgd.gif) repeat 0 0  !important;}
	
.ttl{
	display:block;
	height:32px;
	background:url(/images/entame/ttl_bg_bottom.png) repeat-x 0 bottom;
	padding-bottom:5px;
	}
	
.playTtl{
	font-size:150%;
	font-weight:bold;
	line-height:100% !important;
	padding:15px 10px 0 22px !important;
	color:#fff;
	background: url(/images/entame/ttl_bg.png) no-repeat 0 0;
	height:32px;
	}

.playSubTtl{
	font-size:83% !important;
	padding:0 !important;
	color:#fff;
	}
	
.svfContent{
	padding:15px 0 15px 0;
	text-align:center;}
	
#playBox .caption{
	color:#fff;
	padding:0 !important;}



