@charset "utf-8";


/* MYPAGE共通指定
----------------------------------------------- */
div#mypagecolumn {
    width: 790px;
}

div#mypagecolumn h2.title{
    width: 790px;
    margin:0 0 5px 0;
    height: 30px;
    text-indent:-9999px;
}



div#mypagecolumn table {
  width: 610px;
}
div#mycontentsarea {
    width: 610px;
}

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#mynavarea {
    float: left;
}

div#mynavarea li {
    display: block;
    height: 30px;
}

div#mycontentsarea {
    float: right;
}

div#mycontentsarea h3 {
    margin: 0 0 10px 0;
}

div#mycontentsarea table th {
    text-align: center;
}
div#mycontentsarea table td {
    padding: 2px;
}
table.mypage_table {
  border: 1px solid #999;
}

div#mycontentsarea p.myconditionarea {
    clear: both;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}

div#mycontentsarea p.delivempty {
    clear: both;
    width: 500px;
    margin: 30px auto;
    padding: 10px;
    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 {
    margin-top: 15px;
    padding: 15px;
    border: 5px solid #ccc;
}

div#completetext p.changetext {
    padding: 40px 0;
    text-align: center;
}


/* リンクボタン
----------------------------------------------- */

.button_position{
  width:155px;
  margin:10px auto;
}
.button_position a,
.button_position a:link,
.button_position a:visited,
.button_position a:hover{
  color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
}

.button_position_both{
  width: 510px;
  margin:10px auto;
}
.button_position_both a,
.button_position_both a:hover{
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size: 12px;
	text-align: center;
}

.button_left {
  float: left;
}
.button_right {
  float: right;
}

/* 黄色リンク */
a.button_orange,
a.button_orange:link,
a.button_orange:visited {
    width:150px;  
    height: 16px;
    display:block;
    padding:10px 0;
    margin:0 30px 0 auto;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
    background: url("/user_data/packages/ones/img/button/button_orange_off.gif") no-repeat left top;
}
a.button_orange:hover {
    background: url("/user_data/packages/ones/img/button/button_orange_on.gif") no-repeat left top;
}

/* 赤色リンク */
a.button_advance,
a.button_advance:link,
a.button_advance:visited {
    width:100px;  
    height: 16px;
    display:block;
    padding:10px 25px;
    text-align:left;
    color:#fff;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
    background: url("/user_data/packages/ones/img/button/button_red_off.gif") no-repeat left top;
}
a.button_advance:hover {
    background: url("/user_data/packages/ones/img/button/button_red_on.gif") no-repeat left top;
    color:#fff;
    padding:10px 25px;
    text-align:left;
}
a.button_advance_l,
a.button_advance_l:link,
a.button_advance_l:visited {
    width:170px;  
    height: 16px;
    display:block;
    padding:10px 5px;
    text-align:left;
    color:#fff;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
    background: url("/user_data/packages/ones/img/button/button_red_long_off.gif") no-repeat left top;
}
a.button_advance_l:hover {
    background: url("/user_data/packages/ones/img/button/button_red_long_on.gif") no-repeat left top;
    color:#fff;
    padding:10px 5px;
    text-align:left;
}

/* グレーリンク */
a.button_back,
a:link.button_back,
a:visited.button_back { 
    width:135px;  
    height: 16px;
    display:block;
    padding:10px 0 10px 15px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
    background: url("/user_data/packages/ones/img/button/button_gray_off.gif") no-repeat left top;
}
a.button_back:hover {
    background: url("/user_data/packages/ones/img/button/button_gray_on.gif") no-repeat left top;
}

/* 閉じるリンク */
a.button_close,
a.button_close:link,
a.button_close:visited{
    width:135px;  
    height: 16px;
    display:block;
    padding:10px 0 10px 15px;
    margin-left: 15px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
    background: url("/user_data/packages/ones/img/button/button_gray2_off.gif") no-repeat left top;
}
a.button_back2:hover {
    background: url("/user_data/packages/ones/img/button/button_gray2_on.gif") no-repeat left top;
}

a.button_mymenu{
    display:block;
    width:155px;
    padding:7px 0 0 15px;
    margin-bottom: 3px;
    height:23px;
    font-weight: bold;
    background: url("/user_data/packages/ones/img/mypage/navi_base.gif") no-repeat left top;
}
a.button_mymenu {
  color:#555555 !important;
  text-decoration:none;
  }
a.button_mymenu:hover{
  color:#ff6600 !important;
  }

div.page_navi {
  margin: 10px;
  text-align: center;
}