@charset "UTF-8";

/* common_setting 共通
-------------------------------------------------------------*/
.content_wrapper {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.contents_pc {
  float: right;
  width: 770px;
  background: #bde5f2;
}
.contents_pc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.margin_top20{
  margin-top: 20px;
}
ul, li {
  list-style: none;
}
.color_r {
  color: #d00;
}

/* entry / result_link_area
-------------------------------------------------------------*/
.result_link_area a {
  display: block;
  text-decoration: none;
}
.result_link_area a:hover {
  opacity: 0.6;
}
.resultprize {
  width: 85%;
  margin: 15px auto 10px;
  padding: 10px 0 8px;
  border: 1px #fcad06 solid;
  background: #fcad06;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 24px;
  text-shadow: 0 1px 1px #666;
  text-align: center;
}
span.br_sp {
  margin-left: 6px;
}

/* entry / prize_fin
-------------------------------------------------------------*/
.prize_fin{
  margin: 15px auto 10px;
  text-align: center;
  color: #ff0000;
  font-size: 22px;
}
br.sp_long { display: none;}

/* entry / desc_area
-------------------------------------------------------------*/
.desc_area {
  margin: 15px 10px;
}
.desc_area img{
  width:480px;
}
.desc_area .desc_tx{
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
.desc_area .desc_tx span.pink{
  color: #ff6e78;
  font-weight: bold;
}
.desc_area .bigfont {
  font-size: 22px;
}
.desc_area  .c_red {
  color: #d20210;
}

/* entry / desc_area bottom
-------------------------------------------------------------*/
.desc_area.bottom {
  background: #fff;
}
.desc_area dl {
  text-align: left;
}
.desc_area dt p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #333;
  padding: 5px;
}
.desc_area dt p:before {
  content: "■";
  display: inline;
}
.desc_area dd {
  padding: 7px 20px 0;
}
.desc_area dd p {
  font-size: 15px;
}
.desc_area dd p.attention {
  padding-left: 1em;
  text-indent: -1em;
}
.desc_area div.h-left {
  font-size: 14px;
  padding: 10px;
  border-top: 10px #fff100 solid;
}
.term_end {
  padding: 15px;
  font-size: 20px;
}

/* entry / influencer_area
-------------------------------------------------------------*/
section.influencer_area {
  width: 730px;
  margin: 0 auto;
}
section.influencer_area img {
  width: 100%;
  border: 1px #eee solid;
}
.influencer_area .comment {
  width: 88%;
  height: 40px;
  line-height: 41px;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  background: #fde700;
  border-radius: 25px;
  margin-bottom: 6px;
}
.influencer_area ul.photo {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
}
.influencer_area ul.photo li {
  display: table-cell;
  position: relative;
}
ul.photo li:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  right: 35%;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #fde700 transparent transparent transparent;
}

/* entry / toplink_area
-------------------------------------------------------------*/
.toplink_area {
  width: 98%;
  margin: 0 auto 12px;
}
.toplink_area a {
  width: 25%;
  float: left;
  display: block;
  text-align: center;
}

/* entry / error_mess_area
-------------------------------------------------------------*/
.error_mess_area {
  font-size: 20px;
  color: #f00;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

/* entry / menu_bg_area
-------------------------------------------------------------*/
ul.menulink {
  position: relative;
  height: 65px;
  border-bottom: 1px #fcad06 solid;
}
ul.menulink li {
  position: absolute;
  display: inline-block;
  width: 20%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 20px;
  height: 45px;
  line-height: 46px;
  bottom: 0;
  cursor: pointer;
}
ul.menulink li a {
  display: block;
  font-size: 20px;
  height: 45px;
  color: #fff;
  text-decoration: none;
}
ul.menulink li:last-child {
}
ul.menulink li.boy {
  background: #0185E5;
  color: #fff;
  left: 0;
}
ul.menulink li.girl {
  background: #FF6E78;
  left: 20%;
}
ul.menulink li.tl {
  background: #ffca00;
  left: 40%;
}
ul.menulink li.bl {
  background: #00AAE6;
  left: 60%;
}
ul.menulink li.novel {
  background: #3bb280;
  left: 80%;
}
ul.menulink li.selected {
  border-top: 3px #fcad06 solid;
  border-right: 1px #fcad06 solid;
  border-left: 1px #fcad06 solid;
  background: #FFF;
  font-weight: bold;
/*  padding: 11px 0 0 0;*/
  height: 60px;
  bottom: -2px;
}
ul.menulink li.selected a {
  display: block;
  font-size: 20px;
  color: #333;
  padding: 11px 0 0 0;
  height: 56px;
}
ul.menulink li.selected + li {
  border-left: none;
}
ul.menulink li span {
  /* display: inline; */
  /* line-height: 17px; */
}

/* entry / tab_inner
-------------------------------------------------------------*/
.tab_inner{
  margin:0 auto;
  padding-bottom: 5px;
  border-left: 1px #fcad06 solid;
  border-right: 1px #fcad06 solid;
  border-bottom: 1px #fcad06 solid;
  background: #fff;
  text-align:left;
}
.tab_inner .right_tx{
  text-align: right;
  font-size: 10px;
  padding: 4px 5px 0;
}

/* entry / tab_inner entry_box
-------------------------------------------------------------*/
ul.point_table {
  display: table;
  table-layout: fixed;
  margin: 0 8px;
}
ul.point_table:last-child li {
  border-bottom: none;
}
ul.point_table li {
  display: table-cell;
  width: 33.3%;
  text-align: center;
  overflow: hidden;
  padding: 15px 10px;
  border-bottom: 1px #ccc dotted;
  border-right: 1px #ccc dotted;
}
ul.point_table li:last-child {
  border-right: none;
}
.entry_box_title{
  display: inline-block;
  margin: 0 auto;
}
.entry_box .thumbnail {
  display: table-cell;
  height: 245px;
  width: 185px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border: solid 7px #c19a28;
  border-top: solid 7px #ffeebc;
  border-left: solid 7px #ffd65f;
  box-shadow: 1px 2px 3px #e6e6e6;
}
.entry_box .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  border: 1px #eee solid;
}
.entry_box_contents {
  text-align: left;
}
.entry_box_contents .title_name {
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  margin: 5px 0 2px;
  text-align: center;
}
.entry_box_contents .title_name a {
  color: #000;
}
.entry_box_contents a.muryou_btn {
  width: 185px;
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  margin: 5px auto 10px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}
.entry_box_contents a.muryou_btn:hover {
  opacity: 0.6;
}
.entry_box_contents a.muryou_btn.btn {
  background: #ffd840;
  border-top: 1px solid #ffdf62;
  border-bottom: 2px solid #d2a33a;
  border-right: 1px solid #d2a33a;
  color: #333;
}
.entry_box_contents a.muryou_btn.btn1,
.entry_box_contents a.muryou_btn.btn2,
.entry_box_contents a.muryou_btn.btn3 {
  background: #d90000;
  border-top: 1px solid #ff6f6f;
  border-bottom: 2px solid #af0000;
  border-right: 1px solid #af0000;
  color: #FFF;
}
.entry_box_contents .review_title {
  color: #f00;
}
.entry_box_contents .review_txt {
  font-size: 13px;
  line-height: 1.3em;
}
.entry_box .entry_area {
  width: 80%;
  margin: 10px auto 0;
}
.entry_area .entbutton{
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  text-decoration: none;
}
.entry_area .entbutton.entry{
  border: 1px #FF5722 solid;
  border-bottom: 2px #c53d12 solid;
  border-right: 1px #c53d12 solid;
  background: #fc7906;
  color: #fff;
  cursor: pointer;
}
.entry_area .entbutton.entry:hover {
  opacity: 0.6;
}
.entry_area .entbutton.end {
  border: 1px #ccc solid;
  background: #eee;
  color: #888;
}
ul.point_table li.blank_area {
  vertical-align: middle;
}
.prize_logo img {
  width: 80%;
}

.login_area {
  margin: 15px 0;
}
.login_area .top_box {
  font-size: 16px;
  padding-bottom: 5px;
}
.login_area .loginbox {
  display: inline-block;
  margin: 0 10px;
}

/* entry / mdet_area
-------------------------------------------------------------*/
section.mdet_area {
  padding: 15px;
  text-align: left;
}
ul.mdet_block {
  margin-bottom: 10px;
  font-size: 14px;
}
ul.mdet_block li {
  padding-bottom: 10px;
}
.mdet_block p {
  font-size: 14px;
}
.mdet_block p.mdet_subtitle {
  font-size: 16px;
  font-weight: bold;
}
a.prev_y_link {
  position: relative;
  padding-left: 10px;
  text-decoration: underline;
}
a.prev_y_link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 2px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #06F;
}

/* entry / not_bunner
-------------------------------------------------------------*/
.bg_wall_wrapper .h-center.padding_bottom10 {
  display: none;
}

/* entry_end / endentry_area
-------------------------------------------------------------*/
.endentry_area {
  display: table;
  width: 80%;
  margin: 10px auto;
}
.endentry_area img {
  width: 100%;
  max-width: 160px;
}
.endentry_area .left {
  width: 160px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.endentry_area .right {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.endentry_area .right:before {
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent #fad700 transparent;
}
.right_txt.txt1 {
  position: relative;
  display: block;
  padding: 5px;
  border-radius: 10px;
  background: #fad700;
  margin-left: 10px;
  font-size: 18px;
}
.right_txt.txt2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.endentry_area + div.h-center {
  font-size: 20px;
}
br.pc_none {
  display: none;
}

/* entry_end / entry_data_area
-------------------------------------------------------------*/
.entry_data_area {
  margin: 0 auto 10px;
  width: 600px;
  border: 1px #ccc solid;
  padding: 7px 10px;
  background: #fff;
  text-align: left;
}
.entry_data_area .left {
  float: left;
  padding-right: 10px;
  width: 185px;
}
.entry_data_area img {
  width: 100%;
  border: 1px #ccc solid;
}
.entry_data_area .right {
  float: left;
  width: 390px;
}
.entry_data_area .title_name {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 2px;
  width: 100%;
  color :#333;
  font-weight: bold;
}
.entry_data_area .title_name a {
  color :#333;
}
.entry_data_area .review_com {
  color: #f00;
  font-size: 14px;
  padding-top: 6px;
}
.review_block {
  font-size: 14px;
}

/* entry_end / more_entry_area
-------------------------------------------------------------*/
.more_entry_area {
  margin: 15px auto 25px;
  width: 540px;
}
.more_entry_area div{
  text-align: center;
  font-size: 18px;
}
.more_entry_area p {
  padding-bottom: 6px;
  font-size: 18px;
}
.more_entry_area div.linkbox {
  position: relative;
  display: inline-block;
  width: 20%;
  float: left;
  background: #fff;
  border: 1px #faaf00 solid;
}
.more_entry_area a, .more_entry_area span {
  display: block;
  width: 100%;
  height: 65px;
  text-align: center;
  /* border: 1px #faaf00 solid; */
  /* background: #fff; */
  color: #fa5300;
  font-size: 18px;
  line-height: 1.1em;
  padding: 14px 0 0 0;
  text-decoration: none;
}
.more_entry_area a:hover {
  opacity: 0.6;
}
.more_entry_area span {
  color: #666;
  /* background: #fff; */
}
.endmark {
  position: absolute;
  opacity: 0.6;
}
.endmark img {
  height: 60px;
}
.endmark.mark1 {
  top: 4%;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.endmark.mark2 {
  top: 11%;
  left: 50%;
  margin-left: -28px;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.endmark.mark3 {
  top: 2%;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
.endmark.mark4 {
  top: 2%;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: rotate(-26deg);
  transform: rotate(-15deg);
}
.backlink_area a {
  display: block;
  width: 80%;
  border: 1px #fcad06 solid;
  border-radius: 6px;
  background: #fcad06;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
  }
.backlink_area a:hover {
  opacity: 0.6;
}

/* entry_end / other_area
-------------------------------------------------------------*/
.other_area {
  margin: 30px auto 0;
}
.other_area .subti {
  background: #fad700;
  padding: 2px 0 2px 5px;
  font-size: 18px;
  text-align: left;
}
.other_area .linkblock {
  width: 96%;
  margin: 5px auto;
}
.other_area .linkblock li {
  margin: 2px 1%;
  width: 14.6%;
  float: left;
}
.other_area li .list_wrapper a {
  display: block;
}
.other_area li .thumbnail{
  display: table-cell;
}
.other_area img {
  width: 100%;
  max-height: 160px;
  border: 1px #ccc solid;
}
.linkblock .title_name{
  height: 19px;
  overflow: hidden;
  color: #333;
  font-size: 10px;
  line-height: 19px;
}
.more_entry_area.btn .linkblock a {
  display: block;
  margin: 0 auto 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  background: #fc7906;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: 1px #ffb16c solid;
  border-bottom: 2px #c53d12 solid;
  border-right: 1px #c53d12 solid;
}

/* entry_end / bottom
-------------------------------------------------------------*/
div#GA_cpbunner_buy_sp {
  margin-left: 170px;
  text-align: center;
}

/* countdown */
.gamen_countdown {
  margin: 0 auto 15px;
  width: 94%;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 5px 0;
  text-align: center;
}
#CDT {
  font-size: 24px;
  margin: 0px;
  font-weight: bold;
}
#CDT span {
  display: inline-block;
}
#CDT .number-wrapper {
  margin: 4px;
  position: relative;
}
#CDT .number {
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 6px;
  height: 40px;
  line-height: 42px;
  font-size: 125%;
}
#CDT .line {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 52%;
  left: 0;
  background: #000;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}


.denkomi2018_area {
  margin: 7px auto 0;
  border: 2px #ff8f00 solid;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 80%;
}
.denkomi2018_area .title {
  text-align: center;
  margin: 0 auto;
  background: #FFC107;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
}
.denkomi2018_area .title img {
  width: 80%;
}
.denkomi2018_area .contents {
  background: #fff;
  padding: 10px 25px 5px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.denkomi2018_area .contents .left {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.denkomi2018_area .contents .left img {
  width: 100%;
}
.denkomi2018_area .result_title {
  font-size: 18px;
  font-weight: bold;
}
.result_comm {
  font-size: 14px;
}

.denkomi2018_area .right_text {
  font-size: 12px;
  padding-top: 5px;
  text-decoration: underline;
}

/* entry / campaign_area
-------------------------------------------------------------*/
.campaign_area {
  width: 747px;
  margin: 20px auto;
  background: #fff;
}
.campaign_area .cam_title {
  background: #333;
  color: #fff;
  font-size: 28px;
  height: 42px;
  line-height: 44px;
  letter-spacing: 1px;
}

/* entry / link_area
-------------------------------------------------------------*/
.link_area {
/*  margin: 10px auto; */
  text-align: center;
}
.link_area a {
  display: inline-block;
/*  margin: 6px 4px;*/
}
.link_area img {
/*  width: 350px; */
/*  border: 1px solid #666; */
}
.pagetop_link {
  text-align: right;
  margin-right: 20px;
}
.pagetop_link a {
  font-size: 17px;
  text-decoration: underline;
}
.toplink_area.end a {
  width: 33.3%;
}

/* entry / popup_area
-------------------------------------------------------------*/
.popup_area {
  position: absolute;
  z-index: 10000;
  width: 600px;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
}
.popup_area .popup_inner {
  position: relative;
  padding: 10px 0 20px;
  margin: 0 auto;
  max-width: 480px;
}
.popup_area .btn_or {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 22px;
  background: #fcad06;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}
.popup_area .title_inner {
  background: #fff;
  width: 100%;
  margin: 30px auto 5px;
}
.popup_area .title_inner .ie_radius1 {
  display: table-cell;
  max-width: 170px;
  min-width: 120px;
  padding:0 8px;
}
.popup_area .title_inner .ie_radius1 a {
  display: block;
}
.popup_area .title_inner .ie_radius1 img {
  width:100%;
  border: 1px solid #DDD;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.popup_area .title_inner .ie_radius2 {
  display: table-cell;
  max-width: 310px;
  min-width: 180px;
  padding-right: 15px;
  vertical-align:top;
  text-align:left;
}
.popup_area .title_inner .ie_radius2 .title_name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #345;
  line-height: 18px;
  text-align: left;
}
.popup_area .title_inner .ie_radius2 .title_name a {
  color: #345;
}
.popup_area a.muryou_btn {
  width: 95%;
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  margin: 6px 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}
.popup_area a.muryou_btn.btn {
  background: #ffd840;
  border-top: 1px solid #ffdf62;
  border-bottom: 2px solid #d2a33a;
  border-right: 1px solid #d2a33a;
  color: #333;
}
.popup_area a.muryou_btn.btn1,
.popup_area a.muryou_btn.btn2,
.popup_area a.muryou_btn.btn3 {
  background: #d90000;
  border-top: 1px solid #ff6f6f;
  border-bottom: 2px solid #af0000;
  border-right: 1px solid #af0000;
  color: #FFF;
}
.popup_area a.muryou_btn.btn1:hover,
.popup_area a.muryou_btn.btn2:hover,
.popup_area a.muryou_btn.btn3:hover,
.popup_area a.muryou_btn.btn:hover {
  opacity: 0.7;
}
.popup_area .title_inner .ie_radius2 .comment {
  color: #fd0505;
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0 0;
}
.popup_area .title_inner .ie_radius2 .review {
  margin: 3px 0;
  text-align:left;
  font-size: 14px;
  line-height: 18px;
  color:#345;
}
.entry_area .entbutton.login {
  border: 1px #f00 solid;
  background: #fff;
  color: #f00;
}
.entry_area .entbutton.login:hover {
  background: #ffe0e0;
}
.popup_area .caption {
  margin: 5px 0 0;
  font-size: 14px;
}
.new_overlayarea {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 500;
}

.entry_area span, .entry_area a, .popup_area a.muryou_btn, .more_entry_area.btn .linkblock a, .entry_box_contents a.muryou_btn,.entry_area .entbutton, .tweet_area a p {
  position: relative;
}
.entry_area span:before, .entry_area a:before, .popup_area a.muryou_btn:before, .more_entry_area.btn .linkblock a:before, .entry_check_area .noentry a:before, .entry_box_contents a.muryou_btn:before, .entry_area .entbutton:before, .tweet_area a p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  margin: -4px 2px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FFF;
}
.entry_area .entbutton.login:before {
  border-color: transparent transparent transparent #f00;
}
.entry_box_contents a.muryou_btn.btn:before,
.popup_area a.muryou_btn.btn:before {
  border-color: transparent transparent transparent #333;
}
.entry_area .entbutton.end:before {
  border-color: transparent transparent transparent #eee;
}

/* entry_end / thx_entry
-------------------------------------------------------------*/
.thx_entry {
  margin: 20px auto;
  width: 747px;
  background: #fff;
  text-align: center;
}
.thx_entry.nomargin {
  margin: 0 auto 20px;
}
.thx_entry .tweet_area {
  padding: 10px 0;
}
.thx_txt{
  padding: 5px 0 20px;
}
.thx_txt p {
  text-align: center;
  font-size: 18px;
}

/* entry_end / tweet_area
-------------------------------------------------------------*/
.tweet_area a {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 45px;
  line-height: 45px;
  background: #1da1f2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}
.tweet_area a:hover {
  opacity: 0.8;
}
.tweet_area img {
  width: 90%;
  max-width: 360px;
}
.tweet_area a p {
  color: #fff;
  font-size: 24px;
}
.tweet_area.tweet_author a p {
  font-size: 17px;
}
.tweet_area.tweet_author a + a {
  margin-top: 10px;
}

/* entry / bottom SNS
-------------------------------------------------------------*/
.btn_areas {
  width: 97%;
  margin: 10px auto;
}
.btn_areas img:hover {
  opacity: 0.8;
}

/* entry / sns_share_area
-------------------------------------------------------------*/
.sns_share_area a {
  display: block;
  position: relative;
  margin: 25px auto 30px;
  padding: 0 25px 0 50px;
  color: #fff;
  width: 650px;
  height: 50px;
  line-height: 50px;
  background: #1da1f2;
  border: 1px #7cc7f5 solid;
  border-bottom: 2px #1285cc solid;
  border-right: 1px #1285cc solid;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.sns_share_area a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  margin: -5px 0 0 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFF;
}
.sns_share_area a p {
  font-size: 22px;
  color: #fff;
}
.sns_share_area a:hover {
  opacity: 0.8;
}
.sns_share_area img {
  position: absolute;
  top: 0;
  left: 80px;
  height: 48px;
}

/* entry / anime2
-------------------------------------------------------------*/
.anime2_txt {
  padding: 0 0 15px;
  font-size: 14px;
  color: #f00;
}
.padding_b25 {
  padding-bottom: 25px;
}
.desc_area dd p.attention {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
br.sp_narrow {
  display: none;
}
p.anime2cap {
  padding-top: 2px;
  text-decoration: underline;
  color: #f00;
  font-size: 14px;
}
.imgbox a:hover p.anime2cap {
  opacity: 0.7;
}

/* entry_end / anime2
-------------------------------------------------------------*/
.vote_anime2_area {
  margin-bottom: 30px;
  border-top: 2px dotted #abc;
  border-bottom: 2px dotted #abc;
  padding: 10px 0 0;
}
.anime2_txt {
  padding: 0 0 15px;
  font-size: 14px;
  color: #f00;
}
.imgbox a {
  display: inline-block;
}
.vote_anime2_area + .entry_data_area {
  border: none;
}


.title_frees .mark {
  background: #d00;
  color: #fff;
  text-align: center;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  margin: 0 auto 5px;
  font-size: 16px;
}

/* menu
------------------------------*/
.menu {
  display: table;
  table-layout: fixed;
  border-spacing: 6px 0;
  width: 740px;
  margin: 10px auto;
  text-align: center;
}
.menu li {
  display: table-cell;
  vertical-align: middle;
}
.menu a {
  display: block;
  border: 1px solid #000;
  border-radius: 3px;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  text-decoration: none;
  position: relative;
}
.menu.top a {
  height: 60px;
  line-height: 60px;
}
.menu.bottom a {
  height: 52px;
  line-height: 52px;
}
.menu.bottom span {
  display: block;
  width: 100%;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
}
.menu a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -5px 2px 0 5px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
.menu a:hover {
  background: #555;
  color: #fff;
  text-decoration: none;
}


/* link_area
------------------------------*/
.link_area {
  margin-top: 15px;
  background: #fff;
  padding-top: 10px;
}
.link_area .watari a {
  position: relative;
  display: inline-block;
  width: 250px;
  margin-right: 10px;
  background: #ea5505;
  border: 1px solid #ea5505;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 9px 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.link_area .watari a:last-child {
  margin: 0;
}
.link_area .watari a span {
  display: block;
}
.link_area .watari a:hover {
  opacity: 0.8;
}
.link_area .watari a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -5px 2px 0 5px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
.link_area .pagetop_link {
  text-align: right;
  margin: 15px 5px 0;
}



/* descript_area
------------------------------*/
.descript_area.pcc {
  margin: 10px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
}
.descript_inner p {
  font-size: 16px;
}
.descript_area .title {
  padding: 7px 15px 3px;
  background: #FFECEC;
  border: 1px solid #FF9393;
  border-bottom: none;
  border-radius: 13px 13px 0 0;
  font-size:16px;
  font-weight:bold;
  color: #F44336;
}
.descript_area.pcc .title {
  font-size: 20px;
}
.descript_inner {
  padding: 13px 18px;
  background: #FFF;
  border: 1px solid #FF9393;
  border-radius: 0 0 13px 13px;
}
.descript_inner dt {
  font-weight: bold;
}
.descript_inner dd + dt {
  margin-top: 10px;
}
.pcc .descript_inner dd + dt {
  margin-top: 15px;
}
.descript_inner dd a {
  text-decoration:underline;
}
.descript_inner .note{
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #FF9393;
  font-size: 12px;
}

.descript_inner .end_txt {
  text-align: center;
  font-size: 20px;
  padding-bottom: 12px;
  color: #d00;
  font-weight: bold;
  text-decoration: underline;
}


.loglink {
  text-align: right;
  width: 86%;
  margin: 0 auto 5px;
  font-size: 14px;
}
.loglink a {
  color: #000;
  text-decoration: underline;
}
.loglink span.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 2px 0 10px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
}
