@charset "UTF-8";
/*base*/
html{
/*    background: url(http://placeimg.com/640/480/people) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body{
    width: 100%;
    height: auto;
}

header .gnav ul li.color a{
    color: #e96656;
    font-weight: bold;
}

.wrapper{
    width: 960px;
    height: auto;
    margin: auto;
    margin-bottom: 150px;
    padding-top: 200px;
}
.wrapper .mailform{
    width: 960px;
    height: auto;
    margin-bottom: 30px;
}
.wrapper .mailform dl{
    margin-bottom: 20px;
}
.wrapper .mailform dl dt{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
footer{
    width: 100%;
    background-color: #96fff4;
    position: relative;
    bottom: 0;
}
footer .inner .black{
    padding-bottom:16px;
}

@media screen and (max-width: 980px){
    .wrapper{
        width: 100%;
        height: auto;
        margin: auto;
    }
    .wrapper .mailform{
        width: 90%;
        height: auto;
        margin: auto;
    }
    form#mail_form{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    form#mail_form ul li.name{
        float: none;
    }
    form#mail_form ul li.address{
        padding-left: 0;
    }
    form#mail_form dl dt:first-child, form#mail_form dl dt:first-child+dd{
        width: 100%;
    }
    form#mail_form textarea#mail_contents{
        width: 100%;
    }
    form#mail_form dl dd{
        width: 100%;
        margin-bottom: 10px;
    }
    form#mail_form input#mail_submit_button{
        margin-bottom: 100px;
    }
    form#mail_form dl dt{
        
    }
    }

@media screen and (max-width: 414px){
    form#mail_form ul li p{
        font-size: 16px
    }
    .wrapper .mailform dl dt{
        font-size: 16px
    }
    form#mail_form ul li{
        width: 100%;
    }
    form#mail_form input#name_1, form#mail_form input#name_2{
        width: 90%;
    }
    form#mail_form input#mail_address, form#mail_form input#mail_address_confirm{
        width: 90%;
    }
    form#mail_form ul li input{
        margin-right: 0px;
    }
}