@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");

/* salsa share style - 「Salsa MLPA kitのご案内」共通スタイル
----------------------------------------------------------- */
@import url("/salsa/css/salsa_share.css");

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

#main #faq_list dl {
	margin: 15px 12px 25px 12px;
	padding-bottom: 15px;
	border-bottom: 2px solid #69c;
}

#main #faq_list dl dt {
	margin-bottom: 7px;
	font-weight: bold;
}

#main #faq_list dl dt span {	
	color: #69c;
}

#main #faq_list dl dd dl {
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: none;
}

#main #faq_list dl dd dl dd {
	padding: 0 12px;
}

#main .l_dot {
	padding-left: 26px;
	background: url(/images/item/l_dot_mark.jpg) 12px 0.3em no-repeat;
}
