@charset "utf-8";
/* CSS Document */

.title_img_investor {
	background-image: url(../../service/img/title_investor.png);
}

.investor_L{
	width: 180px;
	margin: 10px 16px 10px;
	float: left;
	background: linear-gradient(#fff, #f5f5f5);
	border: 2px solid #ccc;
	height: 105px;
}

h4.analyst {
	text-align: center;
	color: #043c78;
	border-bottom: 1px solid #043c78;
}

h4.buyside {
	text-align: center;
	color: #01adb9;
	border-bottom: 1px solid #01adb9;
}

h4.custodian {
	text-align: center;
	color: #105225;
	border-bottom: 1px solid #105225;
}

table.investor_form {
	width: 710px;
	margin: 10px 15px;
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	white-space: nowrap;	
}

table.investor_form th,
table.investor_form td {
	border:1px solid #ccc;
	padding:10px;
	border-collapse: collapse;
}

table.investor_form th {
	background-color: #e9e9e9;
	width: 20%;
	font-weight: normal;
}

table.investor_form label {
	margin-right: 1em;
	display: block;
	float: left;
	font-weight: normal;
	background-image: none;
	width: 6em;
}

table.investor_form label input {
	margin-right: 0.5em;
}

