@charset "UTF-8";
/* CSS Document */

@import 'jquery/jquery.jcarousel.css';
@import 'jquery/thickbox.css';
@import 'jquery/jquery.tabs.css';
@import 'jquery/thickbox.css';

/*------------------------------------------*/
/*カラムセット*/
/*------------------------------------------*/
#maincolumn{
	width:810px;
	margin:auto;
	padding-bottom:2em;
}

#quickCart{
	float:right;
	width:210px;
	z-index:-1;
}

#innerCart{
	margin-left:10px;
}

#leftColumn{
	float:left;
	width:590px;
}




/*------------------------------------------*/
/*アイテムヘッダー*/
/*------------------------------------------*/
#itemHeader{
	padding-bottom:10px;
}

#itemHeader #title{
	margin-bottom:3px;
	float:left;
}

#itemHeader #subNavi{
	float:right;
}
#itemHeader #subNavi li{
	float:left;
	line-height:1.5em;
	padding:0px 5px;
	margin-left:5px;
	background-color:#ccc;
	border-left:3px solid #999;
	color:#666;
}
#itemHeader #subNavi li a{
	color:#666;
}

#itemHeader #breadCrumb{
	border-top:1px dotted #444;
}
#itemHeader #breadCrumb li{
	float:left;
	line-height:1.5em;
	font-size:9px;
}

/*------------------------------------------*/
/*タブ*/
/*------------------------------------------*/
#tabs ul#tabs_menu{
	background:repeat-x bottom url(../img/cart/tab_back.gif);
}

/*------------------------------------------*/
/*アイテム　エントリーページ*/
/*------------------------------------------*/
#item_description{
	float:right;
	width:320px;
}

/*アイテム詳細*/
#item_detail{
	border:1px solid #bbb;
	padding:5px;
	position:relative;
	font-size:13px;
	margin-bottom:10px;
}

#item_detail #item_name{
	border-bottom:1px dotted #bbb;
	padding-top:5px;
	margin:0 5px;
}

#item_detail table{
	margin:0 5px;
}

#item_detail td{
	padding-right:2em;	
}
#item_detail #item_country{
	position:absolute;
	top:10px;
	right:10px;
}

/*カート*/
#item_detail .cartBT{
	position:relative;
	margin:10px 5px 0;
	padding:4px 4px 6px 4px;
	background:url(../img/cart/addtocart_back.gif);
}

#item_detail .cartBT #size_select{
	margin:10px 0 0 30px;
}

#item_detail .cartBT ul{
	position:absolute;
	bottom:0px;
	right:50px;
	
	
}


/*商品問い合わせ*/
#itemContuct{
	margin:1em 0em;
}
#itemContuct li{
	float:left;
	height:18px;
}

li#title{
	text-indent:-3000em;
	background-image:url(../img/toiawase.gif);
	width:82px;
}

li#emailBT{
	padding:0px 5px;
}
li#emailBT a{
	display:block;
	text-indent:-3000em;
	width:64px;
	height:18px;
	background-repeat:no-repeat;
}
li#emailBT a:link,
li#emailBT a:visited{
	background-image:url(../img/email.gif);
}
li#emailBT a:hover{
	background-image:url(../img/email_ov.gif);
}

li#tel{
	text-indent:-3000em;
	background-image:url(../img/tel.gif);
	width:99px;
}

li#tuhan{
	padding:0px 5px;
}
li#tuhan a{
	display:block;
	background-image:url(../img/tuhan_min.gif);
	width:88px;
	height:18px;
	background-repeat:no-repeat;
}


/*アイテム　サイズ*/
#sizetable .csv2table-loading{
	text-align:center;
	padding-top:50px;
}

#sizetable table{
	border:none;
	width:100%;
}

#sizetable th{
	background:repeat-x bottom url(../img/cart/size_th_back.gif);
	text-align:center;
	color:#fff;

}

#sizetable td{
	text-align:center;
	border:1px solid #fff;
	background-color:#efefef;
	font-weight:bold;
}

#size_example{
	padding-top:10px;
}


/*------------------------------------------*/
/*アイテム　フォト*/
/*------------------------------------------*/
#tabs ul#photo_list{
	padding-left:20px;
}
#tabs ul#photo_list li{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
#tabs ul#photo_list:after{
	content:",";
	display:block;
	clear:both;
	visibility:hidden;
	height:0px;

}

#tabs ul#photo_list a img{
	border:1px solid #999;
}

#tabs ul#photo_list a:hover img{
	border:1px solid #333;
}

/*------------------------------------------*/
/*アイテム　レビュー*/
/*------------------------------------------*/
#related_items{
	float:right;
	width:100px;
	text-align:center;
}

#related_items p#recommend_item{
	background:no-repeat bottom url(../img/cart/recommenditem.gif);
	line-height:20px;
	text-indent:-99999em;
}

#related_items ul{
	padding:10px 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#reviews{
	width:460px;
	float:left;
}

#reviews #comments .comment{
	margin:1em 0 2em;
	padding:2px 5px;
	border-left:3px solid #af0000;
}

#reviews h3.comments-header{
	background:no-repeat left url(../img/cart/icon_review.gif);
	text-indent:15px;
	border-bottom:1px solid #666;
}

#reviews #comments-open{
	background-color:#eee;
	margin-top:2em;
	padding:10px;
}

#reviews #comments-open h3{
	background:no-repeat left url(../img/cart/icon_post.gif);
	text-indent:15px;
	border-bottom:1px solid #666;
}

#reviews #comments-open p.comments-open-moderated{
	font-size:10px;
	line-height:1.2em;
}


#name-email{
	margin:1em 0em;
}

#name-email p{
	position:relative;
	margin-bottom:5px;
}

#name-email label{
	display:block;
	width:40px;
	text-align:right;
}

#name-email input{
	position:absolute;
	top:0px;
	left:45px;
}

#comments-open-text{
	padding-top:10px;
}


#comments-open-text label{
	display:block;
	font-weight:bold;
}

#comments-open-text textarea{
	width:100%;
}

#comments-open-footer{
	padding-top:10px;
	text-align:center;
}