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

#top #main-slider .sp-slide {
    display: table;
    margin: 0 auto;
    padding: 5%;
}

#top #main-slider .sp-slide ul {
    background: #fff;
}

#top #main-slider .sp-slide .img-area {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    background: #eee;
}

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

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

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

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

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

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

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

#top #main-slider .sp-slides-container {
    overflow: hidden;
    width: 100%!important;
    background: #222b34;
}

#top #container {
    padding-top: 5%;
}

#top .contents .title {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
    text-align: left;
    background: #fff;
}

#top .contents .title .text {
    width: 100%;
    padding: 10px 30px;
    border-left: 10px solid #e60012;
}

#top .contents .title .en {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

#top .contents .title .jp {
    font-size: 10px;
    display: block;
    width: 100%;
    color: #999;
}

#top .contents .btn-news {
    font-size: 12px;
    line-height: 36px;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 120px;
    height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #e60012;
    background: #777;
}

#top .contents .btn-news a {
    display: block;
    text-decoration: none;
    color: #fff;
}
