﻿/* LAYOUT */
.fl {float:left;}
.fr {float:right;}

html {overflow:hidden;}
.container {
    min-width: 1100px;
}
.contents_wrap {
    max-width: 1100px;
    _width:1100px;
    margin: 0 auto 140px;
    padding: 80px 0 0;
}
.titleImg {
    height: 179px;
    margin: auto;
}

caption:after {
    content: "";
    display: block;
    clear: both;
}

.contents_top {
    background: url("/skin/e-visa-usa/skin4/english/images/bg_contents_top.png") center top no-repeat;
}

.headline .path {
    border-bottom: 1px solid #bbbbbb;
    padding: 0 0 18px;
    margin: 0 0 70px;
}
    .headline .path:after {
        content: "";
        display: block;
        clear: both;
    }
    .headline .path h1 {
        float: left;
        font-size: 32px;
        line-height: 34px;
        color: #535353;
    }
.headline h2 {
    font-size: 19px;
    line-height: 24px;
    color: #535353;
    padding: 4px 0 24px 2px;
}
.headline .path span {
    float: right;
    color: #999999;
    line-height: 18px;
    font-size: 11px;
    margin: 20px 0 -4px;
}
.headline .path img {
    vertical-align: -2px;
}

.headline .step {
    margin: 0 0 4px;
    text-align: center;
    color: #9a9a9a;
}
    .headline .step:after {
        content: "";
        display: block;
        clear: both;
    }
    .headline .step li {
        float: left;
        font-size: 15px;
        line-height: 77px;
    }
        .headline .step li.sel {
            color: #f1f1f1;
        }


/* IE 7 */
*+html .headline .path {height:34px;}
*+html .headline .step {height:77px;}

/* IE 6 */
.headline .path {_height:34px;}
.headline .step {_height:77px;}
.contents_wrap {_width:1100px;}