/*==============================================
ゲームタブCSS
2018-11-06.ikegami
==============================================*/
@media only screen and (min-width: 1024px) {
	.Contents{
		width:480px;
		margin:10px auto 6px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.Contents{
		width: 750px;
		margin:10px auto 0 auto;
	}
}


@media only screen and (min-width: 300px) and (max-width: 766px) {
	.Contents{
		margin:0 auto;
		margin-top:2px;
	}
}
.Main_Column {
	background: #fff;
	overflow: hidden;
	float: none;
	width: 100%;
}


/* 見出し */
.Title_Sec {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	align-items: center;
	margin: 21px 10px 21px;
	padding: 0;
	background: #fff;
	font-size: 100%;
}
.Title_Sec.Border_Bottom.Border_Top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.Title_Sec h2 {
	color: #777;
	font-size: 100%;/*px*/
	font-weight: bold;
	line-height: 1.37;
	margin-right: auto;
	border-left: none;
	padding-left: 0;
}


.main{
	position: relative;
	color: #fff;
	background: #000;
	text-align: center;
	padding-bottom: 13px;
}
.MainVisual{
	position: relative;
}
.OfficialLink{
	position: absolute;
	display:block;
	width: 120px;
	font-size:77.78%;
	color: #fff;
	border:3px solid #fff; 
	line-height: 28px;
	text-align: center;
	border-radius: 28px;
	background: #000;
	top:15px;
	right: 11px;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.58);
}
.MainImage{
	width:100%;
}
.YoutubeLink{
	display: block;
	position: absolute;
	width:187.67px;
	bottom:6px;
	left:6px;
}
.YoutubeLink img{
	width:100%;
}
.CatchImage{
	display: block;
	position: absolute;
	width:203px;
	right: 15px;
	bottom: 17px;
}
.dl_area{
	padding: 12px 0 9px;
}
p.Txt{
	font-size: 55.56%;

}