@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("/useful/css/useful_share.css");

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

#main .tabNav {
	overflow: hidden;
}

#main .tabNav li {
	float: left;
	width: 3.5em;
	padding: 2px 4px;
	text-align: center;
}

#main .tabNav li a {
	display: block;
	padding: 3px 5px;
	border: 1px solid #aac6e3;
}

#main .tabNav li a.active,
#main .tabNav li a:hover,
#main .tabNav li a:active {
	background-color: #aac6e3;
	color: #fff;
}

#main #glossary_change {
	clear: both;
	text-align: right;
}

#main #glossary_change li {
	display: inline;
	padding-left: 10px;
	background: url(/images/item/dot_mark.jpg) 3px 0.6em no-repeat;
}

/*
	50音
	アルファベット
*/

#main div {
	clear: both;
}

#glossary_ja #main h4,
#glossary_atoz #main h4 {
	margin-top: 20px;
}

#glossary_ja #main dl,
#glossary_atoz #main dl {
	margin: 15px 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#glossary_ja #main dl dt,
#glossary_atoz #main dl dt {
	padding-left: 12px;
	font-weight: bold;
}

#glossary_ja #main dl dd,
#glossary_atoz #main dl dd {
	padding-left: 24px;
}
