@charset "utf-8";
/* CSS Document */

.bottom_head {
	width:840px;
	
	background-image:url(./../images/bottom_item_line.png);
	background-position:left;
	background-repeat:repeat-x;
}
bottom_head_text{
	background-color:#FFF;
	color:#adadad;
	font-weight:bold;
}

.bottom_list{
	
}
.bottom_list .item{
	float:left;
	margin-right:6px;
	text-align:center;
	background-image:url(./../images/bottom_item_fill.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:111px;
	height:175px;
}

.bottom_list .item .blue{
	margin-top:60px;
	width:108;
	height:48px;
	background-image:url(./../images/bottom_item_fill_blue.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}
.bottom_list .item .foto{
	vertical-align:bottom;
	position:relative;
	bottom:170px;
}

.bottom_list .item .text{
	font-size:12px;
	color:#000;
}
.bottom_list .item .price{
	font-size:15px;
	font-weight:bold;
	color:#d72e2e;
}