@charset "utf-8";

/************************************************
 ポップアップウィンドウ
************************************************ */
/* 共通
----------------------------------------------- */
div#windowcolumn {
    width: 570px;
    height: 100%;
    margin: 15px 15px 0 15px;
    background: #fff;
}

/* todo s 新規追加。購入履歴印刷用に幅を広めた版*/
div#windowcolumn_print {
    width: 750px;
    height: 100%;
    margin: 15px 15px 0 15px;
    background: #fff;
}
div#windowcolumn_print div#mycontents_print {
		padding: 0 10px;
}
div#windowcolumn_print h3 {
	
}

/* todo s 新規追加。シート一括購入用に幅を広めた版*/
div#windowcolumn_sheet {
    width: 780px;
    height: 100%;
    margin: 15px 15px 0 15px;
    background: #fff;
}

/* todo s 新規追加。拡張子一覧用*/
div#windowcolumn_extends {
    width: 700px;
    height: 100%;
    margin: 15px 15px 0 15px;
    background: #fff;
}

div#windowcolumn h2 {
    margin-bottom: 10px;
    padding-left: 27px;
    height: 20px;
    color: #444;
    background: url("../hp_images/h2_back_main.jpg") no-repeat left center;
    font-weight: bold;
}
div#windowcolumn_sheet h2 {
		margin-bottom: 10px;
		padding-left: 27px;
		height: 20px;
		color: #444;
		background: url("../hp_images/h2_back_underlayer.jpg") no-repeat left center;
		font-weight: bold;
}


div#window_area {
    margin: 15px auto 0 auto;
    padding-bottom: 20px;
    width: 560px;
    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: 540px;
}

/* お客様の声の書き込み、新しいお届け先の追加・変更
----------------------------------------------- */
div#window_area #forgot {
    margin: 0 auto;
    padding: 20px 10px;
    width: 500px;
    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;
}
