@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ProximaSansRegular';
    src: url('./proximasansregular/proximasansregular-webfont.eot');
    src: url('./proximasansregular/proximasansregular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./proximasansregular/proximasansregular-webfont.woff2') format('woff2'),
        url('./proximasansregular/proximasansregular-webfont.woff') format('woff'),
        url('./proximasansregular/proximasansregular-webfont.ttf') format('truetype'),
        url('./proximasansregular/proximasansregular-webfont.svg#proximasansregularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaSansMedium';
    src: url('./proximasansmedium/proximasansmedium-webfont.eot');
    src: url('./proximasansmedium/proximasansmedium-webfont.eot?#iefix') format('embedded-opentype'),
        url('./proximasansmedium/proximasansmedium-webfont.woff2') format('woff2'),
        url('./proximasansmedium/proximasansmedium-webfont.woff') format('woff'),
        url('./proximasansmedium/proximasansmedium-webfont.ttf') format('truetype'),
        url('./proximasansmedium/proximasansmedium-webfont.svg#proximasansmediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* = Global Style
-------------------------------------------- */
body{
    font-family: 'ProximaSansRegular';    
}
.container{
    background-color: #FFF;
    border-top: 4px solid #cb0a19;
    position: relative;
    margin: 0 auto;
    padding: 0px 72px;
    width: 872px;
    height: 542px;        
}
.container h1{
    font-size: 34px;
    color: #cb0a19;
    text-align: center;
}
.bt_close{
    background: url("../images/icon_png.png") left top no-repeat;
    display: inline-block;
    width: 17px;
    height: 16px;
}
.step1_title{
    font-size: 20px;
}
.bt_next{
    background-color: #cb0a19;
    border: none;
    width: 164px;
    height: 43px;    
    font-size: 17px;
    color: #FFF;    
}
.bt_next:hover{
    background-color: #ed1021;
}
.bt_next:active{
    background-color: #ba0b19;
}
.bt_back{
    background-color: #e4e4e4;
    display: inline-block;  
    margin-right: 24px;
    width: 164px;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    color: #1c1c1c;
    vertical-align: middle;
    border: none;    
}
.bt_back:hover{
   background-color: #eaeaea;
   text-decoration: none;
}