@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
body {
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
}
img {
    vertical-align: bottom;
    max-width: 100%
}
ul {
    list-style: none
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
    color: #454545;
    font-size: 95%;
    line-height: 1.8;
    background: url('../image/bg-body.png') repeat 0 0;
}
a:link, a:visited {
    color: #4040ff;
    text-decoration: underline;
}
a:hover, a:active {
    color: #4040ff;
    text-decoration: none;
}
/* -- responsive ------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
    body {
        font-size: 100%;
    }
}
/* 1000pixel end */
header {
    margin: 50px auto;
    width: 960px;
}
header h1 {
    text-align: center;
}
header .title-area {
    color: cadetblue;
    font-size: 50px;
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
}
@media screen and (max-width: 1000px) {
    header {
        width: 90%;
    }
    header h1 img {
        max-width: 250px;
    }
    header .title-area {
        font-size: 28px;
    }
}




@font-face {
    font-family: MyWebFont01;
    src: url('font/font01.woff') format("woff");
}
html {
    font-size: 62.5%;
}
body {
    font-family: MyWebFont01;
    font-size: 1.4rem;
    color: #333333;
    min-width: 1040px;
    padding: 0 0 120px;
}
.inner_w {
    max-width: 1280px;
    margin: 0 auto;
}
.inner {
    max-width: 1000px;
    margin: 0 auto;
}
.sp {
    display: none;
}
/*-------------------------------------------

    プリンター一覧

-------------------------------------------*/
#intr {
    padding: 200px 0 80px;
}
#intr h2 {
    text-align: center;
}
#intr h3 {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin: 80px 0 30px;
}
#intr p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 60px 0;
}
#intr table {
    width: 100%;
}
#intr th {
    color: #fff;
    background: #55b3f0;
    border: solid 2px #fff;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    line-height: 1.4;
    font-size: 1.6rem;
    min-width: 150px;
}
#intr td {
    background: #eef9ff;
    vertical-align: middle;
    padding: 20px;
    border: solid 2px #fff;
    text-align: center;
    line-height: 1.4;
    font-size: 1.6rem;
}
#intr td:nth-of-type(1) {
    color: #fff;
    background: #55b3f0;
    border: solid 2px #fff;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    line-height: 1.4;
    font-size: 1.6rem;
    min-width: 150px;
}
#intr tr:nth-of-type(odd) td {
    background: #e8f5fd;
}
#intr tr:nth-of-type(odd) td:nth-of-type(1) {
    background: #55b3f0;
}
#intr span {
    font-size: 2.2rem;
    line-height: 1.6;
    display: block;
    margin: 20px 0 0;
}
@media screen and (min-width:320px) and (max-width: 767px) {
    body {
        font-family: MyWebFont01;
        font-size: 1.4rem;
        color: #333333;
        min-width: 0;
        padding: 0 0 106px;
    }
    .inner {
        max-width: 1000px;
        margin: 0 auto;
    }
    #intr {
        padding: 200px 20px 0;
    }
    #intr h2 {
        text-align: center;
    }
    #intr h3 {
        text-align: center;
        font-size: 2rem;
        letter-spacing: 0.1em;
        margin: 60px 0 20px;
    }
    #intr p {
        text-align: justify;
        font-size: 1.5rem;
        line-height: 1.8;
        margin: 40px 0;
    }
    #intr table {
        width: 100%;
    }
    #intr th {
        color: #fff;
        background: #55b3f0;
        border: solid 2px #fff;
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        line-height: 1.4;
        font-size: 1rem;
        min-width: 0;
        white-space: normal;
        word-break: break-all;
    }
    #intr td {
        background: #eef9ff;
        vertical-align: middle;
        padding: 5px;
        border: solid 2px #fff;
        text-align: center;
        line-height: 1.4;
        font-size: 1rem;
        white-space: normal;
        word-break: break-all;
    }
    #intr td:nth-of-type(1) {
        color: #fff;
        background: #55b3f0;
        border: solid 2px #fff;
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        line-height: 1.4;
        font-size: 1rem;
        min-width: 0;
    }
    #intr td img {
        max-width: 40px;
    }
    #intr tr:nth-of-type(odd) td {
        background: #e8f5fd;
    }
    #intr tr:nth-of-type(odd) td:nth-of-type(1) {
        background: #55b3f0;
    }
    #intr span {
        font-size: 1.4rem;
        line-height: 1.6;
        display: block;
        margin: 20px 0 0;
    }
}
