@charset "UTF-8";

/* common_setting 共通
-------------------------------------------------------------*/
div.content_wrapper {
  width: 990px;
  padding: 15px 0 1px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.contents_pc {
  float: right;
  width: 770px;
  margin: 0;
  padding-bottom: 10px;
  background: #fef6cc;
  color: #1C2D50;
}
.contents_pc a, a:hover {
  color: #2763AC;
  text-decoration: underline;
}
.contents_pc ul, .contents_pc li {
  list-style: none;
}
span.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px 1px 5px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #2763AC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.new {
  display: inline;
  background: #fb7017;
  color: #fff;
  border-radius: 3px;
  padding: 0 2px;
  font-size: 12px;
  margin-left: 5px;
}
br.pc_none {
  display: none;
}

/* menuA
------------------------------*/
ul.menuA {
  display: table;
  width: 730px;
  text-align: center;
  font-size: 16px;
  table-layout: fixed;
  border: 1px #ffc107 solid;
  margin: 15px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
ul.menuA li {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  font-size: 16px;
  border-right: 1px #ffc107 solid;
}
ul.menuA li:last-child {
  border: none;
}
ul.menuA li:hover {
  background: #ffeb3b;
}
ul.menuA li.page_on {
  background: #ffeb3b;
  font-weight: bold;
  border-radius: 4px 0 0 4px;
}
ul.menuA li a {
  display: block;
  text-decoration: none;
  height: 45px;
  line-height: 46px;
  color: #000;
}
ul.menuA li a:hover {
  opacity: 1;
}

/* prize_result_news
------------------------------*/
.prize_result_news {
  display: table;
  margin: 10px auto;
  padding: 5px 10px 3px;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px #f44336 dotted;
  border-bottom: 1px #f44336 dotted;
  width: 600px;
  text-align: left;
  background: #fffdef;
}
.prize_result_news .row {
  display: table-row;
}
.prize_result_news .date {
  display: table-cell;
  max-width: 50px;
  width: 10%;
}
.prize_result_news .com {
  display: table-cell;
  width: 90%;
}
.prize_result_news span{
  vertical-align: middle;
}

/* desc_area
------------------------------*/
.desc_area {
  margin: 15px;
  font-size: 16px;
  text-align: left;
}
.desc_area p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.desc_area .campaign_date_box {
  font-size: 22px;
  color: #d00;
  font-weight: bold;
  padding-top: 6px;
}

.desc_area .campaign_txt_box {
  font-size: 18px;
}
.color_pink {
  color: #F44336;
}
.desc_area.bottom {
  margin: 0 30px;
}
.desc_area.bottom p {
  text-align: left;
}
.desc_area.bottom h2 {
  text-align: center;
  padding-bottom: 5px;
}
.desc_area.bottom h2 img {
  width: 400px;
}

/* menu_bg_area
------------------------------*/
.menu_bg_area {
  margin: 15px 0 5px;
  text-align: center;
}
.menu_bg_area ul, .menu_bg_area li {
  list-style: none;
}
ul.menulink {
  display: inline-block;
  width: 500px;
  margin: 0 auto;
}
ul.menulink img {
  width: 50%;
}
.tab_inner {
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}
.menu_log {
  margin: 10px 20px 4px;
  text-align: right;
  font-size: 14px;
}
.desc_area + .menu_log {
  margin: 15px 20px 4px;
  text-align: right;
  font-size: 14px;
}

/* prize_section
------------------------------*/
.prize_section {
  padding: 0;
  margin: 0 20px 30px;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.prize_section.comicp {
  background: #FFC107;
  border: 2px #ff8f00 solid;
}
.prize_section.comicm{
  background: #0185e5;
  border: 2px #006bb9 solid;
}
.prize_section.comicw {
  background: #ff6e78;
  border: 2px #e8656e solid;
}
.prize_section.comict {
  background: #ffc826;
  border: 2px #ffaa26 solid;
}
.prize_section.comicb {
  background: #00aae6;
  border: 2px #0085d6 solid;
}
.prizetitle {
  padding: 5px 0;
  border-radius: 13px 13px 0 0;
  text-align: center;
}
.prizetitle.comicp {
  border-bottom: 1px solid #FFC107;
}
.prizetitle.comicm {
  border-bottom: 1px solid #0185e5;
}
.prizetitle.comicw {
  border-bottom: 1px solid #ff6e78;
}
.prizetitle.comict {
  border-bottom: 1px solid #ffc826;
}
.prizetitle.comicb {
  border-bottom: 1px solid #00aae6;
}
.prizetitle img {
  width: 100%;
  max-width: 580px;
}
.comicinfo_block {
  background: #fff;
  padding: 15px 25px;
}
.comicinfo_block span.mark,
.comicinfo2_block span.mark {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.5px;
  height: 20px;
  line-height: 20px;
  border: 1px #E91E63 solid;
  color: #E91E63;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.comicinfo2_block span.mark {
  font-size: 13px;
}
.comicinfo_block .title a,
.comicinfo2_block .title a {
  display: inline;
  font-size: 20px;
  text-decoration: none;
  color: #2763AC;
  font-weight: bold;
  padding-left: 7px;
  vertical-align: middle;
}
.comicinfo_block .title a:hover, .comicinfo2_block .title a:hover {
  text-decoration: underline;
}
.comicinfo2_block .title a {
  font-size: 17px;
}
.comicinfo2_block .campaign_mark + a {
  font-size: 16px;
}
.comicinfo_block .thx_pict {
  margin: 10px 0 0;
  text-align: center;
}
.comicinfo_block .thx_comment p {
  font-size: 14px;
}
.comicinfo_block .comtitle,
.comicinfo2_block .comtitle {
  color: #F44336;
  font-size: 14px;
  padding-bottom: 3px;
}
.comicinfo_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thx_comment + .comicinfo_box.all {/*nopict*/
  margin-top: 2px;
}
.thx_comment p + .comtitle{
  padding-top: 4px;
  margin-top: 5px;
  border-top: 1px #ccc dotted;
}
.comicinfo_box.left {
  width: 30%;
  float: left;
  margin-top: 15px;
  padding-right: 20px;
  text-align: center;
}
.comicinfo_box.right {
  width: 70%;
  margin-top: 10px;
  float: left;
  font-size: 13px;
}
.comicinfo_box .pict img {
  width: 100%;
  border: 1px #ccc solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_area {
  margin-bottom: 10px;
}
.btn_box {
  display: inline-block;
  min-width: 110px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_box a.btn {
  width: 100%;
  max-width: 130px;
  display: block;
  height: 35px;
  line-height: 34px;
  white-space: nowrap;
  margin: 6px auto;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.btn_box a.btn.typea {
  background: #FFF;
  border: 1px solid #B8A98F;
  border-bottom: 2px solid #BDB29E;
  border-right: 1px solid #BDB29E;
  color: #6E5B39;
}
.btn_box a.btn:hover {
  opacity: 0.6;
}
.tweet_box {
  display: inline-block;
  min-width: 200px;
  position: relative;
}
.tweet_box img {
  width: 25px;
  position: absolute;
  top: 11px;
  left: 3px;
}
.tweet_box a {
  background: #1da1f2;
  width: 100%;
  color: #fff;
  display: block;
  height: 35px;
  line-height: 36px;
  white-space: nowrap;
  margin: 6px auto;
  padding: 0 5px 0 25px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.tweet_box a:hover, .comicinfo_box .tweet_box a:hover img {
  opacity: 0.6;
}
.area_text div + div {
  border-top: 1px #ccc dotted;
  margin-top: 7px;
  padding-top: 10px;
}
.comicinfo2_block {
  width: 100%;
  background: #fff;
  padding: 15px 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}
.comicinfo2_block + .comicinfo2_block {
  padding: 0 5px;
}
.comicinfo2_block.all {
  padding: 15px 5px;
}
.comicinfo2_block.btn {
  padding: 0 5px 15px;
}
.comicinfo2_block .row {
  display: table-row;
}
.comicinfo2_block .cell {
  display: table-cell;
  padding: 0 10px 5px;
  width: 50%;
}
.comicinfo2_block .cell + .cell {
  border-left: 1px #ccc solid;
}
.comicinfo2_block .cell.thx_pict {
  padding-top: 5px;
}
.comicinfo2_block .thx_pict img {
  width: 100%;
}
.comicinfo2_block .cell.pict {
  padding: 10px;
  text-align: center;
}
.comicinfo2_block .cell.pict img {
  border: 1px #ccc solid;
}
.more_page, .close_page {
  width: 100%;
  height: 30px;
  border: 1px #2763AC solid;
  margin: 5px 0 0;
  text-align: center;
  color: #2763AC;
  line-height: 31px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.more_page:hover,
.close_page:hover {
  background: #d4e6fd;
}

/* bottom_log
------------------------------*/
.bottom_log a {
  margin: 10px 80px 20px;
  background: #deedff;
  font-size: 16px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #2763AC;
  border: 1px #2763AC solid;
  border-radius: 4px;
  height: 35px;
  line-height: 36px;
}
.bottom_log a:hover {
  background: #fff;
  text-decoration: underline;
  opacity: 1;
}

/* descript_area
------------------------------*/
.descript_area.pcc {
  margin: 10px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
}
.descript_area .title {
  padding:5px 8px;
  background: #FFECEC;
  border: 1px solid #FF9393;
  border-bottom: none;
  border-radius: 13px 13px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:16px;
  font-weight:bold;
  color: #F44336;
}
.descript_area.pcc .title {
  font-size: 20px;
}
.descript_inner {
  padding: 10px 8px;
  background: #FFF;
  border: 1px solid #FF9393;
  border-radius: 0 0 13px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}

/* sns button
------------------------------*/
section.btn_areas {
  width: 97%;
  margin: 0 auto 10px;
}

.row p {
  font-size: 14px;
}
.area_text > div {
    font-size: 14px;
}

.campaign_mark.point {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.5px;
  height: 27px;
  line-height: 28px;
  background: #d00;
  color: #fff;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.check_news {
  text-align: center;
  background: #FFEB3B;
  color: #f00;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 28px;
  line-height: 29px;
  border: 1px #f00 solid;
  border-radius: 4px;
}

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

/* campaign_desc_area
-------------------------------------------------------------*/
.campaign_desc_area {
  width: 730px;
  margin: 0 auto 10px;
  padding: 13px 20px 15px;
  background: #fff;
  border: 1px #333 solid;
  box-sizing: border-box;
  text-align: left;
}
.campaign_desc_area dd {
  color: #3F51B5;
  font-size: 17px;
  font-weight: bold;
}
.campaign_desc_area dt + dd {
  padding-top: 10px;
}
.campaign_desc_area dt p {
  font-size: 16px;
}
.campaign_desc_area dt .c_red {
  color: #d00;
}
.campaign_desc_area .other {
  padding-top: 14px;
  font-size: 16px;
}

/* 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;
}


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


