@charset "utf-8";

/************************************************
 ポップアップウィンドウ
************************************************ */
/* 共通
----------------------------------------------- */
div#windowcolumn {
    /*border-top: solid 3px #f90;*/
    /*width: 560px;*/
    height: 100%;
    margin: 15px 15px 0 15px;
    background: #fff;
}

div#windowcolumn h2 {
background: url("../img/abouts/h2back_wide03.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
	width: 613px;
	margin:0 0 25px;
	height:44px;
	line-height:normal;
	padding:15px 0 0 25px
}


div#window_area {
    margin: 15px auto 0 auto;
    padding-bottom: 70px;
    width: 613px;
    min-height: 300px;
    height: auto !important;
}

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

div#window_area .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 160%;
}
div#window_area table {
    width: 613px;
	margin-top: 20px;
}

/* お客様の声の書き込み、新しいお届け先の追加・変更
----------------------------------------------- */
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;
}

.cart03{width:540px;}
.cart03 th{padding:10px; background:none repeat scroll 0 0 #fff1a2; writing-mode:lr-tb;}
.cart03 td{ padding:10px;}


/* 商品詳細拡大写真、カート拡大写真
----------------------------------------------- */
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;
}

