@charset "UTF-8";
/* popup
-------------------------------------------------------------*/
body.popup {
    border-bottom: 5px solid #323333;
}

body.popup #container {
    position: relative;
    width: 547px;
    margin: 0 auto;
    background: #fff url(../img/popup/popup-bg-repeat.gif) repeat-y center top;
}

body.popup .form_order_e_input {
    display: none;
}

body.popup #loading {
    display: inline-block;
    position: absolute;
    top: 205px;
    left: 50%;
    margin-left: -110px;
    text-align: center;
}

body.popup #loading img {
    margin-top: 2px;
}


/* header
-------------------------------------------------------------*/
body.popup #header {
    position: relative !important;
    margin: 0 !important;
    padding: 0px 4px !important;
    background: #f5f4ee url(../img/popup/popup-bg-upper.gif) no-repeat center bottom !important;
    height: 95px !important;
}

body.popup #header .leftbox {
    position: relative !important;
    display: inline !important;
    float: left !important;
    width: 195px !important;
}

body.popup #header .leftbox .logo {
    position: relative !important;
    margin: 5px 0 10px 0 !important;
}

body.popup #header .rightbox {
    position: relative !important;
    display: inline !important;
    float: right !important;
    width: 35% !important;
}

body.popup #header .rightbox .close {
    position: relative !important;
    margin: 66px 4px 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
}


/* footer
-------------------------------------------------------------*/
body.popup #footer {
    height: 45px;
    margin: 0;
    padding: 0 4px;
    background: #f5f4ee url(../img/popup/popup-bg-bottom.gif) no-repeat center top;
}

body.popup #footer address {
    padding-top: 19px;
}


/* main
-------------------------------------------------------------*/
body.popup #main {
    margin: 0 4px;
    padding: 0 0 40px;
}

body.popup #main h1 {
    margin: 5px 7px 2em 9px;
    padding: 0;
}

body.popup #main #contents {
    margin: 0 10px;
    padding: 0;
}

body.popup #main .section {
    width: auto;
    margin-bottom: 2em;
}

body.popup #main .tel {
    position: relative;
    margin: -0.5em 0 1.5em 0;
}

body.popup #main h2 {
    min-height: 12px;
    _height: 12px;
    margin-bottom: 5px;
    padding: 6px 12px 6px 35px;
    line-height: 1.0;
    font-weight: bold;
    background: url(../img/common/tit-l3-icon.gif) no-repeat 10px 50%;
}

body.popup #main .colored {
    color: #e26d0f;
}

body.popup #main strong {
    color: #333;
}

body.popup #main em {
    color: #ea0000;
    font-weight: bold;
}

body.popup #main a.arrow {
    font-weight: normal;
}

body.popup #main .t-bottom {
    vertical-align: bottom;
}

/* table-no */
body.popup #main table.table-no
,body.popup #main table.table-no tr th
,body.popup #main table.table-no tr td {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    font-weight: normal !important;
    color: #333;
}

body.popup #main table.table-no tr td {
    vertical-align: middle;
}

body.popup #main table.table-no tr th
,body.popup #main table.table-no tr td {
    padding-bottom: 0.5em !important;
}

/* order-product */
body.popup #main .order-product .v-middle img {
    margin: 4px 4px 4px
}

body.popup #main .order-product .v-middle * {
    vertical-align: middle;
}

/* order-spec */
body.popup #main .order-spec .size-ex {
    display: block;
    margin-top: 0.5em;
    padding: 2px 8px;
    background: #f9e2b8;
}

/* order-option */

/* order-others */
body.popup #main td .nowrap {
    display: inline-block;
    margin-right: 15px;
}

/* delivery */
body.popup #main textarea.delivery {
    margin-bottom: 0.5em;
}

/* bottom-note */
body.popup #main .bottom-note {
    margin-top: -0.7em;
}

/* popup-announce */
body.popup #main .popup-announce {
    margin-left: 10px;
    margin-right: 10px;
}

/* table-4designs */
body.popup #main .table-4designs {
    margin-bottom: -8px;
}

/* delivery */
body.popup #main textarea.print_other {
    margin-bottom: 0.5em;
}

body.popup #main .table-4designs td {
    padding: 0 0 8px !important;
    border: none !important;
    vertical-align: middle;
}

body.popup #main .table-4designs td.icon {
    width: 57px;
    text-align: center;
}

/* ul-sizenum */
body.popup #main .ul-sizenum {}
body.popup #main .ul-sizenum li {
    display: inline;
    float: left;
    width: 30%;
    margin: 0.5em 3% 0.5em 0;
}

/* ul-sizenum2 */
body.popup #main .ul-sizenum2 {}
body.popup #main .ul-sizenum2 li {
    display: inline;
    float: left;
    width: 184px;
    margin-bottom: 1em;
}

/* enqueteButton */
.enqBt{
    text-align: center;
    padding-bottom: 1em;
    line-height: 1.8;
    font-weight: bold;
    font-size: 120%;
    color: #f00;
}
    .enqBt a{
        display: block;
        font-size:120%;
        font-weight: bold;
        padding: 5px 30px;
        background-color: #f00;
        border-color: #f00;
        border-radius: 19px;
        color: #fff;
        text-decoration: none;
        box-shadow: 3px 5px #aaaaaa;
    }
    .enqBt a:hover{
        box-shadow: none;
    }
    .enqBt a:visited{
        color: #fff;
    }

/* enquete */
.enquete th {
    width: 200px;
}
    .enquete th span {
        color: #F00;
    }
.enquete .note:before {
    content: "※"
}
.enquete input[type="text"], .enquete input[type="email"] {
    width: 80%;
}
.enquete input[type="submit"] {
    cursor: pointer;
    border-radius: 19px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0;
    width: 300px;
}

.enquete .submitA {
    color: #fff;
    background-color: #323333;
    border-color: #323333;
    margin: 0 0 10px 0;
}
.enquete .submitB {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}

#main .enquete .attention {
    color: #F00;
    margin: 0;
}

.enquete h1 {
    font-size: 200%;
    font-weight: bold;
}
/* finish
-------------------------------------------------------------*/
body.popup #main .finish-red {
    width: 499px;
    margin-bottom: 1em;
    background: #f9e2b8;
}

body.popup #main .finish-red p {
    margin: 0;
    padding: 12px;
}

body.popup #main p.finish-title {
    font-size: 117%;
}

body.popup #main p.top-note {
    margin-bottom: 0.2em;
    color: #e26d0f;
}
body.popup #main p.top-note2 {
    display:none;
    margin-bottom: 0.2em;
    color:#ff0000;
}


/* mail-estimate
-------------------------------------------------------------*/
body.mail-estimate #main .section h2 {
    margin-bottom: 5px;
}

body.mail-estimate #main .section .section {
    margin: 0 15px 30px;
}

body.mail-estimate #main .section .section ol {
    margin-top: 15px;
}

body.mail-estimate #main .section .section p {
    margin-bottom: 8px;
}

body.mail-estimate #main .section .section ol li {
    list-style-position: inside;
    margin-left: 0;
}



/* student-discount-form
-------------------------------------------------------------*/
body.student-discount-form #main .notice-box {
    background: #f9e2b8 url(../img/student-discount/notice-bg-top.gif) no-repeat left top;
}

body.student-discount-form #main .notice-box h2
,body.student-discount-form #main .notice-box h3
,body.student-discount-form #main .notice-box ul {
    margin: 0 0 10px;
    padding: 0;
    border: none;
    background: none;
}

body.student-discount-form #main .notice-box ul li {
    margin: 0 0 5px;
    padding-left: 12px;
    background: url(../img/student-discount/notice-icon-excuse.gif) no-repeat 0 0.3em;
}

body.student-discount-form #main .notice-text {
    padding: 88px 36px 5px 112px;
    background: url(../img/student-discount/notice-bg-bottom.gif) no-repeat left bottom;
}

body.student-discount-form #main table.print-options p.leftbox {
    width: 130px;
}

body.student-discount-form #main table.print-options div.leftbox {
    width: 213px;
}

#divInp01{
    position:fixed;
    bottom:20px;
    right:0;
    width:250px;
    height:150px;
    background:#FFF;
    border:solid 2px #F00;
    color:#FFF;
    overflow:hidden;
}
    #divInp01 p{
        width:100%;
        padding:0 0 5px 0;
        text-align:center;
        background:#F00;
        font-size:24px;
        font-weight:bold;
    }
    #divInp01 #del01{
        width:100%;
        height:12px;
        text-align:right;
        background:#F00;
        font-size:12px;
        font-weight:bold;
        padding:0;
    }
        #divInp01 #del01 span{
            cursor:pointer;
            display:inline-block;
            border:solid 1px #FFF;
        }
        #divInp01 ul li{
            float:left;
            margin:0 5px;
        }
            #divInp01 ul li a{
                color:#F00;
                text-decoration:none;
                font-size:16px;
            }
/* 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;
    }

}
