@charset "UTF-8";


.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
	margin-bottom:30px;
    background: url(../img/main_sp.jpg) no-repeat right bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-form {
    display: table;
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/main_sp.jpg) no-repeat right bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}