@charset 'utf-8';
/* CSS Document */
#textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }
	
#textarea p{
	font-size:16px;
	line-height:160%;
	margin-bottom:4%;
	color:#444 !important;
    }
	
#textarea p.ilst{
	font-size:14px;
	line-height:150%;
	margin-bottom:0;
	color:#555;
    }
	
.textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }

.top a
{
	float:right;
	margin-right:5%;
	font-size:10px;
	color:#444;
	text-decoration:underline;
}

#kaihou_container{
		width:94%;
    margin-left:auto;
    margin-right:auto;
}


.episodeBox_noheart {  
  background: #F3F1ED;  
  margin: 25px 0 20px;  
}  
.episodeBox_noheart .main {  
  width: 100%;  
}  
.episodeBox_noheart .inr > p {  
  font-weight: bold;  
  font-size: 20px;  
  margin-top: 0;  
  color: #FF7272;  
  text-align: center;  
  line-height: 120%;  
}  
.episodeBox_noheart_inr {  
  padding: 20px;  
}  
.episodeBox_noheart_box {  
  margin-top: 10px;  
  border-radius: 4px;  
  padding: 20px 20px 10px 20px;  
  background: 20px 20px no-repeat #FCFBFA;  
  -webkit-background-size: 22px auto ;  
  background-size: 22px auto ;  
    
}  
.episodeBox_noheart p {  
  font-size: 14px;  
  margin-bottom: 0;  
}  

/*青*/
.midashi1 {
	position: relative;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	font-size:24px !important;
	line-height:150%;
	color:#444;
	font-weight:normal;
	text-align:center;
}


.strongtext{
	font-weight:bold;
	color: #F69;
}



.illust{
	margin-bottom:3%;
}


#canvas-container {
    background-size: cover;
}
canvas {
    width: 100%;
    height: 10%;
    vertical-align: top;
}


#coffretAnimation{
background: linear-gradient(145deg, #fdc2f0, #fdf8b0);
padding-bottom:8%;
background-size: 400% 400%;

-webkit-animation: coffretAnimation 8s ease infinite;
-moz-animation: coffretAnimation 8s ease infinite;
animation: coffretAnimation 8s ease infinite;}

@-webkit-keyframes coffretAnimation {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
@-moz-keyframes coffretAnimation {
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}
@keyframes coffretAnimation { 
    0%{background-position:15% 0%}
    50%{background-position:86% 100%}
    100%{background-position:15% 0%}
}

.frame-wrapper_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}

.frame-wrapper_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pinktitle{
	color:#FFF !important;
	padding:3% 3% 3% 4%;
	background-color: #FF80C0;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-top:2% !important;
	margin-bottom:1% !important;
}
