@charset 'utf-8';
/* CSS Document */
.orangetitle{
	color:#FFF;
	padding:15px 15px 15px 20px;
	background-color: #ff7bac;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:10px;
}

.top
{
	float:right;
	font-size:10px;
}

#textarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
	margin-top:5%;
    }
	
#textarea p{
	font-size:16px;
	line-height:170%;
	margin-bottom:15px;
	color:#555;
    }
	
.textarea{
	width:550px;
    margin-left:auto;
    margin-right:auto;
    }

.illust{
	margin-bottom:3%;
	font-size:1.4rem;
}

.underline{
	background-color:#D7ECFF;
}

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