@charset "UTF-8"; 
/* プリント用CSS */

body {
	zoom: 90%;
	background-image:  none;
}


* html body {
	zoom: 65%;

}


h1 {
	display: none;
}

.forprint {
	display: inline;
}


/* ナビゲーション CSS */

#navi {
	display: none;
}

.navi_btn {
	display: none;
}

/* フッター CSS */

#footer {
	clear: both;
}

/* 商品詳細 */

#detail03 .check {
	width: 215px;
}


* html #right div.listbox01 {
	zoom: 63%;

}
* html #right div.listbox02 {
	zoom: 63%;

}


*:first-child+html #right div.listbox01 {
	zoom: 63%;
}


*:first-child+html #right div.listbox02 {
	zoom: 63%;

}





