@charset "utf-8";

/**************************************
	tables
**************************************/
/*-------------------------------------
	デフォルトテーブル
-------------------------------------*/
table{
	width				: 100%;
	border-collapse		: collapse;
	border				: 1px solid #222;
	line-height			: 130%;
}

table th{
	border-collapse		: collapse;
	border				: 1px solid #222;
	padding				: 7px 15px;
	text-align			: center;
	background-color	: #0c0c0c;
	font-weight			: normal;
	color				: #ccc;
}

table td{
	border-collapse		: collapse;
	border				: 1px solid #222;
	padding				: 7px 15px;
}

/* フォームデフォルト */
table.table01 {
}

table.table01 th {
	font-size			: 93%;
	padding				: 12px 15px;
}
table.table01 td {
	font-size			: 93%;
	padding				: 12px 15px;
}

/*-------------------------------------
	アルファテーブル
-------------------------------------*/
table.alphaTable {
	border				: none;
	background			: none;
}
table.alphaTable th {
	border				: none;
	background			: none;
	padding				: 0px;
	padding-right		: 10px;
	text-align			: left;
	font-size			: 93%;
}
table.alphaTable td {
	border				: none;
	background			: none;
	padding				: 0px;
	font-size			: 93%;
}
table.officerTable {
	width				: 180px;
}
/*-------------------------------------
	テーブル内テーブル
-------------------------------------*/
table.type_ins{
	border				: none;
	padding				: 3px;
	margin-bottom		: 0px;
}

table.type_ins th{
	border				: none;
	padding				: 3px;
	vertical-align		: middle;
	background			: none;
	font-weight			: normal;
}

table.type_ins td{
	border				: none;
	padding				: 3px;
}



/*add 0603*/

table td{
word-wrap:break-word;
}

