@charaset "utf-8";
body {
    line-height: 2;
    font-family: "Rounded Mplus 1c";
}
a:link{color: black;text-decoration: underline;}
a:visited{color: black;text-decoration: underline;}
a:hover{color: red;text-decoration: none;}
main {
    width: 960px;
    margin: 0 auto;
}
.pan{
	font-size: 10px;
}

.red {
    color: red;
}

table {
    border: 1px solid #ccc;
	width: 100%;
}

td,
th {
    border: 1px solid #ccc;
    padding: 10px;
}

caption {
    font-size: 25px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
@media screen and (max-width: 640px) {
	main{margin: 0 15px;width: 100%;}
	h1{
		text-align: center;
	}
	#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
	table{width: 100%;
}

td,
th {
    padding: 5px;
	font-size: 0.5em;
}
}

