@charset "UTF-8";
/* 昭和メロディの世界│前編 */

#main_left #magazine_main #magazine_Pspace h4.f183_ribbon {
	  display: inline-block;
	  position: relative;
	  height: 60px;/*高さ*/
	  line-height: 60px;/*高さ*/
	  text-align: center;
	  padding: 0 40px 0 18px;/*文字の左右の余白*/
	  font-size: 18px;/*文字サイズ*/
	  background: #a18abe;/*背景色*/
	  color: #FFF;/*文字色*/
	  box-sizing: border-box;
}
	
#main_left #magazine_main #magazine_Pspace h4.f183_ribbon:after {
	  position: absolute;
	  content: '';
	  width: 0px;
	  height: 0px;
	  z-index: 1;
}
	
#main_left #magazine_main #magazine_Pspace h4.f183_ribbon:after {
	  top: 0;
	  right: 0;
	  border-width: 30px 15px 30px 0px;
	  border-color: transparent #fff transparent transparent;
	  border-style: solid;
}


#main_left #magazine_main #magazine_Pspace p.age{
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
}

.fl183_box3 {
	position: relative;
    margin: 2em 0 4rem;
    padding: 0.5em 1em;
    border: solid 3px #fbbad8;
    border-radius: 0 0 5px 5px;
	max-width:100%;
}

.fl183_box3 .box-title {
	position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    background: #fbbad8;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    width:98%;
}

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

.fl183_box3 .border_183{
	border-bottom: 1px solid #fbbad8;
}

.box2_frame{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
}

.box2_frame .item{
	
}

#main_left #magazine_main #magazine_Pspace .item h2{
	margin: unset;
}

#main_left #magazine_main .item h2{
	position: relative;
	text-align: right;
	font-size:14px;
	color: #a18abe;
}

.box2_frame > .item:nth-child(1){
	width: 100px;
	text-align: right;
	background-image: url("../../../images/flute/article/fl179/bg3.gif");
	background-position: right;
	background-repeat: repeat-y;
}

.box2_frame > .item:nth-child(2){
	width: 88%;
	padding: 0 8px 1rem 16px;
}

#main_left #magazine_main .box2_frame > .item:nth-child(2) p{
	margin: 0 0 1rem;
	padding: 0;
}




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




  /*hr 幅をなくす*/
#main_left #magazine_main hr {
	height: initial;
}



.subtitle {
	color: #000000;/*文字色*/
 	border-bottom: solid 2px #000000;
	padding: 0 0 0.3em 0;/*上下の余白*/
	font-size: 13pt;
 	font-weight: bold;
}

