@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 {
	clear: both;
	margin-top: 20px;
}

#main h3#msg {
	margin: 30px;
	padding: 0;
	background: none;
}

#main h4 {
	clear: both;
}

#main #l_menu {
	margin-bottom: 15px;
	text-align: center;
}

#main #l_menu li {
	display: inline;
	margin: 0 3px;
}

#main #inner_link {
	margin-left: 50px;
}

#main #inner_link li {
	clear: both;
	margin-bottom: 10px;
}

#main #inner_link li a {
	display: block;
	float: left;
	width: 199px;
	height: 29px;
}

#main #inner_link li p {
	float: left;
	width: 350px;
	padding-left: 10px;
}

#main #inner_link li p a {
	display: inline;
	float: none;
	width: auto;
}

#main ul.list {
	clear: both;
}

#main ul li a:hover img,
#main ul li a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#main #order_area {
	width: 630px;
	margin-bottom: 20px;
	padding: 0 12px;
	overflow: hidden;
}

#main #order_area #order_btn {
	float: left;
	width: 237px;
}

#main #order_area #order_btn li {
	margin-bottom: 5px;
}

#main #order_area address {
	float: left;
	width: 280px;
	padding-left: 36px;
}

#main #order_flow {
	margin-bottom: 20px;
}

#main p.attention {
	margin: 0 0 0.5em 50px;
	font-size: 0.85em;
}

#main .mix_table {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

#main .mix_table span {
	font-weight: bold;
}

#main .mix_table p {
	clear: both;
	margin-bottom: 0.3em;
}

#main .mix_table dd table {
	float: left;
	width: 270px;
	margin-left: 15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

#main .mix_table dd table th,
#main .mix_table dd table td {
	padding: 2px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#main .mix_table dd table th.th1 {
	background-color: #cfc;
}

#main .mix_table dd table th.th2 {
	background-color: #ddd;
}

#main .mix_table dd table th.th3 {
	background-color: #fc9;
}

#main .mix_table dd table td.sum {
	font-weight: bold;
	text-align: right;
}

#main #mlpa_banner {
	margin: 12px;
}
