.contents {
    position: relative;
    width: 830px;
    margin-right: auto;
    margin-left: auto;
}

.history .left {
    float: left;
    width: 364px;
    background-color: #fff;
    margin-left: 2px;
    margin-top: 3px;
}
.history .right {
    float: right;
    margin-top: -2px;
    border-left: #bbb solid 2px;
    width: 450px;
}

.hide {
    display: none;
}

/**
 * 年表
 */
.chronology {
    position: relative;
    font-size: 11px;
    line-height: 20px;
}
.chronology .date {
    float: left;
    text-align: left;
    width: 54px;
    margin-left: 12px;
}
.chronology .text {
    float: right;
    text-align: left;
    width: 384px;

}
.chronology:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.block {
    position: relative;
    width: 128px;
    height: 144px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: -2px;
    float: left;
    background-color: #FFF;
}
.block img {
    width: 128px;
    height: 120px;
}
.block .text {
    position: relative;
    font-size: 7px;
    margin-top: -1px;
    line-height: 11px;
    height: 22px;
    overflow: hidden;
}
.block .text::before {
    position: absolute;
    background: #fff;
    content: "...";
    top: 11px;
    right: 0;
}
.block .text::after {
    position: absolute;
    background: #fff;
    content: "";
    height: 100%;
    width: 100%;
}
/**
 * ギャラリー
 */
.gallaryDiv {
    margin-left: 42px;
    margin-top: 1px;
}

.gallary {
    position: relative;
    width: 160px;
    height: 170px;
    margin-left: 50px;
    margin-bottom: 33px;
    margin-top: -2px;
    float: left;
    background-color: #FFF;
}

.gallary img {
    width: 160px;
    height: 150px;
}
.gallary .text {
    font-size: 7px;
    margin-top: -1px;
    line-height: 11px;
    height: 22px;
    position: relative;
    overflow: hidden;
 }
.gallary .text::before {
    position: absolute;
    background: #fff;
    content: "...";
    top: 11px;
    right: 0;
}

.gallary .text::after {
    position: absolute;
    background: #fff;
    content: "";
    height: 100%;
    width: 100%;
}


.photoGalleryImg {
    position: absolute;
    top: -11px;
    left: 705px;
    background: url(../img/photo.png) no-repeat;
    width: 48px;
    height: 398px;
}

.nezuTop {
    position: relative;
    background: url(../img/top.png) no-repeat;
    width: 812px;
    height: 564px;
    margin-left: 8px;
}

.nezuLink {
    position: absolute;
    top: 191px;
    left: 70px;
    width: 200px;
    height: 80px;
}
