#Contents .page > div {
	margin: 0 0 40px;
	padding: 20px;
	border: 1px solid #999;
	border-radius: 3px;
}
#Contents .page > div h2 {
	margin: 0 0 10px;
	border-bottom: 1px dotted #666;
	padding: 0 0 5px;
	font-size: 1rem;
}
#Contents .page > div p.summary {
	margin: 0 0 30px;
}
#Contents .page > div h3 {
	float: left;
	width: 100px;
	line-height: 26px;
	font-size: 0.8rem;
	box-sizing: border-box;
}

#Contents .page > div .entry {
	margin: 0 0 10px;
	width: 100%;
	box-sizing: border-box;
}
#Contents .page > div .entry:before {
	content: ':';
	margin: 0 10px 0 0;
}
#Contents .page > div .entry input {
	width: calc(100% - 120px);
	height: 26px;
	vertical-align: middle;
	box-sizing: border-box;
}
#Contents .page > .new .entry input[name=mail] {
	margin-right: 5px;
	width: 200px;
}
#Contents .page > div .note {
	display: block;
	margin: 0 0 20px 120px;
	font-size: 0.7rem;
	line-height: 1.4em;
	color: #2c8eff;
	overflow: hidden;
}
#Contents .page > div .note:empty {
	margin-bottom: 5px;
	height: 0;
}
#Contents .page > div .note:before {
	content: '※';
	margin-right: 5px;
}
#Contents .page > div .button {
	margin: 10px auto 0;
	border: 1px solid #999;
	border-radius: 3px;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #69C;
	cursor: pointer;
}
#Contents .page > div .button.disable {
	border-color: #CCC;
	color: #CCC;
	cursor: default;
}
#Contents .page > div .button:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
#Contents .page > div .button.disable:hover {
	background-color: #FFF;
}
#Contents .page > div .button a {
	display: block;
	width: 100%;
	height: 100%;
}