@charset "UTF-8";

/* add style */


.ticketItemBtn-01{
    top:64px
}

.ticketItemBtn-02{
    top:160px
}

.ticketItemBtn-03{
    bottom:200px
}

.ticketItemBtn-04{
    bottom:26px
}

.ticketItemHover a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ticketItemHover a:hover {
    text-decoration: none;
    opacity: .7;
    filter: alpha(opacity=70);
}

.boxClear{
    overflow: hidden;
}

.ticketItemLeft{
    float: left;
}

.ticketItemRight{
    float: right;
}

.ticketItem-mb30{
    margin-bottom: 30px;
}
