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

/* layout
========================================*/

#SHOP #contents-inner {
	background: url(http://shop.trove.co.jp/images/common/bg_top.gif) left top no-repeat;
	padding: 0 5px 0 35px;
	}
#SHOP #contents-top {
	padding: 36px 125px 0 95px;
	height: 60px;
	}

#SHOP #main {
	width: 760px;
	float: right;
	}
#SHOP #main h2 {
	padding: 0 0 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	width: 730px;
	}
#SHOP #sub {
	width: 130px;
	float: left;
	margin-top: 17px;
	}

 /* contents-top
========================================*/
#searchBox {
	width: 490px;
	float: left;
	font-size: 108%;
	}

#searchBox #searchTitle {
	width: 55px;
	height: 21px;
	float: left;
	display: block;
	}
#searchBox #searchSelect {
	background-color: #000000;
	border: 1px solid #000000;
	height: 21px;
	padding: 1px;
	color: #C3A74C;
	width: 150px;
	float: left;
	display: block;
	margin-right: 5px;
	}
#searchBox #searchWord {
	background-color: #000000;
	border: none;
	padding: 2px;
	height: 17px;
	color: #C3A74C;
	width: 150px;
	float: left;
	display: block;
	margin-right: 5px;
	}
#searchBox #searchBtn {
	display: block;
	float: left;
	width: 65px;
	}

#topBtn {
	float: right;
	width: 205px;
	}

 /* main
========================================*/

div#mainHeader {
	position: relative;
	}
div#mainHeader div#sortNavi {
	position: absolute;
	right: 30px;
	font-size: 92%;
	}
p#topicpath {
	font-size: 123%;
	font-weight: bold;
	}
p#topicpath a:link,
p#topicpath a:visited {
  color: #000000;
  text-decoration:none;
}
p#topicpath a:hover,
p#topicpath a:active {
  color: #666666;
  text-decoration: underline;
}

 /* itemList
========================================*/

div.itemList div.itemListBox {
	width: 190px;
	float: left;
	}
div.itemList div.itemListBox-inner {
	position: relative;
	width: 160px;
	}
div.itemList div.itemPhotoFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 200px;
	}
div.itemList h3.itemListName {
	font-size: 92%;
	margin: 5px 0 30px;
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3","Hiragino Mincho Pro W3","‚l‚r ‚o–¾’©", "MS PMincho",serif;
	line-height: 1.3;
	}
div.itemList a:link {
  color: #000000;
  text-decoration:none;
}
div.itemList a:visited {
  color: #333333;
  text-decoration:none;
}
div.itemList a:hover,
div.itemList a:active {
  color: #333333;
  text-decoration: underline;
}

 /* itemDetail
========================================*/
div#itemDetail {
	position: relative;
	}

#itemDetail-textBox {
	width: 400px;
	float: right;
	}
#itemDetail-textBox-inner {
	width: 370px;
	}
#itemDetail-photoBox {
	width: 328px;
	float: left;
	}

div#itemDetail-textBox h1 {
	font-size: 108%;
	font-weight: bold;
	}
div#itemDetail-textBox div.detailIcon {
	margin-bottom: 5px;
	}
div#itemDetail-textBox p {
	font-size: 92%;
	margin-bottom: 15px;
	}
div#itemDetail-textBox p.itemPrice {
	font-size: 108%;
	font-weight: bold;
	}

div#itemPhotoThumb {
	position: absolute;
	left: 0px;
	top: 450px;
	}
div#itemPhotoThumb ul {
	width: 328px;
	}
div#itemPhotoThumb ul li {
	width: 84px;
	height: 104px;
	float: left;
	}
div#itemPhotoThumb ul li.listLast {
	width: 76px;
	}

 /* itemDetail-photo
========================================*/

img.large {
	width: 320px;
	}
img.small {
	width: 72px;
	}
#itemDetail img.large {
	border: 4px solid #000000;
	}
#itemDetail img.small {
	border: 2px solid #000000;
	}

#itemDetail a:hover img.small {
	border-color: #736432;
}

 /* itemForm
========================================*/

#itemForm label {
	display: block;
	width: 70px;
	float: left;
	}
#itemForm .itemFormBox {
	margin-bottom: 5px;
	}
#itemForm div.button {
	margin: 15px 0;
	}
#itemForm p.sizeinfo {
	margin-bottom: 20px;
	}
	
#itemForm p.product-etc {
	margin-bottom: 20px;
	border-top: 1px solid #000000;
	padding-top: 20px;
	font-size: 85%;
	text-align: right;
	}
#itemForm p.product-etc a:link,
#itemForm p.product-etc a:visited {
  color: #000000;
  text-decoration:none;
}
#itemForm p.product-etc a:hover,
#itemForm p.product-etc a:active {
  color: #333333;
  text-decoration: underline;
}

 /* option
========================================*/

#Option {
	text-align: center;
	margin: 10px auto;
	}
#Option h1 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 108%;
	font-weight: bold;
	}
#Option table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1px;
	}
#Option table th {
	border: 1px solid #000000;
	background-color: #000000;
	padding: 10px 30px;
	color: #C3A74C;
	}
#Option table td {
	border: 1px solid #000000;
	background-color: #C3A74C;
	padding: 10px 20px;
	font-size: 92%;
	vertical-align: top;
	}
#Option table td span {
	font-weight: bold;
	}
#Option div.option_btn {
	text-align: center;
	margin-top: 15px;
	}
	
	

