@charset "utf-8";

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* *  Basic information:
* *  - CSS guideline: FLOCSS
* *  - Created: 2014-12-22
* *  - Last update: 2014-12-22 by Suzuki
* *
* *  Order of discription:
* *  - Object [ project ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ==========================================================================
   Object [ project ]
   ========================================================================== */

/* Main
   ----------------------------------------------------------------- */
#manga .main__content {
	min-height: 400px;
}
#manga .manga__title img {
	display:block;
	margin: 0 auto;
}
#manga .manga__back {
	width: 690px;
	margin: 0 auto;
}
#manga .manga__back a ,
#manga .manga__back img {
	width: 132px;
	display: block;
}
#manga .manga__back.detail {
	width: 420px;
}
#manga .manga__back.bottom {
	margin-top: -50px;
	margin-bottom: 50px;
}
#manga .manga__back.bottom.detail {
	margin-top: -50px;
	margin-bottom: 50px;
}
#manga .manga__body img {
	display:block;
	margin: 10px auto 60px;
	width: 690px;
}
#manga .manga__body.detail img {
	display:block;
	margin: 10px auto 60px;
	width: auto;
}
#manga .manga__list {
	width: 690px;
	margin: 15px auto  80px;
}
#manga .manga__list__item {
	width: 690px;
	margin-bottom: 25px;
	overflow: hidden;
}
#manga .manga__list__item__thumb {
	width: 224px;
	float: left;
}
#manga .manga__list__item__title {
	margin-left: 30px;
	font-size: 167%;
	color: #007dc5;
}
#manga .manga__list__item__title_wrap {
	margin-top: 54px;
	display: block;
	overflow: hidden;
}
#manga .manga__list__item__thumb:hover + span > .manga__list__item__title ,
#manga .manga__list__item__title:hover ,
#manga .manga__list__item a:hover  {
	opacity: 1;
	color: #ffa800;
}
.empathy {
	margin-top: -30px;
	text-align: center;
}
.empathy__btn {
	width: 230px;
	margin: 0 auto;
	display: block;
}
.empathy__btn:hover {
	opacity: 1;
}
.empathy__count {
	position: relative;
	border: 3px solid #d8dee6;
	border-radius: 15px;
	text-align: center;
	padding: 20px;
	display: inline-block;
	margin-top: 20px;
	font-size: 116%;
	line-height: 100%;
	color: #007dc5;
}
.empathy__count:after, .empathy__count:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.empathy__count:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fafcfd;
	border-width: 10px 10px 14px 10px;
	margin-left: -10px;
}
.empathy__count:before {
	border-color: rgba(216, 222, 230, 0);
	border-bottom-color: #d8dee6;
	border-width:  14px 14px 19px 14px;
	margin-left: -14px;
}

h4 {
	text-align: center;
	border: none!important;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
.pc_manga {
	display: block!important;
}
.sp_manga {
	display: none!important;
}
@media only screen and (max-width: 800px) {
	#manga .main__content {
		min-height: 400px;
		padding: 0;
	}
	#manga .manga__title img {
		display:block;
		margin: 0 auto;
		width: 80%;
	}
	#manga .manga__back {
		width: 100%;
		margin: 0 auto;
	}
	#manga .manga__back.detail {
		width: 100%;
	}
	#manga .manga__back a {
		width: 100%;
	}
	#manga .manga__back img {
		width: 40%;
		display: block;
		margin: 0 auto;
	}
	#manga .manga__back.bottom {
		margin-top: -40px;
		margin-bottom: 50px;
	}
	#manga .manga__back.bottom.detail {
		margin-top: -40px;
		margin-bottom: 50px;
	}
	#manga .manga__body {
		margin-bottom: 50px;
	}
	#manga .manga__body img {
		display:block;
		margin: 0 auto;
		margin: 10px auto 30px;
		width: 90%;
	}
	#manga .manga__body.detail img {
		display:block;
		margin: 10px auto 60px;
		width: 90%;
	}
	#manga .manga__list {
		width: 80%;
		margin: 15px auto  40px;
	}
	#manga .manga__list__item {
		width: 100%;
		margin-bottom: 35px;
		overflow: hidden;
	}
	#manga .manga__list__item__thumb {
		width: 100%;
		float: none;
	}
	#manga .manga__list__item__title {
		margin-left: 0;
		font-size: 131%;
		color: #007dc5;
	}
	#manga .manga__list__item__title_wrap {
		margin-top: 10px;
		display: block;
		text-align: center;
		overflow: hidden;
	}
	#manga .manga__list__item__thumb:hover + span > .manga__list__item__title ,
	#manga .manga__list__item__title:hover ,
	#manga .manga__list__item a:hover  {
		opacity: 1;
		color: #007dc5;
	}
	.empathy {
		margin-top: -30px;
		text-align: center;
	}
	.empathy__btn {
		width: 86%;
		margin: 0 auto;
		display: block;
	}
	.empathy__btn img {
		width: 100%;
		height: auto;
	}
	.empathy__count {
		position: relative;
		border: 3px solid #d8dee6;
		border-radius: 15px;
		text-align: center;
		padding: 20px;
		display: inline-block;
		margin-top: 20px;
		font-size: 116%;
		line-height: 100%;
		color: #007dc5;
	}
	.empathy__count:after, .empathy__count:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.empathy__count:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fafcfd;
		border-width: 10px 10px 14px 10px;
		margin-left: -10px;
	}
	.empathy__count:before {
		border-color: rgba(216, 222, 230, 0);
		border-bottom-color: #d8dee6;
		border-width:  14px 14px 19px 14px;
		margin-left: -14px;
	}

	.pc_manga {
		display: none!important;
	}
	.sp_manga {
		display: block!important;
	}
	.u-text20 {
		font-size: 18px!important;
	}
}