#top #main-slider {
    height: 415px;
    margin: 0 auto;
    padding-bottom: 20px;
    background: #222b34;
}

#top #main-slider .sp-slide {
    display: table;
    width: 640px;
    height: 320px;
    margin: 0 auto;
}

#top #main-slider .sp-slide ul {
    overflow: hidden;
    height: 320px;
    background: #fff;
}

#top #main-slider .sp-slide .img-area {
    display: table-cell;
    width: 215px;
    height: 320px;
    vertical-align: top;
}

#top #main-slider .sp-slide .img-area img {
    width: 100%;
    height: auto;
}

#top #main-slider .sp-slide .text-area {
    position: relative;
    display: table-cell;
    width: 425px;
    margin: 0 auto;
    padding: 35px;
    text-align: left;
    vertical-align: top;
}

#top #main-slider .sp-slide .text-area .name {
    font-size: 32px;
    font-weight: 500;
}

#top #main-slider .sp-slide .text-area .en {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #e60012;
}

#top #main-slider .sp-slide .text-area .btn-profile a {
    font-size: 10px;
    font-weight: 700;
    display: block;
    width: 80px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #222b34;
    border-radius: 3px;
}

#top #main-slider .sp-slide .text-area .btn-profile a:hover {
    color: #fff;
    background: #222b34;
}

#top #main-slider .sp-slide .text-area .txt-profile {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: none!important;
}

#top #main-slider .sp-slide .text-area .btn-site a {
    display: block;
    width: 200px;
    padding: 10px;
    padding-left: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: url(/assets/common/img/icon-newindow.png) #222b34 55px center no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
}

#top #main-slider .sp-slide .text-area .btn-site a:hover {
    opacity: .6;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

#top #main-slider .sp-slides-container {
    overflow: hidden;
    width: 100%!important;
    min-width: 960px!important;
    height: 360px!important;
    padding-top: 40px;
    background: #222b34;
}

#top #container {
    padding-top: 50px;
}

#top .contents .title {
    position: relative;
    width: 960px;
    text-align: center;
    border-bottom: 3px solid #eee;
}

#top .contents .title .text {
    width: 960px;
    padding: 10px 0;
    border-left: 10px solid #e60012;
}

#top .contents .title .en {
    font-size: 28px;
    font-weight: 700;
    margin-left: -10px;
    color: #333!important;
}

#top .contents .title .jp {
    font-size: 12px;
    display: block;
    width: 960px;
    margin-left: -10px;
    color: #999;
}

#top .contents .btn-news {
    position: absolute;
    top: 15px;
    right: 30px;
    display: table-cell;
    width: 120px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: #e60012;
    background: #777;
}

#top .contents .btn-news a {
    position: absolute;
    top: 10px;
    right: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background: #e60012;
    background: #777;
}

#top .contents .btn-news:hover {
    opacity: .6;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

#top .news-contents {
    padding: 30px;
}
