@charset "utf-8";


/* ----------------------------------------
	共通
---------------------------------------- */

#contents {
	position: relative;
	padding: 44px 30px 3px;
}
	
	/* ----------------------------------------
		side_nav
	---------------------------------------- */
	
	#side {
		float: left;
		line-height: 1em;
	}
	#side h2 {
		margin-bottom: 13px;
		font-size: 16px;
		font-weight: bold;
	}
	#side a {
		text-decoration: none;
		color: #231815;
	}
	#side ul li {
		margin-bottom: 13px;
	}
	#side ul li#concept {
		margin-bottom: 19px;
	}
	#side ul li a {
		padding-bottom: 3px;
	}
	#side ul li a.active,
	#side ul li.active a {
		border-bottom: solid 2px #F7B926;
	}
	
	#side #sideLogo {
		margin-top: 65px;
	}
	
	/* ----------------------------------------
		main
	---------------------------------------- */
	
	#main {
		float: right;
		width: 721px;
	}
	
	
/* ----------------------------------------
	ブランドトップ
---------------------------------------- */

#main .spacer {
	margin: 20px 20px 0;
}


/* ----------------------------------------
	コンセプト
---------------------------------------- */

#conceptText {
	margin-top: 25px;
}


/* ----------------------------------------
	一覧
---------------------------------------- */

#main h3 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

ul#products li {
	position: relative;
	float:left;
	width: 180px;
	margin: 20px 0;
	text-align: center;
	line-height: 12px;
	font-size: 10px;
}
ul#products li.top {
	margin-top: 0;
}
ul#products li.corner {
	clear: left;
}
ul#products li img {
	width: 130px;
	margin-bottom: 5px;
}

ul#products .name {
	color: #231815;
	font-weight: bold;
}

/* Test */
ul#products li.noDspl {
	display: none !important;
}


/* 画像ダウンロードブロック */
#main h3 a {
	background: url(../img/products/spacer.gif);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 721px;
	height: 287px;
	text-indent: -20000px;
	cursor: default;
}

ul#products li a {
	background: url(../img/products/spacer.gif);
	display: block;
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 50;
	width: 130px;
	height: 130px;
	text-indent: -20000px;
}



/* ----------------------------------------
	詳細
---------------------------------------- */

#contents.detail {
	padding: 15px 50px 26px 30px;
	color: #231815;
}
	
	/* ----------------------------------------
		detailLeft
	---------------------------------------- */
	
	#detailLeft {
		float: left;
		width: 380px;
	}
	#detailLeft #photo {
		position: relative;
		margin-bottom: 15px;
		text-align: center;
	}
	#detailLeft #btnZoom {
		margin-bottom: 0 0 10px;
		text-align: center;
	}
	#detailLeft ul li {
		position: relative;
		float: left;
		margin: 0 10px 25px 0;
		cursor: pointer;
	}
	#detailLeft ul li.edge {
		margin-right: 0;
	}
	
	#detailLeft #titleCat {
		display: none;
	}
	
	/* 画像ダウンロードブロック */
	#detailLeft #photo a {
		background: url(../img/products/spacer.gif);
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 50;
		width: 380px;
		height: 284px;
		text-indent: -20000px;
		cursor: default;
	}
	#detailLeft ul li a {
		background: url(../img/products/spacer.gif);
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 50;
		width: 68px;
		height: 68px;
		text-indent: -20000px;
	}

	/* ----------------------------------------
		detailRight
	---------------------------------------- */
		
	#detailRight {
		float: right;
		width: 468px;
		padding-top: 35px;
	}
	#detailRight h2 {
		font-size: 18px;
		font-weight: bold;
	}
	#detailRight h3 {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
	}

	#detailRight .nameEng {
		color: #695F46;
	}
	
	ul#priceSize {
		margin: 20px 0 35px;
	}
	ul#priceSize li {
		background: left 1px no-repeat;
		height: 16px;
		margin-bottom: 5px;
		padding-left: 22px;
		line-height: 16px;
	}
	ul#priceSize li.noIcon { background: none; padding-left: 0;}
	ul#priceSize li.ss { background-image: url(../img/products/icon_ss.gif); }
	ul#priceSize li.s { background-image: url(../img/products/icon_s.gif); }
	ul#priceSize li.m { background-image: url(../img/products/icon_m.gif); }
	ul#priceSize li.l { background-image: url(../img/products/icon_l.gif); }
	ul#priceSize li.ll { background-image: url(../img/products/icon_ll.gif); }
	ul#priceSize li.f { background-image: url(../img/products/icon_f.gif); }
	ul#priceSize li.lc10 { background-image: url(../img/products/icon_lc10.gif); }
	ul#priceSize li.lc15 { background-image: url(../img/products/icon_lc15.gif); }
	ul#priceSize li.lc20 { background-image: url(../img/products/icon_lc20.gif); }
	ul#priceSize li.c00 { background-image: url(../img/products/icon_c00.gif); padding-left: 98px; }
	ul#priceSize li.c01 { background-image: url(../img/products/icon_c01.gif); padding-left: 60px; }
	ul#priceSize li.c02 { background-image: url(../img/products/icon_c02.gif); padding-left: 60px; }
	ul#priceSize li.c03 { background-image: url(../img/products/icon_c03.gif); padding-left: 60px; }
	ul#priceSize li span {
		font-size: 14px;
		margin-right: 1em;
	}
	ul#priceSize li strong {
		font-size: 16px;
		margin-right: 1em;
	}
	
	#productDim {
		margin-top: 25px;
	}
	#productDim table {
		margin: 18px 0;
	}
	#productDim th {
		background: none;
		border: none;
		font-weight: normal;
		text-align: right;
		padding: 0 1em 0 0;
	}
	#productDim td {
		border: none;
		text-align: right;
		padding: 0;
	}
	
	#sizeDim {
		margin-top: 50px;
	}
	#sizeDim ul {
		background: url(../img/products/bg_sizedim.gif) no-repeat;
		width: 327px;
		height: 101px;
		padding: 125px 140px 0 0;
		line-height: 12px;
		font-size: 10px;
	}
	#sizeDim ul li {
		padding-left: 1em;
		text-indent: -1em;
	}
	#sizeDim.backpack ul {
		background: url(../img/products/bg_sizedim_bp.gif) no-repeat;
		width: 324px;
		height: 100px;
		padding: 67px 140px 0 0;
	}

	/* ----------------------------------------
		Instagram List
	---------------------------------------- */
		
	#instagram {
		clear: both; 
		padding-top: 30px; 
		text-align: center;
	}
	#instagram .insta_title {
		font-size: 16px; 
		color: #82cec1; 
		text-align: center; 
		padding: 10px 0; 
		border-top: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
		margin-bottom: 20px;
	}
	