@charset "utf-8";
#message-board > section {
	margin: 30px 20px 0 20px;
}

.description > div {
	margin: 10px 0 20px 0;
}

#message-board h2 {
    font-size: 1.6em;
	margin-bottom: 10px;
}

.important {
	color: red;
	font-weight: bold;
}

#regist-contents, #login-contents {
    border: solid 1px #000;
    padding: 20px;
    text-align: center;
}

.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: 30%;
	text-align: right;
	padding-right: 10px;
}

.item-name {
	font-size: 1.2em;
	line-height: 26px;
}

.item1 {
	position: relative;
	margin-bottom: 10px;
}

.hosoku {
	position: absolute;
	top: 20px;
	right: 5px;
}

.item-mail {
	width: 360px;
}

.item-others {
	width: 268px
}

.regist-button, .login-button {
	margin: 10px 0;
	width: 142px;
	height: 26px;
	border: solid 1px #3E3A39;
	border-radius: 5px;
	background:linear-gradient(to bottom, #fff, #D9D9D9);
	cursor: pointer;
	line-height: 26px;
}

.regist-button {
    color: #fff;
    text-shadow: 1px 1px 0 hsla(0,0%,0%,0.75);
    font-weight: bold;
    background: linear-gradient(to bottom, #FF9670, red);
}