@charset "utf-8";

/*-------------------------------------------------------------------
    * style.css
    * site name :  チャンスイット
    * description :  チャンスイット新規会員限定プレゼントキャンペーン
-------------------------------------------------------------------*/

body{ min-width: 1160px;}

.prezent_camp {
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.prezent_camp .wrapper {
    height: auto;
    margin: 10px auto 150px;
    width: 100%;
}
.prezent_camp .header {
    margin: 0 auto 2px;
    width: 910px;
    overflow: hidden;
    background: #fff;
	position: relative;
}
p,dt,dd {
    color:#424242;
    line-height: 1.3;
    font-size:14px;
}
strong {
    font-size:40px;
    display:inline-block;
    margin:8px 8px 0 2px;
}
.prezent_camp p{
    color:#625b49;
}
span{
    color:#f5064f;
    font-weight:bold;
}

/* -----------------------タイトル */

.prezent_camp .title{
    background:url(../img/bg_title.gif) 0 0 repeat-x;
    text-align:center;
}
.prezent_camp .title .wrap{
    width:1130px;
    margin:0 auto; 
    position:relative;
}
.prezent_camp .title .balloon{
    position:absolute;
    top:-3px;
    right:120px;
}
.prezent_camp .period{
    background:#625b49;
    font-size:30px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    padding:15px 0;
}

/* -----------------------コンテンツ1 */

.prezent_camp .content1{
    width:900px;
    margin:0 auto;
}
.prezent_camp .content1 .flow{
    width:700px;
    border:#D8D8D8 1px solid;
    margin:0 auto 50px;
}
.prezent_camp .content1 .flow h3{
    background:#ffe084;
    color:#625b49;
    font-size:20px;
    text-align:center;
    padding:8px 0;
    margin:0 0 20px;
}
.prezent_camp .content1 ol {
  counter-reset: my-counter;
  list-style: none;
  font-size:16px;
  padding: 0;
  padding:0 20px;
}
.prezent_camp .content1 ol li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.prezent_camp .content1 ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #625b49;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

/* -----------------------コンテンツ2 */

.prezent_camp .content2{
    background:#f5efdc;
    text-align:center;
    padding:20px 0 50px;
}
.prezent_camp .content2 .box{
    border:#ceccc5 3px solid;
    width:720px;
    margin:20px auto 50px;
    background:#fff;
    border-radius:10px;
    position:relative;
}
.prezent_camp .content2 .box h3{
    position:absolute;
    top:-20px;
    left:0;
    right:0;
}
.prezent_camp .content2 .box .area{
    overflow:hidden;
    width:650px;
    margin:30px auto;
}
.prezent_camp .content2 .box .area img{
    float:left;
}
.prezent_camp .content2 .box p{
    float:left;
    text-align:left;
    font-size:20px;
    line-height:40px;
    margin:15px 0 0 25px;
}
.prezent_camp .content2 .txt{
    font-size:25px;
    margin:0 0 40px;
    font-weight:bold;
}

/* ---------------------------------------button */

.prezent_camp .button{
    text-align:center;
    margin:60px 0;
}
.prezent_camp .button p{
    font-size:24px;
    margin:0 0 20px;
    font-weight:bold;
}
.prezent_camp .button a{
    background: #13b4be;
    background: -moz-linear-gradient(top, #43B4B9 0%, #13b4be 100%);
    background: -webkit-linear-gradient(top, #43B4B9 0%,#13b4be 100%);
    background: linear-gradient(to bottom, #43B4B9 0%,#13b4be 100%);
    width:800px;
    color:#fff;
    font-size:36px;
    font-weight:bold;
    border-radius:50px;
    padding:30px 0;
    text-align:center;
    display:inline-block;
    border:#6CB8C1 2px solid;
    box-shadow:#A5BABF 0px 4px 4px 0px;
}
.prezent_camp .button a:hover{
    opacity:0.8;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
    text-decoration:none;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    box-shadow:#A5BABF 0px 4px 20px 0px;
}
.footer{
    text-align:center;
    margin:0 0 30px;
}
@media screen and (min-width:600px){
    .prezent_camp .main{
        width: 100%;
        min-width: 960px;
        overflow: hidden;
    }
}