@charset "utf-8";

/* Common
----------------------------------------------- */
html {
	font-size: 15px;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #39f;
}
body {
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.3;
	word-break: break-all;
	overflow-wrap: break-word;
	color: #111;
}
.link {
	text-decoration: underline;
}

/* Header
----------------------------------------------- */
#header {
	padding: 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#header-content {
	max-width: 1100px;
	margin: auto;
}
h1 {
	vertical-align: middle;
	display: inline-block;
	font-size: 1rem;
	margin: 0;
	padding: 0;
}
h1 a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.search {
	vertical-align: middle;
	display: inline-block;
}
.search form {
	position: relative;
}
.search input[type="text"] {
	padding: 0 25px 0 5px;
	width: 380px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 1px;
	color: #555;
	outline: none;
	-webkit-appearance: none;
}
.search input[type="submit"] {
	position: absolute;
	top: 5px; right: 7px;
	height: 21px;
	width: 21px;
	background: url(../img/search.png) no-repeat center center #fff;
	border: none;
	outline: none;
	cursor: pointer;
}
.menu {
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	font-size: 0.9rem;
}
.menu ul {
	padding: 0;
	margin: 0;
}
.menu li {
	display: inline-block;
	list-style-type: none;
	padding: 0 10px;
}
.notice {
	position: absolute;
	bottom: 5px; right: 5px;
	font-size: 0.7rem;
	color: #666;
}

/* Main
----------------------------------------------- */
#main {
	max-width: 800px;
	margin: 0 auto 20px;
}
.site-list, .tag-list, .cross-search-sitelist, .about-block  {
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 8px;
}
.about-block {
	font-size: 0.9rem;
	line-height: 1.5;
}
.site-list ul, .tag-list ul, .cross-search-sitelist ul {
	padding: 0;
	margin: 0;
}
.site-list li, .tag-list li, .cross-search-sitelist li {
	float: left;
	list-style-type: none;
	padding: 0 5px;
}
.page-title {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
}
.block-title {
	margin: 0;
	padding: 0px 0;
	font-size: 0.7rem;
	font-weight: normal;
	color: #777;
}

/* Webcomic updates
----------------------------------------------- */
.webcomic-updates-title {
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
}
.webcomic-updates-link {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 0.8rem;
	color: #999;
}
.webcomic-updates {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: 120px;
	overflow: hidden;
}
.webcomic-update {
	width: 100px;
	font-size: 0.7rem;
	margin: 10px 5px;
}
.webcomic-update-img {
	text-align: center;
}
.webcomic-update-img img {
	width: 80px;
	border-radius: 3px;
}
.webcomic-update-title {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.webcomic-update-date {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #777;
}

/* List
----------------------------------------------- */
.list h2.page-title {
	margin-top: 25px;
}
.mylist-filter {
	text-align: right;
	margin-top: -25px;
	margin-bottom: 10px;
	font-size: 0.8rem;
	color: #555;
}
.mylist-filter a {
	padding: 0 5px;
}
.mylist-filter-selected {
	font-weight: bold;
	padding: 0 5px;
}
.mylist-filter select {
	padding: 1px 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.row {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
}
.row-right-block {
	position: absolute;
	top: 3px; right: 3px;
	margin-top: 3px;
	font-size: 0.8rem;
}
.row-right-block a {
	color: #555;
}
.row-link-detail:hover {
	color: #39f;
}
.entry-bookmark, .novel-bookmark {
	padding-left: 16px;
	background: url(../img/star-gray.png) no-repeat 0 center;
	background-size: 11px;
}
.entry-bookmark:hover, .novel-bookmark:hover {
	color: #111;
}
.bookmark-mylisted {
	background: url(../img/star.png) no-repeat 0 center;
	background-size: 11px;
}
.row-title {
	margin-bottom: 7px;
	font-size: 1rem;
	font-weight: bold;
	max-width: 590px;
}
.row-summary {
	margin-bottom: 7px;
	font-size: 0.8rem;
	line-height: 1.4;
	color: #333;
}
.row-info {
	padding: 5px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	font-size: 0.8rem;
	color: #333;
}
.row-info a {
	color: #333;
}
.row-info a:hover {
	color: #39f;
}
.row-tag {
	margin-bottom: 3px;
	font-size: 0.8rem;
	font-color: #ccc;
}
.row-tag a {
	margin-right: 5px;
}
.row-detail {
	margin-bottom: 2px;
}
.row-detail span {
	margin-right: 3px;
}
.page-link {
	margin: 30px 0;
	text-align: center;
}
.page-prev, .page-next, .page-current {
	display: inline-block;
}
.page-current {
	margin: 0 10px;
}
.page-prev, .page-next {
	color: #aaa;
}
.search-not-found, .search-error {
	margin: 20px 0;
}

/* Pager
----------------------------------------------- */
ul.pager {
	margin: 30px 0 25px;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
ul.pager li {
	display: inline-block;
	padding: 0;
	margin-right: 3px;
}
ul.pager li.between,
ul.pager li.between:hover {
	border: none;
}
ul.pager li a {
	display: block;
	padding: 1px 8px 0;
}
ul.pager li.current {
	padding: 1px 8px 0;
	color: #555;
	font-weight: bold;
}
.pager-small {
	display: none;
}

/* Novel
----------------------------------------------- */
.novel-info h2 {
	margin: 0;
	padding: 10px 0 10px;
	font-size: 1.5rem;
}
.novel-info h3 {
	margin: 10px 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
}
.novel-bookmark-container {
	text-align: right;
	font-size: 0.8rem;
}
.novel-author {
	margin-bottom: 10px;
}
.novel-summary {
	line-height: 1.6;
}
.novel-tag-list {
	margin: 0;
	padding: 0;
}
.novel-tag-list li {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 5px;
}
.novel-update-list {
	margin: 0;
	padding: 0;
}
.novel-update-list li {
	list-style-type: none;
	margin-bottom: 10px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.novel-mylists {
	text-align: right;
}
.novel-report-link {
	text-align: right;
	margin-top: 10px;
	font-size: 0.8rem;
}
.novel-report-link a {
	color: #777;
}

/* Mylist
----------------------------------------------- */
.list-menu, .mylist-menu {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 0.8rem;
	color: #999;
}
.mylist-tip {
	margin: 0 5px 25px;
	font-size: 0.8rem;
	color: #999;
}
.mylist-tip a {
	color: #999;
}

/* Backup
----------------------------------------------- */
.backup p {
	font-size: 12px;
}
.dl-mylist {
	margin: 5px;
	font-size: 12px;
}
.backup textarea {
	overflow: auto;
	width: 400px;
	height: 100px;
	line-height: 1.5;
	border: 1px solid #aaa;
	border-radius: 2px;
	font-size: 14px;
	-webkit-appearance: none;
}
.backup input[type="submit"] {
	margin-top: 5px;
	width: 100px;
	height: 30px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	-webkit-appearance: none;
}
.backup input[type="submit"]:hover {
	border: 1px solid #999;
}
.mylist-title-list {
	margin-top: 25px;
	padding-top: 25px;
	border-top: solid 1px #ccc;
}
.back_to_list {
	margin-top: -2px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 12px;
}
.delete-mylist {
	display: inline-block;
	float: right;
	margin-top: 30px;
	padding: 0 3px;
	border: 1px solid #aaa;
	border-radius: 2px;
	text-align: center;
	color: #444;
	font-size: 12px;
}
.delete-mylist:hover {
	border: 1px solid #999;
	cursor: pointer;
}

/* Ranking
----------------------------------------------- */
.about-ranking {
	font-size: 0.8rem;
}
.about-ranking-button {
	display: inline-block;
	border-bottom: dotted 1px #555;
	cursor: pointer;
}
.about-ranking-description {
	display: none;
	margin-bottom: -15px;
}
.row-rank {
	font-weight: normal;
}
.list-menu-description {
	color: #555;
}

/* Cross Search
----------------------------------------------- */
.cross-search-form {
	margin: 40px 0;
	text-align: center;
}
.cross-search-form input[type="text"] {
	padding: 0 25px 0 5px;
	width: 450px;
	line-height: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 1px;
	color: #555;
	outline: none;
	-webkit-appearance: none;
}
.cross-search-form-input-blank {
	background: url(https://www.google.co.jp/cse/images/google_custom_search_watermark.gif) no-repeat left center;
}
.cross-search-form input[type="submit"] {
	padding: 0 5px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 1px;
	cursor: pointer;
	-webkit-appearance: none;
}
.cross-search-form input[type="submit"]:hover {
	background: #f7f7f7;
}
.gsc-cursor-page {
	padding: 5px 15px !important;
	display: inline-block !important;
	cursor: pointer !important;
}

/* Data
----------------------------------------------- */
.data h3 {
	margin: 20px 0 0;
	padding: 10px 0;
	font-size: 1rem;
}
.data h4 {
	font-size: 0.9rem;
}
.popular-tag-list {
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 8px;
}
.popular-tag-list li {
	display: inline-block;
	padding: 0 5px;
}


/* Page
----------------------------------------------- */
.about h3 {
	margin: 20px 0 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
}
.about h4 {
	margin: 20px 0 -5px;
	padding: 0;
	font-size: 0.9rem;
}

/* Contact
----------------------------------------------- */
.contact h2 {
}
.contact h3 {
	margin: 20px 0 15px;
	padding: 0;
	font-size: 1rem;
}
.contact dl {
	margin: 0 0 15px;
}
.contact dt {
	margin: 0;
	font-size: 0.9rem;
	font-weight: bold;
}
.contact dd {
	margin: 5px 0 10px;;
	font-size: 0.9rem;
}
.contact textarea {
	margin-top: 10px;
	width: 485px;
	max-width: 90%;
	height: 200px;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 2px;
	overflow: auto;
	-webkit-appearance: none;
}
.contact input[type="submit"] {
	margin: 5px 0;
	width: 100px;
	height: 35px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #444;
	-webkit-appearance: none;
}
.contact input[type="submit"]:hover {
	border: 1px solid #999;
	border-radius: 2px;
}
.mail-notice {
	margin: 15px 0 10px;
}
.mail-message {
	margin: 15px 0 5px;
}
.mail-error {
	color: #f33;
}

/* report
----------------------------------------------- */
.report-novel-title {
	margin: 15px 0 15px;
}
.report-message {
	margin: 15px 0 5px;
}
.report-error {
	color: #f33;
}
.report input[type="submit"] {
	margin: 5px 0;
	width: 100px;
	height: 35px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #444;
	-webkit-appearance: none;
}
.report input[type="submit"]:hover {
	border: 1px solid #999;
	border-radius: 2px;
}

/* notifIt
----------------------------------------------- */
#ui_notifIt{
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	overflow: hidden;
	*zoom: 1;
	z-index: 10;
}
#ui_notifIt p{
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.success{
	background-color: yellowgreen;
	color: white;
}
.error{
	background-color: orangered;
	color: white;
}
.warning{
	background-color: orange;
	color: white;
}
.info{
	background-color: deepskyblue;
	color: white;
}
.default{
	background-color: #EEE;
	color: #444;
}

/* Media Queries
----------------------------------------------- */
@media screen and (max-width: 1100px) {
	h1 {
		display: block;
		text-align: center;
	}
	.search {
		display: block;
	}
	.search form {
		margin: auto;
		width: 530px;
	}
	.search input[type="text"] {
		margin: auto;
		width: 500px;
		padding: 0 25px 0 5px;
		height: 30px;
		border: 1px solid #ccc;
		border-radius: 1px;
		color: #555;
		outline: none;
	}
	.menu {
		display: block;
		text-align: center;
	}
	.menu li {
		padding: 20px 15px 5px;
	}
}
@media screen and (max-width: 840px) {
	html {
		background: #fbfbfb;
	}
	#header {
		background: #fff;
		margin-bottom: 20px;
		padding: 5px 0;
		box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	}
	h1 img {
		width: 200px;
		height: auto;
	}
	.notice {
		position: relative;
		padding: 5px 0 0 10px;
	}
	#main {
		margin: 0 10px 20px;
	}
	.search form {
		width: 330px;
	}
	.search input[type="text"] {
		width: 300px;
	}
	.menu li {
		padding: 15px 5px 10px;
	}
	.site-list, .tag-list, .cross-search-sitelist, .about-block {
		background: #fff;
		box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
		font-size: 0.9rem;
	}
	.about-block {
		padding: 10px 10px;
	}
	.site-list li, .tag-list li, .cross-search-sitelist li {
		padding: 3px 7px;
	}
	.page-title {
		border: none;
	}
	.data .page-title, .about .page-title, .contact .page-title, .report .page-title {
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}
	.row {
		margin: 5px 5px 15px;
		padding: 8px 10px 28px;
		border: 1px solid #ccc;
		border-radius: 2px;
		box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
		background: #fff;
	}
	.row-right-block {
		position: absolute;
		top: auto; bottom: 6px; right: 5px;
		font-size: 0.8rem;
		color: #555;
	}
	.row-info {
		background: #fbfbfb;
		padding: 5px;
	}
	.row-tag a {
		display: inline-block;
		padding: 0 5px 3px 0;
	}
	ul.pager {
		font-size: 0.9rem;
	}
	ul.pager li a, ul.pager li.current {
		padding: 4px 6px 0;
	}
	.pager-default {
		display: none;
	}
	.pager-small {
		display: block;
	}
	.cross-search-form input[type="text"] {
		width: 350px;
	}
	.cross-search-form {
		margin: 10px 0 20px;
		padding: 20px 0;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
		box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	}
	.cross-search-result {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
		box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	}
	.popular-tag-list li {
		font-size: 0.9rem;
		padding: 3px 7px;
	}
	.novel-info, .about, .backup, .contact, .report, .data {
		padding: 5px 15px;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
		box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	}
	.mylist-filter {
		margin-top: -5px;
	}
	.list-menu, .mylist-menu {
		margin-top: -25px;
	}
	.entry-bookmark, .novel-bookmark {
		background: url(../img/star-gray.png) no-repeat 0 1px;
		background-size: 11px;
	}
	.bookmark-mylisted {
		background: url(../img/star.png) no-repeat 0 1px;
		background-size: 11px;
	}
}

@media screen and (max-width: 480px) {
	.search form {
		width: 300px;
	}
	.search input[type="text"] {
		width: 270px;
	}
	.menu {
		font-size: 0.8rem;
	}
	.menu li {
		padding: 15px 2px 10px;
	}
	#main {
		margin: 0 5px 20px;
	}
	.site-list, .tag-list, .cross-search-sitelist, .popular-tag-list, .about-block {
		font-size: 0.8rem;
	}
	.backup textarea {
		width: 280px;
	}
	.cross-search-form input[type="text"] {
		width: 180px;
	}
	.cross-search-form-input-blank {
		background-size: 90px;
	}
	.list-menu, .mylist-menu {
		font-size: 0.7rem;
	}
}
