@charset 'shift_jis';

.titleArea {
  background: url(https://img1.kakaku.k-img.com/images/invest/article/beginner_manga/title_bg.png);
height: 293px;
margin-top: 15px;
}
.titleArea h2 {
  padding: 0 0 0 225px;
}
.titleArea p {
  padding: 5px 150px 0 255px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.mangaArea ul li {
  margin-bottom: 18px;
}
.exitArea {
  background: url(https://img1.kakaku.k-img.com/images/invest/article/beginner_manga/illust_01.png) left bottom no-repeat;
  height: 193px;
  padding-top: 15px;
}

.exitArea .fukidashi {
	position: relative;
	background: #f7f7f7;
  border-radius: 10px;
  margin: 0 20px 0 190px;
  padding: 14px 12px 4px 25px;
  box-shadow:4px 4px 0px 0px #e5e5e5;
}
.exitArea .fukidashi:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(247, 247, 247, 0);
	border-right-color: #f7f7f7;
	border-width: 13px;
	margin-top: -13px;
}
.exitArea .fukidashi dl dt {
  width: 400px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: url(https://img1.kakaku.k-img.com/images/invest/article/beginner_manga/icn_arrow.png) right
  12px no-repeat;
  padding: 10px 0;
  margin-bottom: 6px;
  float: left;
}
.exitArea .fukidashi dl dd {
  width: 260px;
  float: right;
}
.exitArea .fukidashi dl dd.link01 a {
  display: block;
  width: 260px;
  height: 41px;
  background: url(https://img1.kakaku.k-img.com/images/invest/article/beginner_manga/btn_01.png);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.exitArea .fukidashi dl dd.link02 a {
  display: block;
  width: 260px;
  height: 41px;
  background: url(https://img1.kakaku.k-img.com/images/invest/article/beginner_manga/btn_02.png);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.exitArea .fukidashi dl dd.link03 a {
  display: block;
  width: 260px;
  height: 41px;
  background: url(https://img1.kakaku.k-img.com/images/invest/article/beginner_manga/btn_03.png);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.exitArea .fukidashi dl dd a:hover {
  background-position: 0 -41px;
}
.exitArea .fukidashi dl:after {
  content:" ";
    display:block;
    clear:both;
}
.commentArea {
  border:1px solid #cccccc;
  border-radius:6px;
  background: #FAFAEB;
  padding: 23px 23px 11px;
}
.commentArea p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.checkList {
  padding: 0 10px 10px 15px;
}
.checkList li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.checkList li span {
  width: 134px;
  display: inline-block;
  background: #36366a;
  border-radius: 5px;
  color: #fff;
  margin-right: 12px;
  padding: 6px 0;
  text-align: center;
}
.checkList li a {
  color: #0867bf;
}
.entryGuide {
  margin-top: 15px;
  text-align: center;
}
.entryGuide p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.entryGuide p a:hover img {
opacity: 0.75;
}
