﻿@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

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

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* basic
-------------------------------------------------------------------------------*/

img{ display: block; }

a{ color: #3366ff; text-decoration: none; }
a:hover{ color: #FF1D25; }

.fltL{ float: left; }
.fltR{ float: right; }
.alnC{ text-align:center; }
.alnR{ text-align: right; }
.bold{ font-weight: bold; }

.inline{ text-align: center; }
.inline img{ display: inline; }

.mt70{ margin-top: 70px; }


.clear{ clear: both; }
.clrfx:after{
	content:"";
	display:table;
	clear:both;
}
.clrfx{zoom:1;}


/* layout
-------------------------------------------------------------------------------*/

body{
	font:14px/2.0 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing:.08em;
	color: #231815;
}


/* Wrapper Frame */
.wrapperFrame{
	position: relative;
	width: 998px;
	min-height: 3000px;
	margin: 0 auto;
	border-left: 1px solid #231815;
	border-right: 1px solid #231815;
}

#mainNav{
	position: fixed;
	width: 55px;
	top: 0;
	margin-left: 999px;
}

#mainNav li a{
	display: block;
	width: 55px;
	margin-bottom: 0;
	border-bottom: 1px solid #231815;
	color: #FFF;
}

#mainNav li:first-child{ position: relative; } 
#mainNav li:first-child a{ height: 278px; }
#mainNav li:first-child img{ position: absolute; }

@media screen and (max-device-width: 400px){
	#mainNav{
		position: absolute;
		top: 0;
		right: -55px;
		margin-left: 0;
	}
}

#contents{
	position: relative;
	min-height: 3000px;
	overflow: hidden;
}

#contents iframe{
	position: absolute;
	min-height: 3000px;
	margin-left: -1000px;
	display: block;
	width: 1000px;
}


/* content */
.wrapper{
	width: 1000px;
	margin: 0 auto;
}

#lead{
	position: relative;
	height: 530px;
	border-bottom: 1px dashed #231815;
}

.slideWrapper{
	width: 860px;
	margin: 62px auto 25px auto;
}

.slide{
	position: relative;
	width: 393px;
	height: 485px;	
}
.slideL{ float: left; }
.slideR{ float: right; }

.slideMain li{
	position: absolute;
	top: 0;
}
.slideL .slideMain li{ right: 0; }
.slideR .slideMain li{ left: 0; }

.slideThumb{
	position: absolute;
	bottom: 0;
	width: 50px;
}
.slideThumb li{
	width: 50px;
	height: 50px;
	margin-top: 10px;
	border: 1px solid #FFF;
	cursor: pointer;
}
.slideL .slideThumb{ left: 0; }
.slideR .slideThumb{ right: 0; }

.productLabelWrapper{
	width: 844px;
	margin: 0 auto;
}
.productLabel{
	width: 422px;
	text-align: center;
}
.productLabel img{ display: inline; }
.productLabel p:first-child{ margin-bottom: 13px;}

.cartWrapper{
	width: 246px;
	margin: 0 auto;
	padding: 10px 18px;
	border-radius: 6px;
	background-color: #eeeeef;
}
.cart span{
	display: block;
	margin-top: 6px;
	text-align: center;
	color: #c54137;
	font-size: 12px;
	line-height: 12px;
}

.cartSold{
	width: 290px;
	margin: 0 auto;
}

.shopUtil{
	margin-top: 80px;
	text-align: center;
}
.shopUtil li{
	display: inline-block;
	border-right: 1px solid #231815;
}
.shopUtil li:first-child{ border-left: 1px solid #231815; }

.size{
	margin-top: 40px;
	padding: 50px 0;
	text-align: center;
	background-color: #eeeeef;
}
.size img{ display: inline; }

#footer{
	margin-top: 26px;
	padding-bottom: 50px;
	text-align: center;
	height: 20px;
	overflow: hidden;
}

#footer li{
	display: inline-block;
	margin-right: 42px;
	vertical-align: top;
}
#footer li:last-child{ margin-right: 0; }



