.logo_link{
	/*display: inline-block;*/
	display: flex;
}
.div_link{
	display: inline-block;
	float: left;
}
#main_btn{
	margin: 23px 5px;
}
#main_btn img{
	width: 30px;
	height: 20px;
	border: none;
}
.link_text {
	color: blue;
}
.link_text:hover {
	text-decoration: underline;
	cursor: pointer;
}
.commText{
	display: inline-block;
	position: fixed;
	left: 50%;
	width: 360px;
	margin-left: -180px;
	z-index: 888;
	font-size: 16px;
	font-weight: bold;
	background-color: #eee;
	border: 3px solid #333;
	border-radius: 7px;
	padding: 10px;
}
textarea{
	width: 335px;
	resize: vertical;
}