@charset "utf-8";

/* tag */
h2 {
  color: #A20000;
}

/* nav */
#nav {
  margin-bottom: 20px;
}
#newest {
  margin: 0 0 20px;
}

/* 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: 370px;
  background-color: rgba(0,0,0,0.70);
  position: absolute;
  top: 40px;
  left: 0px;
  color: rgba(255,255,255,1.00);
}
#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: 7px;
  width: 124px;
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-image: url(../../common/img/cursor_magazine.png);
  background-repeat: no-repeat;
  background-position: 120px center;
  transition: all .3s;
}
#newest #new_yj #new_cover .link li a:hover {
  background-color: rgba(255,255,255,0.20);
  transition: all .3s;
}

/* new gravure */
#new_gravure {
  width: 350px;
}
#new_gravure h2 {
  margin: 0 10px 10px;
}
#new_gravure ul {
  width: 350px;
}
#new_gravure ul li {
  list-style: none;
  width: 165px;
  height: 180px;
  margin: 0 0 10px 10px;
  float: left;
}
#new_gravure ul li img[id] {
  cursor: pointer;
-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);
}
#new_gravure ul li img[id]:hover {
  opacity: 0.6;
	transition: all .3s;
}
#new_gravure .link a {
  padding: 12px 15px;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  background-color: #A20000;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background-image: url(../img/cursor_gravure.png);
  background-repeat: no-repeat;
  background-position: 305px center;
}
#new_gravure .link a:hover {
  opacity: 0.6;
}

/* special contents */
#special_contents {
  margin: 0 0 30px;
  background-color: #E7E4E5;
}
#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;
}

/* 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: #e7e4e5;
  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: #A20000;
  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_box {
  padding: 10px 10px 5px;
  width: 126px;
  background-color: #e7e4e5;
  margin: 0 12px 12px 0;
  float: left;
}
#comics_area .cb4 {
  margin-right: 0px;
}
#comics_area .comic_box .release_date {
  font-size: 11px;
  font-weight: bold;
  color: #A20000;
  margin-bottom: 5px;
  text-align: center;
}
#comics_area .comic_box .cover {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
#comics_area .comic_box h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#comics_area .comic_box .author {
  font-size: 11px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#comics_area .comic_box .price {
  font-size: 11px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#comics_area .comic_box .link {
}
#comics_area .comic_box .link li {
  list-style: none;
}
#comics_area .comic_box .link li a {
  display: block;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  padding: 10px 7px;
  color: #A20000;
  margin-bottom: 5px;
  background-image: url(../../common/img/cursor_10px.png);
  background-repeat: no-repeat;
  background-position: 108px 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=""] {
  background-image: none;
  color: #666666;
}
#comics_area .comic_box .link li a[href=""]:hover {
  opacity: 1.0;
  cursor: default;
}

/* aside */
#main aside {
  width: 300px;
}

/* new serial */
#new_serial {
  margin-bottom: 20px;
}
#new_serial h2 {
  margin-bottom: 20px;
}
#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: rgba(162,0,0,0.80);
  transition: all .3s;
}
#new_serial .new_work a .detail h3 {
  font-weight: normal;
  font-size: 16px;
  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 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: #e7e4e5;
}
#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;
}
#new_serial .new_work {
  background-image: url(../img/bn_newserial.jpg);
  height: 218px;
  position: relative;
}
