@charset "EUC-JP";
/*----------目次----------------*/
/*--reset--*/
/*--font--*/
/*--body--*/
/*--リンク--*/
/*--イメージ--*/
/*--フロートのクリア--*/
/*--見出し--*/
/*--ヘッダー--*/
/*--ヘッダーナビ--*/
/*--コンテンツwrap--*/
/*--コンテンツ--*/
/*--フッター--*/
/*--ぱんくず--*/
/*--ページナビ--*/
/*--プロダクトwrap--*/
/*--プロダクト--*/
/*--商品詳細--*/
/*--カテゴリーwrap--*/
/*--カテゴリー--*/
/*--商品一覧--*/


/*--reset--------------------------------------------------------------------*/

html{
	color:#000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}

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;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}
/*--font--------------------------------------------------------------------*/


table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

a{
	color:#000;
	text-decoration:none;
}

a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

img{
  border:none;
}

/*------body------*/
body{
	font:12px/1.231 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.3;
	text-align:center;
	color:#fff;
}

/*-----リンク------------------------------*/
a{
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration:underline;
}
/*-----イメージ------------------------------*/
img{
  border:none;
}

/*-----フロートのクリア----*/
.clear{
  clear:both;
}


/*-----見出し-----*/
h2{
  font-size:14px;
  font-weight:bold;
}
h3{
  font-size:14px;
  font-weight:bold;
}




/*-----ヘッダー-----*/
/*#headerwrap{
	height:65px;
	background:#fff;
}*/


#header{
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index: 1;
}

.testlogo{
	position:fixed;
	right:0px;
	left:10px;
	z-index: 2;
}

.mybag{
	float:right;
	width:230px;
	height:55px;
	padding:10px 0 0 0;
}

.myitem{
	float:left;
	margin:0 30px 0 0;
}

.mysub{
	float:left;
}

/*-----ヘッダーナビ----*/
#headerNavigation{
  padding:4px 10px 4px 4px;
  text-align:right;
}
#headerNavigation ul{
 margin:0px;
}
#headerNavigation li{
 display:inline;
 margin:0px;
}

/*-----コンテンツwrap-----*/
#contentswrap{
	clear:both;
  position: relative;
  margin:0 auto 180px auto;
  padding:0;
  background:#fff;
}

/*-----コンテンツ-----*/
#contents{
  width:900px;
  position: relative;
  margin:0 auto;
  padding:0;
  text-align:left;
  background:#fff;
}

/*--footer--*/
#footer{
	position:fixed;
	z-index:3;
	right:0px;
	left:0px;
	bottom:0px;
	/*padding-bottom:15px;*/
	height:120px;
	_padding-right:3px;
	color:#666;
	font-size:11px;
	border-top:1px solid #fff;
}

#footertest{
	position:fixed;
	z-index:3;
	right:0px;
	left:0px;
	bottom:0px;
	/*padding-bottom:15px;*/
	height:120px;
	_padding-right:3px;
	color:#fff;
}

#footerinner{
	width:900px;
	margin:0 auto;
}

#footernav{
	float:right;
	text-align:right;
}

#footergnav{
	height:19px;
	margin:0 0 15px 0;
}
/*#footer{
  clear:borth;
  display:block;
  font-size:12px;
  color:#fff;
  background:#000;
  text-align:center;
  padding:3px;
}*/

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:visited{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer ul{
  margin:10px 0 10px 0;
  padding:0;
}

#footer li{
  display:inline;
  margin-left:10px;
  margin-right:10px;
  padding:0;
}


/*------ぱんくず------*/
#pnkz{
}


/*----------ページナビ-------*/
.navigation{
  margin:5px;
  clear:both;
}
.navprev{
}
.navnext{
}

/*-----プロダクトwrap-----*/
#productwrap{
	clear:both;
  position: relative;
  margin:0 auto;
  padding:0;
  background:#fff;
}

/*-----プロダクト-----*/
#product{
  width:900px;
  position: relative;
  margin:0 auto;
  padding:0;
  text-align:left;
  background:#fff;
}

/*--商品詳細--------------------------------------------------------------------*/
#productimg{
	float:left;
}

#productmoreimg{
	float:left;
}

#productdiscription{
	float:right;
	width:200px;
}

#seealso{
	float:left;
}

.moreitem{
	margin:0 20px 0 0;
	float:left;
}

.item{
	margin:0 0 20px 0;
}
.price{
	margin:0 0 20px 0;
} 
.detail{
	margin:0 0 20px 0;
}
 .sizeinfo{
	margin:0 0 20px 0;
} 
 .seestock{
	margin:0 0 20px 0;
}
.size{
	width:180px;
	margin:0 0 20px 0;
}

.box3{
	width:20px;
}

/*-----カテゴリーwrap-----*/
#categorywrap{
	clear:both;
  position: relative;
  margin:0 auto;
  padding:0;
  background:#fff;
}

/*-----カテゴリー-----*/
#category{
  width:900px;
  position: relative;
  margin:0 auto;
  padding:0;
  text-align:left;
  background:#fff;
}

/*--商品一覧--------------------------------------------------------------------*/
#categorytitle{
	padding:25% 0 0 0;
	float:left;
}

#productbox{
	float:right;
}

#productbox .products{
	float:left;
	margin:0 35px 70px 0;
	position:relative;
}

#productbox .images{
	width:120px;
}

#productbox .newicon{
	width:120px;
	height:13px;
}

#productbox .soldout{
	position:absolute;
	top:80px;
	left:0;
}

#productbox .text{
}

#productbox .navigation{
  margin:5px;
  clear:both;
}
#productbox .navprev{
}
#productbox .navnext{
}

.nowhere{
	font-weight;bold;
	text-decoration:underline;
}

/*----------------------------------------------------------------------*/
.ht50{
	height:50px;
	clear:both;
}

.deli{
	float:left;
/*	margin:20px 0 0 0; */
	margin:40px 0 0 0;
	font-weight:bold;
position:fixed;
	z-index:3;
	top:0px;
	/*padding-bottom:15px;*/
	_padding-right:3px;
	color:#666;
}

.deli ul{
	margin:0 0 0 110px;
}

.deli li{
	float:left;
	margin:0 10px 10px 0;
	color:#333;
}

.iteminfo{
	float:left;
	color:#333;
	width:250px;
}

.itemimg{
	float:left;
}

.ctemp{
	height:100px;
}