@charset "UTF-8";

/* common_setting
-------------------------------------------------------------*/
section.co_container{
  background: #fff;
  padding: 10px 0;
  width: 990px;
}
.contents_right{
  float: right;
  width: 801px;
  text-align: center;
}

/* banner
-------------------------------------------------------------*/
.banner{
  text-align:center;
  margin: 0 auto;
}
.banner img{
  width: 100%;
  max-width: 770px;
}
.banner_area p{
  margin: 10px 20px;
  line-height: 22px;
  font-size: 16px;
}

/* main_title
-------------------------------------------------------------*/
.main_title{
  margin-bottom: 10px;
  padding: 0 10px;
  border-bottom: 2px solid #555;
  line-height: 26px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.manga_link{
  margin: 0 10px 10px;
  font-size: 14px;
  text-align: right;
}
.catch{
  margin: 0 10px 15px;
  padding-top: 10px;
  border-top: 1px dotted #CCC;
  text-align: left;
  font-size: 14px;
}

/* btn_area
-------------------------------------------------------------*/
.btn_area{
  width:766px;
  margin:10px auto;
  box-sizing:border-box;
}
.btn_area .each_btn{
  float:left;
  margin-bottom:10px;
}
.btn_area.btn_6 .each_btn{
  width:127px;
}
.btn_area.btn_5 .each_btn{
  width:153px;
}
.btn_area.btn_4 .each_btn{
  width: 191px;
}
.btn_area.btn_3 .each_btn{
  width:255px;
}
.btn_area .each_btn a{
  display: block;
  margin:0 2px;
  padding: 7px 0;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F6F6F6));
  background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
  background: linear-gradient(to bottom, #FFF 0%, #F6F6F6 100%);
  border: 1px solid #CCC;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color:#666;
  text-decoration:none;
}

/* contents
-------------------------------------------------------------*/
.year_w{
  position: relative;
  margin-top: 35px;
}
.dark_green_inner{
  border: 1px solid #28772B;
}
.wakaba_inner{
  border: 1px solid #6fb772;
}
.bluegrey_inner{
  border: 1px solid #779aab;
}
.common_title{
  position: absolute;
  width: 730px;
  z-index: 10;
  top: -17px;
  left: 35px;
  padding: 6px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #FFF;
}
.dark_green_title{
  background: #608a61;
}
.wakaba_title{
  background: #6fb772;
  text-shadow: 0 -1px 0 #579259;
}
.bluegrey_title{
  background: #779aab;
}
.year_w ul{
  width: 97%;
  margin: 27px auto 10px;
  background: #FFF;
  list-style: none;
}
.year_w li.rank{
  width: 381px;
  height: 210px;
  margin-bottom:10px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  vertical-align: top;
}
.sf .year_w li.rank{
  height: 235px;
}
.year_w li.rank:nth-child(odd){
  float: left;
}
.year_w li.rank:nth-child(even){
  float: right;
}
.year_w li.norank{
  clear: both;
  width: auto;
  height: auto;
}
.each_table{
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
}
.each_prize{
  width: 120px;
  margin: 0 auto 5px;
  padding: 2px;
  text-align: center;
  background: #69A700;
  border: 1px solid rgba(51,51,51,0.1);
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
}
.sf .each_prize{
  background: #4c9bc1;
}
.thumb_area{
  float: left;
  width: 132px;
  height: auto;
  padding: 10px 5px 5px 10px;
  text-align: center;
  color: #333;
  overflow: hidden;
}
.thumb_area a{
  display: block;
}
.thumb_area img{
  max-width: 130px;
  max-height: 190px;
  border: 1px solid #DDD;
  border-radius: 2px;
}
.text_area{
  float: right;
  width: 218px;
  padding: 10px 10px 5px 5px;
  vertical-align: top;
  text-align: left;
  color: #333;
}
.title_name,
.title_name a{
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  color: #2763AC;
}
.author_name,
.author_name a{
  height: 15px;
  margin-bottom: 10px;
  line-height: 15px;
  overflow: hidden;
  font-size: 12px;
  color: #444;
}
.intro{
  max-height: 75px;
  margin-bottom: 3px;
  line-height: 15px;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
}
.intro a{
  color: #333;
}
.btn{
  margin: 5px 0;
}
.btn a{
  display: inline-block;
}
.btn span{
  display: inline-block;
  width: 106px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F6F6F6));
  background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
  background: linear-gradient(to bottom, #FFF 0%, #F6F6F6 100%);
  border: 1px solid #CCC;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.alert_text{
  margin-top: 10px;
  text-align:left;
  font-size: 12px;
  color: #333;
}
.indent{
  text-indent:1em;
  text-align:left;
  font-size: 12px;
  color: #333;
}
.other_year{/**/
  margin:5px;
  font-size:12px;
  color: #333;
}