/* Updated 2010/xx/xx,E */

	@import "/common_css/default_wide.css";
	@import "/common_css/component_wide.css";
	@import "/hojin/css/component_hojin.css";

/*[/hojin/shohin_ichiran.html] */
#contents div.anchorArea {
	margin-top: -2em;
}

#contents div.ichiranBox {
	width: 540px;
}

#contents div.listBoxL {
	float: left;
	padding-bottom: 20px;
	width: 265px;
}

#contents div.listBoxR {
	float: right;
	padding-bottom: 20px;
	width: 265px;
}

@media print {
html>/**/body .ichiranBox, x:-moz-any-link { display: table; }
html>/**/body .listBoxL, x:-moz-any-link {
 display: table-cell;
	float: none;
}
html>/**/body .listBoxR, x:-moz-any-link {
 display: table-cell;
	float: none;
	padding-left: 10px;
}
}