@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :yourName (admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("http://www.falco-genetics.com/css/default.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("http://www.falco-genetics.com/css/module.css");

/* all style
----------------------------------------------------------- */
@import url("http://www.falco-genetics.com/css/style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("http://www.falco-genetics.com/css/thickbox.css");

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("http://www.falco-genetics.com/css/print.css");

/* gene_analysis share style - 「遺伝子解析サービスのご案内」共通スタイル
----------------------------------------------------------- */
@import url("http://www.falco-genetics.com/gene_analysis/css/gene_analysis_share.css");

#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 a:hover img,
#main a:active img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
