@charset "utf-8";

/* tag */
h2 {
	color: #0062C6;
}

/* nav */
#nav {
	margin: 0;
}
#newest {
	margin: 0;
	padding: 24px 0;
	background-color: #EFF4F9;
}

/* newest */
#newest #new_yj {
  position: relative;
  -moz-box-shadow:2px 2px 4px rgba(0,0,0,0.65);
  -webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.65);
  box-shadow:2px 2px 4px rgba(0,0,0,0.65);
}
#newest #new_yj #slider_box1 {
  width: 580px;
  height: 450px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#newest #new_yj #new_cover {
	width: 220px;
	height: 380px;
	background-color: rgba(0,0,0,0.70);
	position: absolute;
	top: 35px;
	left: 0px;
	color: #FFFFFF;
}
#newest #new_yj #new_cover .cover {
  width: 116px;
  margin: 0 auto 10px;
  padding: 15px 0 0;
  height: 164px;
}
#newest #new_yj #new_cover dl {
  text-align: center;
  margin-bottom: 10px;
}
#newest #new_yj #new_cover dl dt {
  margin-bottom: 10px;
}
#newest #new_yj #new_cover dl dd {
  font-size: 12px;
  line-height: 1.5em;
}
#newest #new_yj #new_cover .link {
}
#newest #new_yj #new_cover .link li {
  list-style: none;
}
#newest #new_yj #new_cover .link li a {
  display: block;
  margin: 0 auto 5px;
  padding: 12px 8px;
  width: 146px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #FFFFFF;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  background-image: url(../../common/img/cursor_magazine.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  transition: all .3s;
  background-color: #0062C6;
  font-weight: bold;
  opacity: 1.0;
}
#newest #new_yj #new_cover .link li a:hover {
	opacity: 0.6;
	transition: all .3s;
}

/* yj link */
#yj_link {
	width: 352px;
}
#yj_link .box_yj_link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#yj_link .box_yj_link li {
  flex-basis: 48%;
  list-style-type: none;
  text-align: center;
}
#yj_link .box_yj_link li.el_link_s {
  font-size: 1.3rem;
  line-height: 1.2em;
}
#yj_link .box_yj_link li a {
  background-color: #FFFFFF;
  display: block;
  margin: 0 0 8px;
  padding: 16px 0;
  text-decoration: none;
}
#yj_link .box_yj_link li a img {
  display: inline-block;
  margin: 0 0 4px;  
}
#yj_link .box_yj_link li.el_link_l a img {
  width: 120px;
}
#yj_link .box_yj_link li.el_link_s a img {
  width: 66px;
}

/* special contents */
#special_contents {
	margin: 0 0 30px;
	background-color: #E7E7E9;
}
#special_contents .inner {
  padding: 15px 0;
}
#special_contents h2 {
  display: none;
}
#special_contents #control1 {
  margin: 0px;
  padding: 0px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -30px;
  top: 75px;
}
#special_contents #control2 {
  padding: 0px;
  height: 30px;
  width: 30px;
  position: absolute;
  margin: 0px;
  top: 75px;
  right: -30px;
}
#special_contents ul li a img {
  width: 320px;
  height: 140px;
}

/* contents */
#main #contents {
  width: 620px;
}

/* news */
#news_area {
  margin-bottom: 35px;
}
#news_area h2 {
  margin-bottom: 20px;
  float: left;
}
#news_area #category_box {
  float: right;
}
#news_area #category_box #select {
  background-color: #000000;
  color: #FFFFFF;
  padding: 3px;
  background-repeat: no-repeat;
}
#news_area #news_list {
  clear: both;
  margin-bottom: 20px;
}
#news_area #news_list .news_box {
	padding: 10px;
	background-color: #E7E7E9;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
#news_list .news_box .category {
  width: 60px;
  height: 60px;
  float: left;
}
#news_list .news_box h3 {
  width: 530px;
  float: right;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: normal;
  color: #000000;
}
#news_list .news_box h3 .date {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#news_area #news_more a {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 1em;
	margin: 0 auto;
	border: 1px solid #000000;
	width: 120px;
	color: #0062C6;
	text-decoration: none;
	transition: all .3s;
}
#news_area #news_more a:hover {
  opacity: 0.5;
  transition: all .3s;
}

/* comics */
#comics_area {
  margin-bottom: 35px;
}
#comics_area h2 {
  margin-bottom: 20px;
}
#comics_area .comic_list {
  display: flex;
  flex-wrap: wrap;
}
#comics_area .comic_box {
  position: relative;
  background-color: #E7E7E9;
  margin: 0 12px 12px 0;
  padding: 10px 10px 10em;
  flex-basis: 178px;
}
#comics_area .comic_box:nth-of-type(3n+3){
	margin: 0 0 12px;
}
#comics_area .comic_box .release_date {
	font-size: 1.3rem;
	font-weight: bold;
	color: #0062C6;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.2em;
}
#comics_area .comic_box .cover {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
#comics_area .comic_box .cover img {
  width: auto;
  height: 200px;
}
#comics_area .comic_box h3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#comics_area .comic_box .author {
  font-size: 1.1rem;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#comics_area .comic_box .price {
  font-size: 1.1rem;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#comics_area .comic_box .link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 178px;
}
#comics_area .comic_box .link li {
  list-style: none;
  margin: 0 0 8px;
}
#comics_area .comic_box .link li:last-of-type {
  margin: 0;
}
#comics_area .comic_box .link li a {
  display: block;
	height: 3em;
  padding: 0 0 0 8px;
	background-color: #0062C6;
	color: #FFFFFF;
  font-size: 1.3rem;
	font-weight: bold;
	line-height: 3em;
	background-image: url("../../common/img/cursor_10px.png");
	background-repeat: no-repeat;
	background-position: 94% center;
	text-decoration: none;
	transition: all .3s;
}
#comics_area .comic_box .link li a:hover {
  opacity: 0.5;
  transition: all .3s;
}
#comics_area .comic_box .link li a[href=""] {
  display: none;
  height: 0;
}

/* aside */
#main aside {
  width: 300px;
}

/* new serial */
#new_serial {
  margin-bottom: 20px;
}
#new_serial h2 {
  margin-bottom: 20px;
}
#new_serial .new_work {
  height: 218px;
  position: relative;
}
#new_serial .new_work a {
  display: block;
  height: 218px;
  transition: all .3s;
}
#new_serial .new_work a:hover {
  background-color: rgba(255,255,255,0.30);
  transition: all .3s;
}
#new_serial .new_work a .detail {
  min-height: 40px;
  width: 280px;
  background-color: rgba(0,0,0,0.80);
  color: rgba(255,255,255,1.00);
  position: absolute;
  left: 0px;
  padding: 5px 10px;
  bottom: 0px;
  background-image: url(../img/cursor_newserial.png);
  background-repeat: no-repeat;
  background-position: 264px center;
  display: block;
  transition: all .3s;
}
#new_serial .new_work a:hover .detail {
	background-color: #0062C6;
	transition: all .3s;
}
#new_serial .new_work a .detail h3 {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-right: 30px;
}
#new_serial .new_work a .detail h3 .subtitle {
  font-size: 1.2rem;
  line-height: 1.5em;
}
#new_serial .new_work a .detail .author {
  font-size: 11px;
  line-height: 1.2em;
}

/* serial */
#serial,
#end_serial{
  margin-bottom: 35px;
}
#serial h2,
#end_serial h2{
  margin-bottom: 20px;
}
#serial h2 .el_sort,
#end_serial h2 .el_sort{
  font-size: 11px;
  line-height: 1.2em;
}
#serial ul li,
#end_serial ul li {
  list-style: none;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

/* recommend */
#recommend h2 {
  display: none;
}
#recommend ul li {
  list-style: none;
  margin-bottom: 10px;
}

/* outside */
#outside {
	background-color: #E7E7E9;
}
#outside .inner {
  padding: 20px 0;
}
#outside h2 {
  margin-bottom: 20px;
  padding-top: 0px;
  display: none;
}
#outside ul {
  margin: 0 0 0 6px;
}
#outside ul li {
  list-style: none;
  width: 153px;
  height: 60px;
  margin-right: 6px;
  float: left;
  margin-bottom: 10px;
}
#outside ul li a img {
  height: 60px;
}
