html,body{
 margin:0;
 background: #303030;
}

 
a{
	text-decoration: none;
}

#title{
	height:120px;
	position: relative;
	background-size: 320px;
}
#title::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.5);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

#titleIcon{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	line-height:50px;
    text-align:center;
	
	height:80px;
	width:80px;
	border: 2px solid #ffffff;
	
    border-radius: 15%;
    background-position: left top;
    display: inline-block;
	background-size: 80px;

}
#gameName{
	text-align:center;
	color:#ffffff;
	height:40px;
	border-bottom:solid 1px #505050;
	
	line-height:40px;
}

#playBtn{
	width:240px;
	height:40px;
	color:#303030;
	background: #66cccc;

	text-align:center;
	line-height:40px;
	margin: 0 auto;
	 
	font-family: 'Roboto', sans-serif;
	font-size:120%;
	
	border-radius: 5px;  /* 角丸半径を50%にする(=円形にする) */
    background-position: left top;  /* 横長画像の左上を基準に表示 */
	 
}
/*Favorite*/
#favo{
	//background-color:#0c0c0c;
	text-align:center;
	height:40px;
	margin-top:10px;
}
#favoTxt{
 
	color:#ffffff;
	display: inline-block ;
	//line-height:40px;
	font-size:80%;
	margin: 0 auto;
}
#hart{
	height:20px;
	width:20px;
    background-position: left top;
    display: inline-block;
	background-size: 20px;
	vertical-align:middle;
	margin-right:5px;
}
/* 情報 */
#spec{
 
	color:#c0c0c0;
	font-size:80%;
	 
	text-align:center;
	margin: 20px 20px 20px 20px;
	
}
table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #505050;
	margin: auto;
}
table.type04 th {
	width: 180px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #505050;
}
table.type04 td {
	width: 180px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #505050;
}
#space{
	height:20px;
}

/* ソーシャルボタン*/
.sns{
   margin:20px 0px 10px 20px;
   padding:0;
	overflow: hidden;
	list-style: none;
}
  
.sns > li {
   float: left;
	margin:0 10px 0 0;
	overflow: hidden;
}
  
#line {
   //width:90px;
}
#twitter{
	//width:90px;
}
#facebook{
	line-height: 0;
}

  
.sns iframe {
    margin: 0 !important;
}
  
 

#recoBanner{
	background: #303030;
	border-bottom:solid 1px #505050;
}
#recoTitle{
	color:#66cccc;
	height:38px;
	line-height:38px;
	margin-left:10px;
	font-size:80%;
	font-family: 'Roboto', sans-serif;
}

 