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

/*reset*/

#magazine_Pspace h2{
padding: 0;
}

#main_left #magazine_main 
.S99_midashi{
background-color:#74a07b;/*#507556、#663333*/
color:#FFF;
padding:0.5em;
font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.price{
font-weight:bold;
color:#333;
font-size:0.8rem;
line-height:1.8em;
}


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

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

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

.box2_rs h4{
font-size: 1.6em;
color: #000000;
}

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

h3 span.none{
font-size: 0.6em;
}

h4 span.none{
font-size: 0.6em;
}
}

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

	.box2_rs{
		width: 80%;
		margin: 0 10%;
/* 		padding: 0 2rem; */
	}
	/* 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;
	}

	h3 span.none{
		font-size: 0.6em;
	}

	h4 span.none{
		font-size: 0.6em;
	}
}