@charset "utf-8";

#contentwrap {
    width: 100%;
    margin-top: -100px;
}

#contentwrap span {
    cursor: pointer;
}

#contentwrap span a {
    color: #bababa;
}

#text {
    position: relative;
    width: 1280px;
    height: 220px;
    margin: 0 auto;
}

#sub {
    position: relative;
    width: 1280px;
    height: 220px;
    margin: 0 auto;
}

#title {
    position: absolute;
    bottom: 40px;
    font-size: 54px;
    color: #faf3e2;
}

/*******************************************/

.list1,
.list2 {
    position: relative;
    font-size: 20px;
    padding: 1px 10px 1px 10px;
    background-color: #5c5c5c;
    border-radius: 5px;
    text-align: center;
}

.list1 {
    top: 70px;
    left: 10px;
}

.list2 {
    float: right;
    top: 50px;
    right: 10px;
}

.back1,
.back2,
.next1,
.next2 {
    position: relative;
    font-size: 20px;
    padding: 1px 10px 1px 10px;
    background-color: #5c5c5c;
    color: #bababa;
    border-radius: 5px;
    text-align: center;
}

.back1,
.next1 {
    float: right;
    top: 100px;
    margin-left: 10px;
}

.back2,
.next2 {
    top: 50px;
    margin-right: 10px;
}

#line1 {
    position: absolute;
    right: 0;
    bottom: 70px;
    color: "";
    width: 38%;
    height: 3px;
    background-color: rgba(250, 243, 226, 60%);
}

#line2 {
    position: absolute;
    top: 40px;
    color: "";
    width: 100%;
    height: 3px;
    background-color: rgba(250, 243, 226, 60%);
}

#toprow {
    position: absolute;
    width: 100px;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

#toprow img {
    width: 100%;
}

/*******************************************/

#content {
    width: 1280px;
    margin: 0 auto;
}

#content img {
    width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}