@charset "utf-8";

/* ****************************************************
Title: print.css
Created: 2010/06/28
Last Modified: 2009/06/28
Editor(s): nishio
Last Editor: nishio
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 for previous ie
#02 for all browser

----------------------------------------*/


/* #01 for previous ie
---------------------------------------------------------------------------- */

* html body {
	zoom: 70%;
}


/* #02 for all browser
---------------------------------------------------------------------------- */

div#gNav ul li a img {
	visibility: visible !important;
}


/* # bShopDetail
-----------------------------------*/

body.bShopDetail div#header,
body.bShopDetail div#gNav,
body.bShopDetail div#visual,
body.bShopDetail ol#topicPath,
body.bShopDetail #printBtn,
body.bShopDetail div#content #pageTop,
body.bShopDetail div#content div#secondary,
body.bShopDetail div#sidebar,
body.bShopDetail div#footer {
	display: none;
}

body.bShopDetail div#content {
	float: none;
	margin: 0 auto;
}

body.bShopDetail div#content div#primary {
	float: none;
	width: 100%;
}
