@charset 'utf-8';
/* CSS Document */
#textarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
    }
	
#textarea p{
	font-size:14px;
	line-height:150%;
	margin-bottom:15px;
	color:#555;
    }
	
.textarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
    }

.top
{
	float:right;
	font-size:10px;
}
.episodeBox_noheart {  
  background: #E6FBF0;  
  margin: 4% 0 3%;  
}  
.episodeBox_noheart .main {  
  width: 100%;  
}  
  
.episodeBox_noheart_inr {  
  padding: 4% 4% 1% 4%;  
}  

.episodeBox_noheart_box {  
  /*margin-top: 10px; */ 
  border-radius: 4px;  
  padding: 4% 4% 2% 4%;  
  background: 20px 20px no-repeat #FFFBFD;  
  -webkit-background-size: 22px auto ;  
  background-size: 22px auto ;  
    
}  
.episodeBox_noheart p {  
  font-size: 1.4rem;  
  margin-bottom: 0;  
}  


/*下マージン多*/
.midashi2 {
	position: relative;
	padding: 1em 1em 1em 2.5em;
	margin-bottom:1.5em;
	border-top: 4px solid #6B9ED3;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	font-size:16px;
	color:#666;
	font-weight:normal;
}
.midashi2::after {
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #6B9ED3;
	border-radius: 100%
}


.pinktitle{
	color:#FFF;
	padding:15px 15px 15px 20px;
	background-color: #F7929C;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:10px;
}

.pinktext{
	color: #3CC494;
}

.pinktext_point{
	color:#49C79B;
	font-size:1.2rem;
}

.grytext_point{
	font-size:1.2rem;
}


.illust{
	margin-bottom:20px;
	font-size:1.4rem;
}
