img {
    border: none;
}

#main-contents {
    width: 980px;
    margin: 0 auto 0 auto;

    color: #031837;
    line-height: 1.5em;
}

#bottom_btn {
    width:100%;
    height:100px;
    background:#000968;
    border-radius:3px;
    margin-bottom:30px;
}

#bottom_btn a.btmbtn{
    display:block;
    width:100%;
    height:100px;
    padding-top:40px;
    font-size:28px;
    text-align:center;
    text-decoration: none;
    color:#ffffff;
}

@media (max-width: 760px) {
    #main-contents {
        width: 100%;
        margin: 0;
    }

    #bottom_btn a.btmbtn{
        display:block;
        width:100%;
        height:100px;
        padding-top:40px;
        font-size:20px;
        text-align:center;
        text-decoration: none;
        color:#ffffff; 
    }
}


#bottom_btn a.btmbtn:hover{
    opacity: 0.7;
}


#main-contents img{
    margin-bottom:15px;
}

/* 装飾 */
#main-contents .center {
    text-align: center;
}


/* 要素 */
#main-contents .title {
    width: 70%;;
    font-size: 30px;
    margin: 30px auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #031837;
}

#main-contents .sub-title {
    width: 100%;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

#main-contents .lead-text {
    width: 100%;
    margin-bottom: 30px;
}

#main-contents .items-block {
    width: 100%;
    margin-bottom: 50px;
}


#main-contents .title-area {
    position: relative;
    width: 100%; height: 400px;
}

#main-contents .title-area .title-image {
    position: relative;
    width: 100%; height: 100%;
    top: 0; left: 0;
}

#main-contents .title-area .title-image img {
    width: 100%;
}

#main-contents .title-area .text-area-f1 {
    position: absolute;
    width: 55%; height: 100%;
    top: 0; left: 0;
    padding-top: 50px;

    text-align: center;
    color: #031837;
    font-weight: bold;
    line-height: 1.5em;
}

#main-contents .title-area .text-area-f2 {
    position: absolute;
    width: 55%; height: 100%;
    top: 0; right: 0;
    padding-top: 50px;

    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 1.5em;
}

@media (max-width: 760px) {
    #main-contents .title-area {
        position: relative;
        width: 100%; height: 200px;
    }

    #main-contents .title-area .text-area-f1 {
        position: absolute;
        width: 55%; height: 100%;
        top: 0; left: 0;
        padding-top: 10px;

        text-align: center;
        color: #031837;
        font-weight: bold;
        line-height: 1.5em;
    }

    #main-contents .title-area .text-area-f2 {
        position: absolute;
        width: 55%; height: 100%;
        top: 0; right: 0;
        padding-top: 10px;

        text-align: center;
        color: white;
        font-weight: bold;
        line-height: 1.5em;
    }
}

#main-contents .title-area .lead-text-f1 {
    width: 80%;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #031837;
}

#main-contents .title-area .lead-text-f2 {
    width: 80%;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid white;
}

#main-contents .title-area .item-name {
    font-size: 40px;
    line-height: 1em;
}

#main-contents .title-area .tax {
    font-size: 20px;
    line-height: 1em;
}

@media (max-width: 760px) {
    #main-contents .title-area .lead-text-f1 {
        width: 83%;
        margin: 0 auto 20px auto;
        border-bottom: 1px solid #031837;
    }

    #main-contents .title-area .lead-text-f2 {
        width: 83%;
        margin: 0 auto 20px auto;
        border-bottom: 1px solid white;
    }

    #main-contents .title-area .item-name {
        font-size: 15px;
        line-height: 1em;
    }

    #main-contents .title-area .tax {
        font-size: 8px;
        line-height: 1em;
    }
}

#main-contents .title-area .purchase-button-f1 {
    margin-top: 50px;
    padding: 10px 30px 10px 30px;
    background-color: #031837;
    border-radius: 4px;
    color: white;
}

#main-contents .title-area .purchase-button-f2 {
    margin-top: 50px;
    padding: 10px 30px 10px 30px;
    background-color: white;
    border-radius: 4px;
    color: #503023;
}


/* アイテム情報エリア */
#main-contents .item-images {
    position: relative;
    width: 100%; height: 900px;
    margin-bottom: 100px;
}

@media (max-width: 760px) {
    #main-contents .item-images {
        position: relative;
        width: 100%; height: 450px;
        margin-bottom: 100px;
    }
}

/* アイテム画像エリア */
#main-contents .item-images .image-area {
    position: absolute;
    width: 50%; height: 100%;
    top: 0; left: 0;
}

#main-contents .item-images .image-area .large-image {
    width: 100%;
    padding: 10px;
}

#main-contents .item-images .image-area .small-images {
    width: 100%;
    padding-left: 5px;
}

#main-contents .item-images .image-area .small-image {
    display: inline-block;
    width: 32%;
    padding: 5px;
    cursor: pointer;
}

#main-contents .item-images .image-area .small-image img {
    width: 100%;
}

/* アイテムテキストエリア */
#main-contents .item-images .info-area {
    position: absolute;
    width: 50%; height: 100%;
    top: 20px; right: 0;
}

#main-contents .item-images .info-area .item-info {
    width: 100%;
    padding: 0 0 0 10px;
}

#main-contents .item-images .info-area .item-info .item-title {
    width: 100%;
    padding: 5px 20px 5px 20px;
    font-size: 20px;
    border-bottom: 1px solid #031837;
}

#main-contents .item-images .info-area .item-info .item-text{
    width: 100%;
    padding: 5px 20px 5px 20px;
    margin-bottom: 20px;
}

@media (max-width: 760px) {
    #main-contents .item-images .info-area .item-info .item-title {
        width: 100%;
        padding: 5px 10px 5px 10px;
        font-size: 15px;
        border-bottom: 1px solid #031837;
    }

    #main-contents .item-images .info-area .item-info .item-text{
        width: 100%;
        padding: 5px 10px 5px 10px;
        margin-bottom: 10px;
    }
}