@charset "utf-8";

/* = 共通プリント設定
----------------------------------------------- */
/* base */
body {
	background-color: #fff !important;
}
#contents,
.sec-mainContents {
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
}
#contents .sec-relatedContents,
#contents .sec-extraContents,
.mod-cxenseCO,
.mod-cxenseCA {
	display: none !important;
}

/* table */
th {
	font-weight: bold !important;
}

/* = #header
----------------------------------------------- */
#header h1,
#header .global,
#header .service .serviceIdentity .message,
#header .service .serviceIdentity .nav-category,
#header .service .personalIdentity {
	display: none !important;
}

#header {
	position: static;
	width: auto;
	min-width: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#header .service {
	position: static;
	padding-right: 0;
	border-bottom-width: 0;
}
#header .service .serviceIdentity {
	position: static;
	min-height: 0;
	padding: 0;
}
#header .serviceIdentity .logo {
	position: static;
	padding: 0;
}

/* = #footer
----------------------------------------------- */
#footer .pageTop,
#footer .nav-utility {
	display: none !important;
}
#footer {
	min-width: 0;
	min-height: 74px;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
}
#footer .companyIdentity {
	margin-bottom: 0;
	padding-bottom: 0;
	background-image: none;
}
#footer .companyIdentity .logo {
	top: 0;
	left: 0;
	width: 194px;
	height: 74px;
	overflow: hidden;
}
#footer .companyIdentity .logo:before {
	content: url(./img/footer/logo_next.png);
}
.ie8 #footer .companyIdentity .logo:before {
	content: "";
}
#footer .companyIdentity .copyright {
	padding-top: 30px;
	color: #000;
}
