@charset "UTF-8";

#contentVis h1 {
	background-image: url('/masters/images/title_masters.png') ;
	background-size: 436px;
}

/************************************************************
　　　　コンテンツ
************************************************************/
/*　コンテンツ
------------------------------------------------------*/
#contentVis:after {
	background-position: 14% 0;
}

.en #contentVis:after {
	background-position: 20% 0;
}

.year {
	font-size: 12px;
	margin-left: 30px;
}

.masterBox {
	width: 800px;
	min-height: 213px;
	margin: 160px auto 0;
	padding-left: 200px;
	position: relative;

}

.masterBox .photo {
	position: absolute;
	top: 0;left: 0;
}

.masterBox .bowPhoto {
	width: 800px;
	position: absolute;
	bottom: 0
}

.masterBox .bowPhoto img {
	width: 100%;
}

.masterBox:nth-child(odd) {
	padding-left: 0;
	padding-right: 200px;
}

.masterBox:nth-child(odd) .photo {
	left: auto; right: 0;
}

.masterBox:nth-child(odd) h2 {
	text-align: right;
}

.masterBox .photo img {
	width: 170px;
}


/*****************************************************************/
@media screen and (max-width: 920px) {

	#contentArea {
		margin-bottom: 150px;
	}

	.year {
		margin-left: 0;
		display: block;
	}

	.masterBox {
		width: calc(100% - 140px);
		margin: 40px auto 0;
		padding-left: 140px;
		padding-bottom: 40px;
	}

	.masterBox .photo {
		left: 10px;
	}

	.masterBox .bowPhoto {
		width: calc(100% - 10px);
		left: 5px;
	}

	.masterBox .bowPhoto img {
		width: 100%;
	}

	.masterBox:nth-child(even) .bowPhoto {
		left: 5px;
	}

	.masterBox:nth-child(odd) {
		padding-left: 0;
		padding-right: 140px;
		margin-left: 0;
	}

	.masterBox:nth-child(odd) .photo {
		right: 10px;
	}

	.masterBox .photo img {
		width: 120px;
	}

}