@charset "utf-8";
/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	width:600px;
	margin:10px auto 20px;
	padding:10px;
	text-align:left;
	border-bottom:1px dotted #CCC;
}
div.login_ div.loginform_ .form_text_ {
	margin-bottom: 10px;
}
div.login_ div.inputimage_ {
	margin:8px auto;
	text-align:center;
}
div.login_ div.askpass_ {
	margin:5px auto;
	text-align:center;
}
div.login_ div.entry_ {
	margin:2px auto;
	text-align:center;
	font-size:10px
}
div.login_ table.loginform_ {
	margin:auto;
	text-align:center;
}
div.login_ table.loginform_ th {
	padding: 2px;
	text-align: right;
	font-weight: bold;
}
div.login_ table.loginform_ td {
	padding: 2px;
	text-align: left;
}
div.login_ table.loginform_ td input.login_uid_ {
	width: 300px;
}
div.login_ table.loginform_ td input.login_pwd_ {
	width: 300px;
}
div.login_ table.loginform_ td input.login_uid_mail_ {
	width: 300px;
}
/* --------------------------------------------------------------------
	パスワードを忘れた方
--------------------------------------------------------------------- */
table.askpass_ {
	margin-bottom: 10px;
}
table.askpass_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ・会員情報
-------------------------------------------------------------------- */
div.customer_ {
	width:860px;
	margin:0 auto;
}
div.historybody_ {
	width:1000px;
	margin:0 auto;
}
div.customer_ table {
	width: 100%;
}
div.customer_ table.customer_, div.customer_ table.customerconfirm_ {
	margin-bottom: 20px;
}
div.customer_ table.customer_ th, div.customer_ table.customerconfirm_ th {
	width: 25%;
}
div.customer_ .history_ th {
	text-align:center;
}
div.customer_ .order_detail_ {
	text-align:left;
}
div.customer_ .order_detail_ .name_ div {
	line-height:1.5;
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}
div.customer_ .order_box_ {
	width:500px;
}
div.customer_ .order_box_ th {
	width:120px;
}
/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
div.customer_ .agreebody_ {
	margin: 20px 0;
	width: 100%;
}
/* --------------------------------------------------------------------
	マイページ　トップ
-------------------------------------------------------------------- */
div.backshop {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4c4c4c;
}
div.customer_status_ {
	margin: 0 0 20px 0;
	padding: 0 0 10px;
	overflow: hidden;
}
div.customer_status_ a {
	text-decoration:none;
}
div.customer_status_ a:hover {
	text-decoration:underline;
}
div.customer_status_ .common_headline1_ {
	margin: 30px 0 10px;
}
.loginname_ {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	border-right: 1px solid #cccccc;
	margin-right: 10px;
}
.mypoint_ {
	float: left;
}
.customer_status_ .info {
	float: right;
	padding-left: 10px;
	background-image: url(../img/usr/img_headericon.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	background-position: 0 center;
}
p.recommend_ {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
div.mymenu_ {
	margin-bottom: 0px;
	width: 100%;
	overflow: hidden;
}
div.mymenu_ .top {
	height:16px;
	background-image:url(../img/sys/bg_mypagetop.gif);
	background-repeat:no-repeat;
}
div.mymenu_ .in_bottom {
	background-image: url(../img/sys/bg_mypagein.gif);
	background-repeat: repeat-y;
	padding: 13px 27px 0;
	text-align:center;
}
div.mymenu_ .in_bottom dl {
	width:250px;
	padding:0 14px;
	display:inline-block;
	text-align:left;
	vertical-align: top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
div.mymenu_ .in_bottom dd {
	padding-bottom:10px;
}
.in_bottom_line {
	border-bottom: dotted 1px #CCC;
	margin-bottom:25px;
}
div.mymenu_ .in {
	background-image: url(../img/sys/bg_mypagein.gif);
	background-repeat: repeat-y;
	padding: 13px 13px 0;
	overflow: hidden;
}
div.mymenu_ .in dl {
	width:250px;
	float:left;
	padding:0 14px;
}
div.mymenu_ .in dt {
	padding-bottom:20px;
}
div.mymenu_ .in dd {
	padding-bottom:10px;
}
div.mymenu_ .in .line {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #CCC;
	height: 40px;
}
div.mymenu_ .btm {
	height: 10px;
	background-image: url(../img/sys/bg_mypagebtm.gif);
	background-repeat: no-repeat;
	width: 860px;
	display: block;
	margin-bottom:10px;
}
div.mymenu_ .btm_space {
	height: 10px;
	background-image: url(../img/sys/bg_mypagebtm.gif);
	background-repeat: no-repeat;
	width: 860px;
	display: block;
	margin-bottom:40px;
}
div.mymenu_item_ {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
div.mymenu_item_ .img_ {
	margin: 0 10px 0 10px;
	float: left;
	display: inline;
	width: 60px;
}
div.mymenu_item_ .desc_ {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	width: 750px;
}
div.mymenu_item_ h2 {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
div.mymenu_item_ p, div.mymenu_item_ ul {
	margin: 0 0 0 10px;
}
div.mymenu_item_ ul li {
	margin-left: 2em;
	list-style: square;
}
/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	margin-bottom: 10px;
	padding-left: 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 20px;
}
div.customer_ .destgoodslist_ .dest_qty_ {
	text-align:center;
	vertical-align:middle;
}
div.customer_ .common_headline2_ {
	background-image: none;
	border-bottom: 1px solid #4C4C4C;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 13px;
	padding: 0 0 5px;
}
.other_ordered_ {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	margin: 30px 0 15px;
	overflow: hidden;
	padding: 30px;
	vertical-align: middle;
}
.other_ordered_ .ttl_ {
	border-bottom: 1px dotted #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.histry_other_ {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.other_ordered_ a {
}
div.spandual_hist_ .total_ .price_ span {
	font-weight:bold;
}
div.spandual_hist_ {
	margin-bottom: 30px;
	padding-bottom: 0px;
	width: 100%;
	overflow: hidden;
}
div.spandual_hist_ table {
	width: 100%;
}
/*
■2013.09.01 M.Tenma　イオンカード割引対応
div.spandual_hist_ table.goodslist_ {
	width: 500px;
}
*/
div.spandual_hist_ table.goodslist_ {
	width: 100%;
}

div.spandual_hist_ table th.host_ {
	width: 100%;
	text-align:left;
}
div.spandual_hist_ .leftfloat_ {
	width: 500px;
}
div.order_.col1_ .spandual_hist_ .rightfloat_ {
	width: 300px;
}
div.order_hist_.col1_ .spandual_hist_ .rightfloat_ {
	width: 300px;
}


/*
■2013.09.01 M.Tenma　イオンカード割引対応
div.spandual_hist_ .rightfloat_ table.formdetail_ {
	width: 300px;
	margin-bottom:10px;
}
*/
div.spandual_hist_ .rightfloat_ table.formdetail_ {
	width:400px;
	margin-bottom:10px;
}


div.spandual_hist_ .rightfloat_ table.total_ {
	border:solid 2px;
}
/* --------------------------------------------------------------------
	購入履歴詳細内（ご注文内容の確認）
-------------------------------------------------------------------- */
/*
.customer_ .order_hist_ td.dest_goodsname_ {
	width:45%;
}
*/
.customer_ .order_hist_ td.dest_goodsname_ {
	width:700px;
}
.history_goods_name_{
	width:400px;
}

.customer_ .order_hist_ .dest_goodsname_ {
	width:10%;
}
div.payment_detail_hist_ {
	width:300px;
}
div.payment_detail_hist_ p {
	margin:0 0 10px 0;
}
td.dest_comment_hist_ span {
	font-weight:bold;
}


/*
■2013.09.01 M.Tenma　イオンカード割引対応
table.estimate_hist_.sales_ th, table.estimate_method_hist_ th {
	width: 13em;
	vertical-align:middle;
}
*/
table.estimate_hist_.sales_ th, table.estimate_method_hist_ th {
	width: 14em;
	vertical-align:middle;
}

table.estimate_hist_.sales_ td, table.estimate_method_hist_ td {
	text-align: right;
	vertical-align:middle;
}
div.spandual_hist_ table th.host_hist_ {
	width: 100%;
	text-align:left;
}
div.order_hist_ table.estimate_method_hist_ {
	width:300px;
	margin-bottom:0px;
}
div.order_hist_ table.estimate_method_hist_ th {
	width:50%;
	text-align:left;
}
div.order_hist_ table.estimate_method_hist_ td {
	width:50%;
	text-align:center;
}
table.host_hist_ {
	margin-bottom: 20px;
}
.spandual_hist_ .rightfloat_.processimage_ {
	width:320px;
}

/*
■2013.09.01 M.Tenma　イオンカード割引対応
.spandual_hist_ .rightfloat_ {
	width:300px;

}
*/
.spandual_hist_ .rightfloat_ {
	width:400px;
}

div.order_hist_ .formlist_ {
	border: 1px dotted #CCCCCC;
	border-collapse: collapse;
	margin: 0 0 20px;
}
div.order_hist_ .formlist_.formlist_item_ {
	margin: 0;
}
div.order_hist_ .method_addr_box_ {
	margin-bottom: 10px;
	overflow:hidden;
}
div.order_hist_ .method_daytime_ {
	width:300px;
	float:right;
}
div.order_hist_ .method_addr_ {
	margin-bottom: 10px;
	float:left;
}
div.order_hist_ h2.common_headline2_ {
	background-image: none;
	border-bottom: 1px solid #4c4c4c;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 13px;
	padding: 0 0 5px;
}
/* お支払い方法 */

div.order_hist_ table.estimate_method_ {
	width:300px;
	margin-bottom:0px;
}
div.order_hist_ table.estimate_method_ th {
	width:50%;
	text-align:left;
}
div.order_hist_ table.estimate_method_ td {
	width:50%;
	text-align:center;
}
div.order_hist_ table.method_gift_ {
	border:none;
}
div.order_hist_ table.method_gift_ td {
	border:none;
}
div.order_hist_ table.goodslist_ {
	text-align:left;
}
/* お届け先 */
div.order_hist_ table.dest_ {
	width:100%;
}
div.order_hist_ table.destgoodslist_ {
	width:100%;
}
div.order_hist_ .destgoodslist_ td {
	border-right:dotted 1px #ccc;
}
div.order_hist_ .method_gift_inner_ th, div.order_hist_ .method_gift_inner_ td {
	border:none;
	border-bottom:#FFF 1px solid;
}
div.order_hist_ table.destgoodslist_ td.method_qty_ {
	text-align: center
}
div.order_hist_ table.card_ th {
	text-align:left;
}
div.order_hist_ table.card_ td {
	text-align:left;
}
/* order method.aspx */
div.order_hist_ table.method_ {
	width: 100%;
}
/*配送先*/
div.order_hist_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_hist_ table.order_hist_ {
	width: 100%;
	margin: 0 auto 20px auto;
}
div.order_hist_ table.order_hist_ th {
	width: 25%;
	vertical-align:middle;
}
table.history_ {
	margin-bottom: 20px;
}
table.history_ th {
	font-weight: bold;
}
.formlist_ td, table.history_ td.order_dt_ {
	vertical-align: middle;
}
table.history_ td.order_dt_ {
	white-space:nowrap;
}
.formlist_ td.qty_, .formlist_ td.dest_qty_ {
	text-align:center;
}
.formlist_ td, table.history_ td.order_dt_ {
	vertical-align: middle;
}
table.history_ td.order_detail_ ul {
	margin-bottom: 5px;
}
table.history_ td.order_detail_ ul li {
	margin-left: 0em;
	list-style: none;
}
table.history_ td.order_detail_ p.order_again_ {
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table.history_ td.total_ {
	text-align: center;
	font-size: 14px;
}
ul.historydetail_ {
	display:block;
	padding:0 0 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
ul.historydetail_ td {
	vertical-align:middle;
}
.historydetail_ td.dest_goodsname_ {
	overflow: hidden;
	vertical-align:middle;
}
.historydetail_ td.dest_goodsname_ .img_ {
	float:left;
	padding-right:20px;
}
.historydetail_ td.dest_goodsname_ name1_ {
	vertical-align:middle;
	float:left;
}


.historydetail_ td.dest_goodsname_ name3_ {
	vertical-align:middle;
	float:left;
}

ul.historydetail_ li {
	text-align:right;
	margin-bottom:10px;
}
.shop_name_ {
	font-weight:bold;
}
.payment_card_ {
	margin-bottom:20px;
}
.customer_ .order_ td.dest_goodsname_ {
	width:45%;
}
.customer_ .order_ .dest_goodsname_ {
	width:10%;
}
/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_ {
}
div.cardedit_ table th {
	width: 16em;
}
/* 現在の登録内容 */
div.cardedit_info_ {
	margin-bottom: 20px;
}
/**/
td.card_ label {
	margin: 0 20px 0 5px;
}
/* --------------------------------------------------------------------
	マイページ　メールアドレス変更
-------------------------------------------------------------------- */
table.mailchange_ {
	margin-bottom: 10px;
}
table.mailchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　ID変更
-------------------------------------------------------------------- */
table.idchange_ {
	margin-bottom: 10px;
}
table.idchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　パスワード変更
-------------------------------------------------------------------- */
table.passchange_ {
	margin-bottom: 10px;
}
table.passchange_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin-bottom: 10px;
}
div.customer_ .bookmark_frame_ div.name1_ {
	font-weight: bold;
	height: auto;
}

div.customer_ .bookmark_frame_ div.name3_ {
	font-weight: bold;
	height: auto;
}

div.customer_ div.bookmark_item_ {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
div.bookmark_item_ div.cartgoods_ {
	padding: 50px 10px 10px;
	float: left;
	display: inline;
	width: 15px;
}
div.bookmark_item_ div.img_ {
	padding: 10px 30px 10px 10px;
	float: left;
	display: inherit;
	width: 100px;
	overflow: hidden;
}
div.bookmark_item_ div.img_ img {
	width: 100px;
}
div.bookmark_item_ div.desc_ {
	padding: 10px 0;
	float: left;
	display: inline;
	width: 600px;
}
div.bookmark_item_ div.name_ {
	margin-bottom: 5px;
}
div.bookmark_item_ div.spec_ {
	margin-bottom: 5px;
}
div.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
div.bookmark_item_ .memo_ {
	padding: 5px;
	border: 1px solid #CCC;
	background: #F8F8F8;
}
div.bookmark_item_ div.del_ {
	display: inline;
	float: right;
	padding: 50px 10px 10px 10px;
	width: 60px;
}
div.bookmark_buy_ {
	margin: 25px 0 55px;
	text-align: center;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ
-------------------------------------------------------------------- */
div.contact_status_ {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 10px;
}
div.contact_first_ h4, div.online_ h4 {
	border-bottom: 1px dotted #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
div.contact_first_ {
	width:860px;
	overflow: hidden;
}
/* ご利用ガイド */


div.contact_first_ .guide_02_ {
	float:left;
	margin:0px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	width:370px;
	height:125px;
}
/* お電話でのお問い合わせ */

div.contact_first_ .tel_ {
	float:right;
	margin:0px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width:390px;
	height:125px;
}
div.contact_first_ .tel_ span {
	display:block;
	width:100px;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align:center;
}
div.contact_first_ .guide_02_ a {
	display:block;
	font-weight:bold;
	text-align:center;
	margin:20px;
}
/* オンラインフォームからのお問い合わせ */


div.online_ {
	margin:30px 0px 50px 0px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width:830px;
	height:125px;
}
div.online_ a {
	margin-right:10px;
}
div.online_ .btn_ {
	display:block;
	font-weight:bold;
	text-align:center;
	margin:20px;
}
h2.contact_ {
	border-bottom:dotted #666 1px;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px;
	margin:0 0 10px 0;
}
/* お問い合わせ */

div.contact_ .message_ {
	margin-bottom:50px;
}
div.contact_ .message_.fin_ {
	margin:30px auto;
	width:700px;
}
div.contact_ .kiyaku_ {
	margin:30px auto 50px;
	width:760px;
}
div.contact_ p.end_ {
	margin-top:20px;
	margin-bottom:20px;
}
div.contact_ .kiyaku_ h4 {
	border-bottom:dotted #666 1px;
	font-size:12px;
	font-weight:bold;
	padding:0 0 5px;
	margin:35px 0 5px 0;
}
div.contact_ .message_.fin_ p {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 15px 0;
}
div.contact_status_ .common_headline1_ {
	margin: 30px 0 10px;
}
td.tel_option_ span {
	float:right;
	font-weight:bold;
	padding:8px 15px 8px 15px;
	background-color:#f7f7f7;
	height:15px;
}
div.contact_ .tel_option_ input {
	margin: 0 0 0 10px;
}
div.contact_ table {
	width: 100%;
}
/* new お問合せフォーム */
div.contact_ table.contact_ th {
	width: 16em;
	vertical-align:middle;
}
}
div.contact_ table.contact_ td {
	vertical-align:middle;
}
div.contact_ div.contact_reform_ {
	margin:auto;
	text-align:center;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
}
div.contact_ ul.contactlist_ li {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
.contactdetail_title_ .subject_ {
	margin-left: 20px;
	font-weight: bold;
}
.contactdetail_title_ .id_ {
	margin-left: 10px;
	font-size: 10px;
}
/* スレッド */
div.contactlist_ {
	margin-bottom: 20px;
}
div.contactlist_ .contactlist_order_id_ {
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
div.contactlist_line_ {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #CCC;
}
div.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
	background: #F0F0F0;
	border-bottom: 1px solid #CCC;
}
div.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
div.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
div.contactlist_line_ .comment_ {
	padding: 10px;
}
/* --------------------------------------------------------------------
	マイページ　退会
-------------------------------------------------------------------- */
table.withdrawal_ {
	margin-bottom: 10px;
}
table.withdrawal_ th {
	width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
table.coupon_list_ {
	margin-bottom: 20px;
}
table.coupon_list_ th {
	font-weight: bold;
	text-aligin: center;
}
table.coupon_list_ td.coupon_code_ {
	white-space: nowrap;
}
table.coupon_list_ td.coupon_price_ {
	text-align: right;
	white-space: nowrap;
}
table.coupon_list_ td.coupon_name_ {
	text-align: left;
}
table.coupon_list_ td.coupon_dt_ {
	text-align: left;
	white-space: nowrap;
}
table.coupon_list_ td.coupon_target_ {
	text-align: left;
}
