@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	font-size: 13px;
	color: #404040;
	font-family:Arial,sans-serif,"ＭＳ Ｐゴシック",Osaka;
	
	-webkit-text-size-adjust: 100%;
}

table {
	width: 98%;
	border-collapse: collapse;
}

tr:hover {
	background-color: #ffd7c9;
}

table tr:nth-child(even) {
  /* 偶数行の背景色を設定します。 */
  background-color: #eeffff;
}

td{
	border: 1px solid #e6e6e6;
	padding: 8px;
}

td.list_01 {
	width: 8%;
	background: #f6f6f6;
}

td.list_02 {
	width: 10%;
	background: #f6f6f6;
}

td.list_03 {
	width: 52%;
	background: #f6f6f6;
}

td.list_04 {
	width: 15%;
	background: #f6f6f6;
}

td.list_05 {
	width: 15%;
	background: #f6f6f6;
}