@charset "utf-8";

/*-------------------------------------------------------------------
    * style.css
    * site name :  チャンスイット
    * description :  チャンスイットプレゼントキャンペーン
-------------------------------------------------------------------*/

.present_camp {
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    min-width: 1160px;
}
.present_camp .wrapper {
    height: auto;
    margin: 10px auto 150px;
    width: 100%;
}
.present_camp .header{
    margin: 0 auto 2px;
    width: 910px;
    overflow: hidden;
    background: #fff;
    text-align:left;
}
.present_camp .header .logo{
    text-align:left;
}
.present_camp .title{
    background:url(../img/bg_main.gif) 0 0 repeat;
    text-align:center;
    margin:0 0 30px;
}
.present_camp p{
    line-height: 35px;
    font-size:20px;
    color:#363636;
    text-align:center;
}
.present_camp .button{
    margin:30px 0 0;
    text-align:center;
}
.present_camp a{
    display:inline-block;
}
.present_camp a:hover{
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    opacity:0.7;
}
.present_camp .footer{
    text-align:center;
    margin:0 0 30px;
}
.present_camp .caution{
    text-align:center;
    font-size:12px;
    color:#363636;
    line-height:20px;
    margin:30px 0 0;
}
.present_camp .caution li{
    margin:15px;
}
@media screen and (max-width:1000px){
    .present_camp{
        width: 100%;
        margin:0 auto;
        min-width: 960px;
    }
}