#Contents > * {
	box-sizing: border-box;
}
#Contents div[name="space"] {
	width: 100%;
}

#Contents p[name="paragraph"] {
    padding: 0 0 8px;
    font-size: 0.9em;
    line-height: 2em;
}
#Contents div[name="image"] {
	margin: 0;
	width: 100%;
}
#Contents div[name="image"] img {
	width: 100%;
}

#Contents dl {
	margin: 0 0 15px;
	width: 100%;
    font-size: 12px;
    line-height: 1.8em;
	vertical-align: top;
    color: #555;
	overflow: hidden;
}
#Contents dl dt {
	float: left;
	width: 110px;
}
#Contents dl dd {
	margin-left: 110px;
	width: calc(100% - 110px);
}

#Contents dl.entryId dt,
#Contents dl.entryId dd {
	font-size: 15px;
	font-weight: bold;
}
#Contents dl.entryId dd {
	margin: 0 0 7px 155px;
	letter-spacing: 0.1em;
}

#Contents h4 {
	display: block;
    margin: 10px 0 20px;
    font-size: 11pt;
}
#Contents h4.invite {
    margin: 50px 0 20px;
    padding: 0 0 0 10px;
    text-align: left;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    background-color: #9A9A9A;
}
#Contents h5 {
	display: block;
    margin: 10px 0 5px;
    font-size: 10pt;
}
#Contents p.alert {
	display: none;
	margin: 0 0 20px;
	color: red;
}
#Contents p.theme {
    font-size: 10pt;
}
#Contents dl.form dt {
	width: 150px;
	line-height: 21px;
}
#Contents dl.form dt.long {
	width: 100%;
}
#Contents dl.form dd {
	margin: 0 0 10px 150px;
	width: calc(100% - 150px);
}
#Contents dl.form dd.alert {
	color: #F00;
}
#Contents dl.form dd.note {
	margin: -8px 0 10px 150px;
}
#Contents dl.form dd.note:before {
	content: '※';
	margin-right: 5px;
}
#Contents dl.form dd input[type='text'] {
	margin: 0;
	padding: 2px 5px;
	width: 180px;
	height: 21px;
	font-size: 12px;
	box-sizing: border-box;
}
#Contents dl.form dd textarea {
	margin: 0;
	padding: 2px 5px;
	width: 100%;
	height: 40px;
	font-size: 12px;
	vertical-align: top;
	box-sizing: border-box;
	resize: none;
}
#Contents dl.form dd input[type='text'].invalid,
#Contents dl.form dd input[type='file'].invalid,
#Contents dl.form dd textarea.invalid {
	border: 1px solid #ffa0a8;
	background-color: #ffe5e8;
}
#Contents dl.form dd.portrait,
#Contents dl.form dd.preview {
	display: none;
}
#Contents dl.form dd.portrait.on,
#Contents dl.form dd.preview.on {
	display: block;
}
#Contents dl.form dd.portrait img {
	width: 200px;
}
#Contents dl.form 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 dl.form dd.preview img,
#Contents dl.form dd.thumb img {
	max-width: 100%;
}


#Contents dl.confirm input[type='text'],
#Contents dl.confirm textarea {
	border: none;
	background-color: #e5e5e3;
}

#Contents .button {
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	background-color: #FBB94E;
	cursor: pointer;
}
#Contents .button.disabled {
	background-color: #CCC;
	cursor: default;
}
#Contents .button.confirm.disabled {
	display: none;
}
#Contents .button a {
	position: relative;
	display: block;
	margin: 0;
	width: inherit;
	height: inherit;
	line-height: inherit;
	font-size: inherit;
	color: #FFF;
	cursor: pointer;
}


#Contents iframe.hidden {
	width: 0;
	height: 0;
}

#Contents .upload .button {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	width: auto;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

#Popup .popup {
	margin: 10% auto;
	padding: 10px;
	width: calc(100% - 40px);
	max-width: 600px;
	min-height: 200px;
	background-color: #FFF;
	box-shadow: 0 0 5px 5px rgba(102, 102, 102, 0.1);
	overflow: hidden;
}
#Popup .popup h3 {
	margin: 20px 0 10px 0;
	width: 100%;
	line-height: 1.6em;
}
#Popup .popup p {
	margin: 0 0 10px 0;
	width: 100%;
	line-height: 1.6em;
}
#Popup .popup dl {
	margin: 0 0 10px 0;
	width: 100%;
	line-height: 1.6em;
	font-size: 12px;
}
#Popup .popup dt {
	margin: 0 0 2px 0;
	width: 100%;
	color: #999;
}
#Popup .popup dd {
	margin: 0 10px 15px;
	width: calc(100% - 20px);
}
#Popup .popup dd img {
	max-width: 100%;
}
#Popup .popup dd.note {
	color: #8289A9;
}
#Popup .popup .message {
	margin: 40px 0 20px 0;
	width: 100%;
	line-height: 1.6em;
	text-align: center;
}
#Popup .popup .message:first-line {
	font-size: 1.1em;
	font-weight: bold;
}
#Popup .popup .windmill {
	margin: 40px auto 20px;
	width: 40px;
	height: 40px;
	background-image: url(../../../file/parts/windmill.png);
	background-size: contain;
	
	animation-name: windmill;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes windmill {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
#Popup .popup .exec {
	position: relative;
	margin: 10px auto 20px;
	width: 100%;
	text-align: right;
}
#Popup .popup .button {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	background-color: #FBB94E;
	cursor: pointer;
}

body .viewer {
	position: fixed;
	display: none;
	top: 0; right: 0; bottom: 0; left: 0;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: auto;
}
body .viewer img {
	margin: 0 0 5px;
	width: 100%;
}
body .close {
	position: absolute;
	top: 0; right: 0;
	width: 30px;
	height: 30px;
	background-image: url(../../../file/parts/close.png);
	background-size: contain;
}
body .close:hover {
	opacity: 0.8;
	cursor: pointer;
}

