@charset "UTF-8";
/* cl まずは楽器を知ろう */
#magazine_Pspace{
	
}

#main_left #magazine_main h2.cl_know{
	font-family:'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif; 
	letter-spacing:1px;
	width: 100%;
	color: #3e8cbd;
	font-size: 2rem;
	border-bottom: 4px solid #3e8cbd;
	padding: 0;
	vertical-align: middle;
}

#main_left #magazine_main h2.cl_know:before {
	content: '';
	display: inline-block;
	background-color: #FFFFFF;
	width: 50px;
	height: 40px;
	margin: 0 0.4em 0 0;
	background-image:url(https://www.alsoj.net/images/cl/article/263/3577/ruler.gif);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}


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

	/* box2_rs */
	.box2_rs{
		display: flex;
		justify-content:space-between;
		padding: 1rem 0 ;
		max-width: 100%;
	}
	
	.box2_rs .item{
		max-width: 47%;
	}
	#main_left #magazine_main #magazine_Pspace .box2_rs .item img{
		max-width: 100%;
		padding: 0;
	}	

	.box2_rs .item table.cl_table{
		width: 100%;
		display: block;
		padding: 1rem;
		background-color: #f5f7f9;
		margin: 0 0 2rem;
		font-weight: bold;
	}

	.box2_rs .item .description{
		max-width: 100%;
		border: 1px solid #666666;
		padding: 1rem;
	}
	/*box2 profile archive article */
	.box2_profile{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.box2_profile .item{
		width: 44%;
		margin: 0 3%
	}

	.box2_profile .item img{
		width: 50%;
	}	

	.box2_profile .item:nth-child(1){
		text-align: right;
	}

	.box2_profile .item:nth-child(2){
		text-align: left;
		font-size: 1.8em;
	}

}

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

	.box2_rs{/*clarinetに限りmagazine_Pspace相殺のため*/
		width: 100%;
		margin: 0;
		padding: 0;
	}
	/* box2_rs */
	.box2_rs .item{
		width: 100%;
	}

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

	.box2_rs .item table.cl_table{
		max-width: 100%;
		display: block;
		padding: 1rem;
		background-color: #f5f7f9;
		margin: 0 0 2rem;
		font-weight: bold;
	}
	.box2_rs .item .description{
		max-width: 100%;
		border: 1px solid #666666;
		padding: 1rem;
	}

	.box2_rs .caption{
		font-size: 0.8em;
	}

	/*box2 profile archive article */
	.box2_profile{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.box2_profile .item{
		width: 44%;
		margin: 0 3%
	}

	.box2_profile .item img{
		width: 50%;
	}	

	.box2_profile .item:nth-child(1){
		text-align: right;
	}

	.box2_profile .item:nth-child(2){
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
	}

}
