@charset "UTF-8";

.layout-second .second-body article h2 {
    border-left: 12px solid #FFFF00;
    padding-left: 17px;
}

.layout-second .second-body article h4 {
    font-weight: bold;
}

.layout-second .second-body article .small {
    font-size: 93%;
}
.layout-second .second-body article .x-small {
    font-size: 77%;
}
.layout-second .second-body article .large {
    font-size: 115%;
}
.layout-second .second-body article .x-large {
    font-size: 125%;
}

.layout-second .second-body article .img-l {
    float: left;
    margin: 0 20px 10px 0;
}
.layout-second .second-body article .img-r {
    float: right;
    margin: 0 0 10px 20px;
}

/* footer sponsor */

.layout-sponsors h2.main-sp{
    background-color: #dfdfdf;
    border-left: none;
    margin: 50px 50px 0px;
    padding: 10px 20px;
    font-size: 18px;
}

.layout-sponsors h2.platinum-sp{
    background-color: #dfdfdf;
    border-left: none;
    margin: 20px 50px 0px;
    padding: 10px 20px;
    font-size: 18px;
}

.layout-sponsors ul {
    padding: 30px;
    text-align: center;
}

.layout-sponsors li {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}

/* partner */

.second-body article .partner ul.list {
    margin: 30px 0;
}

.second-body article .partner ul.list li {
    float: left;
    margin-right: 3.5%;
    width: 31%;
}

.second-body article .partner ul.list li.last-child {
    margin-right: 0;
}

.second-body article .partner ul.list li dt {
    text-align: center;
    border: 1px solid #d4d4d4;
    height:150px;
    position: relative;
}

.second-body article .partner ul.list li dt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.second-body article .partner ul.list li dt p {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.second-body article .partner ul.list li dd {
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0 0;
    text-align: center;
    height:80px;
}

.second-body article .partner .hr {
    margin: 0 -50px 30px;
}

/* header team */

.layout-team-header .team-nav li:nth-child(n+7) {
    display: inline-block;
}

.layout-team-header .team-nav li:nth-child(n+8) {
    display: none;
}

/*.layout-team-header .team-nav li:nth-child(n+9) {
    display: none;
}

.layout-team-header .team-logo-wrap {
    display: table;
    float: left;
    margin-right: 0;
    margin-top: 20px;
}

.layout-team-header .team-nav {
    float: left;
    height: 130px;
    width: 52%;
}*/

/* fanclub */

.fanclub tbody tr th, .fanclub tbody tr td {
    text-align: center;
    vertical-align: middle;
}