@charset "UTF-8";

/* 気象業務支援センターHP  コンテンツ用ベースCSS (framework-online-hyo2.css) */
/* メイン及びサブ・コンテンツ用 */
/* オンライン気象情報 */
/* 表組み（テーブル）用追加CSS */
/* 2016.11.25 作成 dai56 */
/* 2018.02.04 新負担金用に修正 dai56 */

/* 負担金 */
div#main-right table.futan {
	margin: 12px 0px 12px 32px;
	padding: 0;
	width: 70%;
	min-width: 320px;
	border-collapse: collapse;
	border: none;
	font-size: 12px;
}
div#main-right table.futan th.koumoku {
	margin: 0;
	padding: 0.2em 1em;
	border: none;
	border-top: 1px solid #ec708d;
	border-bottom: 1px solid #ec708d;
}
div#main-right table.futan th.yen {
	margin: 0;
	padding: 0.2em 1em;
	width: 84px;
	border: none;
	border-top: 1px solid #ec708d;
	border-bottom: 1px solid #ec708d;
}
div#main-right table.futan td.koumoku {
	margin: 0;
	padding: 0.2em 1em;
	border: none;
}
div#main-right table.futan td.yen {
	margin: 0;
	padding: 0.2em 1em;
	border: none;
	text-align: right;
}
div#main-right table.futan tr:nth-child(2n+1) {
}
div#main-right table.futan tr:nth-child(2n) {
	background-color: #ffd9e3;
}
div#main-right table.futan tr:last-child {
	border-bottom: 1px solid #ec708d;
}
div#main-right p.futan {
	margin: 0;
	padding: 0px 8px 0px 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-indent: 1em;
}

