@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");

/* inquiry share style - 「お問い合わせ」共通スタイル
----------------------------------------------------------- */
@import url("http://www.falco-genetics.com/inquiry/css/inquiry_share.css");

#main input {
	margin: 0 3px 3px 0;
}

#main p {
	clear: both;
}

#main dl {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 12px 0 12px;
	border-top: 1px dotted #ccc;
	overflow: hidden;
}

#main dl dt {
	float: left;
	width: 130px;
	font-weight: bold;
}

#main dl dd {
	float: left;
	width: 440px;
}

.attention {
	font-size: 0.85em;
}
