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


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

	* print Style Sheet {


		* last update 07.08/30
		* author : ;
	
	}
	
	
--------------------------------
		 Contents
	
	1. Reset
	2. Structure
	
	
--------------------------------- */

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

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

body {
	background: #FFFFFF;
	font-size: 12px; /* 12ptでも可 */
	font-family: san-serif;
	color: #000000;
}


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

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

img {
	border: none;
}


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

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

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

	display: none;

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

ul#slipNav {
	display: none;
}

div#header,
div#footer,
div#secondary {
	display: none;
}

div#primary {
	float: none;
	background: none;
}


div#container {
	background: none;
}

/*
div#primary {
	float: none;
}

div#secondary {
	display: none;
}*/




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

	common

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

dl.qaMain dt span,
dl.qaMain dd span {
	background: none;
	text-indent: 0;
	font-weight: bold;
}

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

	 個別
 
============================================================================================================*/


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

	body.home

---------------------------------------------------------------------*/
/* ie6 hack */
* html body.home div#container,
* html body.home div#wrapper {
	width: 780px;
}

body.home div#header,
body.home div#footer,
body.home div#secondary {
	display: block;

}



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

	フォームの直前のプライバシー

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

div#primary div#privacyIframe {
	overflow: visible;
	height: auto
}



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

	saiyo/index.html

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

body.saiyo#top div#primary {
	width: auto;
}
/*  ------------------------------------------------------------------

	saiyo/新卒・キャリア/社員紹介

---------------------------------------------------------------------*/
div.staffDetail div#detailHead,
div.staffDetail div#detailHead02,
div.staffDetail div#detailHead03 {
	background: none;
	background: none !important;
}

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

	tourist/jtb/privacy2.html

---------------------------------------------------------------------*/
body#tourForm div.privacy_area {
	overflow: visible;
	height: auto
}



