@charset "UTF-8";
/* CSS Document */
/* 連載「ふたたび、「あふれる光と愛の泉」」 */


.saito_profile {
	border-top: dotted 2px #8fbc8f;
	border-bottom:dotted 2px #8fbc8f;
	padding: 0.5em  0;
}


#main_left #magazine_main 
.midashi929{
	border-bottom: solid 1.5px #8fbc8f; 
	color:#8fbc8f; 
	font-size: 2em;
}

#main_left #magazine_main 
.komidashi929{
	border-left:solid 0.5em #8fbc8f;
	padding-left:0.5em;
}


.green929{
	color:#8fbc8f;
}


.gold929{
	color: #997449;
}

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