body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	}
h1 {
	margin: .5em 0 0;
	font-size: 2.75em;
	line-height: .85;
	text-align: left;
	}
h2 {
	margin: .5em 0;
	font-size: 1.5em;
	line-height: .85;
	text-align: right;
	}
.title {
	max-width: 800px;
	margin: 0 auto;
	}
.nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1044px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	}
.nav li {
	flex: 1;
	margin: 0 5px;
	background-repeat: no-repeat;
	list-style-position: inside;
	line-height: 44px;
	}
.nav li:first-child {
	margin: 0 5px 0 10px;
	}
.nav li:last-child {
	margin: 0 10px 0 5px;
	}
.nav li a {
	display: block;
	}
.nav .first {
	background-image: url('util/first.png');
	text-align: left;
	}
.nav .first a {
	padding-left: 68px;
	}
.nav .prev {
	background-image: url('util/prev.png');
	text-align: left;
	}
.nav .prev a {
	padding-left: 52px;
	}
.nav .next {
	background-image: url('util/next.png');
	background-position: right;
	text-align: right;
	}
.nav .next a {
	padding-right: 52px;
	}
.nav .last {
	background-image: url('util/last.png');
	background-position: right;
	text-align: right;
	}
.nav .last a {
	padding-right: 68px;
	}
.comicbox {
	position: relative;
	width: calc(100% - 20px);
	max-width: 1044px;
	margin: 3em auto;
	line-height: 0;
	text-align: center;
	}
.comic {
	position: relative;
	padding: 5px;
	background-color: #666a66;
	line-height: 0;
	}
.panel {
	position: relative;
	border-width: 5px;
	border-style: solid;
	border-color: #666a66;
	border-radius: 15px;
	}
.rss {
	margin: 25px 0;
	font-size: 1.2em;
	line-height: normal;
	text-align: center;
	}
.c {
	font-size: 1em;
	line-height: normal;
	text-align: center;
	}

@media (max-width: 574px) {
	.nav {
		font-size: 1.2em;
		}
	.nav li {
		flex: 1 1 auto;
		width: calc(50% - 20px);
		margin-top: 5px;
		margin-bottom: 5px;
		line-height: 33px;
		}
	.nav .first, .nav .last {
		background-size: 48px;
		}
	.nav .prev, .nav .next {
		background-size: 36px;
		}
	.nav.top li.first {
		order: 1;
		}
	.nav.top li.last {
		order: 2;
		}
	.nav li.prev {
		order: 3;
		}
	.nav li.next {
		order: 4;
		}
	.nav.bottom li.first {
		order: 5;
		}
	.nav.bottom li.last {
		order: 6;
		}
	.nav .first a{
		padding-left: 52px;
		}
	.nav .prev a {
		padding-left: 40px;
		}
	.nav .next a {
		padding-right: 40px;
		}
	.nav .last a {
		padding-right: 52px;
		}
	.comic {
		width: 100%;
		min-width: 0; /* to appease IE. */
		min-width: initial;
		max-width: none; /* to appease IE. */
		max-width: initial;
		padding: 10px 0 0;
		background-color: inherit; /* to appease IE. */
		background-color: initial;
		}
	.panel {
		display: block;
		margin: -10px auto 0;
		border-width: 10px;
		border-radius: 20px;
		}
	}