@charset "UTF-8";
/* ----------------------------------------
---------------------------------------- */
.block-indexH2{
	margin-bottom: 30px;
}
.result .clr {
	margin: 1.2em 0 0;
}
	.result .clr .itemBlockH3.block-line {
		width: 530px;
		float: right;
	}

.list-custom.arrow {
	margin-left: 0;
}
	.list-custom.arrow li {
		margin: .8em 0;
		position: relative;
	}
		.list-custom.arrow li {
			background: url(/files/400334303.gif) no-repeat left 5px;
			padding-left: 17px;
		}
		.list-custom.arrow li > ul {
        	list-style: none;
			margin-left: 0;
		}
		.list-custom.arrow li > ul li {
			background: url(/files/400334305.gif) no-repeat left 5px;
			padding-left: 12px;
            font-size: 12px;
			margin: .6em 0;
		}
		.list-custom.arrow li > ul.inline li {
        	display: inline;
        	margin-right: 25px;
		}

.researcher {
	padding-left: 14px;
}
	.researcher .item {
		width: 160px;
		float: left;
    	margin: 0 7px 0;
	}
	.researcher .item .txt {
    	text-align: center;
    	margin-top: 2px;
    	font-size: 12px;
	}

.popup {
	line-height: 1.5;
	padding-bottom: 10px;
}
	.popup .block-index {
		padding: 0 12px;
		margin-bottom: 20px;
	}
	.popup .block-index li {
    	margin-bottom: 15px;
	}

/* accordion */
.btn-accordion {
	margin-top: -20px !important;
}
.btn-accordion a {
	display: block;
	background: #e7f3e7;
	padding: 10px;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.btn-accordion a:after {
	content: "";
	width: 10px;
	height: 6px;
	display: inline-block;
	background: url(/files/400334293.png) no-repeat;
	margin-left: 10px;
	vertical-align: middle;
}
.open .btn-accordion,
.item-accordion {
	display: none;
}
.open tr.item-accordion {
	display: table-row;
}
.block-btn p.btn-close a {
	background: #999;
	border-color: #666;
}

#mainBody table {
	border-collapse: collapse;
}
	#mainBody table thead + tbody > tr > td {
	    border-bottom: solid 1px #ccc;
	}