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

img a:hover{
  border:none;
  text-decoration:none;
}

p{
	margin:0 0 10px 0;
}

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

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

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

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

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


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




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


#header{
	width:900px;
	margin:0 auto;
	text-align:left;
}

.logo{
	float:left;
	width:217px;
	height:42px;
	margin:40px 0 0 0;
}

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

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

#contents a{
	color:#333;
	text-decoration:underline;
}

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

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

/*----フッター-----*/
#footer{
	position:fixed;
	background:#000;
	z-index:3;
	right:0px;
	left:0px;
	bottom:0px;
	/*padding-bottom:15px;*/
	height:120px;
	_padding-right:3px;
	color:#fff;
	font-size:11px;
}

#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:10px auto;
}

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



#footergnav{
	background:url("../img/gnavbg.jpg") repeat-x left;
	height:25px;
}
/*#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{
  padding:3px 0 0 0;
}

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

#footersearchbox{
	margin:10px 0 0 0;
	float:left;
}


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


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

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

/*-----プロダクト-----*/
#product{
  width:900px;
  position: relative;
  margin:0 auto 180px 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;
	width:780px;
}

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

#productbox .images{
	width:120px;
	text-align:center;
}

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

/*--ログイン--------------------------------------------------------------------*/
#login{
	color:#333;
	width:515px;
	margin:0 auto;
}

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

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

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

.box{
	padding:15px 20px 0px;
	margin:0 0 20px 0;
	border:1px solid #ccc;
}

.titles{
/*	margin:0 0 10px 20px; */
	margin:0 0 10px 0px;
}

.titles_ml0{
	margin:0 0 10px 0;
}

.subtitles{
	margin:0 0 15px 0;
}

.buttons{
	margin:30px 160px 20px;
/*	width:148px; */
}

input.field {
	border: 1px #ccc solid;
	background: #f0f0f0;
	margin-right: 5px;
/*	margin-top:20px; */
	width: 300px;
	color: #333;
	height: 16px;
	font-size: 1.2em;
}

input:focus.field {
	background: #e9e9e9;
}

/*--カート--------------------------------------------------------------------*/
#mybag table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px 0;
}

#mybag{
	color:#333;
	width:615px;
	margin:0 auto;
}

#mybag td{
	background:#fff;
	border:1px solid #ccc;
	text-align:left;
	font-weight:normal;
	padding:10px;
}

#mybag th{
	background:#f0f0f0;
	border:1px solid #ccc;
	text-align:center;
	font-weight:normal;
	padding:10px;
}

#mybag .sakujyo,#mybag .kosuu,#mybag .productimg{
	text-align:center;
}

#mybag .kakaku,#mybag .kosuu{
	text-align:center;
}

#mybag .goukei{
	background:#f0f0f0;
	text-align:right;
}

.btnbox{
	margin:0 auto;
	text-align:center;l
}

.btnbox img{
	margin:30px 20px;
}

/*--購入履歴--------------------------------------------------------------------*/
#rireki{
	color:#333;
	width:830px;
	margin:0 auto;
	float:right;
}

#rireki table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px 0;
}

#rireki td{
	background:#fff;
	border:1px solid #ccc;
	text-align:left;
	font-weight:normal;
	padding:7px;
}

#rireki th{
	background:#f0f0f0;
	border:1px solid #ccc;
	text-align:center;
	font-weight:normal;
	padding:7px;
}

#rireki .tdcntr{
	text-align:center;
}

#rireki li{
	list-style:disc;
}

#rireki .rnav{
	float:right;
}

#rireki .box{
	float:left;
}

#rireki ul.snav {
	width:215px;
	border-top:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	line-height:1.0;
	margin-bottom:20px;
}
#rireki ul.snav li{
	width:215px;
	border-bottom:1px solid #D9D9D9;
	list-style:none;
	font-size:0.9em;
}
#rireki ul.snav li a {
	display:block;
	width:195px;
	height:29px;
	padding:15px 0 0 20px;
	background:#FFFFFF;
/*	font-weight:bold; */
	color:#4D4D4D;
}
#rireki ul.snav li a,
#rireki ul.snav li a:visited{
	text-decoration:none;
}
#rireki ul.snav li a:hover,
#rireki ul.snav li a:active{
	text-decoration:none;
	background:#F2F2F2;
}
#rireki ul.snav li.current a,
#rireki ul.snav li.current a:visited{
	background:#F2F2F2;
}
#rireki ul.snav li.current a:hover,
#rireki ul.snav li.current a:active{
	background:#F2F2F2;
}

/*--特定商取引法に基づく表記--------------------------------------------------------------------*/
#tokusyou{
	color:#333;
	width:615px;
	margin:0 auto;
}

#tokusyou table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px 0;
}

#tokusyou td{
	background:#fff;
	border:1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:8px;
}

#tokusyou th{
	background:#f0f0f0;
	border:1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:8px;
	width:110px;
}

.empbox{
	height:200px;
}

/*--footer accordion--------------------------------------------------------------------*/ 
  .haccordion .header, .haccordion .content{   
   float: left;
   height:15px;
}   
  .haccordion .header{   
   width:100px;   
   background: #000;   
   color: #fff;   
   cursor: pointer;   
  }   
  .haccordion .content{   
   display: none; 
   background:#000;
   height:15px;  
   width:0;
   overflow:hidden;
  }   
  .haccordion .content p{
  background:#000;
  }   


/*--topnew--------------------------------------------------------------------*/ 
.topnew{
	width:280px;
	margin:0 5px 10px 0;
	float:left;
}

/*--copyright--------------------------------------------------------------------*/ 
.copy{
	background:#fc0;
	float:right;
}

/*--privacy--------------------------------------------------------------------*/
#privacy{
	color:#333;
	width:615px;
	margin:0 auto;
}

#privacy h3,#privacy p{
	margin:10px 0 5px 0;
	line-height:1.4;
}

#privacy ol{
	line-height:1.4;
	list-style:disc;
	paddig:0 0 0 50px;
}

#privacy li{
	line-height:1.4;
	list-style:disc;
	margin:0 0 0 50px;
}
