@charset "UTF-8";

/*****************************************
				Reference
*****************************************/
.reference {
	clear: both;
	background-color:#FFFFFF;
	margin: 15px auto 10px auto;
	width: 994px;
	overflow: hidden;
	border:2px solid #8884C2;
}
.reference h4 {
	background: url(../img/reference/title_reference.png) 10px 10px no-repeat;
	width: 1000px;
	height: 40px;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 2px solid #3C49BA;
}
.reference .inner {
	background: #FFF;
	padding: 8px;
	border-top: none;
}
.reference .inner h5 {
	margin: 0 0 5px 0;
	font-size: 107%;
	font-weight: bold;
}
.reference .inner h5 a {
	margin: 0 5px;
	font-size: 150%;
}
.reference .inner .btn_more {
	margin: 5px 0 0 0;
	display: block;
	width: 210px;
	height: 40px;
	background: url(../img/reference/btn_reference.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.reference .inner .btn_more:hover { background-position: 0 -40px; }