
/* ↓ bnr
================================== */
.bnr ul.bnrG1{
    display: table;
    margin: 0 0 30px;
}

.bnr ul.bnrG1 li{
    display: table-cell;
    position:relative;
    overflow:hidden;
}

.bnr ul.bnrG1 li a{
    margin: 0 0 0 20px;
    display: block;
    overflow: hidden;
}

.bnr ul.bnrG1 li:first-child a{
    margin: 0;
}

.bnr ul.bnrG1 li img{
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.bnr ul.bnrG1 li:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.bnr ul.bnrG1 li p{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 230px;
    background: url(../img/shadow.png) repeat-x left top;
    height: auto;
    padding: 50px 10px 5px;
}


.bnr ul.bnrG2{
    margin: 0 0 0 8px;
}

.bnr ul.bnrG2 li{
    line-height: 1;
    margin: 0 0 20px;
}

.bnr ul.bnrG2 li div{
    background-color: #f49d3f;
    border-radius: 4px;
    padding: 6px 6px 6px 10px;
}

.bnr ul.bnrG2 li:first-child div{
}

.bnr ul.bnrG2 li a:hover div {
    opacity: 0.7;
}

.bnr ul.bnrG2 li div *{
    color: #FFF;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}

.bnr ul.bnrG2 li p{
    width: 60%;
    font-size: 13px;
    line-height: 130%;
    font-weight: bold;
}

.bnr ul.bnrG2 li span{
    display: block;
    font-size: 10px;
    margin: 2px 0 0;
}

.bnr ul.bnrG2 li i{
    font-size: 16px;
    color: #FFF;
}

.bnr ul.bnrG2 li i:first-child{
    border-radius: 100%;
    margin: 0 6px 0 0;
    padding: 0px 0px 0px 3px;
    color: #f49d3f;
    background-color: #FFF;
    height: 45px;
    width: 45px;
    font-size: 45px;
}

.bnr ul.bnrG2 li:first-child i:first-child{
    padding: 7px 0px 0px 10px;
    font-size: 32px;
}


/* ↓ news
================================== */
#news h1 {
    background-color: transparent;
    color: #444;
    position: relative;
    padding: 6px 0 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid #f49d3f;
    font-weight: bold;
}

#news h1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 25px;
    background-color: #f49d3f;
}
