@charset "utf-8";
/* CSS Document */

table{
	width:100%;
	max-width:100%;
  border-collapse: collapse;
	background:#FFF;
	border: 0;
	table-layout: auto;
	}
table tr td:nth-of-type(1){
  text-align:center;
	width: 80px;
}
table tr td:nth-of-type(2){
  text-align:center;
	width: 80px;
}
td{
	border:#CCCCCC;
	border: 1px solid #b9b9b9;
	}

td ul{
  display: flex;
	justify-content: flex-start;
	margin:0 0 0 -30px;
}
td li{
	float: left;
	list-style-type: none;
	list-style-position: inside;
	margin:0;
}
tr.dix{
	border-bottom:2px solid #b9b9b9;
	}
p.tabletitle{
	display: inline-block;
	background:#666;
	color:#FFF;
	text-align:center;
	width:100%;
	}
.stampsmenu a:visited{
	color: #333333;
}
