#Contents {
	color: #FFF;
}
#Contents .alert {
	margin: 50px 0 0;
	width: 100%;
	text-align: center;
}
#Contents .book {
	position: absolute !important;
	top: -35px; right: -5px;
	width: 30px;
	height: 30px;
	background-image: url(../../../../../file/image/book.png);
	background-size: 30px;
	opacity: 0.8;
	cursor: pointer;
}
#Contents .book.disable {
	display: none;
}
#Contents .book:hover {
	opacity: 1;
}
#Contents .book.on {
	background-position: 0 30px;
}
#Contents .edit {
	position: absolute !important;
	top: -35px; right: -5px;
	width: 30px;
	height: 30px;
	background-image: url(../../../../../file/image/edit.png);
	background-size: 30px;
	opacity: 0.8;
	cursor: pointer;
}
#Contents .edit:empty {
	display: none;
}
#Contents .edit:hover {
    background-position: 0 -30px;
}
#Contents .edit a {
    display: block;
    width: inherit;
    height: inherit;
}

#Contents .product {
	position: relative;
	margin: 10px 0 0;
}
#Contents .product>*{
	position: relative;
}
#Contents .product>*:not(.images){
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}
#Contents .company {
	margin: 0 0 5px;
	font-size: 0.9rem;
}
#Contents .product h2 {
	margin: 0 0 14px;
	font-size: 1.2rem;
	text-align: left;
	color: #FFF;
}
#Contents .product h3 {
	margin: 10px 0 5px;
	font-size: 0.8rem;
	color: #AAA;
}
#Contents .product h3 span{
	margin: 0 0 0 10px;
	color: #99c8cc;
	font-size: 0.9em;
}
#Contents .product h4 {
	margin: 10px 0 5px;
	font-size: 0.8rem;
	color: #AAA;
}
#Contents .product h3 span img,
#Contents .product h4 span img {
	width: 16px;
	vertical-align: middle;
}
#Contents .product h3 div.button,
#Contents .product h4 div.button {
	position: absolute;
	top: 0; right: 0;
	color: #69C;
	cursor: pointer;
}
#Contents .product .entry {
	position: relative;
	margin: 5px auto 20px;
}
#Contents .product .entry span {
	display: inline-block;
	color: #AAA;
}
#Contents .product .entry a {
    display: inline-block;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#Contents .product .entry.images {
	position: relative;
	margin: 0 -10px 20px;
	max-height: 450px;
	background-color: #222;
	overflow: hidden;
}
#Contents .product .entry.images:after {
	content: '';
	position: relative;
	display: block;
	margin: 75% 0 0;
	width: 100%;
	height: 0;
}
#Contents .product .entry.images .image_wrapper {
	position: absolute;
	top: 0; bottom: 0;
	width: 100%;
}
#Contents .product .entry.images .image_wrapper img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
#Contents .product .entry.images .handle {
	position: absolute;
	display: none;
	top: 0; bottom: 0;
	width: 60px;
	background-size: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#Contents .product .entry.images .handle:hover {
}
#Contents .product .entry.images .handle.left {
	left: 0;
	background-image: url(../../../../../file/image/handleL.png);
}
#Contents .product .entry.images .handle.right {
	right: 0;
	background-image: url(../../../../../file/image/handleR.png);
}
#Contents .product .entry.images li div {
	position: relative;
	width: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#Contents .product .entry.headline {
	margin-bottom: 50px;
	font-size: 0.9rem;
	line-height: 2em;
	color: #CCC;
}
#Contents .product .entry.link {
	text-align: right;
	font-size: 0.8rem
}
#Contents .product .entry.link:after {
	display: inline-block;
	content: '';
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background-image: url(../../../../../file/image/out.png);
	background-size: contain;
	vertical-align: middle;
}
#Contents .product .locations {
	list-style: none;
}
#Contents .product .locations li,
#Contents .product .locations li h4.title {
	position: relative;
	min-height: 25px;
}
