@charset "utf-8";


/* MYPAGE共通指定
----------------------------------------------- */
div#mypagecolumn {
    width: 635px;
    margin: 0;
	padding:9px 9px 20px;
	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
}

div#mypagecolumn h2.title{
    width: 655px;
    margin: 0 0 15px;
}

div#mypagecolumn table {
    width: 100%;
}

div#mycontentsarea {
    width: 635px;
}

div#mycontentsarea table th.resulttd {
    text-align: right;
}

div#mycontentsarea table.delivname th {
    text-align: left;
    width: 140px;
}

div#mycontentsarea table caption {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 8px;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
    color: #000;
}

div#profilechange {
    width: auto;
    background: none;
    position: relative;
}

/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mynavarea {
    float: left;
    width: 185px;
}

div#mynavarea li {
    display: block;
    height: 30px;
}

div#mycontentsarea h3 {
    margin: 0 0 10px 0;
}

div#mycontentsarea table th {
    text-align: center;
}

div#mycontentsarea p.myconditionarea {
    clear: both;
    width: 500px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}

div#mycontentsarea p.delivempty {
    clear: both;
    width: 500px;
    margin: 30px auto;
    padding: 10px 0;
    border: solid 5px #CCC;
    text-align: center;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontentsarea .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .box300 {
    width: 300px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .box260 {
    width: 260px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .zipimg img {
    margin: 5px 0 0 0;
}

div#mycontentsarea #completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}

div#completetext p.changetext {
    padding: 40px 0;
    text-align: center;
}
div#mycontentsarea table th.input_exist   {
    width: 30px;
    border-right: none;
    padding: 3px;
}
div#mycontentsarea table th.input_users   {
    width: 150px;
    padding: 3px;
    text-align: right;
}

div#profilechange {
    width: auto;
    background: none;
    position: relative;
}

div#profilechange bg{
    left: 0;
    top: 0;
    position: absolute;
}

/* 購入履歴
----------------------------------------------- */
div#orderhistory_wrapper .change_order table {
    border: none;
    margin: 0;
    margin-right: 5px;
}

div#orderhistory_wrapper .change_order table td {
    border: none;
    padding: 0;
}

div#orderhistory_wrapper .change_order select {
    text-align:center;
}

div#orderhistory_wrapper .content_body_list {
    margin-top: 0;
}

div#orderhistory_wrapper .deliv_addr {
    border: 1px solid #ccc;
    width: 260px;
    margin: 15px 0;
}

div#orderhistory_wrapper .deliv_addr td{
    padding: 1px 2px 1px 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
}

div#orderhistory_wrapper .deliv_title{
    font-weight: bold;
    border-bottom: 1px solid #cccc;
    background-color: #FFF6F8;
}

div#orderhistory_wrapper .content_body_list .body_list_right {
    margin-right: 5px;
    margin-bottom: 10px;
}

div#orderhistory_wrapper .deliv_caption{
    width: 65px;
}

div#orderhistory_wrapper .wine_name {
    font-size: 0.924em;
    margin:0;
}

div#orderhistory_wrapper .wine_price {
    margin:0 10px 0 0;
}

div#orderhistory_wrapper .wine_price .price {
    color:#1A1A1A;
    font-size: 1.231em;
}

div#orderhistory_wrapper .shop {
    background-color: transparent;
    border: 1px solid #e792be;
    margin: 5px 0 0 0;
	width: 230px;
}

div#orderhistory_wrapper .shop th {
    font-weight: bold;
    text-align: left;
    background-color: #e792be;
    border: none;
    padding: 0 0 0 5px;
	color:#FFF;
}

div#orderhistory_wrapper .wine_status td {
    border: none;
    padding: 0 0 0 5px;
}

div#orderhistory_wrapper .wine_status .stock {
    font-size: 13px;
}

div#orderhistory_wrapper .wine_status .shop img {
    vertical-align: top;
}

div#orderhistory_wrapper .result_search_pages {
    margin-right: 5px;
}

div#orderhistory_wrapper .result_search_pages ul {
    float: right;
}

/* 退会手続き
----------------------------------------------- */
div#refusal{
    height: 400px;
}

div#refusal h1{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background: url(../img/products/head_title.gif) repeat-x left bottom;
    font-size:20px;
	padding:0 10px 14px;
    margin-bottom:5px;
}

div#refusal .refusedetail{
    padding: 15px 10px 0;
}

div#refusal .btn_img{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

div#refusal .btn_to_top{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

