@charset "utf-8";

/*　リセット　*/

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
p,
b {
    margin: 0;
    padding: 0;
}
h1 h2 h3 h4 {
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",   "MS PGothic", sans-serif;
    font-family : inherit;
    font-size   : 100%;
    }


p {
    font-family:  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",  "MS PGothic", sans-serif;
    font-family : inherit;
    font-size   : 100%;
}

input {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

textarea {
    border: none;
    background: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
}

select::-ms-expand {
    display: none;
}

button {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

li {
    list-style-type: none;
    list-style-position: inside;
}

table {
    border-collapse: collapse;
}

r body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
    min-width: 1080px;
    margin: 0;
    padding: 0;
}

#footer_in ul {
    float: left;
    margin-left: 8%;
}



#footer_in li a {
    color: #494949;
    text-decoration: none;
}

#footer_in li a:hover {
    color: #7c7c7c;
}

#footer_in .relevance li a {
    color: #494949;
}

#footer_in .relevance li a:hover {
    color: #999;
}

.secondhand dl {
    text-align: center;
}

.secondhand dt,
.secondhand dd,
.secondhand li {
    display: inline-block;
    margin: 0 5px;
}

.secondhand li {}

footer p {
    text-align: center;
    padding: 30px 0;
}


