@charset "UTF-8";
/* pages.css */


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

		 Contents
	
	1. Reset
	2. Structure
	
	
--------------------------------- */

/* ==========================================================================================================

	 1. Reset
 
============================================================================================================*/

body {
	background: #FFFFFF;
	font-size: 12px; /* 12ptでも可 */
	font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3","ＭＳ Ｐ明朝", serif;
	color: #000000;
}


/* ie6 hack */
* html body {
	zoom: 0.75;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}


/* ==========================================================================================================

	 2. Structure
 
============================================================================================================*/

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

	display: none;

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

ul#slipNav {
	display: none;
}

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

	for Firefox 6

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

body#shipping div#header:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ==========================================================================================================

	 3. Pagebreak
 
============================================================================================================*/

div#wrapper{
	page-break-after:avoid;
}
/*body#shipping div.section{
	page-break-after:always;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	zoom:1;
}

div.section:last-child{
	page-break-after:auto;
}

body#shipping div.section div#footer{
	position:relative !important;
}*/

body#shipping div.section{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	/*zoom:1;*/
}
div.section:last-child{
	page-break-after:auto;
}

body#shipping div.section div#footer{
	position:relative !important;
	page-break-after:always;
}

body#shipping div:last-child{
	page-break-after:avoid;
}

/* for IE6,7 */

*:first-child+html body#shipping div.section{
	page-break-after:always;
}
	
* html body#shipping div.section{
	zoom:1;
	page-break-after:always;
}
	
*:first-child+html body#shipping div.section div#footer{
	page-break-after:auto;
}

* html body#shipping div.section div#footer{
	page-break-after:auto;
}
