@charset "UTF-8";

#panel_wrap {
	width: 970px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.research_panel {
	width: 473px;
	height: 124px;
	background-color: #C3D9F0;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	position: relative;

}

.research_panel .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 355px;
	height: 127px;
}

.research_panel .title {
	position: absolute;
	left: 115px;
	top: 10px;
	width: 355px;
	font-size: 1.4em;
	font-weight: bold;
}

.research_panel .name {
	position: absolute;
	left: 120px;
	top: 80px;
	width: 250px;

	font-size: 1.3em;
	line-height: 1.1em;
	letter-spacing: -0.8px;
}

.research_panel .name .name_title {
	font-size: 0.65em;
}

.research_panel .hp_link {
	position: absolute;
	left: 346px;
	top: 67px;
	width: 118px;
	height: 21px;
	padding-top: 2px;
	background-color: #595757;
	color: white;
	text-align: center;
	border-bottom: 2px solid #E4007E;
}

.research_panel .result_link {
	position: absolute;
	left: 346px;
	top: 95px;
	width: 118px;
	height: 21px;
	padding-top: 2px;
	background-color: #595757;
	color: white;
	text-align: center;
	border-bottom: 2px solid #8EC31E;
}

.research_panel .result_off {
	background-color: #acabab;
	color: white;
	border-bottom: 2px solid #9db765;
}

