/* ver 1.0.0 */
@charset "UTF-8";

/* Error Message Box */
.errMsgBox {
	width: 960px;
	margin: 0 auto 4em auto;
	padding: 20px 30px;
	background-color: #F9E4E9;
}

.errMsgBox {
	width: 960px;
	margin: 0 auto 4em auto;
	padding: 20px 30px;
	background-color: #F9E4E9;
}
.errMsgBox dl {
	display: table;
}
.errMsgBox dl dt {
	display: table-cell;
	width: 240px;
	margin-bottom: 0;
	padding: 10px 20px 10px 24px;
	background: url(/image/icon-notice.png) no-repeat left center;
	vertical-align: middle;
}
.errMsgBox dl dd {
	display: table-cell;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #D4BEC4;
	vertical-align: middle;
}

/* Navigation
----------------------------------------------------------------------------- */
/* bfNavi */
.bfNavi {
	display: table;
	width: 960px;
	margin: 0 auto 0.75em auto;
}
.bfNavi ul {
	display: table-cell;
	margin: 0;
	padding-right: 2em;
	list-style: none;
	vertical-align: top;
}
.bfNavi ul:after {
  content: " ";
  clear: both;
  display: block;
}
.bfNavi ul li {
	position: relative;
	float: left;
	font-size: 87.5%;
}
.bfNavi ul li {
	margin-right: 0.5em;
	padding-right: 1.5em;
	margin-left: 0.5em;
	padding-left: 1.5em;
}

.bfNavi ul li:before {
	content: "＜";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1.6;
	text-align: center;
}

.bfNavi ul li:after {
	content: "＞";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	line-height: 1.6;
	text-align: center;
}
.bfNavi .login, .bfNavi .logout {
	display: table-cell;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.bfNavi .login span {
	display: inline-block;
	padding-left: 32px;
	background: url(/image/icon-login02.png) no-repeat left center;
}
.bfNavi .logout span {
	display: inline-block;
	padding-left: 32px;
	background: url(/image/icon-logout02.png) no-repeat left center;
}

p.bfNpbLogo {
	margin-left: 1em;
}

.bfNpbLogo a {
	font-size: 87.5%;
}

/* bfCommand
----------------------------------------------------------------------------- */
div.bfCommand {
	margin: 2em;
}

.bfCommand a {
	font-size: 150%;
	margin-right: 1em;
}

/*
----------------------------------------------------------------------------- */

/* articleResultTable */
.articleResultTable {
	margin-bottom: 1em;
}
.articleResultTable table {
	max-width: 960px;
	width: 100%;
	border-bottom: 5px solid #C6C6C6;
}

.articleResultTable table thead th {
	border-bottom: 6px solid #C6C6C6;
	text-align: center;
}
.articleResultTable table tbody tr {
	border-bottom: 1px solid #C6C6C6;
}

.articleResultTable td.noCol {
	text-align: center;
	width: 100px;
}

.articleResultTable td.productCol {
	width: 350px;
}

.articleResultTable td.gaiyoCol {
	word-break: break-all;
}

/* dateResultTable */
.dateResultTable td.noCol {
	text-align: center;
}

/*
----------------------------------------------------------------------------- */
ul.officeUl {
	margin: 0 0 0 0;
}
