#Contents ul.phase {
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
#Contents ul.phase li {
	display: inline-block;
	width: auto;
	font-size: 12px;
	color: #9A9A9A;
}
#Contents ul.phase li:after {
	content: '▶︎';
	display: inline-block;
	margin: 0 10px;
}
#Contents ul.phase li:last-child:after {
	content: '';
}
#Contents ul.phase li .button {
	display: inline-block;
	width: 140px;
	border: 1px solid #FBB94E;
	background-color: #FFF;
	color: #FBB94E;
	font-size: inherit;
}
#Contents ul.phase li .button.active {
	background-color: #FBB94E;
	color: #FFF;
}
#Contents ul.phase li .button a {
	color: inherit;
}

#Contents .back {
	width: 100%;
	font-size: 10pt;
	text-align: right;
}
#Contents .back a {
	color: #FBB94E;
}
#Contents .back a:before {
	content: '> ';
}

#Contents .viewer {
	position: relative;
	margin-bottom: 40px;
}

#Contents .viewer > p.alert {
	padding-left: 5px;
	width: auto;
}
#Contents .viewer > p.alert:before {
	content: '※';
	margin-right: 5px;
}

#Contents .viewer form {
	display: none;
}

#Contents .viewer dl.develop dd:empty:before {
	content: '未設定';
	color: #AAA;
}

#Contents .viewer ul.explain {
	margin: 0 0 10px 15px;
	padding-left: 20px;
	width: auto;
	list-style: disc;
	list-style-position: outside;
	box-sizing: border-box;
}

#Contents .viewer ul.explain li {
}

#Contents .viewer ul.develop {
	position: relative;
	margin: 0 10px 10px;
	padding: 1px;
	width: calc(100% - 20px);
	background-color: #666;
}
#Contents .viewer ul.develop li {
	position: relative;
	margin: 0 0 1px;
	padding: 0 120px 0 30px;
	width: 100%;
	min-height: 40px;
	font-size: 12px;
	line-height: 40px;
	background-color: #FFF;
}
#Contents .viewer ul.develop li.multiline {
	padding: 10px 16px;
	max-height: 200px;
	font-size: 12px;
	line-height: 1.6em;
	overflow-wrap: break-word;
	overflow-y: auto;
}
#Contents .viewer ul.develop li.multiline:empty:before {
	content: '未設定';
	color: #AAA;
}
#Contents .viewer ul.develop li.empty {
	padding: 0;
	color: #fe2134;
	background-color: #ffe5e8;
	text-align: center;
}

#Contents .viewer ul.develop li:last-child {
	margin-bottom: 0;
}
#Contents .viewer ul.develop li .thumbnail {
	position: relative;
	display: inline-block;
	margin: 5px auto;
	width: 160px;
}
#Contents .viewer ul.develop li .thumbnail img {
	width: 100%;
	box-sizing: border-box
}
#Contents .viewer ul.develop li .handle,
#Contents .viewer ul.develop li .counter {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	margin: 0;
	width: 30px;
	height: 100%;
	font-size: 15px;
	line-height: 40px;
	justify-content: center;
	align-items: center;
	color: #999;
	cursor: ns-resize;
}
#Contents .viewer ul.develop li .button {
	position: absolute;
	display: flex;
	top: 0;
	margin: 0;
	width: 60px;
	height: 100%;
	font-size: 12px;
	line-height: 40px;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
#Contents .viewer ul.develop li .button.edit {
	right: 60px;
	background-color: #FBB94E;
}
#Contents .viewer ul.develop li .button.delete {
	right: 0;
	background-color: #FF0000;
}
#Contents .viewer ul.develop li .title:not(:empty):before {
	/* content: ' / '; */
}
#Contents .viewer ul.develop li .roll:not(:empty):before {
	content: '［';
}
#Contents .viewer ul.develop li .roll:not(:empty):after {
	content: '］';
}
#Contents .viewer ul.develop li .dialog {
	position: absolute;
	display: flex;
	top: 0; right: 0;
	padding: 0 80px 0 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 0, 0, 0.6);
	color: #FFF;
}
#Contents .viewer ul.develop li .dialog .button.apply {
	right: 60px;
	background-color: #FF0000;
}
#Contents .viewer ul.develop li .dialog .button.cancel {
	right: 0;
	font-size: 10px;
	background-color: #FFBE4D;
}

#Contents .viewer.office ul.develop li,
#Contents .viewer.joint ul.develop li {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
}
#Contents .viewer.office ul.develop li > span,
#Contents .viewer.joint ul.develop li > span {
	display: inline-block;
	width: 100%;
}
#Contents .viewer.office ul.develop li .registration:not(:empty):before,
#Contents .viewer.joint ul.develop li .registration:not(:empty):before  {
	content: '［';
}
#Contents .viewer.office ul.develop li .registration:not(:empty):after,
#Contents .viewer.joint ul.develop li .registration:not(:empty):after {
	content: '］';
}
#Contents .viewer.office ul.develop li .founder:not(:empty) + .architect:not(:empty):before,
#Contents .viewer.joint ul.develop li .founder:not(:empty) + .architect:not(:empty):before {
	content: '　';
}


#Contents .editor {
	position: relative;
	display: none;
	margin-bottom: 40px;
}
#Contents .editor dl dt {
	width: 150px;
	line-height: 21px;
}
#Contents .editor dl dt.long {
	width: 100%;
}
#Contents .editor dl dt.sub {
	padding-left: 10px;
}
#Contents .editor dl dd {
	margin: 0 0 10px 150px;
	width: calc(100% - 150px);
}
#Contents .editor dl dd:empty:before {
	content: '未入力';
}
#Contents .editor dl dd.hidden {
	display: none;
}
#Contents .editor dl dd.alert {
	color: #F00;
}
#Contents .editor dl dd.note {
	margin: -8px 0 10px 150px;
}
#Contents .editor dl dd.note:before {
	content: '※';
	margin-right: 5px;
}
#Contents .editor dl dd select {
	max-width: calc(100% - 10px);
}
#Contents .editor dl dd input[type='text'] {
	margin: 0;
	padding: 2px 5px;
	width: 180px;
	height: 21px;
	font-size: 12px;
	box-sizing: border-box;
}
#Contents .editor dl dd input.tiny[type='text'] {
	width: 50px;
}
#Contents .editor dl dd input.short[type='text'] {
	width: 90px;
}
#Contents .editor dl dd input.long[type='text'] {
	width: 270px;
}
#Contents .editor dl dd textarea {
	margin: 0;
	padding: 2px 5px;
	width: 100%;
	height: 40px;
	font-size: 12px;
	vertical-align: top;
	box-sizing: border-box;
	resize: none;
}
#Contents .editor dl dd.portrait,
#Contents .editor dl dd.preview {
	display: none;
}
#Contents .editor dl dd.portrait.on,
#Contents .editor dl dd.preview.on {
	display: block;
}
#Contents .editor dl dd.portrait img {
	width: 200px;
}
#Contents .editor dl dd.preview.ent {
	position: relative;
	border: 1px solid #777;
	width: 300px;
	height: 300px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #666;
	box-sizing: border-box;
	cursor: pointer;
}
#Contents .editor dl dd.preview img,
#Contents .editor dl dd.thumb img {
	max-width: 100%;
	cursor: pointer;
}

#Contents .editor .error {
	display: none;
	color: #F30;
}

#Contents .editor .mask {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
#Contents .editor .mask:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-image: url(../../../file/parts/windmill.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform-origin: 50% 50%;

	animation: windmill 1s linear 0s infinite normal;
}
@keyframes windmill {
0% {transform: rotate(0)}
25% {transform: rotate(90deg)}
50% {transform: rotate(180deg)}
75% {transform: rotate(270deg)}
100% {transform: rotate(360deg)}
}

#Contents .viewer > .button,
#Contents .editor > .button {
	width: 180px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	box-sizing: border-box;
}

#Contents .editor > .button:empty:before {
	content: '追　加';
}
#Contents .editor[current] > .button:empty:before {
	content: '更　新';
}

#Contents nav {
	position: relative;
	text-align: center;
}
#Contents nav .button {
	display: inline-block;
}

/* 追加 */
#Contents dl.develop dt{
	width: 150px;
}
#Contents dl.develop dt.long{
	width: 200px;
}
#Contents dl.develop dd{
	width: calc(100% - 150px);
}
#Contents dl.develop dt.long + dd{
	width: calc(100% - 200px);
}
#Contents .editor dl dt.long{
	margin-bottom: 8px;
	font-weight: bold;
}
#Contents dl.form dt{
	width: 180px;
}
#Contents dl.form dd{
	margin: 0 0 10px 180px;
    width: calc(100% - 180px);
}
#Contents .editor dl.form dd.note{
	margin: -8px 0 10px 180px;
}
#Contents .back a{
	color: #276c98;
    font-weight: bold;
}
