
/* --------------------------------------------------
Contents area
-------------------------------------------------- */

/* for PC */
#demo-frame > div.demo {
	padding: 10px !important;
}
.channel-switcher {
	overflow: auto;
	width: 640px;
	float: left;
}

.channel-item {
  border: solid 1px;
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	font-size: 3em;
	line-height: 96px;
	text-align: center;
}
.channel-item {
	display: inline;
}/* IE6 float double margin bug */

.channel-thumbnail {
	max-width: 80px;
	max-height: 80px;
}


.card {
	font-size:16px;
	color:#007E1F;
}
.card span {
	font-size:20px;
	font-weight:bold;
	color:#000000;
}


/*追加*/

#contents-area .game-youtube-box {
	margin-bottom: 10px;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
#contents-area .game-youtube-box iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}