/*body {
    overflow-y: hidden;
}*/

a, a:link {
    color: #000;
    text-decoration: none;
}

ul,
ol,
dl {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li,
dt,
dd {
    line-height: 1.75;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#wrapper #contents {
	width: 732px;
}
#wrapper #contents li,#wrapper #contents dt,#wrapper #contents dd {
	line-height: 1.1;
}
#wrapper {
    display: flex;
    margin-top: 30px !important;
    max-width: 1160px;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
}

body.fa_shop #wrapper {
    display: block;
	width: 1013px;
}

#contents {
    margin-left: 40px;
    width: calc(100% - 240px);
}

@media screen and (max-width: 1002px) {
    #contents {
        margin-left: 17px;
    }
}

@media screen and (max-width: 800px) {
    #wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    #contents {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }
    #Lineup {
        width: 100%;
    }
    #Lineup dl.prd_Area {
        width: 100%;
    }
    .producttitarea {
        font-size: 26px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 2px;
        background : none;
        width: 100%;
    }
    #photoNav_area {
        width: 100%;
    }
    #photoNav {
        overflow-x: auto;
        overflow-y: hidden;
    }
}