@charset "utf-8";
/* CSS Document */
body{
	font-family: -apple-system, '游ゴシック体', '游ゴシック Medium', 'Yu Gothic', 'Yu Gothic Medium', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
}
a:link {
	color: #333!important;
}
a:visited {
	color:#333!important;
}
.main{
	margin: 0 auto;
	max-width: 800px;
}
#table2{
	width: 720px;
	border-collapse: collapse;
}
#table2 th{
	padding: 0.5em 0.2em;
	background: #999;
	font-weight: 400;
	color: #fff;
}
#table2 td{
	padding: 0.5em 0.2em;
}
#top-main #table2{
	border: 1px solid #999999;
}
#kagawa #table2,#kagawa #table2 th,#kagawa #table2 td{	
	border: 1px solid #008000;
}
#tokushima #table2,#tokushima #table2 th,#tokushima #table2 td{
	border: 1px solid #0099FF;
}
#ehime #table2,#ehime #table2 th,#ehime #table2 td{
	border: 1px solid #FF9933;
}
#kochi #table2,#kochi #table2 th,#kochi #table2 td{
	border: 1px solid #FF0000;
}
.footer{
	margin: 0 auto;
	max-width: 800px;
}
.copy{
	font-size: 10px;
	text-align: center;
}
