a {
  outline: none;
}

a:link, a:visited {
  color: #ae0601;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  text-decoration: none;
}

a img {
  text-decoration: none;
}

ul {
  list-style-type: none;
  line-height: 160%;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

body {
  background: url("../images/back.png") repeat;
  color: #280606;
  font-size: 15px;
  letter-spacing: .02em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.hover:hover {
  opacity: .7;
}

h1,h2,h3 {
  margin: 0;
}

.clear {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body p {
  line-height: 180%;
}

/*----font------*/

.site-menu,
.title,
.name,
.guest,
.grand_prize h3,
.other_prize h3,
.other_prize h5 {
  font-family: 'Noto Sans Japanese', serif;
}

/*----drag------*/

::selection {
  background-color: rgba(201,197,148,.45);
}

::-moz-selection {
  background-color: rgba(201,197,148,.45);
}

/*----header------*/

header {
  background: url("../images/header-back.png") repeat;
  -moz-background-size:auto 100%;
  background-size:auto 100%; 
  width: 100%;
}

header h1 {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

header h1 img {
  width: 100%;
}

.header-illust {
  margin: 0 auto;
  max-width: 980px;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
}

/*----main------*/

.main {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 2%;
  max-width: 950px;
  overflow: hidden;
  padding: 2%;
  width: 96%;
}

/*------social--------*/

.fb_iframe_widget {
  vertical-align: top;
  margin-left: 5px;
}

#social_box {
  box-sizing: border-box;
  text-align: left;
  clear: both;
  margin: 0 auto;
  padding: 0 0 2%;
  width: 950px;
}

.hatena-bookmark-button-frame, .twitter-share-button {
  margin-right: 0;
  vertical-align: bottom;
}

/*------menu--------*/

.site-menu {
  margin: 0;
  float: left;
  font-size: 19px;
  width: 22%;
}

.site-menu li a {
  color: #530e0e;
  display: block;
  line-height: 120%;
  padding: 6% 0;
  transition: .7s;
  width: 100%;
}

.site-menu li a:hover {
  color: #ae0601;
  text-decoration: none;
}

.site-menu span {
  display: block;
  font-size: 14px;
}

.menu-header {
  margin-bottom: 6%;  
}

.site-menu img {
  max-width: 100%;
}

.site-menu ul {
  margin-bottom: 6%;
}

/*---main------*/

.contents {
  display: block;
  float: right;
  text-align: left;
  width: 72%;
}

.title {
  background: #361e1e;
  border-radius: 30px;
  color: #f9dd58;
  padding: 1% 4%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.contents strong{
  color: #973d3b;
}

.announcement {
  background-color: #3a9981;
  color: #fff;
  font-size: 18px;
  letter-spacing: .1rem;
  line-height: 140%;
  padding: 2% 4%;
  text-align: center;
}

.announcement span {
  font-size: 12px;
}

.announcement a {
  background: #fff;
  color: #007759;
  display: block;
  font-size: 14px;
  margin-top: 1%;
  word-break: break-all;
}

/*---footer------*/
.footer-menu {
  background-color: rgba(82,66,62,0.16);
  font-size: 15px;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.footer-menu li a {
  color: #3f3532;
  display: inline;
}

small {
  display: block;
  font-size: 90%;
  padding-top: 20px;
}

.footer {
  line-height: 190%;
  overflow: hidden;
  padding: 1% 0;
  text-align: center;
}

.footer a {
  color: #3f3532;
}

.footer li {
  display: inline;
  padding: 0 2%;
}

.footer a:hover {
  color: #ae0601;
  text-decoration: none;
}

.footer-menu li,
.footer li {
  border-right: 1px solid #3f3532;
  display: inline;
  font-size: 13px;
  padding: 0 30px;
}

.footer-menu li a:hover {
  color: #ae0601;
}

.footer-menu li:last-child,
.footer li:last-child {
  border: none;
}

/*---method------*/

.example {
  margin-bottom: 0;
}

.example p {
  margin-bottom: 6%;
}

.example h3 {
  font-weight: normal;
  font-size: 22px;
}

.tweet-item {
  border: solid 1px #b7b6b6;
  margin: 0 0 30px;
  padding: 4%;
}

.tweet-item h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.tweet-item ul {
  list-style: disc;
  list-style-position: inside;
}

.twitter-btn a {
  background: url("../images/tweet.png") no-repeat scroll;
  display: block;
  height: 85px;
  margin: 4% 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 452px;
}

.form {
  background-color: rgba( 212, 0, 2, 0.04);
  border: solid 1px #973d3b;
  margin-top: 4%;
  padding: 5% 6%;
}

.form h3 {
  border-bottom: solid 2px #973d3b;
  color: #973d3b;
  padding: 1% 2%;
}

.form h4 {
  color: #973d3b;
  margin: 0;
}

/*---nominate------*/

.comingsoon {
  color: rgba( 237,161,160, .50);
  font-size: 60px;
  text-align: center;
  border: solid 4px rgba( 237,161,160, .50);
}

.to-banner a img {
  margin-bottom: 30px;
  width: 100%;
}

.nominate-list li{
  font-size: 14px;
  width: 280px;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}

.nominate-list li a {
  color: #280606;
}

.nominate-list li a:hover {
  color: #ae0601;
}

.nominate-list li:nth-child(odd){
  float: left;
  clear: left;
}

.nominate-list li:nth-child(even){
  float: right;
  clear: right;
}

.nominate-list li:before{
  content: "■ ";
  color: #d9cc91;
}

/*---nominate-list------*/

.book_box_line {
  background: url("../images/line.png") repeat-x scroll bottom;
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 6%;
}

.book_box_line dt {
  float: left;
}

dl {
  margin: 0;
}

.book_box{
  overflow: hidden;
  width: 46%;
  font-size: 13px;
}

.book-img {
  background: url("../images/no-image.png") no-repeat scroll center center;
  float: left;
  min-width: 89px;
  min-height: 100px;
}

.book-img a:hover {
  background-color: #f1f1f1;
  display: block;
}

.book_box:nth-child(odd){
  float:left;
  clear: left;
  margin-right: 6%;
}

.book_box:nth-child(even){
  float:right;
  clear: right;
}

.book {
  width: 90px;
}

.book-info {
  float: right;
  width: 170px;
}

.book-info li {
  display: block;
  overflow: hidden;
}

.book-info h3 {
  font-weight: normal;
  line-height: 130%;
  margin-bottom: 10px;
}

.book-info h3 a {
  color: #973d3b;
}

.amazon a {
  border-radius: 2px;
  background-color: #8d362a;
  box-shadow: 0 2px 0 0 #d2cece;
  -moz-box-shadow: 0 2px 0 0 #d2cece;
  -webkit-box-shadow: 0 2px 0 0 #d2cece;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 4% 0 2%;
  padding: 1% 0;
  text-align: center;
  width: 80%;
}

.bookmeter a {
  border-radius: 2px;
  background-color: #3d7ca1;
  box-shadow: 0 2px 0 0 #d2cece;
  -moz-box-shadow: 0 2px 0 0 #d2cece;
  -webkit-box-shadow: 0 2px 0 0 #d2cece;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 4% 0 2%;
  padding: 1% 0;
  text-align: center;
  width: 80%;
}

.amazon a:hover,
.bookmeter a:hover {
  text-decoration: none;
  opacity: .7;
}

/*-------pager-------*/

.pager {
  background-color: #e2ddd0;
}

.pager {
  overflow: hidden;
}
 
.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
 
.pager ul li {
  margin: 0 1px;
  position: relative;
  left: -50%;
  float: left;
}
 
.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.4em 1em;
}
 
.pager ul li a {
  color: #b95656;
  text-decoration: none;
}
 
.pager ul li a:hover {
  color: #280606;
}


/*---cast------*/

.cast_list li {
  overflow: hidden;
  margin-bottom: 50px;
}

.cast_list img {
  width: 24%;
}

.name {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 10px;
}

.profile_text {
  float: right;
  width: 68%;
}

.profile_text span {
  font-size: 16px;
} 

.font_small {
  font-size:13px;
  display:block;
}

.name span {
  font-size:16px;
}

.guest-announcement {
  border: solid 1px #06835c;
  margin-bottom: 2%;
  overflow: hidden;
  padding: 4%;
}

.guest-announcement span {
  font-size: 14px;
}

.guest {
  background-color: #06835c;
  color: #fff;
  display: inline;
  margin: 0 0 2%;
  padding: 1% 2%;
}

.guest-announcement .profile_text {
  width: 63%;
}

.guest-announcement .name {
  line-height: 100%;
  padding-top: 3%;
}

.guest-announcement p {
  margin: 0;
}

.guest-announcement img {
  width: 30%;
}

/*---banner------*/

.title-banner {
  font-size: 17px;
}

.title-banner:before{
  content: "■ ";
  color: #923133;
}

.banner-a,
.banner-b,
.banner-c {
  text-indent: 100%;
  white-space: nowrap;
  margin: 2% 0;
  overflow: hidden;
}

.banner-a {
  background: url("../images/banner-a.png") no-repeat scroll center center;
  height: 65px;
  width: 380px;
}

.banner-b {
  background: url("../images/banner-b.png") no-repeat scroll center center;
  height: 200px;
  width: 200px;
}

.banner-c {
  background: url("../images/banner-c.png") no-repeat scroll center center;
  height: 246px;
  width: 468px;
}

.contents textarea {
  color: #463434;
  margin-bottom: 7%;
  height: 100px;
  width: 630px;
}

/*---winning------*/

.to_winning {
  width: 100%;
}

.contents h2 img {
  margin-bottom: 2%;
  width: 100%;
}

.grand_prize h3 {
  background-color: #ccc26a;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  padding: 0 4%;
}

.individual_award {
  background-color: #bfa68b;
}

.shame_award {
  background-color: #708da2;
  margin-top: 4%;
}

.individual_award,
.shame_award {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  padding: 0 4%;
}

.winning-book-info {
  display: block;
  float: right;
  width: 58%;
}

.winning-book-info dt {
  float: left;
}

.winning-book-info ul {
  line-height: 190%;
  padding: 4% 0;
}

.grand_prize .winning-book-box img {
  float: left;
  margin: 0 0 4% 4%;
  width: 30%;
}

.winning-book-box img {
  float: left;
  margin: 0 0 2% 10%;
  width: 24%;
}

.winning-book-box {
 padding: 6% 0 4%;
 overflow: hidden;
}

.winning-book-box .amazon a {
  background-color: #c36b5f;
  font-size: 18px;
  padding: 2% 0;
}

.other_prize h4 {
  color: #514a4a;
  font-size: 22px;
  border-bottom: solid 2px #dcd9d8;
  margin: 5% 0 0;
  padding-bottom: 2px;
  text-align: center;
}

.other_prize h5,
.other_prize .shame_award_title {
  border: none;
  color: #514a4a;
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 1%;
  text-align: left;
}

.grand_prize .winning-book-info h4 {
  color: #514a4a;
  font-size: 24px;
  margin: 0 0 2%;
}

/*---to-top------*/
#page-top {
  background: url("../images/to-top.png") no-repeat scroll center center;
  -moz-background-size: 100% auto;
  background-size: 100% auto; 
  bottom: 20px;
  height: 57px;
  position: fixed;
  right: 20px;
  width: 57px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


@media screen and (max-width: 736px) {
  #page-top,
  .mean-nav img {
    display: none !important;
  }

  /*---header------*/
  header h1 {
    margin-top: 50px;
    width: 100%;
  }
  
  header {
    background: none;
    min-width: initial;
  }
  
  #social_box {
    margin: 0;
    padding: 2% 0;
    width: 100%;
    text-align: center;
  }
  
  .mean-container .mean-bar {
    position: fixed !important;
    top: 0;
    z-index: 10  !important;
  }
  
  /*---main------*/
  .main {
    margin: 0 2%;
    padding: 5% 2%;
    width: 96%;
  }
  
  .contents {
    float: none;
    margin: 0 auto;
    width: 90%;
  }
  
  .title {
    font-size: 1.2rem;
    height: auto;
    margin-bottom: 4%;
    overflow: visible;
    padding: .5% 4%;
  }
  
  .announcement {
    font-size: 13px;
    letter-spacing: 0.07rem;
  }

  .announcement span {
    font-size: 10px;
  }
  
  .announcement a {
    font-size: 12px;
    letter-spacing: 0.04rem;
    padding: 1%;
  }
  
  .title span {
    left: 10%;
    position: static;
  }
  
  /*---footer------*/

  .footer-menu {
    margin-top: 0;
    font-size: .8rem;
  }

  small {
    font-size: 80%;
  }

  .footer-text li {
    font-size: .6rem;
    padding: 0 2%;
  }
  
  /*---method------*/
  
  .tweet-item h3 {
    line-height: 150%;
  }
  
  .twitter-btn a {
    height: 0;
    padding-top: 23.55%;
    width: 100%;
    -moz-background-size:100% auto;
    background-size:100% auto;
  }
  
  .form h3 {
    line-height: 150%;
  }
  
  .form {
    padding: 4%;
    font-size: 13px;
  }
  
  /*---nominate------*/

  .nominate-list li:nth-child(odd),
  .nominate-list li:nth-child(even) {
    float: none;
  }
  
  .comingsoon {
    font-size: 40px;
    margin: 0 0 4%;
  }
  
  /*---banner------*/
  
  .contents textarea {
    width: 100%;
  }
  
  .banner-a,
  .banner-c {
    height: 0;
    width: 100%;
    -moz-background-size:100% auto;
    background-size:100% auto;
  }
  
  .banner-a {
    padding-top: 17.10%;
  }
  
  .banner-c {
    padding-top: 52.56%;
  }
  
  /*---cast------*/
  
  .cast_list .left {
    float: left;
    margin: 0 8% 6% 0;
    width: 30%;
  }
  
  .profile_text {
    float: none;
    width: auto;
  }
  
  .name {
    line-height: 140%;
  }
  
  .name span {
    display: block;
  }
  
  .guest-announcement img {
    width: 30%;
    float: left;
    margin: 0 8% 6% 0;
  }
  
  .guest-announcement .profile_text {
    width: auto;
  }
  
  /*---nominate-list------*/
  
  .book-info {
    float: none;
    width: 100%;
  }

  .book-img {
    background-position: center 26%;
    margin-bottom: 8%;
    text-align: center;
    -moz-background-size: 36% auto;
    background-size: 36% auto;
    width: 100%;
  }

  .book_box {
    font-size: 12px;
  }
  
  .amazon a {
    width: 100%;
  }
  
  .bookmeter a {
    width: 100%;
  }

  /*---winning------*/
  
  .header-winning {
    height: 0;
    margin-bottom: 20px;
    padding-top: 16.9%;
    width: 100%;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  
  .grand_prize h3,
  .other_prize h3 {
    font-size: 18px;
  }

  .other_prize h4 {
    line-height: 100%;
  }

  .winning-book-box {
    padding: 6% 0 10%;
  }

  .winning-book-box img {
    margin: 0 0 2% 3%;
  }
  
  .grand_prize .winning-book-box img {
    margin: 0 0 4% 0;
  }
  
  .winning-book-info {
    width: 64%;
  }
  
  .winning-book-box .amazon a {
    font-size: 16px;
    width: 90%;
  }
  
  .winning-book-info ul {
    font-size: 13px;
    line-height: 160%;
    padding: 1% 0;
  }
  
  .grand_prize .winning-book-info h4 {
    font-size: 20px;
    margin: 0 0 2%;
  }

  .winning-book-info h4,
  .other_prize h5,
  .other_prize .shame_award_title {
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 2%;
  }
}
