@charset "utf-8";

/************************************************
 ポップアップウィンドウ
************************************************ */
/* 共通
----------------------------------------------- */
div#windowcolumn {
/*    border-top: solid 3px #f90;*/
    width: 800px;
    height: 100%;
    margin: 15px 15px 0 15px;
    background: #fff;
}

div#windowcolumn h2 {
/*
	margin-bottom: 10px;
    padding: 8px;
    border-top: solid 1px #ebeced;
    color: #fff;
    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;
    background-color: #EF8300;
    font-size: 170%;
*/
    height: 28px;
    margin-bottom: 18px;
    padding: 6px 18px 3px;
    color: #FFF;
    background-color: #EF8300;
    font-size: 150%;
    font-weight: bold;
}

div#window_area {
    margin: 15px auto 0 auto;
    padding-bottom: 0px;
    width: 760px;
    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 .message_secret {
    /* margin-bottom: 20px; */
    color: #F00;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 0;
    padding: 20px 30px 10px;
}

div#window_area table {
    width: 760px;
}

div#window_area .btn_area li{
	padding-right: 0px !important;
}

/* お客様の声の書き込み、新しいお届け先の追加・変更、PW変更
----------------------------------------------- */
div#window_area #forgot {
    margin: 0 auto;
    padding: 20px;
	width: 490px;
/*    border: 1px solid #ccc;*/
    text-align: left;
}

div#window_area #forgot .mailaddres {
    margin-bottom: 10px;
}

div#window_area #forgot p {
  /*  text-align: center;*/
}

div#forgot dl,dt,dd {
	margin: 0;
	padding: 0;
}

div#forgot dl {
	background: #fff;
	border: none;
}

div#forgot dt,dd {
	padding: 3px;
}

div#forgot dt {
	borde: none;
	clear: left;
	float: left;
	font-weight:bold;
	font-size: 90%;
	width: 100px;
	height: 30px;
}

div#forgot dd {
	background: #fff;
	border:none;
	margin-left: 80px;
	margin-bottom: 8px;
}

div#form_secret{
	margin: 0 auto;
    padding: 20px;
    text-align: left;
}

#form_secret #completebox{
	margin-bottom: 35px;
}

div#form_secret .btn_area {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
}

.information
a:link, a:visited {
    text-decoration: underline !important;
}

.forgot_comp{
    margin: 0 auto;
    padding: 20px;
    width: 460px;
    border: 1px solid #E9DDD0;
	text-align: center;
}

.forgot_comp .attention{
	font-weight: bold;
	font-size: 140%;
	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;
}

/* パスワードの再発行
----------------------------------------------- */
.forgot_window {
    border: solid 1px #E9DDD0;
}
#window_area .forgot_window h3 {
    padding: 10px 20px;
    background: #E9DDD0;
    color: #000;
    font-weight: normal;
    font-size: 130%;
}
.forgot_info {
    padding: 30px 30px 10px;
}
.forgot_mail {
    display: block;
    font-size: 90%;
    padding-top: 5px;
}
