
body {
	max-width: 480px;
	min-width: 380px;
	-webkit-text-size-adjust: 100%;
}

h2.img {
	font-size: 30px;
}

h3.img {
	font-size: 25px;
}

.df {
	display: none;
}

.sp {
	display: inline;
}

div.sp {
	display: block;
}

.spwideimg {
	height: auto;
	width: 100%;
}

span.img-left,
span.img-right {
	display: block;
	float: none;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

p.spjustify {
	text-align: justify;
}

/***********************************************************************/

table.list-table th {
	background-color: #1a249d;
	border: none;
	color: white;
	display: block;
	font-weight: 500;
	padding: 5px;
	text-align: center;
	width: auto;
}

table.list-table td {
	display: block;
	padding: 10px 5px 20px 5px;
	text-align: center;
}

table.list-table td ul.list li {
	text-align: justify;
}

/***********************************************************************/

div.main {
	padding: 0 20px;
	width: auto;
}

footer {
	padding: 0 0 20px 0;
}

footer p:nth-child(2) {
	width: 90%;
}

footer p:nth-child(3) {
	padding: 20px 0;
}

#pagetop {
	padding-top: 20px;
	position: static;
}

#pagetop a {
	background-position: center top 15px;
	background-size: 20px;
	margin: 0 auto;
	padding-top: 10px;
}

#pagetop a:hover {
	background-position: center top 10px;
}

