@charset "Shift_JIS";	
@media print{ 

/* -----------------------------------------------
                styles for print media
   ----------------------------------------------- */

body
	{
	zoom: 78%; /* WinIE only */
	}

.header {
}
.print-no-01{
	display:none;
}
.footer{
	display:none;
}
.detail-spec table tbody tr {
	margin: 0px;
}
.detail-photo-outbox{
	display:none;
}
.detail-btn-print{
	display:none;
}
.detail-shop-infobox{
	width: 100%;
}
.detail-spec th {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	vertical-align: baseline;
	width: 150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0;
}
.detail-spec td {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	line-height: 2;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0;
}
.detail-spec {
    margin-top: 0px;
}
.detail-btn-close {
	display:none;
}
}
