@charset "UTF-8";
/* faq
-------------------------------------------------------------*/

/* faq-nav */
body.faq #content .faq-nav {
    width: 660px;
    height: 122px;
    margin-bottom: 2em;
    background: url(../img/faq/faq-pagenav-bg.gif) no-repeat left top;
}

body.faq #content .faq-nav ul {
    position: relative;
}

body.faq #content .faq-nav li {
    position: absolute;
    width: 161px;
    height: 35px;
}

body.faq #content .faq-nav li.charge
,body.faq #content .faq-nav li.design
,body.faq #content .faq-nav li.print
,body.faq #content .faq-nav li.shop
,body.faq #content .faq-nav li.other {
    width: 158px;
}

body.faq #content .faq-nav li.charge {
    top: 5px;
    left: 5px;
}

body.faq #content .faq-nav li.order {
    top: 5px;
    left: 167px;
}

body.faq #content .faq-nav li.appointed {
    top: 5px;
    left: 332px;
}

body.faq #content .faq-nav li.design {
    top: 5px;
    left: 497px;
}

body.faq #content .faq-nav li.print {
    top: 44px;
    left: 5px;
}

body.faq #content .faq-nav li.plate {
    top: 44px;
    left: 167px;
}

body.faq #content .faq-nav li.products {
    top: 44px;
    left: 332px;
}

body.faq #content .faq-nav li.shop {
    top: 44px;
    left: 497px;
}
body.faq #content .faq-nav li.other {
    top: 82px;
    left: 167px;
}
body.faq #content .faq-nav li.gakuwari {
    top: 82px;
    left: 5px;
}

body.faq #content .faq-nav li a {
    display: block;
    _height: 1%;
    line-height: 33px;
    margin: 1px 0;
    padding: 0 8px;
    text-decoration: none;
}

body.faq #content .faq-nav li a:focus
,body.faq #content .faq-nav li a:hover
,body.faq #content .faq-nav li a:active {
    background: url(../img/faq/faq-pagenav-bg-hover.gif) no-repeat center;
}

body.faq #content .faq-nav li span {
    padding-right: 18px;
    white-space: nowrap;
    background: url(../img/common/icon-down.gif) no-repeat 100% 1px;
}

/* Q and A */
body.faq #content .section {
    margin-bottom: 3em;
}

body.faq #content h2 {
    margin-bottom: 1px;
    border-bottom: 1px solid #333;
}

body.faq #content h2 span {
    background: none;
}

body.faq #content .qanda {
    _height: 1%;
    margin-bottom: 1px;
    /*padding-bottom: 1px;*/
    border-bottom: 1px solid #e0e0df;
}

body.faq #content .qanda .q {
    padding-bottom: 1px;
}

body.faq #content .qanda .q a {
    position: relative;
    display: block;
    _height: 1%;
    padding: 14px 0 13px;
    padding-left: 35px;
    text-decoration: none;
    background: url(../img/faq/faq-icon-q.gif) no-repeat 9px 12px;
}

body.faq #content .qanda .q a:focus
,body.faq #content .qanda .q a:hover
,body.faq #content .qanda .q a:active {
    background-color: #f2f1f1;
    background-image: url(../img/faq/faq-icon-q-over.gif);
}

body.faq #content .qanda .q a img {
    position: absolute;
    right: 11px;
    bottom: 0;
    _bottom: -1px;
    vertical-align: bottom;
}

body.faq #content .qanda .a {
    display: none;
    width: 625px;
    margin-top: 1em;
    margin-left: 35px;
    margin-bottom: 1em;
    background: #f9e2b8 url(../img/faq/faq-qanda-bg-bottom.gif) no-repeat right bottom;
}

body.faq #content .qanda .a-inner {
    padding: 14px;
    background: url(../img/faq/faq-qanda-bg-upper.gif) no-repeat right top;
}

body.faq #content .qanda .a-text {
    min-height: 24px;
    _height: 24px;
    padding-left: 29px;
    background: url(../img/faq/faq-icon-a.gif) no-repeat left top;
}

body.faq #content .qanda .a-text p.last-child {
    margin-bottom: 0;
}

body.faq #content .qanda .a span.t-right {
    display: block;
}






/* font-size sample */
/*
    default = 12px
    24px = 200%
    23px = 192%
    22px = 183%
    21px = 175%
    20px = 166%
    19px = 158%
    18px = 150%
    17px = 142%
    16px = 133%
    15px = 125%
    14px = 117%
    13px = 108%
    11px = 92%
    10px = 84%
    9px = 75%
    8px = 67%
    7px = 58%
*/


.sp {
    display: none;
}

/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    body.faq #content .faq-nav {
    width: 94%;
    height: auto;
    margin:0 auto 5%;
    background:none;
}

body.faq #content .faq-nav ul {
    position: static;
}

body.faq #content .faq-nav li {
    position: static;
    width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
    border: #ccc 2px solid;
}

body.faq #content .faq-nav li.charge
,body.faq #content .faq-nav li.design
,body.faq #content .faq-nav li.print
,body.faq #content .faq-nav li.shop
,body.faq #content .faq-nav li.other {
    width: 50%;
}

    body.faq #content .qanda .q img {
            display: none;
    }
body.faq #content .qanda .a {
    display: none;
    width: 94%;
    margin: 3% auto;
    background: #f9e2b8 url(../img/faq/faq-qanda-bg-bottom.gif) no-repeat right bottom;
}

body.faq #content .qanda .a-inner {
    padding: 3%;
    background: url(../img/faq/faq-qanda-bg-upper.gif) no-repeat right top;
}


body.faq #content .qanda .q a {
    position: relative;
    display: block;
    _height: 1%;
    padding: 14px 3% 13px 0;
    padding-left: 35px;
    text-decoration: none;
    background: url(../img/faq/faq-icon-q.gif) no-repeat 9px 12px;
}
}
