@charset "UTF-8";
/* fl175 音程、音量……名コンビのためのコツ */

#main_left #magazine_main p.caution{
	font-size: 8pt; 
	line-height: 1.6em;
}


#main_left #magazine_main hr.nami{
	height: 14px;
	border: 0;
	margin: 0;
	background-color: rgba( 255, 255, 255, 0);
	background-image: url('../../../images/flute/article/1042/3898/bg_nami.gif');
}



#main_left #magazine_main #magazine_Pspace h2.midashi{
	display: block;
	text-align: center;
	padding: 1em 0;
	margin: 0;
}

#main_left #magazine_main #magazine_Pspace h3.midashi{
	display: block;
	text-align: center;
	background: linear-gradient(transparent 0, #ffa3c2 0);
	padding: 0.2em 0;
	margin: 2em;
}

.fukidashi {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #ffa3c2;
  border-radius: 30px;
}

.fukidashi:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #ffa3c2;
  border-radius: 50%;
}

.fukidashi:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #ffa3c2;
  border-radius: 50%;
}

.fukidashi p {
  margin: 0; 
  padding: 0;
}

strong{
	font-family: none;
	font-weight: bold;
}

/*
#main_left #magazine_main #magazine_Pspace p.caption{
	font-size: 0.8em;
}
*/

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

	/* box2_rs_rv */
	.box2_rs_rv{
		display: flex;
		justify-content:space-between;
		flex-direction:row-reverse;
	}

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

	.scroll {
        height: auto;
        margin:0.5em auto;
	    padding: 5px;
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	}

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

	#main_left #magazine_main h2{
		font-size: 1.6em;
	}


	/* box2_rs */
	.box2_rs .item{
		width: 100%;
	}

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

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

	.scroll {
	     height:auto;
	    margin:1em auto;
	    padding: 5px;
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	}

	#magazine_main #magazine_Pspace .scroll img{
	    width: 800px;
	    height: auto;
	}
}