#Contents .detail {
	overflow: hidden;
	margin: 0 0 20px;
}
.detail .description {
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 40%;
	box-sizing: border-box;
}
#Contents .detail .description h1 {
	margin-bottom: 10px;
	line-height: normal;
}
#Contents .detail .description h1:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 40px;
	vertical-align: middle;
}
.description h1 .logo {
	display: inline-block;
	margin:0 7px 0 0;
	height: 40px;
	vertical-align: middle;
	background-size: contain;
}
.description h1 .logo ~span {
	display: none;
}
.description .summary {
	margin-bottom: 20px;
	padding: 0 0 0 14px;
}
.description .document {
	margin-bottom: 20px;
	padding: 0 0 0 14px;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: justify;
}
.description .document h2{
	margin-bottom: 6px;
	font-size: 1.1em;
}
.description .imagebox {
	position: relative;
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 0 0;
	width: 50%;
	box-sizing: border-box;
}
.description .imagebox:empty {
	display: none;
}
.description .imagebox .item {
	float: left;
	margin: 0;
	border: none !important;
	padding: 0;
	width: 100%;
	border: solid #FFF;
	background-size: 0%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.description .imagebox .item .caption {
	display: block;
	text-align: left;
	margin: 3px 0 0;
	font-size: 0.8em;
}
.description .imagebox .item img {
	display: block;
	width: 100%;
}
.detail>.imagebox {
	position: relative;
	float: left;
	margin: 20px 0 10px;
	padding: 0 10px 0 0;
	width: 60%;
	box-sizing: border-box;
}
.detail>.imagebox .item {
	float: left;
	margin-bottom: 12px;
	width: 25%;
	border: solid #FFF;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.detail>.imagebox .item:after {
	display: block;
	content: '';
	padding-top: 66.6666667%;
	height: 0;
}
.detail>.imagebox .item:nth-child(4n+2) { border-width: 0 9px 0 0 }
.detail>.imagebox .item:nth-child(4n+3) { border-width: 0 6px 0 3px }
.detail>.imagebox .item:nth-child(4n) { border-width: 0 3px 0 6px }
.detail>.imagebox .item:nth-child(4n+1) { border-width: 0 0 0 9px }

.detail>.imagebox .item:first-child {
	position: relative;
	float: none;
	margin: 0 0 30px 0;
	border: none;
	padding: 0;
	width: 100%;
	height: auto;
}
.detail>.imagebox .item:first-child:after {
}

.detail>.imagebox .item img {
	display: none;
}
.detail>.imagebox .item:first-child img {
}
.detail>.imagebox .item .caption {
	display: none;
}
.detail>.imagebox .item:first-child .caption {
	position: absolute;
	display: block;
	bottom: 0;
	margin: 0 0 -23px;
	height: 20px;
	font-size: 0.8em;
	overflow: hidden;
}
@media (max-width: 420px){
.detail .description {
	padding-left: 0;
	width: 100%;
}
.description h1 {
}
.description .summary {
}
.description .document {
	padding-left: 0;
}
.index {
	margin: 0;
}
.detail .imagebox {
	position: relative;
	top: 0; left: 0;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.detail .imagebox.sub .item:first-child {
	display: none;
}
.description .imagebox .item {
	margin-bottom: 15px;
}
}