@charset "utf-8";
/*================================================================
		Title:        絶品☆定番ゲーム - Common
		Copyright:    (C) Samurai Factory Inc.
	=============================================================*/
/* CSS Document */
/*==============================================================================================================
                                                                                                      RESET
==============================================================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*===============================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　WRAP
================================================================================================================*/
body{
	background:#f7f7f7;
}

div.wraper_block{
	margin:0 auto;
	width:1000px;
	background:url(../images/bg_top.jpg) center top no-repeat;
	border-left:1px solid #DFEFFF;
	border-right:1px solid #DFEFFF;
}

/*===============================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　HEADER
================================================================================================================*/
div.header_block{
	padding:0 0 0 98px;
	width:586px;
	height:288px;
}
div.logo{
	height:500px;
	height:290px;
	float:right;
}
div.qr_code{
	float:left;
}
/*===============================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　キャリア別アクセス方法
================================================================================================================*/
div.access{
	height:55px;
	clear:both;
}
div.access img{
	padding:18px 0 0 275px;
}
div.caption{
	margin:0 0 0 98px;
	padding:24px 0 0 70px;
	height:130px;
	background:url(../images/bg_balloon.jpg) no-repeat;
}

p.caption_docomo{
	width:130px;
	margin-right:46px;
	font-size:80%;
	line-height:140%;
	text-align:center;
	float:left;
	
}
p.caption_soft{
	width:130px;
	margin-right:45px;
	font-size:80%;
	line-height:140%;
	text-align:center;
	float:left;
	
}
span.black_bold{
	font-weight:bold;
	font-size:110%;
}
/*===============================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　             GAME300
================================================================================================================*/
div.game300{
	background:url(../images/bg_game-300.jpg) repeat-y;
}
div.game300_hd{
	padding-left:90px;
	background:url(../images/bg_game-300top.jpg) no-repeat center top;
}
div.table_wrap{
	margin:0 auto;
	padding-top:30px;
	width:740px;
}
div.td_inner{
	width:175px;
	height:270px;
	margin:0 10px 10px 0;
	background:#E7E7E7;
}
div.game_cap{
	padding-top:10px;
	text-align:center;
	font-size:80%;
}
div.game_cap img{
	margin-bottom:8px;
}

p.game_ex{
	width:160px;
	margin:0 auto;
	padding-top:5px;
}

span.bold{
	color:#03F;
	font-weight:bold;
	font-size:110%;
}

/*===============================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　FOOTER
================================================================================================================*/
div.footer_block{
	margin:0 auto;
	height:184px;
	background:url(../images/bg_footer.jpg) center top no-repeat;
}


address{
	padding-top:155px;
	color:#300;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}
address a{
	color:#600;
}











