﻿/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img{ border: none;}
#lightbox-container-image-box{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image{ padding: 10px;}
#lightbox-loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav{ left: 0;}
#lightbox-nav a{ outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev{ 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext{ 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data{
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption{ font-weight: bold;}
#lightbox-image-details-currentNumber{
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose{
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}









/********************** 詳細 ***************************/

#Detail .frame{padding-right:0;}
#Detail .title2{margin-left:0;margin-right:8px;}
#ProductImage{border:solid 1px #C8C8C8;}
#ProductThumb{display:inline;}

#Detail h2{margin-top:15px;margin-bottom:8px;}
.cart{margin-bottom:15px;}

.cart .left, .cart .right{float:left;}
.cart .left{width:455px;margin-right:10px;}
.cart .right{width:298px;}
.cart{margin-top:10px;}

.cordColor{margin-top:10px;font-weight:bold}

p.code,p.price,p.desc{margin-left:28px;margin-right:8px;}
p.code{margin-bottom:0;}
p.price{margin-bottom:0;}

ul{list-style:none; margin:0; padding:3px 0;}
li{list-style:none;}

ul.productThumb li{float:left;padding-left:6px;}
ul.productThumb li.fst{padding-left:0;}
ul.productThumb img{border: solid 1px #C8C8C8;cursor:pointer;}
ul.productThumb img:hover{border: solid 1px gray;}

#ActiveImg{margin-top:15px;height:15px;border-top:solid 1px #C8C8C8;}
#ActiveImg div{width:86px;height:4px;background-color:#4D4D4D;}
#CartItems{margin:8px 8px 8px 30px;}
.cart *{line-height:160%;}
.cart hr{border-top:solid 1px #C8C8C8;margin-bottom: 10px;}
.size_sel{}
.cart span.price{font-size:120%;font-weight:bold;}
.cart span.code{font-weight:bold;}
.cart .btn{text-align:right;}
.cart input, .cartlabel{line-height:150%;}
.size_desc{text-align:right;}
.quantity{margin-top:20px;height:50px;}
#Quantity{position:absolute;margin-left:160px;}
ul.about li{list-style: disc;margin-left:20px;margin-bottom:8px;}
.stoneSize{font-size:80%;}
.stone_desc{height:150px;overflow:auto;line-height:180%}