@charset "UTF-8";

/*=================================

	TOP PAGE setting

=================================*/
#contents {
	margin-bottom: 35px;
	background: url(/group/brj/images/bg_top_01.gif) no-repeat 0 0;
}

.top-center { width: 854px; }

.top-column {
	margin: 0 -18px 20px 0;
	width: 872px;
	clear: both;
	overflow: hidden;
}
.top-column .col {
	margin-right: 18px;
	width: 418px;
	float: left;
}

/* -------------------------------------
　.top-news-list
------------------------------------- */
.top-news-list dt {
	font-weight: bold;
	font-size: 86%;
}
.top-news-list dt .icon {
	margin-right: 5px;
}
.top-news-list dd {
	margin-bottom: 12px;
}
.top-news-list dd img {
	position: relative;
	margin: 0 5px;
	top: 0.2em;
}

/* -------------------------------------
　.figure-news-list
------------------------------------- */
.figure-news-list dt {
	margin-bottom: 5px;
}
.figure-news-list dt img {
	position: relative;
	margin: 0 5px;
	top: 0.2em;
}
* html .figure-news-list dt img { /* for IE6 */
	padding-left: 5px;
}
*:first-child+html .figure-news-list dt img { /* for IE7 */
	padding-left: 5px;
}
.figure-news-list dd {
	margin-bottom: 12px;
}
.figure-news-list .figure-left {
	margin-right: 10px;
}
.figure-news-list .figure-body p {
	margin-bottom: 0;
}

/* -------------------------------------
　#top-footer
------------------------------------- */
#top-footer {
	clear: both;
	width: 854px;
	margin: 0 auto;
	padding: 30px 23px 0;
	background: url(/images/bg_top_02.gif) no-repeat 0 0;
}
#top-footer .column {
	clear: both;
	overflow: hidden;
	width: 872px;
	margin: 0 -18px 20px 0;
}
#top-footer .footer-head {
	font-weight: bold;
}
#top-footer .footer-head a {
	display: block;
	padding-left: 11px;
	background: url(/common/images/icon_com_01.gif) no-repeat 0 0.5em;
	text-decoration: none;
}
#top-footer .footer-links {
	margin: 5px 0 10px 12px;
}
#top-footer .footer-links a {
	display: block;
	padding-left: 11px;
	background: url(/common/images/icon_com_01.gif) no-repeat 0 0.5em;
	text-decoration: none;
}
* html #top-footer .footer-links a { /* for IE6 */
	height: 1%;
}
/* icon settings */
#top-footer .footer-links .icon-blank {
	position: absolute;
	width: 10px;
	height: 14px;
	margin: 3px 0 0 5px;
	text-indent: -9999em;
	background: url(/common/images/icon_com_02.gif) no-repeat 0 0;
}

#top-footer .footer-links .icon-pdf {
	position: absolute;
	width: 12px;
	height: 14px;
	margin: 3px 0 0 5px;
	text-indent: -9999em;
	background: url(/common/images/icon_com_03.gif) no-repeat 0 0;
}
#top-footer .footer-links .icon-another {
	position: absolute;
	width: 12px;
	height: 14px;
	margin: 3px 0 0 5px;
	text-indent: -9999em;
	background: url(/common/images/icon_com_05.gif) no-repeat 0 0;
}
* html #top-footer .footer-links .icon-blank,
* html #top-footer .footer-links .icon-pdf,
* html #top-footer .footer-links .icon-another { /* IE6 */
	margin-top: 0;
}



/*=================================

	BTJ Home

=================================*/
#main-visual h1, #main-visual p, #main-image,
.slideimg li span, .cn-product p {
	display:none;
}

.icon-link { background-position:0 5px; }
	*:first-child+html .icon-link { background-position:0 3px; } /* for IE7 */
	html>/**/body .icon-link { background-position /*\**/:0 3px\9; } /* for IE8 */
	.icon-link:not(:target) { background-position:0 3px\9; } /* for IE9 */
	@-moz-document url-prefix() { /*for FF*/
	.icon-link {
		background-position:0 3px;
	}
	}

#slidearea {
	margin:0 auto;
	width:900px;
	height:252px;
	overflow:hidden;
	position:relative;
}

.slideimg {
	width:3600px;
	height:252px;
	display:block;
}
.slideimg li, .slideimg li a {
	width:900px;
	height:252px;
	display:block;
}
.slideimg li { float:left; }
.slideimg li a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

.slidenav, .slidenav li {
	display:block;
}
.slidenav {
	top:200px;
	left:0;
	padding:0 19px;
	position:absolute;
}
.slidenav li {
	margin:0 4px;
	border:2px solid #666666;
	width:66px;
	height:32px;
	float:left;
}
.slidenav li:hover {
	border-color:#dddddd;
	cursor:pointer;
}
.slidenav li.focus { border-color:#dddddd; }

#contents { margin-top:0; }
dl.news-list dd { padding-top:1px; }



.important_box{
	width: 833px;
	background: #eee;
	border: solid 1px #999;
	padding: 17px 10px 10px 10px;
	margin: 20px 0;
}
.important_box h2{
	font-size: 1.1em;
	margin-left: 5px;
}
.important_box ul{
	margin: 10px 0 0 5px;
}
.important_box li dl{
	margin: 0;
}
.important_box li dt{
	font-size: 86%;
	font-weight: bold;
	padding-top: 2px;
	float: left;
}
.important_box li dd{
	margin: 0 0 8px 12px;
	float: left;
}
.important_box li dd img.ico {
    margin-top: -2px;
    margin-left: 10px;
    vertical-align: middle;
}



.cn-product {
	margin-bottom:20px;
	border:1px solid #cccccc;
	padding:3px;
	height:123px;
	background-image:url(/group/brj/images/cn_prd_bkg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
.cn-prd-h2 {
	top:13px;
	left:11px;
	display:block;
	position:absolute;
}
.cn-prd-lnks {
	top:54px;
	padding:0 6px;
	display:block;
	position:absolute;
}
.cn-prd-lnks li {
	margin:0 8px 0 7px;
	display:block;
	float:left;
}

.cn-column {
	margin:0 0 11px 0;
	padding:10px;
	width:398px;
	background-image:url(/group/brj/images/cn_clm_bkg.jpg);
	background-repeat:repeat-x;
}
.cn-column h2 { margin-bottom:20px; }
.cn-column .cn-text {
	width:271px;
	display:block;
	float:right;
}
.cn-clm-img { float:left; }

.cn-column p { margin:0; }
.cn-column .detail-link { display:block; }
.cn-corporate { float:left; }
.cn-corporate .detail-link { margin-top:12px; }
.cn-recruit { float:right; }
.cn-recruit .detail-link { margin-top:31px; }

.btm-column {
	margin:0 0 15px 0;
	width:854px;
	overflow:hidden;
}
.btm-column ul, .btm-column li {
	display:block;
}
.btm-column ul {
	display: flex;
	flex-wrap: wrap;
	width:872px;
}
.btm-column li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin:0 18px 10px 0;
	width:200px;
}

.btm-column li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
	width: 100%;
	height: 100%;
}

.btm-column li a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #ccc;
}

.btm-column li a img {
	width: 100%;
	height: auto;
}

.notice-box01 {
	margin:0 auto 23px auto;
	width:636px;
}
#home-bnr h3 { font-weight:bold; }
#home-bnr img.bnr {
	margin:3px 10px 25px 0;
	float:left;
}
	*:first-child+html .icon-link { margin:5px 10px 5px 0; } /* for IE7 */
	html>/**/body .icon-link { margin /*\**/:5px 10px 5px 0\9; } /* for IE8 */
	.icon-link:not(:target) { margin:5px 10px 5px 0\9; } /* for IE9 */
	@-moz-document url-prefix() { /*for FF*/
	.icon-link {
		margin:5px 10px 5px 0;
	}
	}



/*=================================

	Clearfix

=================================*/
.top-column:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

.top-column {
	display:block;	/* for safari firefox3 対象ブラウザにsafari が含まれていれば */
	zoom:1;
}

/* for IE7 */
*:first-child+html .top-column {
	display:inline-table;
}