@charset "utf-8";


/*----------------------------------------------------
index
----------------------------------------------------*/

.productsIndex #titleArea{
	margin:0 auto;
	width:335px;
	margin-bottom:20px;
}

.productsIndex .blockArea{
	position:relative;
	width:750px;
	margin-bottom:30px;
	zoom:1;
}

.productsIndex .blockArea:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.productsIndex .block01{
	width:173px;
	float:left;
	margin-right:19px;
}

.productsIndex .block01end{
	width:173px;
	float:left;
	margin-right:0;
}

.productsIndex .block02{
	width:368px;
	float:left;
	margin-right:19px;
}

.productsIndex .block03{
	width:173px;
	position:absolute;
	top: 0px;
	left: 577px;
}

.productsIndex .hs01{
	font-size:76%;
	color:#00985d;
	margin-top:6px;
	font-weight:bold;
}


/*----------------------------------------------------
detail
----------------------------------------------------*/

.productsDetail{
	width:750px;
	margin-bottom:40px;
}

.productsDetail:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.productsDetail{
  zoom:1;
}

.productsDetail .photo{
	width:310px;
	float:left;
	text-align:center;
}

.productsDetail .photo img{
	margin:0 auto;
}


.productsDetail .text{
	width:433px;
	float:right;
	position:relative;
}

.productsDetail .text p{
	width:350px;
	text-align:left;
	padding-top:15px;
}


.productsDetail .text h3{
}

.productsDetail .text h3 .btntop{
	position:absolute;
	left:390px;
	top:25px;
}

.productsDetail .text .price
{
	font-size: 78%;
	line-height: 1.4;
}

.productsDetail .text em
{
	font-style:normal;
	color:#00985d;
}

.productsDetail ul.list01{
	width:350px;
	margin:15px 0 15px 15px;
}


.productsDetail ul.list01 li{
	list-style:none;
	background:url(../img/list_mark01.gif) no-repeat 0px 6px;
	padding-bottom:5px;
	padding-left:10px;
	display:inline-block;
	white-space:nowrap;
}
