@charset 'utf-8';
/* CSS Document */
.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;
}

<!-- タグクラウド風 -->
#tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tag ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
	float:left;
	font-size:12px;
}
#tag ul li a {
	display: inline-block;
	/*max-width: 100px;*/
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	font-size:12px;
}
#tag ul li a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
	font-size:12px;
}

<!-- タグクラウド風 -->

<!-- 強調色 -->
.strongtext{
	font-weight:bold;
	color: #F18D0F;
	/*background-color:#C6EAF2;*/
}
<!-- 強調色 -->
