@charset "utf-8";

/************************************************
 ポップアップウィンドウ
************************************************ */
/* 共通
----------------------------------------------- */
div#windowcolumn {
    font-size: 85%;
    width: 560px;
    height: 100%;
    padding: 15px;
    background: #fff;
    margin: 0 auto;
}

div#windowcolumn h2 {
    margin-bottom: 20px;
    padding: 10px;
    color: #fff;
    background-color: #A0B8D0;
}

div#window_area {
    width: 100%;
    min-height: 300px;
    height: auto !important;
}

div#window_area p.information {
    margin-bottom: 20px;
}

div#window_area .message {
    margin-bottom: 20px;
    color: #f60;
    line-height: 150%;
    font-weight: bold;
    font-size: 140%;
}
div#window_area table {
    width: 560px;
}

/* お客様の声の書き込み、新しいお届け先の追加・変更
----------------------------------------------- */
div#window_area #forgot {
    margin: 0 auto;
    padding: 20px;
    width: 440px;
    border: 1px solid #ccc;
    text-align: left;
}
div#window_area #forgot .mailaddres {
    margin-bottom: 10px;
}

div#window_area #forgot p {
    text-align: center;
}


/* 商品詳細拡大写真、カート拡大写真
----------------------------------------------- */
div#bigimage,
div#cartimage {
    margin-top: 15px;
    background-color: #fff;
    text-align: center;
}

div#bigimage img,
div#cartimage img {
    padding: 10px;
    background-color: #fff;
}

/* 郵便番号検索
----------------------------------------------- */
div#zipsearchcolumn {
    margin: 15px auto 0 auto;
    border-top: 5px solid #ffa85c;
    border-bottom: 5px solid #ffa85c;
    width: 460px;
    background-color: #fff;
}

div#zipsearchcolumn h2 {
    margin: 0 0 15px 0;
    width: 460px;
}

div#zipsearch_area {
    margin: 15px auto 0 auto;
    width: 460px;
}

div#zipsearchcolumn .btn {
    margin: 15px 0 30px 0;
    text-align: center;
}

div#zipsearch_area #completebox p {
    padding: 60px 5px;
    text-align: center;
}

/* 再入荷のお知らせメール登録
----------------------------------------------- */
div#window_restock {
    font-size: 85%;
    width: 470px;
    height: 100%;
    padding: 30px 15px 15px;
    background: #fff;
    margin: 0 auto;
}

#restock_register h3,
#restock_complete h3 {
    color: #314f73;
    font-weight: bold;
    text-align: center;
    font-size: 140%;
    margin-bottom: 6px;
}
#restock_complete h3 {
    margin-bottom: 30px;
}

#restock_register,
#restock_register p,
#restock_register input[type="text"],
#restock_complete,
#restock_complete p {
    text-align: center;
}

div#restock_register p.information {
    margin-bottom: 15px;
}

div#restock_register p.information.product {
    margin-bottom: 35px;
}

#restock_register input[type="text"] {
    line-height: 35px;
}
#restock_register input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}
#restock_register input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}
#restock_register input[type="text"]::-moz-placeholder {
    color: #bbb;
}

#restock_register .btnArea {
    margin: 28px;
}
#restock_complete .btnArea {
    margin: 64px;
}

#restock_register .btn,
#restock_complete .btn {
    display: block;
    width: 200px;
    height: 44px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-style: none;
    color: #fff;
    background-color: #314f73;
    text-align: center;
    margin: 20px auto 0;
}

#restock_register .btn:hover,
#restock_complete .btn:hover {
    cursor: pointer;
}