@charset "UTF-8";

/* print.css 
--------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/* Layout
--------------------------------------------------------------------------*/
body {
	background: none;
}
#inbox {
	position: absolute;
}


/* Header
--------------------------------------------------------------------------*/
#header {
	display: list-item;
	list-style-image: url(../images/common/logo_print.gif);
	list-style-position: inside;
	width: 415px;
	height: 73px;
	margin: 0;
}
#header .logo,
#header ul,
#fontsize,
#global-nav,
#bc-nav {
	display: none;
}


/* Main Contents
--------------------------------------------------------------------------*/
#container {
	width: auto;
}
#contents {
	float: none;
	width: auto;
	padding: 0;
}
#contents h1 {
	margin: 0 0 20px;
}


/* Column Box */
.columns_two {
	width: auto;
}
#business .projects .columns_l,
#business .projects .columns_r,
#recruit .columns_two .columns_l,
#recruit .columns_two .columns_r {
	float: none;
	width: auto;
	padding: 0;
}


/* Table Style */
table.standard {
	width: auto;
	margin-left: 1px;
}
table.standard th,
table.standard td {
	padding: 2px 4px;
	border: 1px solid #999999;
}
table.standard th {
	font-weight: normal;
}


/* Business
--------------------------------------------*/
#business .projects table {
	width: auto;
	margin: 10px 0 0 1px;
	border: 1px solid #999999;
}
#business .projects table tr {
	background: none;
}
#business .projects table th,
#business .projects table td {
	padding: 2px 4px;
	border: 1px solid #999999;
}
#business .projects table th {
	width: 4em;
	font-weight: normal;
}


/* Company
--------------------------------------------*/
#company table.standard th {
	white-space: nowrap;
}
#company table.standard td {
	width: auto;
}


/* Local Menu
--------------------------------------------------------------------------*/
#local-nav {
	display: none;
}


/* No Local Menu
--------------------------------------------------------------------------*/
#basic #header,
#basic #contents,
#basic #footer {
	width: auto;
}


/* Footer
--------------------------------------------------------------------------*/
#footer {
	width: auto;
	margin: 0;
	padding: 11px 0 0;
}
#footer .inner {
	width: auto;
	margin: 0;
}
#footer ul {
	display: none;
}
#footer address {
	float: none;
}


/* List Style
--------------------------------------------------------------------------*/
ul.btn_category_menu {
	display: none;
}


/* Others
--------------------------------------------------------------------------*/
.noscript,
#contents p.pagetop {
	display: none;
}


/* Top Page
--------------------------------------------------------------------------*/
#home {
	background: none;
}
#home #contents,
#home #footer {
	width: auto;
}
#home .read {
	margin: 20px 0;
}
#home .columns_two,
#home .columns_two .columns_l,
#home dl.contents-menu,
#home dl.contents-menu dt,
#home dl.contents-menu dd,
#home dl.contents-menu dd ul li {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
#home dl.contents-menu {
	margin: 20px 0;
}
#home dl.contents-menu dd ul li {
	list-style-type: disc;
	margin-left: 40px;
}

#home #header h1.logo,
#home #top-flash,
#home .contents-menu-bot,
#home .columns_two .columns_r {
	display: none;
}


/* hack
--------------------------------------------------------------------------*/
*:first-child+html #footer {
	margin-top: 15px;
}
