@charset "utf-8";

/* ------------------------------------------------------------------------- */
/*		print styles		*/
/* ------------------------------------------------------------------------- */

/* base
------------------------------------------------- */

body{
	background-image:none;
	background-color:#fff;
}
a{
	text-decoration:underline;
}
table{
	page-break-inside: avoid;
}

/* delete
/* ---------------------------------------------- */

.header,
.global_navi,
.pagetop,
.category_header,
.side_area,
.footer{
	display:none;
}

/* style adjust
/* ---------------------------------------------- */

.contents{
	width:inherit;
}
.main_area{
	float:none;
}

/* for home
/* ---------------------------------------------- */

body.home{
	background:url(../images/common/bg.gif) repeat-x;
}
body.home .header,
body.home .global_navi,
body.home .footer{
	display:block;
}

/* IE zoom
/* ---------------------------------------------- */

/*for IE6 or older*/
* html body.home,
* html .main_area_wide {
	zoom:0.7;
}
/*for IE7*/
*+html body.home,
*+html .main_area_wide {
	zoom:1;
}


.gm-style img {
  max-width: none !important;
}