@charset "UTF-8";
/* ----------------------------------------
---------------------------------------- */
.block-indexH2{
	margin-bottom: 20px;
}

.result .clr > img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.result .clr .itemBlockH3.block-line {
	width: auto;
	float: none;
}

.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;
		}

.researcher {
	padding-left: 14px;
}
	.researcher .item {
		width: 47%;
		float: left;
    	margin: 0 0;
	}
	.researcher .item:nth-child(2n+1) {
    	clear: both;
    	margin: 0 6% 10px 0;
	}
	.researcher .item .img img {
		max-width: 100%;
		height: auto;
	}
	.researcher .item .txt {
    	text-align: center;
    	margin-top: 2px;
    	font-size: 12px;
	}

.float_l,.float_r { float: none;}
img.pdf { width: auto;}

.popup {
	line-height: 1.5;
	padding-bottom: 10px;
}
.popup #pageHead {
    margin: 0 0 10px;
}
.popup #footer .copyright .fsSS {
	font-size: 12px;
}
.popup .block-index {
    margin: 0 10px 15px;
}
	.popup .block-index ol {
		list-style-type: decimal;
		margin-left: 1.5em;
	}
	.popup .block-index li {
		margin-bottom: 15px;
	}
	.popup .block-index img {
    	max-width: 100%;
	}

/* 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: #ccc;
	border-color: #999;
}

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