@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,
#main h4 {
	clear: both;
}

#main .myriad_section {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#main .myriad_section .right {
	float: right;
	width: 242px;
	padding-left: 10px;
}

#main #myriad_tests_link {
	overflow: hidden;
}

#main #myriad_tests_link li {
	float: left;
	width: 244px;
	margin-left: 30px;
	padding-top: 30px;
	position: relative;
}

#main #myriad_tests_link li img {
	position: absolute;
	left: 0;
	top: 0;
}

#main #video_link {
	margin-bottom: 20px;
	overflow: hidden;
}

#main #video_link li {
	float: left;
	width: 247px;
	margin-left: 30px;
}

#main #video_glossary {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#main #video_glossary {
	padding-left: 70px;
}

#main #video_glossary dt {
	float: left;
	width: 242px;
}

#main #video_glossary dd {
	float: left;
	width: 200px;
}

#main #attention {
	clear: both;
	margin: 10px 12px;
	border: 1px solid #ccc;
	background-color: #eee;
}

#main #attention ul {
	padding: 7px 10px;
}

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

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

/*
ビデオ用語
*/
#video_glossary {
	background: none;
}

#video_glossary #top,
#video_glossary #contents,
#video_glossary #contents #main {
	width: 700px;
	margin-bottom: 10px;
}

#video_glossary #contents #main h3 {
	margin-bottom: 10px;
}

#video_glossary #contents #main dl {
	margin: 10px 12px;
	padding: 0 12px 10px 12px;
	border-bottom: 1px solid #ccc;
}

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

#video_glossary #contents #main dl dd {
	padding-left: 12px;
}

#video_glossary #contents #main table {
	margin: 0 12px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

#video_glossary #contents #main table th,
#video_glossary #contents #main table td {
	padding: 2px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}

#video_glossary #contents #main table th {
	background-color: #eee;
	font-weight: normal;
}

#video_glossary #contents #main table td {
	font-weight: bold;
}

#video_glossary #contents #main .attention {
	font-size: 0.85em;
	padding-left: 2em;
	text-indent: -1em;
}

