@charset "UTF-8";

/* CSS Document */


/*　　header　　*/

#header_top {
    background: #fff;
    height: 50px;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
}

#header_top .wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 9px;
    width: 1200px;
}

#header_top .wrapper .header_logo {
    float: left;
    height: 34px;
    margin-right: 20px;
    width: 183px;
}

#header_top .wrapper .header_pia {
    color: #000;
    float: left;
    font-size: 0.813em;
    line-height: 16px;
    margin-right: 15px;
}

#header_top .wrapper .header_pia strong {
    font-size: 1.385em;
}

#header_top .wrapper .header_pia span {
    color: #9d9d9d;
    font-size: 0.923em;
}

#header_top .wrapper .header_ticketbtn {
    float: left;
    font-size: 0.875em;
    margin-top: 1px;
}

#header_top .wrapper .header_ticketbtn a,
#header_top .wrapper .header_ticketbtn a:hover,
#header_top .wrapper .header_ticketbtn a:visited {
    background: #006cb9;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

#header_top .wrapper .header_ticketbtn a:hover {
    opacity: 0.7;
}

#header_top .wrapper .header_search {
    float: right;
    height: 28px;
    margin-top: 3px;
    position: relative;
    width: 210px;
}

#header_top .wrapper .header_search .input_txt {
    border: 1px solid #808080;
    font-size: 16px;
    height: 24px;
    width: 170px;
}

#header_top .wrapper .header_search .btn {
    background: #0086bf url(/common/images/search_btn_icon.png) left center no-repeat;
    background-position: 7px;
    background-size: 17px 17px;
    border: none;
    font-size: 0;
    height: 28px;
    left: 175px;
    position: absolute;
    width: 30px;
}

#header_top .wrapper .header_language {
    float: right;
    margin: 8px 0 0 15px;
}

#header_top .wrapper .header_language a,
#header_top .wrapper .header_language a:hover,
#header_top .wrapper .header_language a:visited {
    color: #9d9d9d;
    font-size: 0.750em;
    text-decoration: underline;
}


/*　　carousel main visual　　*/

#carousel_main_wrapper {
    background: #000;
    max-height: 600px;
    position: relative;
    width: 100%;
}

#carousel_main_wrapper .carousel_gallery {
    height: 550px;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

#carousel_main_wrapper .carousel_gallery .slider-wrapper {
    margin: 0;
    padding: 0;
    width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
}

#carousel_main_wrapper .carousel_gallery .slider-wrapper-inner {
    width: 1400px;
    margin-left: -700px;
}

#carousel_main_wrapper .carousel_gallery ul {
    display: block;
    height: 550px;
    margin: 0;
}

#carousel_main_wrapper .carousel_gallery ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#carousel_main_wrapper .carousel_gallery ul li a {
    display: block;
    margin: 0;
    padding: 0;
}

#carousel_main_wrapper .carousel_gallery ul li img {
    display: block;
    height: 550px;
    margin: 0 auto;
    padding: 0;
    width: 1400px;
}

#carousel_main_wrapper .carousel_gallery ul.bxs-banner {
    margin: 0;
    padding: 0;
}

#carousel_main_wrapper .carousel_gallery .left_gradation {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -700px;
    width: 120px;
}

#carousel_main_wrapper .carousel_gallery .right_gradation {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -700px;
    width: 120px;
}

#carousel_main_wrapper .carousel_gallery .left_arrow {
    height: 40px;
    position: absolute;
    left: 30px;
    margin-top: -55px;
    opacity: 0.3;
    top: 50%;
    width: 20px;
}

#carousel_main_wrapper .carousel_gallery .right_arrow {
    height: 40px;
    position: absolute;
    right: 30px;
    margin-top: -55px;
    opacity: 0.3;
    top: 50%;
    width: 20px;
}

#carousel_main_wrapper .carousel_gallery .left_arrow:hover,
#carousel_main_wrapper .carousel_gallery .right_arrow:hover {
    opacity: 1.0;
}


/*　　navi　　*/

#carousel_main_wrapper #global_navi {
    height: 100px;
    position: absolute;
    top: 524px;
    width: 100%;
}

#carousel_main_wrapper #global_navi .navi_bg {
    background: rgba(0, 173, 229, 0.80);
    height: 100px;
    margin: 0 auto;
    width: 1200px;
}

#carousel_main_wrapper #global_navi .navi_bg ul {
    margin-top: 0;
    padding: 0;
    text-align: center;
}

#carousel_main_wrapper #global_navi .navi_bg ul li {
    display: inline-block;
}

#carousel_main_wrapper #global_navi .navi_bg ul li a {
    color: #fff;
    font-size: 1.250em;
    line-height: 100px;
    margin: 0 50px;
    text-decoration: none;
}

#carousel_main_wrapper #global_navi .navi_bg ul li a:hover {
    text-decoration: underline;
}


/*　　お知らせ　　*/

#information_wrapper {
    background: #f5f5f7;
    padding: 50px 0;
    width: 100%;
}

#information_wrapper h2 {
    display: block;
    font-size: 1.250em;
    font-weight: normal;
    margin: 0 auto;
    width: 1200px;
}

#information_wrapper .top_info_block {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}

#information_wrapper .top_info_block ul {
    font-size: 0;
    margin: 0 0 0 -5px;
    padding: 0;
}

#information_wrapper .top_info_block ul a {
    display: block;
    float: left;
    text-decoration: none;
    vertical-align: top;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li {
    background: #FFF;
    font-size: 14px;
    height: 295px;
    margin-left: 5px;
    position: relative;
    width: 240px;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li span.date {
    bottom: 7px;
    color: #232528;
    font-size: 0.714em;
    left: 8px;
    position: absolute;
    text-decoration: none;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li dl {
    margin: 0;
    padding: 0;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3):hover li dl {
    opacity: 0.7;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li dl dt {
    overflow: hidden;
    width: 240px;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li dl dt img {
    height: auto;
    width: 100%;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li span.category {
    color: #fff;
    content: "";
    display: block;
    font-size: 0.750em;
    height: 23px;
    line-height: 24px;
    padding: 0 7px;
    width: 226px;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li dl dd {
    color: #232528;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#information_wrapper .top_info_block ul a:nth-child(-n+3) li dl dd div {
    padding: 7px;
}

#information_wrapper .top_info_block ul a:nth-child(n+4) {
    background: #fff;
    color: #232528;
    display: block;
    font-size: 14px;
    height: 70px;
    margin-bottom: 5px;
    margin-left: 10px;
    text-decoration: none;
    width: 460px;
}

#information_wrapper .top_info_block ul a:nth-child(n+4):hover dl {
    opacity: 0.7;
}

#information_wrapper .top_info_block ul a:nth-child(n+4) dl {
    display: table;
    height: 70px;
    margin: 0 0 5px 0;
    padding: 0;
}

#information_wrapper .top_info_block ul a:nth-child(n+4) dt {
    display: table-cell;
    height: 70px;
    overflow: hidden;
    width: 90px;
}

#information_wrapper .top_info_block ul a:nth-child(n+4) dt img {
    height: auto;
    margin: 5px;
    width: 100%;
}

#information_wrapper .top_info_block ul a:nth-child(n+4) dd {
    display: table-cell;
    height: 60px;
    overflow: hidden;
    padding: 0 0 0 5px;
    vertical-align: top;
    width: 360px;
}

#information_wrapper .top_info_block ul a:nth-child(n+4) span.date {
    font-size: 0.714em;
}

#information_wrapper .top_info_block ul a:nth-child(n+4) span.category {
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 0.750em;
    height: 14px;
    line-height: 16px;
    margin-left: 10px;
    padding: 0 7px;
    text-align: center;
    vertical-align: middle;
}

#information_wrapper .top_info_block ul dd span.category-7 {
    /* CSR */
    background: #a577d5;
}

#information_wrapper .top_info_block ul dd span.category-4 {
    /* ニュース */
    background: #de6b9c;
}

#information_wrapper .top_info_block ul dd span.category-5 {
    /* メディア */
    background: #76d5d6;
}

#information_wrapper .top_info_block ul dd span.category-2 {
    /* チケット */
    background: #6b76de;
}

#information_wrapper .top_info_block ul dd span.category-1 {
    /* 大切なお知らせ */
    background: #d9000a;
}

#information_wrapper .top_info_block .more_detail {
    text-align: right;
    width: 1200px;
}

#information_wrapper .top_info_block .more_detail a {
    text-decoration: none;
}

#information_wrapper .top_info_block .more_detail a:hover {
    text-decoration: underline;
}

#information_wrapper .top_info_block .more_detail a:after {
    background: url(/images/more_detail_bg_arrow.jpg)left top no-repeat;
    content: "";
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
}


/*　　当日券・間近割　　*/

#today_yumeclub_wrapper {
    margin: 0 auto;
    padding: 50px 0;
    width: 1200px;
}

#today_yumeclub_wrapper ul {
    font-size: 0;
    margin: 0 0 0 -20px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

#today_yumeclub_wrapper ul li {
    background: #d95016 url(/images/today_yumeclub_arrow.png)570px 30px no-repeat;
    display: inline-block;
    height: 84px;
    margin-left: 20px;
    vertical-align: top;
    width: 590px;
}

#today_yumeclub_wrapper ul li a {
    color: #fff;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 84px;
    text-align: center;
    text-decoration: none;
}

#today_yumeclub_wrapper ul li:hover {
    opacity: 0.7;
}

#today_yumeclub_wrapper ul li a:before {
    content: "";
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    vertical-align: middle;
    width: 25px;
}

#today_yumeclub_wrapper ul li.today a:before {
    background: url(/images/today_banner_icon.png)left top no-repeat;
}

#today_yumeclub_wrapper ul li.yumeclub a:before {
    background: url(/images/yumeclub_banner_icon.png)left top no-repeat;
}


/*　　公演情報　　*/

#concert_schedule_wrapper {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1200px;
    position: relative;
}

#concert_schedule_wrapper .slider-wrapper {
    margin: 20px 0 0 -1px;
}

#concert_schedule_wrapper ul.detail_block {
    display: block;
    letter-spacing: -40em;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

#concert_schedule_wrapper ul.detail_block li {
    /*
	display:inline-block;
*/
    width: 230px;
    height: 300px;
    letter-spacing: normal;
    margin: 0;
    position: relative;
    vertical-align: top;
}

#concert_schedule_wrapper ul.detail_block li a {
    background: #fff;
    display: block;
    height: 300px;
    text-decoration: none;
}

#concert_schedule_wrapper ul.detail_block li a:hover {
    opacity: 0.7;
}

#concert_schedule_wrapper ul.detail_block li a img {
    display: block;
    margin: 0 auto;
    max-width: 230px;
    max-height: 153px;
    min-height: 153px;
}

#concert_schedule_wrapper ul.detail_block li a span {
    color: #3c3c3b;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    padding: 5px;
}

#concert_schedule_wrapper ul.detail_block li a span.date {
    bottom: 0;
    color: #3c3c3b;
    font-size: 0.750em;
    font-weight: normal;
    left: 0;
    padding: 5px;
    position: absolute;
}

#concert_schedule_wrapper ul.detail_block li a span.release_date {
    bottom: 15px;
    color: #ff3366;
    font-size: 0.750em;
    font-weight: normal;
    left: 0;
    padding: 5px;
    position: absolute;
}

#concert_schedule_wrapper .concert_notfound {
    height: 300px;
    display: none;
}

#concert_schedule_wrapper .concert_carousel_left_btn {
    height: 30px;
    left: 0;
    position: absolute;
    top: 215px;
    width: 30px;
}

#concert_schedule_wrapper .concert_carousel_right_btn {
    height: 30px;
    right: 0;
    position: absolute;
    top: 215px;
    width: 30px;
}

#concert_schedule_wrapper .concert_carousel_left_btn a:hover,
#concert_schedule_wrapper .concert_carousel_right_btn a:hover {
    opacity: 0.7;
}

#concert_schedule_wrapper .concert_carousel_left_btn.disabled a:hover,
#concert_schedule_wrapper .concert_carousel_right_btn.disabled a:hover {
    cursor: auto;
    opacity: 1.0;
}

#concert_schedule_wrapper .concert_carousel_left_btn.disabled,
#concert_schedule_wrapper .concert_carousel_right_btn.disabled {
    cursor: auto;
    opacity: 0;
}

#concert_schedule_wrapper .more_detail {
    margin-top: 10px;
    text-align: right;
    width: 1200px;
}

#concert_schedule_wrapper .more_detail a {
    text-decoration: none;
}

#concert_schedule_wrapper .more_detail a:hover {
    text-decoration: underline;
}

#concert_schedule_wrapper .more_detail a:after {
    background: url(/images/more_detail_bg_arrow.jpg)left top no-repeat;
    content: "";
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
}


/*　　footer　　*/

#footer #top_footer_wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 0;
    width: 1200px;
}

#footer #top_footer_wrapper .customer_ttl {
    border-bottom: 1px solid #cecede;
    width: 100%;
}

#footer #top_footer_wrapper .customer_ttl:before {
    background: url(/common/images/footer_customer.png) no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 27px;
}

#footer #top_footer_wrapper ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#footer #top_footer_wrapper ul li {
    margin: 26px 30px 0;
    vertical-align: middle;
}


/*
#footer #top_footer_wrapper ul li:nth-child(4n+1){
	margin: 26px 50px 0 0;
}
#footer #top_footer_wrapper ul li:nth-child(4n+0) {
	margin: 26px 0 0 50px;
}
*/

#footer #top_footer_wrapper ul li a {
    background: none;
    height: 60px;
}

#footer #top_footer_wrapper ul li a:hover {
    opacity: 0.7;
}

#footer #top_footer_wrapper ul.txt_link {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

#footer #top_footer_wrapper ul.txt_link li {
    display: inline-block;
    margin: 0 30px 0;
    vertical-align: middle;
}

#footer #top_footer_wrapper ul.txt_link li a {
    color: #484848;
    font-size: 0.875em;
    text-decoration: none;
}

#footer #top_footer_wrapper ul.txt_link li a:hover {
    opacity: 1;
    text-decoration: underline;
}

#footer #top_footer_wrapper ul.txt_link li a:before {
    background: url(/common/images/top_footer_link_arrow.png)left top no-repeat;
    content: "";
    display: inline-block;
    height: 9px;
    margin-right: 4px;
    vertical-align: middle;
    width: 4px;
}


/*---------------------------------------
SP
----------------------------------------*/

@media (max-width: 480px) {
    /*　　header　　*/
    #header_top {
        min-width: 0px;
        overflow: hidden;
        position: fixed;
        top: 0;
        z-index: 10000;
    }
    #header_top .wrapper {
        /*	width: 100%;*/
    }
    #header_top .wrapper .header_logo {
        float: left;
        height: 34px;
        margin: 0;
        width: 183px;
    }
    #header_top .wrapper .header_language {
        margin: 8px 10px 0 0;
    }
    /*　　carousel main visual　　*/
    #carousel_main_wrapper {
        max-height: 39.28%;
        width: 100%;
    }
    #carousel_main_wrapper .carousel_gallery {
        height: 39.28%;
        padding-bottom: 39.28%;
        width: 100%;
    }
    #carousel_main_wrapper .carousel_gallery .slider-wrapper {
        width: 100%;
        left: 50%;
    }
    #carousel_main_wrapper .carousel_gallery .slider-wrapper-inner {
        height: 39.28%;
        width: 100%;
        margin-left: -50%;
    }
    .bx-viewport {
        height: 39.28% !important;
    }
    #carousel_main_wrapper .carousel_gallery ul li img {
        height: auto;
        width: 100%;
    }
    #carousel_main_wrapper .carousel_gallery .left_arrow {
        height: 40px;
        position: absolute;
        left: 10px;
        margin-top: -20px;
        opacity: 0.6;
        top: 50%;
        width: 20px;
    }
    #carousel_main_wrapper .carousel_gallery .right_arrow {
        height: 40px;
        position: absolute;
        right: 10px;
        margin-top: -20px;
        opacity: 0.6;
        top: 50%;
        width: 20px;
    }
    /*　　お知らせ　　*/
    #information_wrapper {
        padding: 5px 0;
    }
    #information_wrapper h2 {
        font-size: 1.375em;
        margin: 0 1% 7px;
        width: 98%;
    }
    #information_wrapper .top_info_block {
        width: 100%;
    }
    #information_wrapper .top_info_block ul {
        margin: 0;
    }
    #information_wrapper .top_info_block ul a {
        float: none;
        margin-bottom: 4px;
    }
    #information_wrapper .top_info_block ul a:nth-child(-n+3) li {
        height: auto;
        margin-left: 0;
        width: 100%;
    }
    #information_wrapper .top_info_block ul a:nth-child(-n+3) li dl {
        font-size: 0;
    }
    #information_wrapper .top_info_block ul a:nth-child(-n+3) li dl dt {
        display: inline-block;
        font-size: 14px;
        margin-right: 2%;
        vertical-align: top;
        width: 30%;
    }
    #information_wrapper .top_info_block ul a:nth-child(-n+3) li dl dd {
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        width: 68%;
    }
    #information_wrapper .top_info_block ul a:nth-child(-n+3) li span.category {
        height: inherit;
        line-height: normal;
        padding: 0 1%;
        width: 98%;
    }
    #information_wrapper .top_info_block ul a:nth-child(-n+3) li span.date {
        margin: 5px 0;
        position: static;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) {
        height: auto;
        margin: 0 0 4px 0;
        width: 100%;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) dt {
        display: block;
        height: auto;
        width: 100%;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) dt img {
        height: auto;
        margin: 0;
        width: 100%;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) dl {
        display: block;
        font-size: 0;
        height: auto;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) dl dt {
        display: inline-block;
        font-size: 14px;
        height: auto;
        margin-right: 2%;
        vertical-align: top;
        width: 30%;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) dd {
        display: inline-block;
        font-size: 14px;
        height: auto;
        margin: 0;
        padding: 0;
        vertical-align: top;
        width: 68%;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) li {
        position: relative;
    }
    #information_wrapper .top_info_block ul a:nth-child(-n+4) li dl dd div {
        padding: 1%;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) span.date {
        color: #232528;
        font-size: 0.714em;
        display: block;
        margin: 5px 0;
        position: static;
        text-decoration: none;
    }
    #information_wrapper .top_info_block ul a:nth-child(n+4) span.category {
        display: block;
        margin-left: 0;
        line-height: normal;
        padding: 0 7px;
        text-align: left;
    }
    #information_wrapper .top_info_block .more_detail {
        margin: 7px 0 15px;
        width: 100%;
    }
    #information_wrapper .top_info_block .more_detail a {
        font-size: 14px;
    }
    #information_wrapper .top_info_block .more_detail a:after {
        background-size: 20px 20px;
        height: 20px;
        width: 20px;
    }
    /*　　当日券・間近割　　*/
    #today_yumeclub_wrapper {
        padding: 0;
        width: 100%;
    }
    #today_yumeclub_wrapper ul li {
        background: none;
        background: #d95016;
        height: inherit;
        margin: 0 0 10px 0;
        width: 100%;
    }
    #today_yumeclub_wrapper ul li a {
        font-size: 16px;
        line-height: 50px;
    }
    #today_yumeclub_wrapper ul li a:before {
        height: 20px;
        margin-right: 8px;
        width: 18px;
    }
    #today_yumeclub_wrapper ul li.today a:before {
        background: url(/images/today_banner_icon.png)left top no-repeat;
        background-size: 18px 20px;
    }
    #today_yumeclub_wrapper ul li.yumeclub a:before {
        background: url(/images/yumeclub_banner_icon.png)left top no-repeat;
        background-size: 18px 20px;
    }
    /*　　公演情報　　*/
    #concert_schedule_wrapper {
        padding-bottom: 10px;
        width: 100%;
    }
    .concert_schedule_sp {
        width: 100%;
    }
    .concert_schedule_sp a {
        background: #0086bf url(/common/images/btn_arrow_bg.png) 96% 42px no-repeat;
        color: #fff;
        display: block;
        font-size: 1.250em;
        font-weight: 700;
        line-height: 100px;
        text-align: center;
        text-decoration: none;
    }
    /*　　footer　　*/
    #footer #top_footer_wrapper {
        padding: 10px 0 0;
        width: 100%;
    }
    #footer #top_footer_wrapper .customer_ttl {
        padding-left: 3%;
        width: 97%;
    }
    #footer #top_footer_wrapper ul {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }
    #footer #top_footer_wrapper ul li {
        display: block;
        margin: 0 auto !important;
        vertical-align: middle;
    }
    #footer #top_footer_wrapper ul li:first-child {
        margin: 0;
    }
    #footer #top_footer_wrapper ul li a {
        display: block;
        height: inherit;
        margin: 20px auto;
    }
    #footer #top_footer_wrapper ul li a img {
        display: block;
        margin: 0 auto;
    }
    #footer #top_footer_wrapper ul li:first-child,
    #footer #top_footer_wrapper ul li:last-child {
        margin: 0;
    }
    #footer #top_footer_wrapper ul.txt_link li {
        display: block;
        margin: 0 0 0 10px !important;
        width: 100%;
    }
}
