@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: #fef6cc;
}
.margin_top20{
  margin-top: 20px;
}
ul, li {
  list-style: none;
}

/* entry / result_link_area
-------------------------------------------------------------*/
.result_link_area {
  width: 85%;
  margin: 15px auto 10px;
}
.result_link_area a {
  display: block;
  text-decoration: none;
}
.result_link_area a:hover {
  opacity: 0.6;
}
.resultprize {
  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: 10px 0 15px;
}
.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;
}

/* 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;
  box-sizing: border-box;
}

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

/* entry / menu_bg_area
-------------------------------------------------------------*/
ul.menulin {
  font-size: 16px;
}
ul.menulin li {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px #fcad06 solid;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
ul.menulin li:last-child {
/*  border-right: 1px #9e9e9e solid;*/
}
ul.menulin li.cat1 {
  background: #0185E5;
  color: #fff;
}
ul.menulin li.cat2 {
  background: #FF6E78;
  color: #fff;
}
ul.menulin li.cat3 {
  background: #ffca00;
  color: #fff;
}
ul.menulin li.cat4 {
  background: #00AAE6;
  color: #fff;
}
ul.menulin li.selected {
  border-top: 3px #fcad06 solid;
  border-right: 1px #fcad06 solid;
  border-left: 1px #fcad06 solid;
  border-bottom: 1px #fff solid;
  background: #FFF;
  color: #333;
  padding: 18px 0 10px;
  cursor: auto;
  font-weight: bold;
}
ul.menulin li:hover {
  opacity: 0.7;
}
ul.menulin li.selected:hover {
  opacity: 1;
}
ul.menulin li.selected + li {
  border-left: none;
}

/* 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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%;
  box-sizing: border-box;
}
.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-box-sizing: border-box;
  box-sizing: border-box;
  -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 {
  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 {
  margin: 10px auto 0;
}
.entry_area .entbutton{
  display: inline-block;
  width: 60%;
  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;
}
.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 {
  width: 94%;
  margin: 30px auto;
  text-align: left;
}
ul.mdet_block {
  font-size: 14px;
}
ul.mdet_block li {
}
ul.mdet_block li + li {
  margin-top: 12px;
}
.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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 / tweet_area
-------------------------------------------------------------*/
.tweet_area a {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 45px;
  line-height: 45px;
  background: #1da1f2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}
.tweet_area img {
  width: 90%;
  max-width: 360px;
}

/* entry_end / entry_data_area
-------------------------------------------------------------*/
.entry_data_area {
  margin: 10px auto;
  width: 80%;
  border: 1px #ccc solid;
  padding: 7px 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.entry_data_area .left {
  float: left;
  padding-right: 20px;
  width: 185px;
}
.entry_data_area img {
  width: 100%;
  border: 1px #ccc solid;
  box-sizing: border-box;
}
.entry_data_area .right {
  float: left;
  width: 370px;
}
.entry_data_area .title_name {
  font-size: 15px;
  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;
}

/* entry_end / more_entry_area
-------------------------------------------------------------*/
.more_entry_area {
  margin: 5px auto 10px;
  width: 96%;
}
.more_entry_area div{
  text-align: center;
  font-size: 18px;
}
.more_entry_area div.linkbox {
  position: relative;
  display: inline-block;
  width: 25%;
  float: left;
}
.more_entry_area a, .more_entry_area span {
  display: block;
  width: 100%;
  height: 65px;
  text-align: center;
  border: 1px #faaf00 solid;
  background: #fffeeb;
  color: #fa5300;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 1.1em;
  padding: 12px 0 0 0;
  text-decoration: none;
}
.more_entry_area a:hover {
  opacity: 0.6;
}
.more_entry_area span {
  color: #666;
}
.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;
  box-sizing: border-box;
}
.linkblock .title_name{
  height: 19px;
  overflow: hidden;
  color: #333;
  font-size: 10px;
  line-height: 19px;
}

/* 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#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;
}
.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: 14px;
  padding-top: 5px;
  text-decoration: underline;
}


.loglink {
  text-align: right;
  width: 85%;
  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;
}

.btn_areas {
  width: 97%;
  margin: 0 auto;
}
