@charset "utf-8";

html, body{
    height: 100%;
}

#wrap{
    width:100%;
    margin: 0 auto;
}

/*banner s*/
#banner{
    height:350px;
    background:url(../images/travel/banner.jpg) no-repeat center 0/cover;
}

/*cont1 s*/
#cont1{
    padding:0 0 70px 0;
    background:url(../images/travel/cont1_bg.jpg) no-repeat center 0/cover;
}
#cont1 .inner .ttl{
    text-align:center;
    padding:50px 0 60px 0;
}

#cont1 .inner .t .txt .left{
    float:left;
    margin:50px 60px 0 90px;
}
#cont1 .inner .t .txt .right{
    float:left;
}
#cont1 .inner .t .txt .right h3{
    font-size:25px;
    margin:50px 0 10px 0;
    color:#343434;
}
#cont1 .inner .t .txt .right p{
    font-size:17px;
    line-height:30px;
    color:#666;
}

#cont1 .inner .t .bar{
    width:1000px;
    height:1.5px;
    background-color:rgba(0,0,0,0.05);
    margin:60px auto;
}