a {
	text-decoration:none;
	color:#8e8eff;
}
a:hover {color:#ff0000}

table{
	width:80%;
}

/* ---
スマホ閲覧時の対応
----------------------- */

@media screen and (max-width:760px){

	html,body{
		width:100%;
		margin:0!important;
		padding:0!important;
		font-size:12px!important;
	}
	
	table{
		display:block;
		width:95%;
		margin:0 auto;
		padding:0;
	}
	table tr th,
	table tr td{
		padding:0!important;
		margin:0!important;
		font-size:80%!important;
	}
	
}