@charset "utf-8";

/* =================================================================================================
	file name: repair.css
	description: 調整用css
	last update: 2012/03/01
----------------------------------------------------------------------------------------------------
	table of contents
		初期化
		個別スタイル
================================================================================================= */

/**************************************************************************

	初期化

**************************************************************************/
table {
	border: none !important;
	border-collapse: separate !important;
}

	table th,
	table td {
	color: #444 !important;
	border: none !important;
	background: none !important;
	padding-left: 5;
	}

	td.subtitle2,
	td.subtitle3,
	td.underline {
		background: none;
		font-weight: normal;
	}


/**************************************************************************

	個別スタイル

**************************************************************************/
table.maintable {
	border-collapse: collapse !important;
}

	table.maintable th,
	table.maintable td {
	border: 1px solid #999 !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}

	table.maintable td.leftheader,
	table.maintable td.leftheader2 {
		background: #f2f2f2 !important;
	}

	table.maintable table {
		border-collapse: separate !important;
	}

		table.maintable td td {
	padding: 0px !important;
	border: none !important;
	margin: 0px;
		}

input.outtext3,
input.outtext4 {
	color: #444;
	background: none;
	font-weight: normal;
}

input.outtext3 {
	height: 18px;
}

input.outtext4 {
	height: 10px;
}
