@charset "UTF-8";

#detail {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1000;
	background-color: #fff;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#detail .body {
	position: absolute;
}

#detail .close {
	width: 60px;
	height: 60px;
}

#detail .close a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/detail/close.png");
}

#detail .close a:hover {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

/*
----------------------------------------
 */

#detail ul.main {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#detail ul.main > li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#detail ul.main > li > img {
	display: block;
	width: 100%;
	height: 100%;
}

#detail .sub {
	position: absolute;
	right: 0;
	top: 0;
	width: 340px;
	height: 100%;
	margin-left: 30px;
	margin-right: 50px;
}

/*
-------------------------------------
 */

#detail .sub .top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 160px;
	overflow: visible;
}

#detail .sub .top .close {
	position: absolute;
	right: -20px;
	top: 30px;
}

#detail .sub .top h2 {
	position: absolute;
	left: 0;
	bottom: 40px;
	color: #333;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: bold;
	line-height: 30px;
	text-indent: 0;
	letter-spacing: 0.15em;
}

/*
 -------------------------------------
 */

#detail .sub .middle {
	position: absolute;
	left: 0;
	top: 160px;
	width: 100%;
/*
background-color: #00ff00;
*/
}

#detail .sub .middle .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#detail .sub .middle .content .body{
	color: #333;
	text-indent: 0;
	padding-bottom: 24px;
}

#detail .sub .middle .content .body p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.1em;
}

#detail .sub .middle .content .body p.price {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 2em;
}

#detail .sub .middle .content .body p.description {
	line-height: 24px;
	margin-bottom: 2em;
}

#detail .sub .middle .content .body dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 2em;
	letter-spacing: 0.1em;
}

#detail .sub .middle .content .body dt {
	font-weight: bold;
}

#detail .sub .middle .cover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-image: url("../images/detail/cover.png");
	background-repeat: repeat-x;
}

#detail .sub .middle .scroll {
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	margin-right: -7px;
	height: 100%;
}

#detail .sub .middle .scroll .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	cursor: pointer;
	display: none;
}

#detail .sub .middle .scroll .bar .line {
	display: block;
	margin: 0 auto;
	width: 3px;
	height: 100%;
	background-color: #333;
}

#detail .sub .middle .scroll .bar:hover .line {
	width: 7px;
	background-color: #000;
}

/*
---------------------------------------
 */

#detail .sub .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
}

#detail .sub .bottom .button {
	width: 129px;
	height: 36px;
	margin-top: 7px;
}

#detail .sub .bottom .button a {
	display: block;
	width: 100%;
	height: 100%;
}

#detail .sub .bottom .button a:hover {
	background-position: 0 -36px;
}

#detail .sub .bottom .button.onlineStore a {
	background-image: url("../images/detail/onlineStore.png");
}

#detail .sub .bottom .button.perlinger a {
	background-image: url("../images/detail/perlinger.png");
}

#detail .sub .bottom .color {
	margin-top: 20px;
	font-size: 10px;
	font-family: Georgia, serif;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-indent: 0;
}

#detail .sub .bottom .color .value {
	font-weight: bold;
}

#detail .sub .bottom ul.thumb {
	margin-top: 10px;
	margin-right: -2px;
	height: 114px;
}

#detail .sub .bottom ul.thumb > li {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 2px 2px 0;
}

#detail .sub .bottom ul.thumb > li > a {
	display: block;
	width: 53px;
	height: 53px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

#detail .sub .bottom ul.thumb > li > a:hover,
#detail .sub .bottom ul.thumb > li.selected > a {
	border-color: #aab7b2;
}

/*
-------------------------------------------
 */

#detail .sub > .perlinger {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
}

#detail .sub > .perlinger .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 360px;
	height: 490px;
	margin-right: -20px;
}

#detail .sub > .perlinger .text {
	margin-top: 30px;
}

#detail .sub > .perlinger .text h3,
#detail .sub > .perlinger .text p {
	margin-bottom: 24px;
	color: #333;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-indent: 0;
}

#detail .sub > .perlinger .close {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}

