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

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

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

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

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

/*
	GIST検査 通常
*/
#gist_n #main h3 {
	clear: both;
}

#gist_n #main dl,
#gist_n #main ol {
	padding: 0 12px;
}


#gist_n #main #inspection {
	width: 635px;
	margin: 20px 0;
	padding: 7px 10px;
	background-color: #eee;
}

#gist_n #main #inspection dl,
#gist_n #main #inspection p {
	clear: both;
}

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

#gist_n #main #inspection #inspection1 {
	margin-bottom: 5px;
	overflow: hidden;
}

#gist_n #main #inspection #inspection2 {
	margin-bottom: 10px;
	overflow: hidden;
}

#gist_n #main #inspection #inspection1 dt,
#gist_n #main #inspection #inspection1 dd,
#gist_n #main #inspection #inspection2 dt,
#gist_n #main #inspection #inspection2 dd {
	float: left;
}

#gist_n #main #inspection #inspection1 dt#title1 {
	width: 5.5em;
	padding-right: 3em;
	background: url(/gene_analysis/clin_gene/images/gist/dot_lead.gif) 5.5em 0.5em no-repeat;
}

#gist_n #main #inspection #inspection1 dd#data1 {
	width: 14em;
	padding: 0 4em 0 1em;
	background: url(/gene_analysis/clin_gene/images/gist/dot_lead.gif) 14em 0.5em no-repeat;
}

#gist_n #main #inspection #inspection2 dt#title2 {
	width: 24.5em;
	padding-right: 3em;
	background: url(/gene_analysis/clin_gene/images/gist/dot_lead.gif) 22.5em 0.5em no-repeat;
}

#gist_n #main #inspection .save {
	padding-left: 1em;
	font-weight: bold;
}

#gist_n #main ol {
	margin-top: 10px;
}

#gist_n #main ol li {
	float: left;
}

#gist_n #main ol li p {
	padding: 0;
}

#gist_n #main ol li img {
	margin-bottom: 5px;
}

#gist_n #main ol li#sample1 {
	width: 150px;
	padding-right: 60px;
	background: url(/gene_analysis/clin_gene/images/gist/gist_ya_01.gif) 170px 55px no-repeat;
}

#gist_n #main ol li#sample2 {
	width: 150px;
	padding-right: 77px;
	background: url(/gene_analysis/clin_gene/images/gist/gist_ya_02.gif) 170px 55px no-repeat;
}

#gist_n #main ol li#sample3 {
	width: 150px;
}

/*
GIST検査 迅速
*/
#gist_q #main h3 {
	clear: both;
}

#gist_q #main #inspection {
	width: 635px;
	margin: 20px 0;
	padding: 7px 10px;
	background-color: #eee;
}

#gist_q #main #inspection dl {
	margin-bottom: 5px;
	overflow: hidden;
}

#gist_q #main #inspection dl dt {
	float: left;
	width: 130px;
	font-weight: bold;
}

#gist_q #main #inspection dl dd {
	float: left;
	width: 490px;
}

#gist_q #main #inspection p {
	clear: both;
	padding: 0;
}

#gist_q #main #inspection p.attention {
	padding-left: 1em;
	font-size: 1em;
	text-indent: -1em;
}

#gist_q #main ol {
	margin-top: 10px;
}

#gist_q #main ol li {
	float: left;
}

#gist_q #main ol li p {
	padding: 0;
}

#gist_q #main ol li img {
	margin-bottom: 5px;
}

#gist_q #main ol li#sample1 {
	width: 150px;
	padding-right: 60px;
	background: url(/gene_analysis/clin_gene/images/gist/gist_ya_01.gif) 170px 55px no-repeat;
}

#gist_q #main ol li#sample2 {
	width: 150px;
	padding-right: 77px;
	background: url(/gene_analysis/clin_gene/images/gist/gist_ya_02.gif) 170px 55px no-repeat;
}

#gist_q #main ol li#sample3 {
	width: 150px;
}

