@charset "utf-8";
.productArea {
position:relative;
}
.setImg,
.mainImg,
.productArea,
.animateSet li {
width: 740px;
height: 575px;
}
/*
PRODUCT BTN
------------------------------------------------
*/
.productArea a img {
z-index:50;
}
.link_01 {
position:absolute;
right:224px;
top:112px;
}
.link_02 {
position:absolute;
left:295px;
top:51px;
}

/*
popArea
------------------------------------------------
*/
.pop1 .leftimg,
.pop2 .leftimg,
.pop3 .leftimg {
float:left;
width:120px;
padding:10px;
}
.pop1 .righttable,
.pop2 .righttable,
.pop3 .righttable, {
float:left;
}

/*
descriptionArea
------------------------------------------------
*/
.area_description{
	padding:10px 0 0 35px;
	font-size:14px;
}
.area_description dl dt,
.area_description dl dd{
	float:left;
	line-height:1.5;
}
.area_description dl dt{
	font-weight:bold;
	color:#666;
}

.area_description dl dt{
	margin:0 14px 0 0;
}

dl.description_resolve{
	margin:0 8px 0 0;
	padding:0 0 8px 0;
	border-bottom:2px solid #ddd;
}
.area_point{
	padding:9px 0 0 35px;
}
.area_point dl dt,
.area_point dl dd{
	float:left;
	line-height:1.5;
}
dt.icon_point1{
	width:78px;
	height:22px;
	background: url(../img/icon_point1.png) no-repeat;
	display: block;
	text-indent: -10000px;
}
dt.icon_point2{
	width:78px;
	height:22px;
	background: url(../img/icon_point2.png) no-repeat;
	display: block;
	text-indent: -10000px;
}
.orangeB{
	color:#ea5e00;
	font-weight:bold;
}

