@charset "UTF-8";
/*伝説的芸術家のアトリエにてピアノとのデュオでスタンダードをプレイ！　土岐英史 saxvol98*/

#main_left #magazine_main .box2_rs .item p{
	margin: 0 0 2rem;
}


/* 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%;
	}
}
/* 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;
	}
}