@charset "UTF-8";
/* ------------------------------------------------------
 * タイトル：過去の実績 CSS
 * 著作権  ：Copyright(c) 2008 (株)BGI平蔵
 * 会社名  ：株式会社 Bloodstock Genetic Informaion HEIZO
------------------------------------------------------- */

@import "common.css";

/*------------------------------------------------
 performance.html
------------------------------------------------*/

/*------------------------------------------------
 performance_01/02　共通
------------------------------------------------*/
div#main div#contents div#page_contents table#classTable {
	width: 600px;
	text-align:center;
	margin:0 auto;
}

div#main div#contents div#page_contents table#classTable th,
div#main div#contents div#page_contents table#classTable td {
	border:1px solid #ddd;
	padding: 4px 15px;
}

div#main div#contents div#page_contents table#classTable th {
	background: #145e2c;
	color: #fff;
	font-weight: normal;
}

div#main div#contents div#page_contents table#classTable td.className {
	background: #eee;
}


/*------------------------------------------------
 performance_01.html
------------------------------------------------*/

div#main div#contents div#page_contents table#performanceTable01 {
	width: 620px;
	margin:25px auto 20px auto;
}

div#main div#contents div#page_contents table#performanceTable01 th,
div#main div#contents div#page_contents table#performanceTable01 td {
	padding: 4px 0;
	border:1px solid #ddd;
	text-align: center;
}

div#main div#contents div#page_contents table#performanceTable01 th {
	background: #333;
	color: #fff;
	font-weight: normal;
	text-align: center;
}



/*------------------------------------------------
 performance_02.html
------------------------------------------------*/
/* クラスラベル */
.classLabel {
	margin: 20px 0 24px 0;
}

div#main div#contents div#page_contents .classLabel ul {
	list-style-type: none;
	font-size: 90%;
	margin:10px 22px;
}

div#main div#contents div#page_contents .classLabel ul li {
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
}


