@charset "UTF-8";
/*
 * 全ページ使用
 */
html {
	height: auto !important;
	overflow: visible !important;
}
html, body, div, p, a table, th, td, ol, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, blockquote, pre, form, fieldset, input, textarea, select, option {
	font-size: 9.3pt;
	line-height: 12.6pt;
}
body {
	position: static !important;
	height: auto !important;
	width: auto !important;
	background: none !important;
}
#header, #contents, #footer div {
	width: auto !important;
	clear: both;
	margin: 0 auto;
}
h2 {
	height: 1.5em !important;
	background: none !important;
	text-indent: 0;
	text-align: right;
	margin-bottom: 0;
}
h3 {
	font-size: 16pt;
	line-height: 16pt;
	padding-bottom: 4px;
}
h4 {
	line-height: inherit;
	border-top: 1pt solid #ccc;
	border-width: 1px 0;
	background: #eee;
	color: #06c;
}
.p_off {
	display: none;
}
/*
 * ヘッダ
 */
#header {
	float: right !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
	height: auto;
}
#header img {
	/*display: block !important;*/
	width: 100px !important;
	height: 25px !important;
	background: url(../img/common/logo2.gif) no-repeat left top !important;
}
#header h1 {
	display: none;
}
/*
 * メインメニュー
 */
#menu {
	display: none;
}
/*
 * コンテンツ
 */
#contents {
	width: 100% !important;
	padding-left: 0 !important;
	background: none !important;
	overflow: visible !important;
}
#contents h2 {
	display: none;
}
/*
#contents h2 {
	float: right;
	width: auto;
	margin: 0;
	font-weight: normal;
}
#contents h2 .ja, #contents h2 .en {
	border: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
	text-align: inherit;
}
#contents h2 .ja {
	padding-right: 5px;
	border-right: 1px solid #999;
}
#contents h2 .en {
	padding-left: 5px;
}
*/
#contents .inner {
	clear: both;
	width: auto !important;
	margin: 0 auto;
	padding: 0;
}
#contents .inner p.tit {
	line-height: inherit;
}
/*
 * フッター
 */
#footer {
	clear: both !important;
	position: absolute !important;
	bottom: 0 !important;
	width: 100% !important;
	border-top: 1px solid #ddd !important;
	padding-bottom: 10px !important;
	background: none !important;
	font-size: 8pt;
}
/*住所*/
#footer address {
	border: none !important;
	width: auto !important;
	padding-left: 0;
}
#footer address span {
	display: inline !important;
	margin-right: 1em;
}
/*プライバシーマーク*/
#footer img {
	display: none;
}
/*フッターメニュー*/
#footer ul {
	display: none;
}
/*コピー*/
#footer p {
	display: none;
}
/*
 * 製品 サービス コンサルティング
 */
.main_area, .use_area, .work_area {
	background: none !important;
	padding-bottom: 0 !important;
}
.main_area img {
/*	float: left !important;*/
	margin-right: 0 !important;
	margin-left: 5px !important;
	margin-bottom: 10px;
}
.work {
	padding: 5px !important;
	border: 1px solid #ccc;
	background: none !important;
}
.work h5 {
	line-height: 10px;
}
.work img {
	margin-left: 0;
}
.data_area {
	display: none;
}
.click {
	display: none;
}
/*
 * 会社概要, 採用案内, お問い合わせ, 個人情報保護方針
 */
#profile h2, #recruit h2, #contact h2, #privacy h2 {
	display: block;
	width: 99%;
	margin-top: 0;
	padding-bottom: 20px;
}
/*
 * 会社概要
 */
#profile h3 {
	display: none;
}
#profile h4 {
	background: none;
	border: none;
	margin-bottom: 0;
	line-height: 1em;
	padding: 0;
}
.access_map {
	border: none !important;
	padding: none !important;
	background: none !important;
}
.access_map iframe {
	width: 100% !important;
	border: none !important;
}
#profile .access_map iframe {
	height: 210px;
}
.common_table {
	width: 100% !important;
	border-collapse: collapse;
	margin: 2px 5px !important;
}
.common_table th, .common_table td {
	padding: 1px 5px;
}
#profile dl.access {
	margin-bottom: 0;
}
#profile dl.access dd ul li {
	border: none !important;
	margin: 0 !important;
}
/*
 * アクセスマップ
 */
#access h4 {
	background: none;
	border: none;
	margin-bottom: 0;
	line-height: 1em;
	padding: 0;
}
/*
 * トップページ
 */
#news_area {
	display: none;
}
#about_area {
	width: 100% !important;
}
#about_area p {
	font-size: 16pt;
	line-height: normal;
	padding: 120px 120px;
}
/*
#top h2 {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 7pt;
	color: #666;
}
*/
#top_img {
	display: block;
	margin: 10px auto 10px !important;
}

/* add email icon of Iconize */
a.mailTo {
	padding: 0;
	background: none;
	margin-right: 0;
}
/* add popup icon of Iconize *//* a[href="#"][onclick*=dialog]:not(:has(img)) */
a.icon_popup {
	padding: 0;
	background: none;
}
/* add extenal link icon of Iconize *//* a[target=_blank]:not(:has(img)) */
a.icon_external {
	padding: 0;
	background: none;
}
/* show URL to links */
/*
a:after {
    content: " [" attr(href) "] ";
    font-size: 50%;
}
#logo a:after {
    content: "";
}
*/

