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

body.reorder #content .notice{
    position: relative;
    width: 660px;
    height: 185px;
    margin: 0px auto 20px auto;
    background: url(../img/reorder/reorder-notice-bg.gif) no-repeat top left;
}

body.reorder #content .notice p{
    position: absolute;
    width: 550px;
    height: 120px;
    top: 45px;
    left: 75px;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

body.reorder #content h2.section-title{
    display: block;
    width: 660px;
    height: 36px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    color: #464C50;
    text-align: center;
    background: url(../img/reorder/reorder-section-tit-bg.gif) no-repeat top left !important;
}

body.reorder #main #content h3{
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    background: none !important;
    font-size: 1.2em;
}

body.reorder #main #content .buttons, body.reorder #main #content .merit, body.reorder #main #content .caution{
    position: relative;
    width: 660px;
    margin: 0px auto 20px auto;
}

body.reorder #main #content .buttons ul, body.reorder #main #content .merit ul, body.reorder #main #content .caution ul{
    position: relative;
    width: 620px;
    margin: 20px auto 15px auto;
}

body.reorder #main #content .buttons ul li, body.reorder #main #content .merit ul li, body.reorder #main #content .caution ul li{
    position: relative;
    width: 620px;
    margin: 0 auto 15px auto;
}

body.reorder #main #content .buttons dt{
    position: relative;
    display: block;
    width: 280px;
    float: left;
}

body.reorder #main #content .buttons dd{
    position: relative;
    display: block;
    width: 320px;
    float: right;
}

body.reorder #main #content .buttons p{
    position: relative;
    margin: 0;
    width: 320px;
    padding: 0px;
    color: #666666;
    font-size: 0.9em;
}

body.reorder #main #content .merit dl{
    position: relative;
    width: 620px;
    margin: 0 auto 15px auto;
}

body.reorder #main #content .merit dt{
    position: relative;
    display: block;
    width: 150px;
    float: left;
}

body.reorder #main #content .merit dd{
    position: relative;
    display: block;
    width: 460px;
    float: right;
}

body.reorder #main #content .merit p{
    position: relative;
    margin: 0;
    width: 440px;
    padding: 10px;
    color: #666666;
    font-size: 0.9em;
}

body.reorder #main #content .caution dt{
    position: relative;
    display: block;
    width: 620px;
    margin: 0px auto;
    font-size: 1.0em;
    line-height: 2.5em;
    font-weight: bold;
}

body.reorder #main #content .caution dd{
    position: relative;
    display: block;
    width: 560px;
    margin: 0px auto;
    color: #666666;
    font-size: 0.9em;
}



/* 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.reorder #content .notice{
    position: static;
    width: 94%;
    height: auto;
    margin: 0px auto 3% auto;
    background:none;
    border: #ccc 2px solid;
    padding: 3%;
    box-sizing: border-box;
}

body.reorder #content .notice p{
    position: static;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


body.reorder #content h2.section-title{
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #464C50;
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
    background: url(../img/reorder/reorder-section-tit-bg.gif) no-repeat top center !important;
}


body.reorder #main #content .buttons dt{
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    padding: 0 0 2%;
}

body.reorder #main #content .buttons dd{
    position: static;
    display: block;
    width: 100%;
    float: none;
    padding: 0 3%;
    box-sizing: border-box;
}


body.reorder #main #content .buttons, body.reorder #main #content .merit, body.reorder #main #content .caution{
    position: static;
    width: 100%;
    margin: 0px auto 2% auto;
}

body.reorder #main #content .buttons ul, body.reorder #main #content .merit ul, body.reorder #main #content .caution ul{
    position: static;
    width: 100%;
    margin: 2% auto 2% auto;
}

body.reorder #main #content .buttons ul li, body.reorder #main #content .merit ul li, body.reorder #main #content .caution ul li{
    position: static;
    width: 100%;
    margin: 0 auto 3% auto;
}


body.reorder #main #content .merit dl{
    position: static;
    width: 100%;
    margin: 0 auto 2% auto;
}

body.reorder #main #content .merit dt{
    position: static;
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 0 2%;
}

body.reorder #main #content .merit dd{
    position: static;
    display: block;
    width: 100%;
    float: none;
    padding:0 3%;
    box-sizing: border-box;
}


body.reorder #main #content .merit p{
    position:static;
    margin: 0;
    width: 100%;
    padding: 0;
    color: #666666;
    font-size: 0.9em;
}


body.reorder #main #content .caution dt{
    position: static;
    display: block;
    width: 94%;
    margin: 0px auto;
    font-size: 1.0em;
    line-height: 1.5;
    font-weight: bold;
}

body.reorder #main #content .caution dd{
    position:static;
    display: block;
    width: 94%;
    margin: 0px auto;
    color: #666666;
    font-size: 0.9em;
}

}
