.bkt {
    margin-top: 30px;
    height: auto;
    padding-left: 10px;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.bkt span {
    display: block;
    color: #666;
}
.bkt span:nth-child(1) {
    font-size: 1.3rem;
    line-height: 150%;
    font-family: Arial, Helvetica, sans-serif;
}
.bkt span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 120%;
    color: #999;
}

.bkbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.secban {
    height: auto;
    overflow: hidden;
    position: relative;
}
.secban img {
	width: 100%;
	height: auto;
    display: block;
    visibility: hidden;
}
.secbant {
    position: absolute;
    z-index: 10;
    color: #002856;
    visibility: hidden;
}
.secbant span {
    display: block;
    line-height: 150%;
}
.secbant span:nth-child(1) {
    font-size: 1.2rem;
    font-weight: bold;
}
.secbant span:nth-child(2) {
    font-size: 0.625rem;
    font-family: Arial, Helvetica, sans-serif;
}
.bant1 {
    left: 20px;
    top: 20px;
    text-align: left;
}
.bant2 {
    right: 20px;
    top: 20px;
    text-align: right;
}
.bant3 {
    width: 100%;
    left: 0;
    top: 20px;
    text-align: center;
}
.bant4 {
    left: 20px;
    bottom: 20px;
    text-align: left;
}
.bant5 {
    right: 20px;
    bottom: 20px;
    text-align: right;
}
.txtshadow {
    text-shadow: 0 1px 1px #000;
}

.secbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}
.secbar a {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
    font-size: 0.875rem;
    position: relative;
}
.secbar a.on {
    font-weight: bold;
    color: #002856;
}
.secbar a.on::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #002856;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bkmore {
    display: block;
    margin: 20px auto 0 auto;
    width: 100px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    font-size: 0.75rem;
    color: #002856;
    position: relative;
}
.bkmore::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #002856;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
}