/* /////////////////////////////////////////////////////////////////////////////
J SPORTS ラグビー > ラグビーW杯2019 日本大会 > J SPORTS解説者が選ぶラグビーワールドカップ2019ベスト15 CSS
///////////////////////////////////////////////////////////////////////////// */
/* **********
基本の記述
***************************** */
/** PCでは表示なし **/
@media only screen and (min-width: 768px) {
	.hidden--sp {
		display: none;
	}
}
/** PCでは表示なし **/
@media only screen and (max-width: 896px) {
	.hidden--pc {
		display: none;
	}
}
/** H2でページ名称表示 **/
.headline-lv2 {
	margin: 0 0 30px;
}

/** クレジット表示 **/
.rugbyAboutCredit {
	padding-bottom: 30px;
}
@media screen and (max-width: 896px) {
	.rugbyAboutCredit {
		padding-bottom: 15px;
	}
}

/* **********
ベース（page/style.css）の書き換え
***************************** */
/** コンテンツ背景 **/
.rugbyPositionContents .section:nth-child(odd),
.rugbyRuleContents .section:nth-child(odd) {
	background: none;
}

/* **********
解説者が選ぶベスト15リスト
***************************** */
/** 冒頭のリード文 **/
.best15 p {
	line-height: 1.5;
}

/** リスト **/
.best15WritersList {
	display: flex;
	flex-wrap: wrap;
}
.best15WritersList--item {
	width: 510px;
	margin-bottom: 40px !important;
}
.best15WritersList--item:nth-child(odd) {
	margin-right: 80px;
}
.best15WritersList--item--title__container {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}
.best15WritersList--item--title__img {
	width: 100px;
	margin-right: 10px;
}
.best15WritersList--item--title__img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.best15WritersList--item--title {
	flex-wrap: wrap;
	width: 400px;
	height: 100px;
	margin: 0;
}
.best15WritersList--item--title.headline-lv2 {
	padding: 20px 10px 20px 32px;
}
.best15WritersList--item--title .best15WritersList--item--title__sub {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
}
.best15WritersList--item--title .best15WritersList--item--title__main {
	width: 100%;
}
.best15WritersList--item__img {
	margin-bottom: 10px;
	vertical-align: top;
	line-height: 1 !important;
}
.best15WritersList--item__img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.best15WritersList--credit {
	margin-bottom: 40px;
    font-size: 14px;
    text-align: right;
}

@media only screen and (max-width: 896px) {
	.best15WritersList {
		display: block;
	}
	.best15WritersList--item {
		width: 100%;
	}
	.best15WritersList--item:nth-child(odd) {
		margin-right: 0;
	}
	.best15WritersList--item:last-child {
		margin-bottom: 20px !important;
	}
	.best15WritersList--item--title__img {
		width: 75px;
		margin-right: 10px;
	}
	.best15WritersList--item--title {
		flex-wrap: wrap;
		width: calc(100% - 85px);
		height: 75px;
		margin: 0;
	}
	.best15WritersList--item--title .best15WritersList--item--title__sub {
		font-size: 10px;
	}
	.best15WritersList--item--title .best15WritersList--item--title__main {
		font-size: 16px;
	}
	
	.best15WritersList--item--title.headline-lv2 {
		padding: 10px 10px 10px 14px;
	}
	
	.best15WritersList--credit {
		margin-bottom: 40px;
	    font-size: 10px;
	    text-align: right;
	}
}

/* **********
動画リスト
***************************** */
.best15MovieList__container {
	display: flex;
	flex-wrap: wrap;
}
.best15MovieList__item {
	width: 510px;
	margin-bottom: 40px;
}
.best15MovieList__item:nth-child(odd) {
	margin-right: 40px;
}
.best15MovieList__item:nth-child(even) {
	margin-left: 40px;
}
.best15MovieList__item__movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background: #eee;
}
.best15MovieList__iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 896px) {
	.best15MovieList__container {
		display: block;
	}
	.best15MovieList__item {
		width: 100%;
		margin: 0 0 20px !important;
	}
}