@charset "UTF-8";

/* ----------------------------------------------

	file / common/contents.css

---------------------------------------------- */

/**************************************************************************************************

SCROLL IMAGE

**************************************************************************************************/

#no-script-page {
	position: absolute;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background: #FCFAF5;
}

#no-script-page #logo {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 120px;
	width: 310px;
	margin: -60px 0px 0px -155px;
}

#no-script-page #logo p {
	line-height: 50px;
	text-align: center;
}
		
/**************************************************************************************************

SCROLL IMAGE

**************************************************************************************************/

#horizontal-scroll-image { height: 470px; background: url(../img/horizontal_img_1024.jpg); }

.pan	{ margin:5px; padding-top:15px; padding-bottom:5px; }

.panView	{ position:relative; color:#000; }

.sUp, .sLeft, .sDown, .sRight, .sPause	{ height:25px; width:25px; text-indent:-9000px; cursor:pointer; display:inline-block; }

.sRight			{ background: url(../img/scrollCtr2a.png) no-repeat top left; position:absolute; left:150px; top:15px; }
.sRight:hover	{ background-position:0 -25px; }
.sLeft			{ background:url(../img/scrollCtr2a.png) no-repeat -25px 0; position:absolute; left:25px; top:15px; }
.sLeft:hover	{ background-position:-25px -25px; }
.sUp			{ background:url(../img/scrollCtr2a.png) no-repeat -50px 0; position:absolute; left:25px; top:15px; }
.sUp:hover		{ background-position:-50px -25px; }
.sDown			{ background:url(../img/scrollCtr2a.png) no-repeat -75px 0; position:absolute; left:150px; top:15px; }
.sDown:hover	{ background-position:-75px -25px; }
.sPause			{ background:url(../img/scrollCtr2a.png) no-repeat -100px 0; position:absolute; left:85px; top:15px; }
.sPause:hover	{ background-position:-100px -25px; }

/**************************************************************************************************

CONTENTS

**************************************************************************************************/

#container {
    width: 100%;
	position: relative;
	overflow:hidden;
}	

.padding100 { padding: 100px 0px 0px 0px; }

#item-list {
    width: 100%;
	overflow:hidden;
}

#item-list-inner {
	margin: 0px 20px 0px 40px;
	overflow:hidden;
}

ul#column {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul#column li {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0px 0px 30px;
	display: inline;
	overflow:hidden;
}

ul#column li a {
    overflow: hidden;
}
	
.block {
    margin-right: 20px;
	padding: 0px;
	position: relative;
}
.block a {
    overflow: hidden;
}
		
.block-inner {
	background: #E7E2CF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
}

.block-inner img {
	width: 100%;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.category-name {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 26px;
	width: 80px;
}
	
.content {
    padding: 10px 10px 0px 10px;
}
	
.select-color {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 10px;
}

.select-color dl {
	padding: 0px;
}

.select-color dl dd {
    float: left;
}

.select-color dl dd p {
    font-style: italic;
	font-size: 13px;
	display: block;
	margin-right: 10px;
}		

.select-color dl dd.color-variation {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}

.select-color dl dd.color-variation a {
    display: block;
	text-indent: -9999px;
}
	
.spec {
	border-top: 1px dotted #D2CCB6;
	border-bottom: 1px dotted #D2CCB6;
	padding: 20px 0px;
}

.spec .number {
    font-style: italic;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 0px 0px 15px 0px;
}

.spec .price {
	display: block;
	padding-bottom: 0px;
}
    
.spec .size {
	display: block;
}


/**************************************************************************************************

LOAD HTML

**************************************************************************************************/

#overlay-container {
    position: relative;
}
	
#close { width: 840px; margin: 0px auto; position: relative; }
#close #bt { width: 90px; position: absolute; top: 0px; right: 0px; z-index: 1005; overflow: hidden; }
#close #bt p { width: 90px; color: #FFFFFF;  font-size: 18px; cursor:pointer; background: #C1B482; text-align: center; padding: 5px 0px 5px 0px; }

#glayLayer{
	display:none;
	position:relative;
	left:0;
	top:0;
	height:800px;
	width:100%;
	z-index: 1001;
	background: #FCFAF5  url(../js/loading02.gif) no-repeat 50% 50%;
}

#overLayer{
    width: 920px;
	margin: 0px auto;
	position: relative;
	z-index: 1002;
	background: #FCFAF5;
}
