#Contents form {
}
#Contents h3 {
	position: relative;
	border-bottom: 1px #DDD dashed;
	color: #AAA;
	font-size: 0.9em;
}
#Contents h3 span {
	margin: 0 0 0 10px;
	color: #99c8cc;
	font-size: 0.9em;
}
#Contents h3 span img {
	width: 16px;
	vertical-align: middle;
}
#Contents h3 div.tool,
#Contents h4 div.tool {
	position: absolute;
	top: 0; right: 0;
	color: #69C;
	cursor: pointer;
}

#Contents p.guide {
    margin-bottom: 30px;
}
#Contents p.error {
	margin-bottom: 30px;
	color: #F30;
	font-size: 1.1em;
}

#Contents div.hidden {
	display: none;
}

#Contents div.entry {
	position: relative;
	margin: 5px 0 20px;
}
#Contents div.entry span {
	display: inline-block;
}
#Contents div.entry input[type=text],
#Contents div.entry input[type=password],
#Contents div.entry textarea {
	margin: 0;
	width: 100%;
	font-size: 0.8rem;
	box-sizing: border-box;
}
#Contents div.entry p.draw {
	margin-top: 5px;
	text-align: right;
}

#Contents div.entry.map .crossLine {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../../../../../file/image/center.png), url(../../../../../file/image/center.png);
	background-position: center, center;
	background-repeat: repeat-x, repeat-y;
	pointer-events: none;
}

#Contents ul.images {
	margin: 5px 0 0 0;
	overflow: hidden;
}
#Contents ul.images li {
	position: relative;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 600px;
	height: auto;
	min-height: 26px;
	overflow-y: hidden;
}
#Contents ul.images li.addImage {
	display: none;
	width: 100px;
	height: 100px;
	cursor: pointer;
}
#Contents ul.images li.addImage:first-child {
	display: block;
}
#Contents ul.images li img {
	width: 100%;
}
#Contents ul.images li .caption:empty {
	display: none;
}

#Contents ul.images li>span {
	position: absolute;
	border-radius: 8px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	opacity: 0.5;
	cursor: pointer;
	box-sizing: border-box;
}

#Contents ul.images li>span.handle {
	cursor: move;
	top: 5px; left: 5px;
}
#Contents ul.images li>span.delete {
	top: 5px; right: 5px;
	background-image: url(../../../../../file/image/delete.png);
	background-size: contain;
}
#Contents ul.images li>span.place {
	bottom: 5px; right: 5px;
	background-image: url(../../../../../file/image/place.png);
	background-size: contain;
}

#Contents ul.images li>span.thumb {
	background-color: rgba(255, 0, 0, 0);
}
#Contents ul.images li>span.thumb.on{
	background-color: rgba(255, 0, 0, 1);
}
#Contents ul.images li>span.thumb,
#Contents ul.images li>span.edit {
	top: 5px; right: 25px;
}

