@charset "UTF-8";

/* =============================================================
 print.css
 =============================================================== */

@media print{

body {
	background: #FFFFFF url(none);
}
.list #footer {
	display: none;
}
.list #main {
	background: #FFFFFF url(none);
}
.list .slideblock {
	position: static;
	top: 0px;
}

.list .list-box-shopinfo {
	width: 569px;
	margin-bottom: 10px;
}
.list .linebox {
	width: 100%;
	position: static;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.list .box-l {
	float: none;
}
.list .box-r {
	float: none;
}
.list .list-shopname {
	background: #F2E6D2 url(none) no-repeat;
	height: 27px;
	width: 561px;
	padding-left: 8px;
	line-height: 27px;
	margin-bottom: 5px;
}
.list .list-btn {
	display: none;
}

}