@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 {
	clear: both;
}

#main .kras_section {
	clear: both;
	width: 631px;
	margin-bottom: 15px;
	padding: 0 12px;
	overflow: hidden;
}

#main .kras_section .right {
	float: right;
	width: 299px;
}

#main .kras_section .left {
	float: left;
	width: 322px;
	padding-right: 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 blockquote {
	margin-bottom: 15px;
}

#main blockquote p {
	color: #666;
	font-size: 0.85em;
}

#main dl {
	margin: 10px 0 0 12px;
}

#main dl dt {
	font-weight: bold;
}

#main .l_dot {
	padding-left: 14px;
	background: url(/images/item/l_dot_mark.jpg) 1px 0.3em no-repeat;
}

#main dl dd ul.list {
	margin-left: 20px;
}

