/* common */
#alertbg {
	background: rgba(0, 0, 0, 0.8);
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#alert-wrapper {
	position: absolute;
	width: 100%;
	z-index: 11;
}

/* PC */
@media(min-width: 1000px) {
	.header_tab {
		border-bottom: 1px solid #00c1aa;
		display: flex;
		justify-content: space-between;
		width: 950px;
	}

	.header_tab li {
		width: 229px;
	}

	.header_tab a {
		background: url("../images/comic_list/tab_bg.png") no-repeat;
		border: 1px solid #00c1aa;
		border-bottom: none;
		border-radius: 6px 6px 0 0;
		color: #00c1aa;
		height: 47px;
		font-size: 16px;
		line-height: 47px;
		text-align: center;
		text-decoration: none;
		width: 229px;

		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.header_tab a.on {
		background: #00c1aa;
		color: #fff;
	}

	ul.comic_list {
		display: flex;
		margin: 24px auto;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 951px;
	}

	.comic_list li {
		background: #f4f3f3;
		box-sizing: border-box;
		display: none;
		margin-bottom: 24px;
		margin-right: 24px;
		padding: 24px;
		width: 301px;
	}

	.comic_list li:nth-child(3n) {
		margin-right: 0;
	}

	.comic_list .icons {
		display: flex;
		justify-content: flex-start;
	}

	.comic_list .icons span {
		color: #fff;
		display: block;
		height: 24px;
		line-height: 24px;
		padding: 0 5px;
		margin-right: 7px;
		text-align: center;
	}

	.comic_list .icons .chocolat,
	.comic_list .icons .teens,
	.comic_list .icons .ladies,
	.comic_list .icons .boys {
		background: #ff4d7e;
	}

	.comic_list .icons .strawberry {
		background: #ffa6c2;
	}

	.comic_list .icons .piu {
		background: #ea8370;
	}

	.comic_list .icons .fizz {
		background: #8cddd8;
	}

	.comic_list .icons .black-chocolat {
		background: #353535;
		color: #ffa6c2;
	}

	.comic_list .icons .genma {
		background: #2960b8;
	}

	.comic_list .icons .youth {
		background: #54bfaa;
	}

	.comic_list .icons .gachicomi {
		background: #ff40b6;
	}

	.comic_list .icons .ikeman {
		color: #ff40b6;
		background: #353535;
	}

	.comic_list li strong {
		color: #111;
		display: block;
		height: 3em;
		margin: 8px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		overflow: hidden;
	}

	.comic_list li .name {
		color: #111;
		display: block;
		font-size: 14px;
		line-height: 1.5em;
	}

	.comic_list li .date {
		color: #636363;
		display: block;
		font-size: 14px;
		line-height: 1.5em;
	}

	.comic_list li .publisher {
		color: #636363;
		display: block;
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 1.5em;
	}

	.comic_list li .comment {
		color: #111;
		display: block;
		font-size: 14px;
		line-height: 1.5em;
		margin: 8px 0;
		max-height: 4.5em;
		overflow: hidden;
		position: relative;

		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.comic_list li a {
		background: #00c1aa;
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		text-decoration: none;
	}

	.pager {
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
	}

	.pager a {
		color: #111;
		background: #e8e8e8;
		border-radius: 6px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 48px;
		height: 48px;
		margin: 0 8px;
		text-align: center;
		text-decoration: none;
		width: 48px;
	}

	.pager a.on {
		background: #00c1aa;
		color: #fff;
	}

	#alert {
		background: rgba(255, 255, 255, 0.8);
		border-radius: 12px;
		margin: 0 auto;
		padding: 20px;
		position: relative;
		width: 600px;
		z-index: 12;
	}

	#alert strong {
		display: block;
		font-size: 16px;
		line-height: 1.5em;
	}

	#alert p {
		margin: 20px 0;
		font-size: 14px;
		line-height: 1.5em;
		text-align: center;
	}

	#alert b {
		display: block;
		font-size: 20px;
		line-height: 1.5em;
	}

	.alert_btn-wrapper {
		align-items: center;
		display: flex;
		justify-content: center;
		margin-top: 20px;
		width: 100%;
	}

	.alert_btn-wrapper button {
		cursor: pointer;
		display: block;
		margin: 0 20px;
		transition-duration: 0.5s;
	}

	.alert_btn-wrapper button:hover {
		opacity: 0.6;
		transition-duration: 0.5s;
	}

	#alertOK {
		background: #00c1aa;
		border: 0;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 16px;
		font-weight: bold;
		height: 70px;
		line-height: 70px;
		padding: 0;
		text-align: center;
		width: 200px;
	}

	#alertNO {
		background: #666;
		border: 0;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
		padding: 0;
		text-align: center;
		width: 200px;
	}
}

/* SP横 */
@media(max-width: 999px) {
	.header_tab {
		border-bottom: 1px solid #00c1aa;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 95%;
	}

	.header_tab li {
		width: 24%;
	}

	.header_tab a {
		background: url("../images/comic_list/tab_bg.png") no-repeat;
		border: 1px solid #00c1aa;
		border-bottom: none;
		border-radius: 6px 6px 0 0;
		color: #00c1aa;
		height: 3em;
		font-size: 3.8vw;
		line-height: 3em;
		text-align: center;
		text-decoration: none;
		width: 100%;

		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.header_tab a.on {
		background: #00c1aa;
		color: #fff;
	}

	ul.comic_list {
		display: flex;
		margin: 12px auto;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 95%;
	}

	.comic_list li {
		background: #f4f3f3;
		box-sizing: border-box;
		margin-bottom: 12px;
		margin-right: 1.5vw;
		padding: 12px;
		width: 32%;
	}

	.comic_list li:nth-child(3n) {
		margin-right: 0;
	}

	.comic_list .icons {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.comic_list .icons span {
		color: #fff;
		display: block;
		font-size: 2.5vw;
		line-height: 1.5em;
		padding: 0 4px;
		margin: 0 4px 4px 0;
		text-align: center;
	}

	.comic_list .icons .chocolat,
	.comic_list .icons .teens,
	.comic_list .icons .ladies,
	.comic_list .icons .boys {
		background: #ff4d7e;
	}

	.comic_list .icons .strawberry {
		background: #ffa6c2;
	}

	.comic_list .icons .piu {
		background: #ea8370;
	}

	.comic_list .icons .fizz {
		background: #8cddd8;
	}

	.comic_list .icons .black-chocolat {
		background: #353535;
		color: #ffa6c2;
	}

	.comic_list .icons .genma {
		background: #2960b8;
	}

	.comic_list .icons .youth {
		background: #54bfaa;
	}

	.comic_list .icons .gachicomi {
		background: #ff40b6;
	}

	.comic_list .icons .ikeman {
		color: #ff40b6;
		background: #353535;
	}

	.comic_list li strong {
		color: #111;
		display: block;
		height: 3em;
		margin: 4px 0;
		font-size: 2.8vw;
		font-weight: bold;
		line-height: 1.5em;
		overflow: hidden;
	}

	.comic_list li .name {
		color: #111;
		display: block;
		font-size: 2.8vw;
		line-height: 1.5em;
	}

	.comic_list li .date {
		color: #636363;
		display: block;
		font-size: 2.8vw;
		line-height: 1.5em;
	}

	.comic_list li .publisher {
		color: #636363;
		display: block;
		margin-bottom: 4px;
		font-size: 2.4vw;
		line-height: 1.5em;
	}

	.comic_list li img {
		height: auto;
		width: 100%;
		vertical-align: bottom;
	}

	.comic_list li .comment {
		color: #111;
		display: block;
		margin: 4px 0;
		font-size: 2.6vw;
		line-height: 1.5em;
		height: 6em;
		overflow: hidden;

		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.comic_list li a {
		background: #00c1aa;
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 6vw;
		text-align: center;
		text-decoration: none;
	}

	.pager {
		display: flex;
		justify-content: center;
		margin-bottom: 4vw;
	}

	.pager a {
		color: #111;
		background: #e8e8e8;
		border-radius: 6px;
		display: block;
		font-size: 4vw;
		font-weight: bold;
		line-height: 6vw;
		height: 6vw;
		margin: 0 4px;
		text-align: center;
		text-decoration: none;
		width: 6vw;
	}

	.pager a.on {
		background: #00c1aa;
		color: #fff;
	}

	#alert {
		background: rgba(255, 255, 255, 0.8);
		border-radius: 12px;
		margin: 0 auto;
		padding: 10px;
		position: relative;
		text-align: center;
		width: 90%;
		z-index: 12;
	}

	#alert strong {
		display: block;
		font-size: 3vw;
		line-height: 1.5em;
	}

	#alert p {
		display: inline-block;
		margin: 10px 0;
		font-size: 2.4vw;
		line-height: 1.5em;
		text-align: left;
	}

	#alert b {
		display: block;
		font-size: 3vw;
		line-height: 1.5em;
	}

	.alert_btn-wrapper {
		align-items: center;
		display: flex;
		justify-content: center;
		margin-top: 10px;
		width: 100%;
	}

	.alert_btn-wrapper button {
		cursor: pointer;
		display: block;
		margin: 0 10px;
		transition-duration: 0.5s;
	}

	.alert_btn-wrapper button:hover {
		opacity: 0.6;
		transition-duration: 0.5s;
	}

	#alertOK {
		background: #00c1aa;
		border: 0;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 2.5vw;
		font-weight: bold;
		height: 6vw;
		line-height: 6vw;
		padding: 0;
		text-align: center;
		width: 30%;
	}

	#alertNO {
		background: #666;
		border: 0;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 2vw;
		font-weight: bold;
		height: 5.3vw;
		line-height: 5.3vw;
		padding: 0;
		text-align: center;
		width: 25%;
	}
}

/* SP縦 */
@media(max-width: 420px) {
	.header_tab {
		border-bottom: 1px solid #00c1aa;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 95%;
	}

	.header_tab li {
		width: 24%;
	}

	.header_tab a {
		background: url("../images/comic_list/tab_bg.png") no-repeat;
		border: 1px solid #00c1aa;
		border-bottom: none;
		border-radius: 6px 6px 0 0;
		color: #00c1aa;
		height: 3em;
		font-size: 3.8vw;
		line-height: 3em;
		text-align: center;
		text-decoration: none;
		width: 100%;

		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.header_tab a.on {
		background: #00c1aa;
		color: #fff;
	}

	ul.comic_list {
		display: flex;
		margin: 12px auto;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 95%;
	}

	.comic_list li {
		background: #f4f3f3;
		box-sizing: border-box;
		margin-bottom: 12px;
		margin-right: 0;
		padding: 12px;
		width: 49%;
	}

	.comic_list .icons {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.comic_list .icons span {
		color: #fff;
		display: block;
		font-size: 3.5vw;
		line-height: 1.5em;
		padding: 0 4px;
		margin: 0 4px 4px 0;
		text-align: center;
	}

	.comic_list .icons .chocolat,
	.comic_list .icons .teens,
	.comic_list .icons .ladies,
	.comic_list .icons .boys {
		background: #ff4d7e;
	}

	.comic_list .icons .strawberry {
		background: #ffa6c2;
	}

	.comic_list .icons .piu {
		background: #ea8370;
	}

	.comic_list .icons .fizz {
		background: #8cddd8;
	}

	.comic_list .icons .black-chocolat {
		background: #353535;
		color: #ffa6c2;
	}

	.comic_list .icons .genma {
		background: #2960b8;
	}

	.comic_list .icons .youth {
		background: #54bfaa;
	}

	.comic_list .icons .gachicomi {
		background: #ff40b6;
	}

	.comic_list .icons .ikeman {
		color: #ff40b6;
		background: #353535;
	}

	.comic_list li strong {
		color: #111;
		display: block;
		height: 3em;
		margin: 4px 0;
		font-size: 3.5vw;
		font-weight: bold;
		line-height: 1.5em;
		overflow: hidden;
	}

	.comic_list li .name {
		color: #111;
		display: block;
		font-size: 3.5vw;
		line-height: 1.5em;
	}

	.comic_list li .date {
		color: #636363;
		display: block;
		font-size: 3.5vw;
		line-height: 1.5em;
	}

	.comic_list li .publisher {
		color: #636363;
		display: block;
		margin-bottom: 4px;
		font-size: 3.5vw;
		line-height: 1.5em;
	}

	.comic_list li img {
		height: auto;
		width: 100%;
		vertical-align: bottom;
	}

	.comic_list li .comment {
		color: #111;
		display: block;
		margin: 4px 0;
		font-size: 3.5vw;
		line-height: 1.5em;
		height: 6em;
		overflow: hidden;

		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.comic_list li a {
		background: #00c1aa;
		border-radius: 6px;
		color: #fff;
		display: block;
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 8vw;
		text-align: center;
		text-decoration: none;
	}

	.pager {
		display: flex;
		justify-content: center;
		margin-bottom: 8vw;
	}

	.pager a {
		color: #111;
		background: #e8e8e8;
		border-radius: 6px;
		display: block;
		font-size: 4vw;
		font-weight: bold;
		line-height: 8vw;
		height: 8vw;
		margin: 0 4px;
		text-align: center;
		text-decoration: none;
		width: 8vw;
	}

	.pager a.on {
		background: #00c1aa;
		color: #fff;
	}

	#alert strong {
		display: block;
		font-size: 4vw;
		line-height: 1.5em;
	}

	#alert p {
		display: inline-block;
		margin: 10px 0;
		font-size: 3vw;
		line-height: 1.5em;
		text-align: left;
	}

	#alert b {
		display: block;
		font-size: 4.2vw;
		line-height: 1.5em;
	}

	.alert_btn-wrapper {
		align-items: center;
		display: block;
		margin-top: 10px;
		width: 100%;
	}

	.alert_btn-wrapper button {
		cursor: pointer;
		display: block;
		margin: 0 auto 10px;
		transition-duration: 0.5s;
	}

	.alert_btn-wrapper button:hover {
		opacity: 0.6;
		transition-duration: 0.5s;
	}

	#alertOK {
		background: #00c1aa;
		border: 0;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 4.2vw;
		font-weight: bold;
		height: 10vw;
		line-height: 10vw;
		padding: 0;
		text-align: center;
		width: 60%;
	}

	#alertNO {
		background: #666;
		border: 0;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 4vw;
		font-weight: bold;
		height: 8vw;
		line-height: 8vw;
		padding: 0;
		text-align: center;
		width: 50%;
	}
}
