@charset "utf-8";

/*------------------------------------------------------------------
    * site name : チャンスイット
    * description : 懸賞ページ共通
    * last update : 2024/04/12 m-ido
-------------------------------------------------------------------*/

#header {
    margin: 0 0 5px;
}
#contents {
    width: 1000px;
    padding-bottom: 40px;
}
#container {
    width: 1000px;
    font-size: 14px;
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    color:#555;
}
.main a{
    display:inline-block;
    text-decoration:none;
    color:#555;
}
.main a:hover{
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    background:#fff8d6;
}
.main a:link h3{
    color:#555;
}
.main a:visited h3{
    color:#7232b2;
}
.main input:hover{
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    cursor:pointer;
}
.main h2{
    font-weight:bold;
}
.main .point{
    color: #ff5555;
    font-weight: bold;
    padding-left: 15px;
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 2px;
    display: inline-block;
}
.main .winner{
    color: #ff5555;
    font-weight: bold;
    padding-left: 30px;
    background: url(../../img/present/icon_present.gif) no-repeat 0 4px;
    display: inline-block;
}
.main .condition,
.main .add{
    color:#acacac;
    font-size:11px;
}
.main dt,
.main dd{
 word-wrap:break-word;
}
.main:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*
=====================================================================
* ローテバナー
=====================================================================
*/
.rotation {
    width: 100%;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}
.rotation .bx-wrapper {
    margin: 0 auto;
    position: relative;
}
.rotation .rotation_inner {
    width: 900px;
    height: 250px;
    margin: 0 auto;
}
.rotation .slider li { display: block;}
.rotation .slider li a {
    width: 250px;
    display: block;
    margin: 0 auto;
}
.rotation .slider li a:hover { opacity: 0.6;}
.rotation .bx-controls-direction { position: relative;}
.rotation .bx-next, .rotation .bx-prev {
    width: 30px;
    height: 60px;
    position: absolute;
    z-index: 1;
    background: url("../../img/top/bg_prevenext.png") no-repeat 1px center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.rotation .bx-prev {
    top: -155px;
    left: -30px;
    transform: rotateY( 180deg );
}
.rotation .bx-next {
    top: -155px;
    right: -30px;
}
.rotation .bx-controls-direction a.disabled { display: none;}

.rotation_txt {
    width: 840px;
    padding: 10px 0;
    margin: -30px auto 30px;
    position: relative;
    background: #FF5555;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.rotation_txt a {
    color: #FFF000;
    text-decoration: underline;
}
.rotation_txt::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  border-top: 8px solid #FF5555;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/*
=====================================================================
* main_area
=====================================================================
*/

.main_area {
    float: right;
    width: 820px;
}
/* 検索窓 */
.main_area .search_box {
    border-radius: 2px;
    background: #f0f0f0;
    margin:0 0 10px;
    padding:5px;
}
.main_area .search_box form,
.main_area .search_box  form input,
.main_area .search_box ul{
    float:left;
}
.main_area .search_box:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.main_area .search_box ul{
    margin:0 0 0 10px;
}
.main_area .search_box input[type="text"] {
    width: 416px;
    height: 40px;
    box-sizing: border-box;
    padding: 6px 10px 6px;
    border: #ccc 1px solid;
    border-radius: 2px 0 0 2px / 2px 0 0 2px;
    cursor:text;
    letter-spacing: 1px;
}
.main_area .search_box input[type="submit"] {
    width: 110px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 0 2px 2px 0 / 0 2px 2px 0;
    background: #3dba8f;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}
.main_area .search_box input[type="submit"]:hover {
    background: #059262;
}

/* マイ懸賞、お気に入り懸賞 */
.main_area .search_box ul li{
    display:inline-block;
    background:#fff;
    border-radius: 5px;
    margin:0 5px 0 0;
}
.main_area .search_box ul li:last-child{
    margin:0;
}
.main_area .search_box ul li a{
    width: 130px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    text-align:center;
    padding: 8px 0 9px;
    color:#555;
}
.main_area .search_box ul li .btn_link{
  text-decoration: none;
  position: relative;
}
.main_area .search_box ul li .balloon {
  position: absolute;
  width:90px;
  z-index:3;
  font-size:12px;
  text-align:left;
  top: 40px;
  left: 0px;
  display: none;
  opacity: 0;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #555;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 1px 0 0 rgba(255, 255, 255, 0.3),
    inset -1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  animation-duration: 0.3s;
  animation-name: show-balloon;
}
.main_area .search_box ul li .btn_link:hover .balloon {
  display: inline-block;
  opacity: 1;
  top: 42px;
}
.main_area .search_box ul li .balloon::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 20px;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #555;
}
@keyframes show-balloon {
  0% {
    display: none;
    opacity: 0;
    top: 20px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: 21px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 40px;
  }
}

/* スポットライトNOW */
.main_area .present_spot{
    background:url(../../img/present/bg_present_spot.gif) 0 bottom no-repeat;
    height:223px;
}
.main_area .present_spot ul{
    overflow:hidden;
    padding: 15px 20px 10px;
}
.main_area .present_spot ul li{
    position: relative;
    float:left;
    background:#fff;
    box-shadow:0px 0px 3px 1px #C7B244;
    margin:0 10px 0 0;
    display:inline-block;
}
.main_area .present_spot ul li:last-child{
    margin:0;
}
.main_area .present_spot ul li a{
    width:253px;
    display:block;
    overflow:hidden;
}
.main_area .present_spot ul li .area{
    min-height: 100px;
    position: relative;
    overflow:hidden;
}
.main_area .present_spot ul li .click_pt{
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 70px;
    padding: 3px 0;
    background:#ff5555;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
      -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.main_area .present_spot ul li .img_box,
.main_area .present_spot ul li .txt_box{
    float:left;
}
.main_area .present_spot ul li .img_box{
    width: 120px;
    height: 60px;
    margin: 20px 0 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main_area .present_spot ul li .img_box img{
    max-width: 120px;
    height: auto;
    max-height: 60px;
}
.main_area .present_spot ul li .txt_box{
    width:120px;
    margin:20px 0 0 5px;
}
.main_area .present_spot ul li a .point{
    margin:0 0 2px;
    font-size:16px;
    word-break: break-all;
    width: 106px;
    line-height:20px;
    background-position:0 3px;
}
.main_area .present_spot .point del{
    padding-left: 2px;
    font-size: 9px;
    color: #333;
    font-weight: normal;
}
.main_area .present_spot .point ins{
    text-decoration: none;
}
.main_area .present_spot .condition,
.main_area .present_spot .add{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_area .present_spot .comment{
    background:#f3f0e7;
    padding:5px 10px;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 豪華懸賞 */
.main_area .gorgeous{
    margin:20px 0;
}
.main_area .gorgeous .area{
    height: 362px;
    background:url(../../img/present/bg_gorgeous.gif) 0 bottom no-repeat;
}
.main_area .gorgeous ul{
    background:#fff;
    margin:0 14px 0 15px;
    overflow:hidden;
    box-shadow:0px 0px 3px 1px #A01C1F;
}
.main_area .gorgeous li{
    float:left;
    border-right: 1px dotted #ccc;
}
.main_area .gorgeous li:nth-child(3n){
    border-right: none;
}
.main_area .gorgeous li a{
    width:263px;
    height:238px;
    text-align:center;
    padding:15px 0;
}
.main_area .gorgeous li img{
    display:block;
    margin:0 auto 5px;
}
.main_area .gorgeous li .winner,
.main_area .gorgeous li h3,
.main_area .gorgeous li .company{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:2px 15px 0;
}
.main_area .gorgeous li .winner{
    font-size:30px;
    margin:0 auto;
    padding-left: 30px;
    background-position:0 7px;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_area .gorgeous li h3{
    font-size:18px;
    font-weight:bold;
    line-height:20px;
}
.main_area .gorgeous li .company{
    font-size:12px;
    color:#848484;
}

/* SNS懸賞 */
.main_area .sns{
    margin:20px 0 40px;
}
.main_area .sns .area{
    height: 450px;
    background: #6f8eba;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.main_area .sns ul{
    background:#fff;
    margin:0 14px 0 15px;
    overflow:hidden;
    box-shadow:0px 0px 3px 1px #536a8b;
}
.main_area .sns li{
    float:left;
    border-right: 1px dotted #ccc;
    position: relative;
}
.main_area .sns li span{
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 10px;
    border-radius: 5px;
    border: 2px solid #fff;
    font-weight: bold;
    color: #fff;
}
.main_area .sns li span.icon_twitter{
    background: #55acee;
}
.main_area .sns li span.icon_line{
    background: #1dcd00;
}
.main_area .sns li span.icon_instagram{
    background: #e35ea0;
}
.main_area .sns li:nth-child(3n){
    border-right: none;
}
.main_area .sns li a.detail{
    width:263px;
    text-align:center;
    padding:15px 0;
}
.main_area .sns li img{
    display:block;
    margin:0 auto 5px;
}
.main_area .sns li .winner,
.main_area .sns li h3,
.main_area .sns li .company{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:2px 15px 0;
}
.main_area .sns li .winner{
    font-size:30px;
    margin:0 auto;
    padding-left: 30px;
    background-position:0 7px;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_area .sns li h3{
    font-size:18px;
    font-weight:bold;
    line-height:20px;
}
.main_area .sns li .company{
    font-size:12px;
    color:#848484;
}
.main_area .sns li a.more{
    width: 190px;
    margin: 5px auto 20px;
    display: block;
    padding: 17px 15px 12px;
    border-radius: 2px;
    background: #3dba8f;
    -moz-box-shadow: 1px 1px 2px #a8a8a8;
    -webkit-box-shadow: 1px 1px 2px #a8a8a8;
    box-shadow: 1px 1px 2px #a8a8a8;
    font-size:    14px;
    text-align:   center;
    color: #fff;
}
.main_area .sns li a.more:hover{
  background: #059262;
}

/* 並び順 */
.main_area .sort {
    border-top: 3px solid #ff5555;
    padding:10px 0 0;
    overflow:hidden;
    margin:0 0 10px;
}
.main_area .sort h2{
    font-size: 20px;
    float:left;
}
.main_area .sort h2 span{
    float:right;
    max-width:280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_area .sort h2 span:before{
    content:'：';
}
.main_area .sort .box{
    overflow:hidden;
    float:right;
}
.main_area .sort p{
    float:left;
    margin:5px 5px 0 0;
}
.main_area .sort ul{
    float:right;
}
.main_area .sort li{
    float: left;
    margin:0 10px 0 0;
}
.main_area .sort li:last-child{
    margin:0;
}
.main_area .sort li a{
    padding: 5px 20px;
    border:#ccc solid 1px;
    border-radius:5px;
    color:#555;
}
.main_area .sort li.active a{
    background:#555;
    border:#888888 solid 1px;
    color:#fff;
 }

/* -----------懸賞一覧共通----------- */

.main_area .main_list .list{
    background:url(../../img/present/bg_list.gif) 0 0 repeat;
    border:#ccc solid 1px;
    padding:20px;
}
.main_area .main_list .list > ul{
    box-shadow:0px 0px 3px 1px #ccc;
}
.main_area .main_list li{
    display:inline-block;
    background:#fff;
    position:relative;
    border-bottom:#ccc dotted 1px;
}
.main_area .main_list .list > ul > li:last-child{
    border-bottom:none;
}
.main_area .main_list a{
    padding:10px;
    overflow:hidden;
    width:758px;
    display:block;
}
.main_area .main_list .left,
.main_area .main_list a > img{
    float:left;
}
.main_area .main_list a > img{
    border:1px #d7d7d7 solid;
    background:#fff;
}
.main_area .main_list .left{
    margin:0 0 0 20px;
}

/* チェックボックス */
.main_area .main_list li .check{
    position:absolute;
    top:15px;
    left:130px;
    background:#eee;
    border-radius:2px;
    padding:5px;
}

/* 当選者 */
.main_area .main_list .winner{
    font-size:28px;
    margin:0 0 0 35px;
}

/* 賞品 */
.main_area .main_list li h3{
    font-size:20px;
    font-weight:bold;
    line-height:20px;
    width:420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}

/* クリック数・企業名 */
.main_area .main_list li .date{
    overflow:hidden;
}
.main_area .main_list li .click,
.main_area .main_list li .company{
    float:left;
    color:#848484;
}
.main_area .main_list li .click{
    border:1px solid #BFBFBF;
    padding:0 7px;
    font-size:11px;
    background:#fff;
    border-radius:2px;
    margin:8px 8px 0 0;
}
.main_area .main_list li .click span{
    font-weight:bold;
    font-size:12px;
}
.main_area .main_list li .company{
    margin:8px 0 0 0;
    font-size:15px;
    max-width:260px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ボタン */
.main_area .main_list .button{
    position:absolute;
    bottom:15px;
    right:20px;
    width:170px;
    height:35px;
    padding:10px 0 0 10px;
    border-radius:10px;
    text-align:center;
    background:#b2b2b2;
    color:#fff;
    font-size:18px;
}
.main_area .main_list a:hover .button{
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    background:#44ba90;
}

/* ステータス */
.main_area .main_list .icons{
    position:absolute;
    top:15px;
    right:20px;
}
.main_area .main_list .list .entry{
    width:100px;
    background:#f3f0e7;
    border-radius:50px;
    color:#8c8264;
    border:#aaaaaa 1px solid;
    font-size:13px;
    text-align:center;
    padding:4px 0;
}
.main_area .main_list .click_pt,
.main_area .main_list .click_1pt{
    width:85px;
    background: url(../../img/10/icon/ico-pt.gif), #EBEBEB;
    background: url(../../img/10/icon/ico-pt.gif), -moz-linear-gradient(left, #D4D4D4 0%, #EBEBEB 40%, #D4D4D4 100%);
    background: url(../../img/10/icon/ico-pt.gif), -webkit-linear-gradient(left, #D4D4D4 0%,#EBEBEB 40%,#D4D4D4 100%);
    background: url(../../img/10/icon/ico-pt.gif), linear-gradient(to right, #D4D4D4 0%,#EBEBEB 40%,#D4D4D4 100%);
    background-repeat:no-repeat, no-repeat;
    background-position:6px 8px, 0 0;
    border-radius:50px;
    color:#555;
    border:#bbb 1px solid;
    font-size:13px;
    text-align:center;
    padding:4px 0 4px 11px;
}
.main_area .main_list .click_5pt{
    width:85px;
    background: url(../../img/10/icon/ico-pt.gif), #ffe12f;
    background: url(../../img/10/icon/ico-pt.gif), -moz-linear-gradient(left, #fff082 0%, #ffe12f 40%, #fff082 100%);
    background: url(../../img/10/icon/ico-pt.gif), -webkit-linear-gradient(left, #fff082 0%,#ffe12f 40%,#fff082 100%);
    background: url(../../img/10/icon/ico-pt.gif), linear-gradient(to right, #fff082 0%,#ffe12f 40%,#fff082 100%);
    background-repeat:no-repeat, no-repeat;
    background-position:6px 8px, 0 0;
    border-radius:50px;
    color:#7d572b;
    border:#d5c44f 1px solid;
    font-size:13px;
    text-align:center;
    padding:4px 0 4px 11px;
}
.main_area .main_list .click_pt span,
.main_area .main_list .click_1pt span,
.main_area .main_list .click_5pt span{
    font-weight:bold;
    font-size:14px;
}

/* おすすめ枠 */
.main_area .main_list .list li.gold{
    border:#fed84a 8px solid;
}
.main_area .main_list .list > ul > li.gold:last-child{
    border:#fed84a 8px solid;
}
.main_area .main_list .gold a{
    width:742px;
}
.main_area .main_list .gold .gold_icon{
    border:none;
    background:none;
}
.main_area .main_list  .gold .check{
    position:absolute;
    top:15px;
    left:122px;
}
.main_area .main_list .gold .left{
    margin:0 0 0 12px;
}
.main_area .main_list .gold .icons,
.main_area .main_list .gold .button{
    right:12px;
}
.main_area .main_list .gold .button{
    background: #44ba90;
}

/* PR枠 */
.main_area .main_list .pr{
    background: #ffe4a2;
    background: -moz-linear-gradient(left, #ffe4a2 0%, #ffc63c 40%, #ffeba4 100%);
    background: -webkit-linear-gradient(left, #ffe4a2 0%,#ffc63c 40%,#ffeba4 100%);
    background: linear-gradient(to right, #ffe4a2 0%,#ffc63c 40%,#ffeba4 100%);
    padding:15px 20px;
    border-top:#ccc solid 1px;
    border-left:#ccc solid 1px;
    border-right:#ccc solid 1px;
}
.main_area .main_list .pr li{
    box-shadow:0px 0px 3px 1px #D5D1B8;
    border:none;
}
.main_area .main_list .pr li  {
    margin:0 0 10px;
}
.main_area .main_list .pr li:last-child {
    margin-bottom: 0;
}
.main_area .main_list .pr .winner{
    margin:0;
}
.main_area .main_list .pr h3{
    margin:0;
    width:400px;
}
.main_area .main_list .pr .pr_icon{
    position:absolute;
    top:0;
    right:20px;
    border:none;
    background:none;
}
.main_area .main_list .pr .click_pt,
.main_area .main_list .pr .click_1pt,
.main_area .main_list .pr .click_5pt{
    position:absolute;
    top:10px;
    right:110px;
}
.main_area .main_list .pr a{
    width:758px;
}
.main_area .main_list .pr .button,
.main_area .main_list .pr a:hover .button{
    background:#fd4853;
}
/* クリポ枠 */
.main_area .main_list .clickpt .button {
    background: #44ba90;
}
/* もっと見るボタン */
.main_area .btn_more{
    text-align:center;
}
.main_area .btn_more a {
  width: 350px;
  margin:20px auto;
  padding: 17px 15px 12px;
  border-radius: 2px;
  background: #3dba8f;
  -moz-box-shadow: 1px 1px 2px #a8a8a8;
  -webkit-box-shadow: 1px 1px 2px #a8a8a8;
  box-shadow: 1px 1px 2px #a8a8a8;
  font-size:    17px;
  text-align:   center;
  color: #fff;
}
.main_area .btn_more a:hover{
  background: #059262;
}

/* ページャー */
.main_area .pager {
    border-top:#ccc 1px dotted;
    padding: 6px 0;
    overflow: hidden;
    font-size: 13px;
}
.main_area .pager .total-number {
    float: left;
    padding: 5px 0 3px;
}
.main_area .pager .total-number strong {
    font-size: 14px;
    font-weight: bold;
}
.main_area .pager .total-number .number1-10 {
    padding: 0 5px 0 0;
}
.main_area ol.page-number {
    float: right;
    margin: 0;
    padding: 0 0 3px;
}
.main_area ol.page-number li {
    margin-left: 4px;
    display: inline-block;
    line-height: 1.4;
    color: #ff6600;
}
.main_area ol.page-number li:first-child {
    margin-left: 0;
}
.main_area ol.page-number li.back {
    margin-right: 4px;
}
.main_area ol.page-number li.next {
    margin-left: 4px;
}
.main_area ol.page-number li.select {
    padding:5px 10px 4px;
    -webkit-border-radius: 2px;
    border-radius:2px;
    background: #555555;
    border: 1px solid #555555;
    font-weight: bold;
    color: #fff;
}
.main_area ol.page-number li a {
    padding:5px 10px 4px;
    display:inline-block;
    vertical-align: middle;
    background:#fff;
    border:1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    border-radius:2px;
    text-decoration:none;
}
.main_area ol.page-number li a:hover {
    background: #FFF8D8;
}
.main_area ol.page-number li.back a:hover,
.main_area ol.page-number li.next a:hover {
    background: #fff;
}
.main_area ol.page-number li.back a,
.main_area ol.page-number li.next a {
    padding: 0;
    border: none;
}
.search_list {
    margin-bottom: 5px;
}

/* お気に入り登録 */
.main_area .ope_select{
    overflow:hidden;
    margin:10px 0;
}
.main_area .ope_select ul{
    float:right;
}
.main_area .ope_select ul li{
    display:inline-block;
    background:#fff;
    border:none;
}
.main_area .ope_select ul li:first-child{
    margin:0 5px 0 0;
}
.main_area .ope_select ul li input{
    width:160px;
    background:#fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align:center;
    padding:5px 0;
    color:#555;
}
.main_area .ope_select ul li input:hover{
    background:#fff8d6;
}

/* 注目の情報 */
.main_area .txt_case{
    width:700px;
    margin:0 auto;
}
.main_area .txt_case h2{
    border-bottom: 2px solid #555555;
    font-size: 18px;
    padding:5px 10px;
}
.main_area .txt_case .box{
    padding:20px;
    overflow:hidden;
}
.main_area .txt_case .img_area,
.main_area .txt_case .txt_area{
    float:left;
}
.main_area .txt_case .img_area img {
    max-width: 200px;
    height: auto;
}
.main_area .txt_case .txt_area{
    width:440px;
    margin:0 0 0 15px;
}
.main_area .txt_case .txt_area h3{
    font-size:18px;
    font-weight:bold;
    line-height:20px;
    margin:0 0 10px;
}
.main_area .txt_case .txt_area .point{
    font-size:20px;
    background-position:0 center;
}
.main_area .txt_case .txt_area .detail a{
    width:250px;
    border-radius: 2px;
    text-align:center;
    margin:20px 0 0;
    padding:5px 0;
    color:#fff;
    font-size:18px;
    background: #3dba8f;
}
.main_area .txt_case .img_area a:hover{
    opacity:0.7;
}
.main_area .txt_case .txt_area a:hover{
    background:#059262;
}
.main_area .txt_case > p{
    text-align:center;
}
.main_area p.seo_txt{
    width:620px;
    margin:20px auto 0;
}
/* 注目の情報 */
.main_area .no_result{
    text-align:center;
    margin:80px 0;
}


/*
=====================================================================
* side_area
=====================================================================
*/

.side_area {
    float: left;
    width: 160px;
}
.side_area .left_list {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: 3px solid #ff5555;
}
.side_area .left_list h2 {
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.side_area .left_list li{
    border-bottom: 1px dotted #ccc;
}
.side_area .left_list li:last-child{
    border-bottom: none;
}
.side_area .left_list ul li a {
    padding: 8px;
    display:block;
}
.side_area .left_list ul li.active a{
    background:#fff8d6;
    font-weight:bold;
}

/* ポイントつき懸賞 */
.side_area .with_point{
    text-align:center;
}
.side_area .with_point h2{
    text-align:left;
}

.side_area .with_point dt{
    text-align:left;
    font-weight:bold;
    line-height:20px;
    margin:5px 0 0;
}
.side_area .with_point img{
    width: 140px;
    height: auto;
    display:block;
    margin:5px auto 8px;
}
.side_area .with_point .point{
    font-size:20px;
    line-height:22px;
    word-break: break-all;
    text-align: left;
}
.side_area .with_point .point del{
    padding-left: 2px;
    font-size: 9px;
    color: #333;
    font-weight: normal;
}
.side_area .with_point .point ins{
  text-decoration: none;
}
.side_area .with_point .comment{
     font-size:12px;
     line-height:18px;
     text-align:left;
}
.side_area .with_point .click_pt{
    margin: 10px;
    padding: 2px 0;
    background:#ff5555;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
      -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* カレンダー */
.side_area .calendar .month {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}
.side_area .calendar .month span {
    margin: 0 10px;
    display: inline-block;
}
.side_area .calendar .month img {
    margin-bottom: 2px;
}
.side_area .cal_table {
    width: 100%;
    background: #eee;
}
.side_area .calendar tr.day {
    font-size: 10px;
}
.side_area .calendar ul.cal_cate {
    padding: 10px 5px;
    text-align: center;
}
.side_area .calendar ul.cal_cate li {
    display: inline-block;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
}
.side_area .calendar ul.cal_cate li:first-child {
    margin-right: 5px;
}
.side_area .calendar ul.cal_cate li a {
    padding: 2px 6px;
    font-size:12px;
    border-radius: 5px;
}
.side_area .calendar ul.cal_cate li.selected {
    position: relative;
    display: inline-block;
    width: auto;
    color: #F6F6F6;
    text-align: center;
    background: #f55;
    z-index: 0;
}
.side_area .calendar ul.cal_cate li.selected a {
    color: #fff;
}
.side_area .calendar ul.cal_cate li.selected:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 55%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f55 transparent;
}
.side_area .calendar > p {
    padding-bottom: 10px;
    display:flex;
}
.side_area .calendar p a  {
    display:block;
    font-size: 12px;
    color: #04c;
    margin:0 auto;
}
.side_area .calendar p a:hover {
    text-decoration: underline;
    background:none;
}
.side_area .calendar .cal_table {
    padding: 3px;
    border-collapse: separate;
}
.side_area .calendar .cal_table th {
    padding: 0 3px 5px 0;
    text-align: center;
}
.side_area .calendar .cal_table td {
    padding: 3px 4px 2px 0;
    text-align: center;
    letter-spacing: -0.2px;
}
.side_area .calendar .cal_table td a,
.side_area .calendar .cal_table td a:link {
    color: #555;
}
.side_area .calendar .cal_table td a:hover {
    text-decoration: underline;
    background:none;
}
.side_area .calendar .cal_table td a.today {
    display: block;
    width:18px;
    padding:0 2px;
    background: #555555;
    color: #fff;
    border-radius:50px;
    font-weight: bold;
}

/* 当選者の声 */
.side_area .user_voice ul{
    height:380px;
    overflow-y: scroll;
}
.side_area .user_voice > p {
    font-size: 12px;
    background:#f3f0e7;
    text-align:center;
    padding:4px 0;
}
.side_area .user_voice > p a:hover{
    opacity:0.5;
}
.side_area .user_voice dl{
    padding:10px;
}
.side_area .user_voice dt{
    font-weight:bold;
}
.side_area .user_voice .name{
    font-size:12px;
}

/* twitter */
.side_area .twitter{
    width:160px;
    height:600px;
    box-sizing:border-box;
    overflow:hidden;
    border: 1px solid #ccc;
    border-top: 3px solid #ff5555;
}
.side_area .twitter h2 {
    padding: 8px 10px;
    font-size: 16px;
}
.twitter-timeline{
    min-width: 158px !important;
    width:158px !important;
}

/* サイドバナー */
.side_area .banner{
     margin:20px 0 0;
}
.side_area .banner li{
     margin:0 0 5px;
}
.side_area .pre_banner{
    margin:0 0 20px;
}
.side_area .banner a:hover,
.side_area .pre_banner a:hover{
     opacity:0.7;
}

/*
=====================================================================
* モーダル
=====================================================================
*/
.modal_present {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.modal_present .bg {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal_present .wrap {
    width: 700px;
    height: auto;
    max-height: 650px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url("../../img/present/bg_present_modal02.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 700px 529px;
    animation: popup1 0.4s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
@keyframes popup1 {
  0% {
    transform: translate(-50%, -40%) scale(0.4);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.0);
    opacity: 1;
  }
}
.modal_present .wrap::before {
    width: 680px;
    height: 190px;
    content: "";
    position: absolute;
    top: 300px;
    z-index: 9999;
    background: url("../../img/present/img_present_modal01.png") no-repeat 0 0;
    background-size: 680px 190px;
}
.modal_present .wrap .inner {
    width: 600px;
    height: auto;
    max-height: 650px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #f9de1f;
    text-align: center;
    animation: popup2 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
@keyframes popup2 {
  0% {
    transform: translateY(60px) scale(0.8);
    opacity: 0;
  }
  100% { transform: scale(1.0);}
  80%, 100% { opacity: 1;}
}
.modal_present .wrap .burst {
    width: 900px;
    height: 900px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -450px;
    z-index: 100;
    background-image: url("../../img/present/bg_present_modal01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.8;
    background-size: 900px 900px;
    -webkit-animation: spin 45s linear infinite;
    animation: spin 45s linear infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.modal_present .wrap .detail {
    width: 600px;
    height: auto;
    max-height: 650px;

    box-sizing: border-box;
    position: relative;
    z-index: 200;
    background-image: url("../../img/present/bg_present_modal02.png");
    background-repeat: no-repeat;
    background-position: 50% -0;
    background-size: 700px 529px;
    margin: 0 auto;
    padding: 20px 20px 30px;
    font-weight: bold;
    color: #313131;
}
 .modal_present .wrap .detail .free_txt {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
    margin-bottom: 20px;
    font-size: 29px;
}
.modal_present .wrap .detail .image { margin-bottom: 10px;}
.modal_present .wrap .detail img.image {
    width: 300px;
}
.modal_present .wrap .detail .winner {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
    margin-bottom: 10px;
    font-size: 26px;
}
.modal_present .wrap .detail .winner span { color: #ff5555;}
.modal_present .wrap .detail .winner .num {
    font-size: 58px;
}
.modal_present .wrap .detail .company {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
    margin-bottom: 15px;
    font-size: 18px;
}
.modal_present .wrap .detail .button {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 30px;
}
.modal_present .wrap .detail .button a {
    width: 100%;
    display: block;
    background: #3dba8f;
    box-shadow: 0px 7px 0 #268262;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
}
.modal_present .wrap .detail .button .modal_present_close {
    width: 100px;
    background: #a7a7a7;
    box-shadow: 0px 7px 0 #7b7b7b;
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
}
.modal_present .wrap .detail .button a,
.modal_present .wrap .detail .button .modal_present_close {
    border-radius: 6px;
    padding: 10px 0;
    transition: 0.2s all ease 0s;
}
.modal_present .wrap .detail .button a:hover,
.modal_present .wrap .detail .button .modal_present_close:hover {
    box-shadow: none;
    transform: translate3d(0, 7px, 0);
    color: #fff;
}