/* BASIC css start */
.mypage_wrap { width:1700px; margin:0 auto 120px; font-size:10pt; }
.wrap_tit { width:100%; text-align:center; margin:80px 0 50px; font-size:16pt; font-weight:bold; color:#111; }
.wrap_tit span { color:#a9a9a9; font-size:12pt; font-weight:300; }

.page_tit { font-size:16pt; font-weight:bold; color:#5b5b5b; margin:80px 0 50px; padding:0 0 10px; border-bottom:1px solid #b8b8b9; position:relative; }
.customer_box { font-size:10pt; font-weight:300; position:absolute; top:0; right:0; }

.page_wrap { width:100%; overflow:hidden; margin:0 0 80px; }

.jh_flextable { text-align:center; }
.jh_flextable a { text-decoration:none; }
.jh_flextable .table_header { width:100%; display:flex; background:#fbfafa; border-top:1px solid #b8b8b9; border-bottom:1px solid #b8b8b9; color:#252122; height:40px; line-height:40px; }
.jh_flextable .table_body { width:100%; display:flex; box-sizing:border-box; padding:10px 0; border-bottom:1px solid #b8b8b9; }
.jh_flextable .table_body .box_cen { text-align:left; }
.jh_flextable .table_body .box_min { line-height:151px; position:relative; }

.jh_flextable .box_min { flex-basis:10%; }
.jh_flextable .box_min.product_thumb img { width:100px; }
.jh_flextable .box_min.product_price { font-weight:bold; color:#111; }
.jh_flextable .box_cen { flex-basis:70%; position:relative; }

.box_cen .txt { color:#333; }

.jh_flextable .box_cen .product_name { margin:0 0 20px; }
.jh_flextable .box_cen .product_del { position:absolute; left:0; bottom:0; }
.jh_flextable .box_cen .product_del a { display:block; padding:7px 15px; box-sizing:border-box; border:1px solid #b8b8b9; color:#111; }

.jh_flextable .tablenull_list { flex-basis:100%; text-align:center; height:40px; line-height:40px; }

.total_del_btn { margin:80px auto 200px; display:table; }
.total_del_btn a { padding:15px 60px; box-sizing:border-box; border:1px solid #5c5c5c; color:#252122; font-size:14pt; }
/* BASIC css end */

