@charset "utf-8";

.pc {
	display: none;
}

.tablet {
	display: none;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


#MvArea  {
	background: url(../../img/magazine/magazine_mvimg_sp.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

#magazineAnno {
	font-size: 16px;
	color: #b10418;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}

#magazineAnno:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 17px;
	background: url(../../img/common/icon_pdf_red.png) no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
	margin-right: 6px;
}

#magazineList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#magazineList li {
	width: 46%;
	margin: 0 0 40px 0;
}

.tournamentName {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#magazineList li img {
	width: 100%;
}
