@charset "utf-8";

/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/

table{
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}
table th,
table td{
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	color:#666666;
       border-left: 1px solid #ccc;
       border-right: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;

}
table th{
	padding-right: 16px;
}


table.tableDec1 th{
	background: #efefef; padding-left: 10px;
}
table.tableDec2 th{
	background: #333; color: #fff; padding-left: 10px;
}
table.tableDec3 th{
	background: #d5ceb1; color: #fff; padding-left: 10px; border-bottom: 1px solid #fff; color: #333;
	text-align : center;
}


/*-------------------------------------*/
/*テキストエリアフォーマット */
/*-------------------------------------*/
textarea{
	width: 325px;
}

