@charset "UTF-8";
/*生誕70年を記念したベスト・ワークス集が完成！  Best of  MICHAEL BRECKER sax vol98*/

#main_left #magazine_main div img {
    margin: 0;
}

#main,#main #main_left .item{
    text-align: left;
}

/* PC */
@media (min-width:1000px){ 

	.box2_rs{
		display: flex;
		justify-content:space-between;
	}

	/* box2_rs */
	.box2_rs .item{
		width: 47%;
	}
	.box2_rs .item img{
		max-width: 100%;
	}
	
	.box4_rs2{
		display: flex;
/* 		justify-content:space-between; */
		flex-wrap: wrap;
	}

	/* box4_rs2 */
	.box4_rs2 .item{
		width: 23%;
	}

	.box4_rs2 .item:nth-child(2n+0){
		padding: 0em 1em;
	}

	.box4_rs2 .item img{
		max-width: 100%;
	}


}
/* SP */
@media (max-width:999px){

	/* box2_rs */
	.box2_rs .item{
		width: 100%;
	}

	.box2_rs .item img{
		max-width: 100%;
	}

	.box2_rs .caption{
		font-size: 0.8em;
	}
	
	.box4_rs2{
		display: flex;
/* 		justify-content:space-between; */
		flex-wrap: wrap;
	}

	/* box4_rs2 */
	.box4_rs2 .item{
		width: 50%;
		font-size: 1.2em;
	}

	.box4_rs2 .item:nth-child(2n+0){
		padding: 1em;
	}

	.box4_rs2 .item img{
		max-width: 100%;
	}
}
