@charset "utf-8"; 
 
/* トップイメージ */ 

#pageTitle {
	background-image: url(images/header_image.jpg);
	background-position: center;
}
 
/* トップリスト */ 

#itemList {
	width: 100%;
	padding-top: 20px;
}

#itemList li {
	float: left;
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px 10px;
}

#itemList li a {
	display: block;
	position: relative;
}

#itemList li img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
	height: auto;
	z-index: 100;
}
	 
/* コメント */ 

/*
#itemList li.comment {
	padding: 15px 20px;
	line-height: 1.8;
	border: 1px solid #666;
	background-color: #fff;
}
*/

#itemList li.comment {
	text-indent: -9999em;
	oveflow: hidden;
	background-image: url(images/thumb_comment2.gif);
	background-repeat: no-repeat;
}
 
/* 製品名 */ 

#itemList .item {
	background-color: #000;
}

#itemList .product {
	display: block;
	position: absolute;
	width: 100%;
	top: 95px;
	left: 0px;
	color: #fff;
	text-align: center;
}

#itemList .collection {
	display: block;
	position: absolute;
	width: 100%;
	top: 110px;
	left: 0px;
	color: #fff;
	text-align: center;
}

#itemList .product,
#itemList .collection {

}
  
/* 製品写真集 */ 

.itemPhotos {
	float: left;
	width: 560px;
	height: 335px;
	overflow: hidden;
	background-color: #000;
	border: 10px solid #000;
}



	 
#mainPhotos { 
	float: left;
	position: relative;
	width: 394px;
	height: 335px;
}

#mainPhotos li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}
#mainPhotos li.active {
	z-index: 200;
	opacity: 1;
}
 
#thumPhotos { 
	float: right;
	width: 160px;
	height: 338px;
	overflow: auto;
}
#thumPhotos li {
	position: relative;
	width: 130px;
	height: 108px;
	margin: 0 auto 4px;
	cursor: pointer;
	overflow: hidden;
}
#thumPhotos img {
	max-width: 100%;
	height: auto;
}

#thumPhotos li.active:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: 30px;
	left: 0;
	background-image: url(images/active-item-image.png);
	background-repeat: no-repeat;
	z-index: 100;
}
  
/* 製品情報 */ 

.itemSummary {
	float: right;
	width: 360px;
}
	 
/* 製品名 */ 

.itemSummary .productName {
	padding-bottom: 1em;
	font-size: 120%;
	color: #60a614;
}
 
/* コメント */ 

.itemSummary .comment {
	padding-bottom: 1em;
}
 
/* 製品データ .productDatas */ 

.productDatas {
	width: 100%;
	border-bottom: 1px solid #333;
}









	 
.productDatas dt, 
.productDatas dd {
	border-top: 1px solid #333;
}
 
.productDatas dt { 
	clear: left;
	float: left;
	width: 40px;
	padding: 5px 5px;
}
 
.productDatas dd { 
	margin-left: 50px;
	padding: 5px 0px;
	font-weight: normal;
}
	 
.productDatas dd.notebox { 
	clear:both;
	margin-left: 0;
	padding: 0px 5px 5px;
	border-width: 0;
}
 
.productDatas dd.notes { 
	clear:both;
	margin-left: 0;
	padding: 5px 5px 5px;
}
 	 
.productDatas .species { 
	padding-left: 1em;
	text-indent: -1em;
}
  
/* 注意書き */ 

.itemSummary .note {
	margin-top: 0em;
}

.itemSummary .note li {
	padding-left: 1em;
	padding-bottom: 0.3em;
	text-indent: -1em;
	font-size: 90%;
	line-height: 1.2;
	color: #666;
}

.itemSummary .note li.size {
	padding-left: 4em;
	text-indent: -4em;
}
 
/* FCS Logo */ 

.itemSummary .fscMark {
	margin-top: 1.5em;
	background-color: #f5f5f5;
	padding: 15px;
}

.itemSummary .mark {
	float: left;
	width: 68px;
	padding: 10px 10px 0;
	background-color: #fff;
}
.itemSummary .reg {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}
.itemSummary .exp {
	clear: both;
	padding-top: 1em;
	font-size: 90%;
}


.itemSummary sup,
.itemSummary sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

.itemSummary sup {
    bottom: 1ex;
}

.itemSummary sub {
	top: .5ex;
}
  
