#Contents .form ul.list {
}
#Contents .form ul.list li {
	position: relative;
	margin-bottom: 5px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: white;
}
#Contents .form ul.list li span{
	display: inline-block;
	margin: 0 10px 0 0;
	color: #999;
}
#Contents .form ul.list li a.delete {
	position:absolute;
	right: 10px;
	color: red;
}

#Contents section {
	margin: 0 0 10px;
	padding: 20px 30px 20px;
	background: white;
	box-sizing: border-box;
}
#Contents section .imgBox {
	width: 100%;
}
#Contents section h2 {
	width: calc(100% - 2em);
	margin: 1em auto 0;
	padding: 0 1em .2em;
	border-bottom: solid 1px black;
	box-sizing: border-box;
}
#Contents section h2 span {
	font-size: .8em;
}
#Contents section time {
	display: block;
	width: 90%;
	padding: .5em 0;
	margin: auto;
	text-align: right;
}
#Contents section p {
	width: 90%;
	margin: 1em auto 2em;
}
#Contents section ul {
	width: 100%;
	margin: 30px 0;
	padding: 2em;
	border: solid 1px lightgray;
	box-sizing: border-box;
}
#Contents section li {
	margin-bottom: .5em;
}
#Contents section li:last-of-type {
	margin-bottom: 0;
}
#Contents section .form {
	width: 90%;
	margin: 30px auto 0;
}
#Contents section dl {
	width: 90%;
	margin: 0 auto 1em;
	overflow: hidden;
}
#Contents section dl dt {
	float: left;
	line-height: 24px
}
#Contents section dl.require dt:after {
	content: '*';
	margin: 0 0 0 2px;
	color: red;
}
#Contents section dl dd {
	margin-left: 100px;
}
#Contents section dl dd input {
	width: 80%;
	box-sizing: border-box;
}
#Contents section dl dd textarea {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
}
#Contents section .button {
	width: 90%;
	margin: 2em auto 1em;
	text-align: right;
}
#Contents section input, #Contents section textarea {
	border-radius: 0;
	border: 1px solid #666;
	padding: 4px;
	-webkit-appearance: none;
}
#Contents section p.attention {
	margin: 30px;
	font-size: 0.9em;
}
#Contents section p.attention span {
	margin: 0 2px;
	color: red;
}
#Contents section p.warning {
	margin: 30px;
	font-size: 1.1em;
	color: red;
}
#Contents section .button input[type=submit],
#Contents section .button input[type=reset] {
	margin: 0 0 0 8px;
	border: none;
	width: 100px;
	height: 30px;
	font-size: 14px;
	background-color: #666;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
#Contents section .button input[type=reset] {
	background-color: #999;
}


@media (max-width: 600px) {
	#Contents section {
		padding: 1em 1em 50px;
	}
}
@media (max-width: 414px) {
	#Contents section .category {
		width: 100%;
	}
}
