@charset "utf-8";
#message-board > section {
	margin: 30px 20px 0 20px;
}

.description > div:nth-child(-n+2) {
	margin: 10px 0 30px 0;
}

#message-board h2 {
    font-size: 1.6em;
	margin-bottom: 10px;
}

.important {
	color: red;
	font-weight: bold;
}

#post {
		margin-top: 40px;
}

.item {
	display: flex;
	margin-bottom: 10px;
}

.item input[type="text"], .item input[type="password"] {
	height: 26px;
	background-color: #F9FBED;
	border: solid 1px #B3B3B3;
	padding: 0 10px;
}

.itemA {
	width: 26%;
	padding-right: 10px;
}

.item-name {
	font-size: 1.2em;
	line-height: 26px;
}

.item-mail {
	width: 360px;
}

.send-button {
	display: block;
	margin: 30px auto 0 auto;
	width: 130px;
	height: 26px;
	border: solid 1px #3E3A39;
	border-radius: 5px;
	background:linear-gradient(to bottom, #fff, #D9D9D9);
	cursor: pointer;
}