@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 .couseling_section {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#main .couseling_section .right {
	float: right;
	width: 189px;
	padding-left: 10px;
}

#main .btn ul li {
	display: inline;
	padding: 0 1em;
}

