﻿@charset "utf-8";
@import 'common.css?20150109';

.banners_wrap {position:relative; width:100%; max-width:1200px; min-width:800px; margin:0px auto; margin-top:30px;}
.banners {margin-bottom:20px; position:relative;}
.banners table {width:100%; table-layout:fixed; }
.banners table td { cursor:pointer; overflow:hidden; position:relative;}
.banners table td:hover .over{position:absolute; height:auto; bottom:1px; min-height:30px;}
.banners table td.half {width:50%; padding-bottom:1px; padding-left:2px;}
.banners table td.half:hover .over{bottom:0px;}
.banners table td.quater {width:25%; padding-bottom:1px; padding-left:2px;}
.banners table td.quater:hover .over{bottom:0px;}
.banners table .td_wrap {position:relative; width:100%; height:100%;}
.banners table img {width:100%; vertical-align:top; margin:0px; border:0px;}
.banners .over {width:100%; background-color:#000; background-color:rgba(0, 0, 0, .5); color:#fff; padding:4px; height:30px; font-size:1.1em; position:relative; margin-top:-30px; line-height:160%; word-wrap:break-word;}
.banners .icon_action {background:URL(http://nximage.nexoneu.com/common/v2/icon_action.gif) no-repeat center; width:68px; height:16px; top:0px; left:5px; display:inline;position:absolute; display:none; }
.banners .icon_obt {background:URL(http://nximage.nexoneu.com/common/v2/icon_obt.gif) no-repeat center; width:68px; height:16px; top:0px; left:80px; position:absolute; display:none; }
.banners .small {width:294px; height:142px;}
.wrap_banner {position:relative; width:100%; height:100%; margin:0 auto; padding:0; background-color:#000; max-width:1920px; min-width:800px; max-height:909px; min-height:200px;}
.wrap_banner .banner_top {width:100%; height:100%; margin-left:-50%; left:50%; position:relative; }
.wrap_banner .banner_img {position:relative; overflow:hidden; width:100%;}
.wrap_banner .banner_img .dummy {display:block;}
.wrap_banner .banner_img .dummy img {visibility:hidden;}
.wrap_banner .banner_img .entry {position:absolute; top:0px; left:-100%; width:100%; float:left;}
.wrap_banner .banner_img .entry:first-child {left:0px;}
.wrap_banner .banner_img img {width:100%;}
.wrap_banner .banner_top .btn-left {background:url(http://nximage.nexoneu.com/common/v2/direction_left.png) no-repeat center center; width:55px; height:100%; cursor:pointer; position:absolute; top:0px; left:0px; z-index:1;}
.wrap_banner .banner_top .btn-right {background:url(http://nximage.nexoneu.com/common/v2/direction_right.png) no-repeat center center; width:55px; height:100%; cursor:pointer; position:absolute; top:0px; right:0px; z-index:1;}
.comment {font-family:"KlavikaNX-Light"; position:relative; width:100%; min-width:900px; max-width:1200px; margin:0px auto; margin-top:80px;  color:#555; font-size:30px; line-height:110%;  padding:0px 5px;}
.comment table {width:100%;}
.bottom {position:relative; width:100%; margin:0 auto 0; padding:0; margin-top:80px; height:230px;}
.bottom .btns {margin:0 auto 0; padding: 0; position:relative; width:210px; height:70px;}
.bottom .btns ul {margin:0; padding: 0; position:relative;}
.bottom .btns li {display:inline; float:left; position:relative;}
.bottom .btns .fb {display:inline-block; background:URL(http://nximage.nexoneu.com/common/v2/btn-bottom.png) no-repeat center; width:55px; height:55px; background-position:0px 0px; cursor:pointer;}
.bottom .btns .fb:hover {background:URL(http://nximage.nexoneu.com/common/v2/btn-bottom.png) no-repeat center; width:55px; height:55px; background-position:0px -55px;}
.bottom .btns .yt {display:inline-block;background:URL(http://nximage.nexoneu.com/common/v2/btn-bottom.png) no-repeat center; width:55px; height:55px; background-position:-55px 0px; margin:0 20px 0 20px; cursor:pointer;}
.bottom .btns .yt:hover {background:URL(http://nximage.nexoneu.com/common/v2/btn-bottom.png) no-repeat center; width:55px; height:55px; background-position:-55px -55px;}
.bottom .btns .news {display:inline-block;background:URL(http://nximage.nexoneu.com/common/v2/btn-bottom.png) no-repeat center; width:55px; height:55px; background-position:-110px 0px; cursor:pointer;}
.bottom .btns .news:hover {background:URL(http://nximage.nexoneu.com/common/v2/btn-bottom.png) no-repeat center; width:55px; height:55px; background-position:-110px -55px;}

@media screen and (min-width: 0px) and (max-width:1000px) {
    .banners table td .over {display:none;}
}