@charset "utf-8";

/* 実態コンテンツ用パッケージ 開始 */
div#container div#contents div.text-block div.package {
	margin-bottom: 20px;
}

div#container div#contents div.text-block div.package table {
	width: 250px;
}

div#container div#contents div.text-block div.package table th {
	padding: 3px;
	background-color: #2553c5;
	color: #FFFFFF;
}

div#container div#contents div.text-block div.package table td {
	padding: 3px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2553C5;
}

div#container div#contents div.text-block div.package table td.center {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #2553C5;
	border-left-color: #2553C5;
}

div#container div#contents div.text-block div.package table td.footer {
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	text-align: right;
}

div#container div#contents div.text-block div.package div.left50per {
	width: 300px;
	float: left;
	text-align: center;
	margin-left: 50px;
}

div#container div#contents div.text-block div.package div.right50per {
	width: 300px;
	float: left;
	text-align: center;
}

/* 実態コンテンツ用パッケージ 終了 */
