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

table{
	margin: 20px auto;
	font-size: 1.2em;
	border: solid 1px ;
	border-collapse:  collapse;
	width: 60%;
	text-align: center;
	letter-spacing: 0.1em;
}
tr:nth-child(odd){
	background-color: #d3d3d3;
	color: #fff;
	margin: 0;
}
td{
	padding:10px;
}
 table a,a:visited{	color: #0033ff;
	text-decoration: none;
}
table a:hover{
	color: #000;
}
.backimage{
	margin: 0;
	padding:  0 0 10px;
	/*background-image: url(../photo/photo4.jpg);
	background-size: cover;*/
}

@media(max-width:500px){
table{
	width: 85%;
}
}