@charset "utf-8";

/* layout
-------------------------------------------------------------*/
.co_container_box_inner{
  margin: 0;
  padding: 10px 0;
}
.contents_right{
  float: right;
  width: 801px;
  text-align: center;
}
.clearfix:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* tab_wrapper
-------------------------------------------------------------*/
.tab_wrapper{
  width: 100%;
  height: 55px;
  margin: 3px 0 15px;
  border-bottom: 1px solid #3BB280;
}
.tab_wrapper .each_tab{
  float: left;
  list-style: none;
  text-align: center;
  width: 31%;
  padding: 0 5px 0 5px;
}
.tab_wrapper .each_tab li{
  height: 45px;
  margin-top: 8px;
  width: 100%;
  border: 1px solid #AAA;
  border-bottom: none !important;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}
ul.each_tab li.selected{
  height: 55px;
  margin-top: 0;
  border: 1px solid #3BB280;
}
.tab_wrapper .each_tab li span,
.tab_wrapper .each_tab li a{
  display: block;
}
ul.each_tab li .tab_text{
  display: block;
  height: 46px;
  background: #FFF;
  color:#666;
  font-weight:bold;
  font-size: 18px;
  line-height: 49px;
  border-radius: 4px 4px 0 0;
}
ul.each_tab li.selected a{
  color:#3BB280;
}
ul.each_tab li.selected .tab_text{
  height: 48px;
  border-top: 7px solid #3BB280;
  border-bottom: 1px solid #fff;
  color: #3BB280;
}
ul.each_tab li a:hover{
  text-decoration: none;
}
ul.each_tab li:hover div{
  background: #EEEEEE;
}

/* contents
-------------------------------------------------------------*/
.manga_link{
  margin: 10px 10px 5px;
  text-align: right;
  font-size: 14px;
}
.prize_outline{
  text-align:center;
  margin:5px auto;
}
.prize_outline p{
  text-align:left;
  padding:5px;
  font-size:12px;
}
.award_box{
  margin:0 5px 20px;
}
.award_box a{
  display: block
}
.award_box a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.common_title{
  position:relative;
  min-height: 27px;
  line-height:27px;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
}
.common_title a{
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
}
.f_right{
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common_title a:hover .f_right{
  opacity: 0.8;
}
.skyblue_title{
  background: #37b5ed;
  text-shadow: 0 -1px 0 #4aa5ce;
}
.skyblue_inner{
  border: 1px solid #37b5ed;
  border-top:none;
}
.deep_green_title{
  background: #00b17f;
  text-shadow: 0 -1px 0 #3DA0C4;
}
.deep_green_inner{
  border: 1px solid #00b17f;
  border-top:none;
}
.dark_blue_title{
  background: #1445a1;
}
.dark_blue_inner{
  border: 1px solid #1445a1;
  border-top:none;
}
.blue_title{
  background: #13a8ec;
}
.blue_inner{
  border: 1px solid #13a8ec;
  border-top:none;
}
.light_green_title{
  background: #61cfc0;
}
.light_green_title a{
  color:#456;
}
.light_green_inner{
  border: 1px solid #61cfc0;
  border-top:none;
}
.note{
  border-bottom: 1px solid #DDD;
  font-size: 12px;
  padding: 5px;
}
.nominate_box_list{
  list-style: none;
  background: #FFF;
  padding: 13px 5px;
}
.nominate_box_list:after{
  content: " ";
  display: block;
  clear: both;
}
.nominate_box_list li{
  width: 20%;
  margin: 0;
  text-align: center;
  float: left;
}
.nominate_box_list li div.thumbnail{
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 170px;
  margin: 0 auto 5px;
}
.nominate_box_list li div.thumbnail a{
  width: 120px;
  height: 170px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.nominate_box_list li div.thumbnail img{
  max-width:120px;
  max-height:170px;
}
.nominate_box_list li div.title_name{
  width: 120px;
  height: 14px;
  line-height: 1.2;
  margin: 0 auto 5px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
}
.nominate_box_list li div.btn_area img{
  width: 100px;
}
.more{
  background: #FAFAFA;
  padding: 8px 4px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0 0 3px 3px;
}
a .more{
  display: block;
}
a .more.skyblue_inner{
  color: #0088c5;
}
a .more.deep_green_inner{
  color: #00845e;
}
a .more.dark_blue_inner{
  color: #1445a1;
}
a .more.blue_inner{
  color: #0088c5;
}
a .more.light_green_inner{
  color: #456;
}