<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	background: #FFF;
}

#wrapper {
	background: url(../img/bg.png);
	padding-bottom: 30px;
	width: 100%;
}
#wrapper a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.container {
	width: 980px;
	height: 100%;
	margin: auto;
	position: relative;
}
.indent {
	padding-left: 90px;
}

h1 {
	padding-top: 15px;
	margin-bottom: 25px;
}

.cp01 {
	position: relative;
	margin-bottom: 30px;
}
.cp01 .jackets li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.cp01 .jackets li.last-child {
	margin-right: 0;
}
.cp01 .btn_list {
	position: absolute;
	top: 87px;
	right: 14px;
}

.cp02 {
	position: relative;
	margin-bottom: 25px;
}
.cp02 .list {
	background: url(../img/cp02_jacket_bg.png) no-repeat;
	position: relative;
	height: 553px;
}
.cp02 .list .title {
}
.cp02 .list ul {
	padding-left: 45px;
}
.cp02 .list li {
	margin-right: 5px;
	height: 235px;
	float: left;
}

#modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: none;
	z-index: 500;
}
#modal .bg {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#modal .wrapper {
	position: relative;
	width: 628px;
	margin: auto;
}
#modal .inner {
	background: #fff;
	width: 628px;
	position: absolute;
}
#modal .inner .close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
}
#modal .inner .close a {
	background: url(../img/btn_close.png);
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#modal .inner .close a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}</pre></body></html>