@charset "utf-8";
/*---------------------------------------------------------------
base.css
-----------------------------------------------------------------
table of contents

	1. Reset
	2. Basic Style
	3. Layout
	4. Pages Layout
	5. Libraries
-----------------------------------------------------------------
font-size table

	10px : 77%		16px : 123.1%
	11px : 85%		17px : 131%
	12px : 93%		18px : 138.5%
	13px : 100%		19px : 146.5%
	14px : 108%		20px : 153.9%
	15px : 116%		21px : 161.6%
---------------------------------------------------------------*/

/*===============================================================

	1.	Reset

===============================================================*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0px;
	empty-cells: show;
}

img{
	vertical-align: bottom;
}


/*===============================================================

	2.	Basic Style

===============================================================*/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Georgia, serif;
	letter-spacing: 1px;
	margin: 0;
	/*overflow-y: scroll;*/
	overflow: hidden;
}

html,body{
	height: 100%;
	width: 100%;
}

body.ie{
	overflow-y: auto;
	*overflow-y: hidden;
}


body.iphone #container{
	/*overflow-y: initial!important;*/
	/*padding-bottom: 45px;*/
}

/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

a         		{text-decoration:none; color:#666;}
a:visited 		{text-decoration:none; color:#666;}
a:hover   		{text-decoration:none; color:#000;}
a:active  		{text-decoration:none; color:#000;}
a.altText:hover {background-color: transparent; }

::-moz-selection{background: #bfbfbf; color: #fff;}
::selection {background: #bfbfbf; color: #fff;}
object{outline:none;}


/*===============================================================

	4.	module

===============================================================*/

/*		.slide
---------------------------------------------------------------*/

.slide{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.slide-inner{
	/*display: none;*/
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	zoom: 1;
}

.slide-inner article{
	display: block;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/*
.slide-inner article .inner{
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	zoom: 1;
}*/
/*
.slide-inner article .image{
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
*/
.slide-inner article p{
	height: 100%;
	/*position: relative;*/
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.slide-inner article p img{
	bottom: 0;
	/*height: 100%;*/
	left: 0;
	position: absolute;
}

.slide-inner article p.on{
	display: none;
	/*left: 0;
	position: absolute;
	top: 0;*/
}

.slide-inner article p.on img{
	/*display: none;*/
}

/* item

.slide-inner article .items{
	float: left;
	overflow: hidden;
	position: relative;
}

.slide-inner article .items .close{
	height: 38px;
	margin: -19px 0 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	width: 38px;
	top: 50%;
	zoom: 1;
}

.slide-inner article .items .close a{
	background: url(../images/btn_close.gif) no-repeat;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	zoom: 1;
}

.slide-inner article .items .close a:hover{
	background-position: 0 -38px;
}*/





/*		.slide-thumbs
---------------------------------------------------------------*/
.slide-thumbs{
	background-color: #fff;
	height: 96px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 1px;
	width: 100%;
	zoom: 1;
}

.slide-thumbs ul{
	display: block;
	float: left;
	height: 96px;
	overflow: hidden;
	zoom: 1;
}

.slide-thumbs li{
	display: block;
	float: left;
	height: 96px;
	padding: 0 1px 0 0;
	width: 172px;
}

.slide-thumbs li a{
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	zoom: 1;
}

.slide-thumbs li a img{
	left: 0;
	position: absolute;
	top: 0;
}

.slide-thumbs li a:hover img{
	top: -96px;
}



/* .slide .navi

.slide .navi{
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2222;
	zoom: 1;
}

.slide .navi li{
	background: url(../images/null.gif);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
}

.slide .navi li a{
	background-color: #fff;
	display: none;
	height: 24px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 104px;
	zoom: 1;
}

.slide .navi li.prev{
	left: 0;
}

.slide .navi li.prev a{
	background: url(../images/btn_previous.gif) no-repeat;
}

.slide .navi li.next{
	left: 50%;
}

.slide .navi li.next a{
	background: url(../images/btn_next.gif) no-repeat;
}

*/


/* .slide-navi */
.slide-navi{
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2222;
	zoom: 1;
}

.slide-navi .left,
.slide-navi .right{
	background: url(../images/null.gif) no-repeat;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
}

.slide-navi .left{
	left: 0;
}

.slide-navi .right{
	right: 0;
}

.slide-navi .btn{
	display: none;
	height: 28px;
	left: 48%;
	overflow: hidden;
	position: absolute;
	top: 48%;
	width: 104px;
}

.slide-navi .btn-inner{
	left: -58px;
	position: absolute;
	top: 0;
}

.slide-navi .btn p{
	background-position: bottom left;
	display: block;
	height: 24px;
	position: absolute;
	width: 92px;
	text-indent: -9999px;
	top: 0;
}

.slide-navi .btn-inner a{
	background-position: bottom left;
	display: block;
	height: 100%;
	width: 100%;
}

.slide-navi .btn-inner a:hover{
	background-position: top left;
}

.slide-navi a span{
	background-repeat: no-repeat;
	display: block;
	position: relative;
	height: 9px;
}

.slide-navi a.hide span{
	display: none;
}

.slide-navi .prev{
	background: url(../images/btn_prev_bg.png) bottom left;
	left: 71px;
}

.slide-navi .prev a{
	background-image: url(../images/btn_prev_bg.png);
}

.slide-navi .prev a span{
	background-image: url(../images/btn_prev.png);
	left: 25px;
	width: 60px;
	top: 8px;
}

.slide-navi .next{
	background: url(../images/btn_next_bg.png) bottom left;
	left: 0;
}

.slide-navi .next a{
	background-image: url(../images/btn_next_bg.png);
	/*display: none;*/
}

.slide-navi .next a span{
	background-image: url(../images/btn_next.png);
	left: 12px;
	top: 8px;
}



/* .slide-inner .product-btn */
.slide .item-btn{
	display: none;
	height: 60px;
	/*left: 0;*/
	/*margin: -40px 0 0 0;*/
	margin: -30px 0 0 0;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 60px;
	z-index: 2222;
}

.slide .item-btn a{
	background-image: url(../images/btn_details.png);
	background-repeat: no-repeat;;
	display: block;
	height: 60px;
	overflow: hidden;
	/*padding: 10px 0;*/
	/*position: absolute;
	right: 10px;*/
	text-indent: -9999px;
	/*top: 50%;*/
	width: 60px;
	zoom: 1;
}

.slide .item-btn a:hover{
	background-position: bottom left
}

/*===============================================================

	3.	Base Layout

===============================================================*/

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

/*		header.global
---------------------------------------------------------------*/
header.global{
	background-color: #fff;
	color: #000;
	font-size: 14px;
	height: 59px;
	left: 0;
	overflow: hidden;
	position: fixed;
	/*top: 0;*/
	top: -59px;
	width: 100%;
	zoom: 1;
	z-index: 9999;
}

header.global h1{
	left: 12px;
	line-height: 1.2;
	position: absolute;
	top: 22px;
}

header.global h1 a{
	color: #000;
}

/* ul.global */

ul.global{
	float: left;
	left: 50%;
	padding: 22px 0 0 0;
	position: relative;
	text-align: center;
	zoom: 1;
}

ul.global li{
	background: url(../images/bg_nav_global.gif) no-repeat 100% 50%;
	display: block;
	float: left;
	left: -50%;
	line-height: 1.2;
	position: relative;
}

ul.global li a{
	color: #000;
	padding: 0 0 3px 0;
	position: relative;
}

ul.global li span{
	border-bottom: 1px solid #000;
	bottom: 0;
	display: block;
	left: 50%;
	padding: 3px 0 0 0;
	position: absolute;
	/*width: 100%;*/
	width: 0px;
}

ul.global li.collection{
	padding: 0 14px 0 0;
}

ul.global li.philosophy{
	padding: 0 14px 0 12px;
}

ul.global li.contacts{
	background: none;
	padding: 0 0 0 12px;
}

/* ul.share */

ul.share{
	position: absolute;
	right: 12px;
	top: 22px;
}

ul.share li{
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}

ul.share li a{
	background-image: url(../images/bg_nav_share.gif);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}

ul.share li.facebook{
	padding: 0 6px 0 0;
}

ul.share li.facebook a{
	background-position: 0 0;
}

ul.share li.facebook a:hover{
	background-position: 0 -16px;
}

ul.share li.twitter{
	padding: 0 5px 0 0;
}

ul.share li.twitter a{
	background-position: -22px 0;
}

ul.share li.twitter a:hover{
	background-position: -22px -16px;
}

ul.share li.google{
	padding: 0;
}

ul.share li.google a{
	background-position: -43px 0;
}

ul.share li.google a:hover{
	background-position: -43px -16px;
}


/*		#site-title
---------------------------------------------------------------*/

#site-title{
	display: none;
	height: 170px;
	left: 50%;
	margin: -85px 0 0 -224px;
	position: absolute;
	top: 50%;
	width: 449px;
	z-index: 1111;
}

#site-title h1{
	display: block;
	height: 117px;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	width: 449px;
	zoom: 1;
}

#site-title h1 span{
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}


#site-title p{
	display: none;
	line-height: 1.66;
	text-align: center;
}


/*		#contents
---------------------------------------------------------------*/
#contents{
	height: 100%;
	padding: 59px 0 0 0;
	position: relative;
}

.page{
	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}


/*		#thumbs
---------------------------------------------------------------*/
nav#thumbs{
	background-color: #fff;
	/*bottom: 0;*/
	bottom: -96px;
	height: 97px;
	left: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9999;
	zoom: 1;
}




/*===============================================================

	5.	Page Layout

===============================================================*/

/*		#collection
---------------------------------------------------------------*/
#collection{
	background-color: transparent;
	height: 100%;
	/*overflow: auto;*/
	overflow: hidden;
	width: 100%;
}

#collection .ajax-loader{
	display: block;
	height: 32px;
	right: 20px;
	position: absolute;
	width: 32px;
	top: 65px;
	z-index: 1111;
}

/*		#items
---------------------------------------------------------------*/
#items{
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 2222;
}

#items .close{
	height: 38px;
	margin: -19px 0 0 0;
	overflow: hidden;
	position: absolute;
	right: 15px;
	width: 38px;
	top: 50%;
	zoom: 1;
	z-index: 3333;
}

#items .close a{
	background: url(../images/btn_close.gif) no-repeat;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	zoom: 1;
}

#items .close a:hover{
	background-position: 0 -38px;
}

#items .slide article{
	background-color: #e1e1e1;
	text-align: center;
}

#items .slide article img{
	/*left: 55%;*/
	left: 50%;
	margin: -324px 0 0 -512px;
	position: absolute;
	top: 50%;
}

#items .side{
	display: none;
	/*height: 458px;*/
	left: 0;
	/*margin: -217px 0 0 0;*/
	padding: 0 0 0 43px;
	position: absolute;
	/*position: fixed;*/
	/*width: 967px;*/
	width: 200px;
	top: 50%;
	z-index: 3333;
}

#items .side p{
	font-size: 12px;
	line-height: 1.2;
}

#items .side header{
	/*border-bottom: 1px solid #000;*/
	/*margin: 0 0 15px 0;*/
	padding: 0 0 15px 0;
	text-align: center;
	/*width: 172px;*/
}

#items .side header h1{
	font-size: 32px;
	line-height: 1.2;
	padding: 0 0 15px 0;
}

#items .side header .item-no{
	font-size: 14px;
	padding: 0 0 6px 0;
}

#items .side header .price{
	font-size:18px;
}

#items .side .meta{
	border-top: 1px solid #000;
	padding: 15px 0 0 0;
	text-align: center;
	margin: 0 auto;
	width: 172px;
}

#items .side .meta .size{
	padding: 0 0 6px 0;
}

/* .color-chip */

#items .side .meta .color-chip{
	overflow: hidden;
	padding: 12px 0 12px 0;
	width: 172px;
	zoom: 1;
}

#items .side .meta .color-chip li{
	display: block;
	height: 14px;
	float: left;
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 57px;
}

#items .side .meta .color-chip li a{
	background-color: #000;
	display: block;
	height: 12px;
	left: 1px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 1px;
	width: 55px;
}

#items .side .meta .color-chip li span{
	background: url(../images/img_select_color.gif) no-repeat;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#items .side .meta .color-chip li.selected span{
	display: block;
}


/* .contact-btn */

#items .side .meta .btn-contact{
	bottom: 80px;
	display: block;
	height: 109px;
	left: 50%;
	margin: 25px auto 0 auto;
	/*margin: 0 0 0 -54px;*/
	overflow: hidden;
	/*padding: 0 0 0 21px;*/
	/*padding: 56px 0 0 0;*/
	/*position: absolute;*/
	width: 109px;
	zoom: 1;
}

#items .side .meta .btn-contact a{
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	zoom: 1;
}

#items .side .meta .btn-contact a:hover{
	background-position: bottom left;
}

#items-slide-thumbs{
	display: none;
}

/* .sns-btns */
#items .side .meta .sns-btns{
	/*bottom : 0;*/
	height: 50px;
	/*overflow: hidden;*/
	padding: 30px 0 0 0;
	position: relative;
	/*position: absolute;*/
	text-align: left;
	width: 100%;
	zoom: 1;
}

#items .side .meta .sns-btns .fb{
	float: left;
	padding: 0 5px 0 0;
}

#items .side .meta .sns-btns .tw{
	float: left;
	overflow: hidden;
	width: 80px;
}

#items .side .meta .sns-btns .gp{
	clear: both;
}

/*		#philosophy
---------------------------------------------------------------*/
#philosophy .inner{
	margin: 0 auto;
	padding: 59px 0 0 0;
	width: 813px;
}

#philosophy .inner p{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 22px;
	line-height: 2.1;
	/*padding: 35px 0 0 0;*/
}

body.smartphone #philosophy .inner p{
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 18px;
}


/*		#contacts
---------------------------------------------------------------*/
#contacts .inner{
	margin: 0 auto;
	overflow: hidden;
	/*padding: 189px 0 0 0;*/
	width: 918px;
	zoom: 1;
}

#contacts .box{
	float: left;
	margin: 0 62px 0 0;
	text-align: center;
	width: 264px;
}

#contacts .box h2{
	border-bottom: 1px solid #000;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 40px 0 20px 0;
}

#contacts .box p{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 1.7;
}

#contacts #message{
	margin: 0;
}

/*		footer.global
---------------------------------------------------------------*/
footer.global{
	bottom: 0;
	display: none;
	height: 60px;
	position: absolute;
	width: 100%;
}

footer.global .sns{
	height: 20px;
	margin: 0 0 8px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

footer.global .sns .fb-like{
	left: 10px;
	position: absolute;
	top: 0;
}

.fbpf{
	display: none !important;
}

footer.global .sns #___plusone_0{
	left: 94px;
	position: absolute;
	top: 0;
}

footer.global .sns .twitter-share-button{
	left: 161px;
	position: absolute;
	top: 0;

}

footer.global .copyright{
	color: #666;
	font-size: 10px;
	padding: 0 0 0 12px;
}



