@charset "UTF-8";

/* print.css 
--------------------------------------------------------------------------
 印刷に対応させたい場合、このCSSに記述します。
--------------------------------------------------------------------------*/

/* ページ全体のレイアウト（ブロック設定）
--------------------------------------------------------------------------*/
body {
	background: none;
}

#inbox {
	position: absolute;
}


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


/* メインコンテンツ
--------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0;
}
#contents {
	float: none;
	width: auto;
	padding: 0;
}
#contents h1 {
	margin: 0 0 20px;
}


/* コラムボックス */
.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.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 .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;
}


/* 採用情報
--------------------------------------------*/
#recruit dl.faq dt {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	color: #0971B2;
	font-weight: bold;
}
#recruit dl.faq dd {
	margin: 1px 0 18px 25px;
	background: none;
}
#recruit dl.faq dd p {
	margin: 0;
	padding: 0;
	background: none;
}


/* 会社情報
--------------------------------------------*/
#company table.standard th {
	white-space: nowrap;
}
#company table.standard td {
	width: auto;
}


/* ローカルメニュー
--------------------------------------------------------------------------*/
#local-nav {
	display: none;
}


/* ローカルメニューなし
--------------------------------------------------------------------------*/
#basic #header,
#basic #contents,
#basic #footer {
	width: auto;
}


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


/* リストのスタイル
--------------------------------------------------------------------------*/
ul.btn_category_menu {
	display: none;
}


/* その他汎用設定
--------------------------------------------------------------------------*/
.noscript,
#contents p.pagetop {
	display: none;
}


/* トップページ
--------------------------------------------------------------------------*/
#home {
	background: none;
}
#home #header {
	display: list-item;
	list-style-image: url(../images/common/logo_print.gif);
	list-style-position: inside;
	width: 380px;
	height: 50px;
	margin: 0;
}
#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;
}


/* ハック
--------------------------------------------------------------------------*/

*:first-child+html #recruit table.standard th {
	width: 110px;
}
*:first-child+html #footer {
	margin-top: 15px;
}

