@charset "UTF-8";

body {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    color: #ffffff;
    background-color: black;
    margin: 0;
    zoom: 0.82;
}
a {
    text-decoration: none;
}
.container {
    max-width: 1334px;
    margin: 0 auto;
}

/* 　header固定　 */
header {
    background-color: black;
    position: fixed;
    z-index: 999;
    top: 0;
    margin: 0 auto;
    width: 100%;
}
#headimg {
    width: 100%;
}
.menubar {
    padding-top: 10px;
    padding-bottom: 7px;
}
.menubar hr {
    width: 100%;
    border: none;
    background-color: #FE750C;
    height: 3px;
}
.menubar ul {
    width: 958px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    font-size: 30px;
    letter-spacing: 0.15em;
}
.menubar a {
    /* font-size: 30px; */
    text-decoration: none;
    color: #ffffff;
}
.menubar a:hover {
    color: #FE750C;
}


.navItem a::after {
    display: block;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top: -11px;
}
.navItemproduct a::after {
    content: "Product";
}
.navItemcustomer a::after {
    content: "Customer";
}
.navItemportfolio a::after {
    content: "Portfolio";
}
.navItemaccess a::after {
    content: "Access";
}
.navItemabout a::after {
    content: "About";
}




/* 　中古品リスト　 */
.used {
    margin-top: 410px;
}
.title {
    width: 1334px;
    margin: 0 auto;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}
.t-p {
    display: flex;
    font-size: 40px;
    font-weight: normal;
    align-items: center;
}
.t-p::before,
.t-p::after {
    background-color: #FE750C;
    content: "";
    flex-grow: 1;
    height: 3px;
}
.t-p::before {
    margin-right: 2%;
}
.t-p::after {
    margin-left: 2%;
}

#usedsentence {
    width: 1080px;
    margin: 0 auto;
    font-size: 23px;
    margin-bottom: 100px;
}
#usedsentence a {
    text-decoration: none;
    color: #FE750C;
    position: relative;
}
#usedsentence a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background-color: #FE750C;
    transition: all .3s;
    transform: scale(0);
}
#usedsentence a:hover:after {
    width: 100%;
    transform: scale(1);
}
.list {
    width: 1080px;
    margin: 0 auto;
    /* リストが増えてきたら随時変更 */
    margin-bottom: 800px;
    font-size: 23px;
    
}
.list li {
    list-style: square;
    margin-bottom: 23px;
    
}
.list a {
    color: #ffffff;
}
.list a:hover {
    color: #FE750C;
}
.list img {
    /* width: 60%; */
    width: 49%;
    height: auto;
    
}

/* 　footer  */

footer {
    
    font-size: 15px;
    background-image: url(../images/MFD_web117-3.png) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ft {
    width: 900px;
    margin: 0 auto;
}
.ft-ul {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.ft-ul li {
    margin-top: 29.02%;
    margin-bottom: 2.56%;
}
.ft-ul a {
    text-decoration: none;
    color: #ffffff;
}
