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



/* **************Index.html CSS*************** */

/* MainImage */
h2{
	background-image:url(../images/mainimg_item.gif);
}

/* Body */



.closeup_tit{
	height:79px;
	background:url(../images/title.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px dotted #c8beae;
}



/* 製品 */
#left{
	padding:0 0 40px;
}
h3{
	border-left: 7px solid #5fb42b;
	color: #6d635e;
	padding: 7px;
	font-size: 1em;
	margin: 0 0 20px;
}
h4{
	font-size:1em;
	font-weight:bold;
}
.box{
	width:740px;
	height:100%;
	margin:0 auto 30px;
	padding:0 0 10px;
	border-bottom:1px dotted #c8beae;
}
.box div{
	width:500px;
	float:right;
}
.box div p{
	font-size:0.8em;
	line-height:160%;
	margin-top:5px;
}
.photo_item{
	float:left;
	width:220px;
	text-align:center;
}
.item_img{

}
.price{
	border:1px dotted #c8beae;
	padding:5px;
	font-size:0.85em;
	margin:10px 0 5px;
}
.price span{
	font-weight:bold;
	color:#f9996f;
	font-size:1.2em;
}
.text01{
	font-size:0.7em;
	color:#c00;
}
.text02{
	font-size:0.85em;
	text-indent:0;
	padding:5px 0;
}
.seibun{
	padding:0 0 3px;
	margin:5px 0 0;
	text-indent:-9999px;
	background:url(../../../item/top/images/btn_seibun.gif) no-repeat 0 0;
}

.d_none{
	display:none;
	font-size:0.85em;
	margin:0 0 10px;
}

#step dd{
	display:none;

	font-size:0.85em;
	margin:0 0 10px;
}

.voice a{
	width:75px;
	height:17px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background:url(../../../item/top/images/btn_voice.gif) no-repeat 0 0;
	float:right;
	margin:0 0 0 5px;
}
.detail a{
	width:65px;
	height:17px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:100%;
	background:url(../../../item/top/images/btn_detail.gif) no-repeat 0 0;
	float:right;
	margin:0 0 0 5px;
}










table.component{
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
}
table.component,
table.component th,
table.component td{
	border:1px solid #ccc;
}
table.component th{
	font-weight:700;
	background:#f4f0e9;
	font-weight:normal;
}
table.component td{
	background:#fff;
}
