@charset utf-8;

/* label
-------------------------------------------------------------------------------------------- */

#series #list{
  position: relative;
}

#series #list .main-title{
  margin: 0 0 20px;
  text-align: center;
}
#series #list .lead{
  margin: 0 0 20px;
  color: #666666;
  font-size: 107.142%;
  text-align: center;
}

#series #list .to_cat_archive {
  position: absolute;
  top: 38px;
  right: 0;
}

#series #list .to_cat_archive .icon  {
  margin: 0 0 14px;
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)" !important;
}

#series #list > .list {
  border: 2px solid #e7e7e7;
  border-bottom: none;
}
#series #list > .list > li {
  padding: 15px;
  overflow: hidden;
  border-bottom: 2px solid #e7e7e7;
}
#series #list .list .image {
  float: left;
  width: 200px;
}
#series #list .list .text {
  float: right;
  width: 481px;
  position: relative;
}
#series #list .list .text .new {
  margin: 0 0 9px;
}
#series #list .list .text .title {
  min-height: 4em;
  margin: 9px 0 9px;
}
#series #list .list .text .title a{
  color: #333333;
  font-size: 128.571%;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}
#series #list .list .text .title a:hover{
  text-decoration: underline;
}
#series #list .list .text .viewer{
  color: #999999;
  font-size: 78.571%;
  line-height: 1;
  float: left;
  margin: 0 7px 10px 0;
}
#series #list .list .text .viewer span {
  font-weight: bold;
}
#series #list .list .text .time{
  color: #999999;
  font-size: 78.571%;
  line-height: 1;
  margin: 0 0 10px 0;
}
#series #list .list .text .tags{
  clear: both;
  overflow: hidden;
}
#series #list .list .text .tags li{
  float: left;
  padding: 0 0 0 9px;
  margin: 0 12px 0 0;
  background: url(../img/series/tag_arrow.gif) no-repeat left center;
}
#series #list .list .text .tags li a{
  color: #545454;
  font-size: 85.714%;
}

.clear-both{
  clear: both;
}

#series #archive .main-title{
  margin: 0 0 49px;
  text-align: center;
}

#series #archive .category-list .categories {
  overflow: hidden;
  width: 105%;
  display: table;
}
#series #archive .category-list .categories .category {
 /* float: left; */
  width: 346px;
  margin: 0 30px 36px 0;
  border: 2px solid #e7e7e7;
  display: inline-block;
  vertical-align: top;
}
#series #archive .category-list .categories .category .lead {
  font-size: 114.285%;
  font-weight: bold;
  padding: 20px 25px 0;
  border-bottom: 2px solid #e7e7e7;
  margin: 0 0 15px;
}
#series #archive .category-list .categories .category ul{
  padding: 0 15px;
}
#series #archive .category-list .categories .category ul li{
  padding: 0 0 15px;
  margin: 0 0 15px;
  background: url(../img/series/line.gif) no-repeat bottom left;
  overflow: hidden;
}
#series #archive .category-list .categories .category ul li.last{
  background: none;
  padding: 0;
}
#series #archive .category-list .categories .category ul li .image{
  float: left;
  width: 70px;
}
#series #archive .category-list .categories .category ul li .text{
  float: right;
  width: 236px;
}
#series #archive .category-list .categories .category ul li .text .new {
  margin: 0 0 9px;
}
#series #archive .category-list .categories .category ul li .text .detail {
  margin: 5px 0 0;
}
#series #archive .category-list .categories .category ul li .text .detail a {
  color: #333333;
  font-size: 92.857%;
  line-height: 1.2;
  text-decoration: none;
}
#series #archive .category-list .categories .category ul li .text .detail a:hover {
  text-decoration: underline;
}
#series #archive .category-list .categories .category .more {
  margin: 0 0 0 -2px;
}


