@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 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 {
	font-size: 0.9em;
	background-color: #eee;
}

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

#main blockquote {
	margin-bottom: 20px;
	padding-top: 0.5em;
	font-size: 0.85em;
}

#main blockquote p {
	margin-bottom: 0.3em;
}

#main blockquote ul {
	margin: 0 12px;
}

#main blockquote ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

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

