@charset "UTF-8";


.QA_Marker {
	/*font-weight:100;*/
    background: linear-gradient(transparent 10%, #e6de8a 10%);/*繝斐Φ繧ｯ #ffccea #ffff99*/
	}
	
hr {
	clear:both;
}

/* =======================================================
　cl バスクラ奏者名鑑 参考部分（S92_ソプラノ特集奏者編871_2589参考）
======================================================= */

/* PC */

@media (min-width:1000px){ 

.SS_artist{
	float: right;
	width: 150px; 
	margin: 0 0 1rem 1rem;
	/*padding:0 5%;*/
}

.name_rubi {
	margin-left:1em;
	font-size: 0.7em;
	color:#94835F;
}
	
	
    /*margin-right: 1rem;
    color: #4c94b5;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 1.8em;*/


.QA{
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color:#3b3b3b;
    padding:0;
    /*margin: 0em 4em*/
	}


.QA dt {
    font-size:1.5em;
    float: left;
    width: 1.8em;
    font-weight: bold;
    color:#4c94b5;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}


.QA dd{ 
    margin-left: 3em;
    padding-bottom: 1.2em;
    line-height: 200%
	}	


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

.box2_rs .item img{
	max-width: 100%;
	}
	
/*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 .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;
	}

}