html,body{
	margin:0 auto;
	background: #000000;
	max-width: 960px;
	position: relative; /* Fix for absolute positioning */
	text-align:center;
}

iframe {
	
    vertical-align: bottom;
}

#pc{
	height:40px;
	text-align:center;
	background-image: url("../image/bgss.png");
	background-repeat: repeat
}
.pcIcon{
	height:40px;
	display: inline-block ;
	text-align:center;
	line-height:40px;
	margin: 0px 0px 0px 10px;
}
.pcIcon a{
	color:#c0c0c0;
	font-size:80%;
}
.icPC{
    vertical-align:middle;
	width:24px;
	height:24px;
    display: inline-block;       
}
#all{
	color:#ffffff;
}
a{
	text-decoration: none;
}

/* Recentry Played games */

.collumHeader{
	margin: 0;
	background-image: url("../image/bgss.png");
}
.collumTitle{
	color:#66cccc;
	height:38px;
	line-height:38px;
	margin-left:10px;
	font-size:80%;
	font-family: 'Roboto', sans-serif;
}

 


#nekoneko{
	height:38px;
	background-image: url("../image/nekoneko.png");
	background-repeat: repeat
}

#update{
	vertical-align: bottom;
}


/* 画面下部ボタン群 */

#btnCtn{
	display: flex;
	flex-wrap: wrap;
	background: #303030;
	padding-top:10px;
	padding-bottom:10px;
}
#btnCtn a{
	padding: 4px;
}

.btn{
	width:160px;
	height:40px;
	text-align:center;
	line-height:40px;
	margin: 0 auto;
	border-radius: 20px;  /* 角丸半径を50%にする(=円形にする) */
    background-position: left top;  /* 横長画像の左上を基準に表示 */
	background-size: 160px;
}

#btnFaq{background-image: url("../image/faqBg.png")}
#btnSketches{background-image: url("../image/btnBg2.png")}
#btnSynth{background-image: url("../image/btnBg2.png")}

.btnName{
	color:#ffffff;
	height:40px;
	line-height:40px;
	font-size:80%;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	display: inline-block ;
}

/* Web Game Links 外部リンク */

#links a{
	color:#c0c0c0;
	margin-left:10px;
}
#links{
	display: flex;
	flex-wrap: wrap;
	padding-top:10px;
	padding-bottom:10px;
	background: #303030;
}
.link{
	border-bottom:dotted 1px #404040;
}
 
.link img{
	margin-left: 10px;
}

/* ソーシャルボタン*/
.sns{
   margin:20px 0px 10px 20px;
   padding:0;
	overflow: hidden;
	list-style: none;
}
  
.sns > li {
   float: left;
	margin:0 10px 0 0;
	overflow: hidden;
}
 
.sns iframe {
    margin: 0 !important;
}
 
#tanosi{
	height:40px;
	background-image: url("../image/tanosi.png");
	background-repeat: repeat;
	background-size:320px;
}
 
#madewith{
	text-align:center;
	color:#808080;
}

/* 右下Topへ戻るボタン */

.scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	background-color: #999;
	opacity: .8;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	color: #fff;
	outline: none;
  }
  .scroll-top:hover {
	cursor: pointer;
  }