@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :yourName (admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("/css/default.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("/css/module.css");

/* all style
----------------------------------------------------------- */
@import url("/css/style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("/css/thickbox.css");

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("/css/print.css");

/* gene_analysis share style - 「遺伝子解析サービスのご案内」共通スタイル
----------------------------------------------------------- */
@import url("/gene_analysis/css/gene_analysis_share.css");

#main h3 {
	margin-top: 20px;
}

#main .pcr_section .right {
	float: right;
	width: 322px;
	margin-top: 12px;
	padding-left: 10px;
}

#main table {
	margin: 5px 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main table th,
#main table td {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main table th {
	background-color: #d7e3f5;
	text-align: center;
	white-space: nowrap;
}

#main table td {
	background-color: #eee;
	font-size: 0.9em;
}

#main table td.t_center {
	text-align: center;
}

#main table tr.yellow td {
	background-color: #ffc;
}

#main ul {
	margin-top: 20px;
}

#main dl {
	padding: 0 12px;
}

#main .attention {
	clear: both;
	margin-bottom: 0.3em;
	font-size: 0.85em;
}

#main .sq_list {
	padding: 0 24px;
}

#main .sq_list li {
	font-size: 0.85em;
	list-style-type: square;
}

#main a:hover img,
#main a:active img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

