@charset "utf-8";

/* ****************************************************
Title: print.css
Created: 2010/06/23
Last Modified: 2011/04/25
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
---------------------------------------------------------------------------- */

/* # common
-----------------------------------*/

div#header dl#hFontSize dd ul li a img {
	visibility: visible !important;
}

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

ul#gNav li#gNavF2F {
	margin-right: -1px;
}


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

body.bShopDetail div#header,
body.bShopDetail div#visual,
body.bShopDetail div#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%;
}


