@charset "utf-8";
/* =====================================================================
    badges
====================================================================== */
#mypage table.badge_list {
    margin: 0;
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0 0 !important;
}

#mypage table.badge_list tr {
}

#mypage table.badge_list th,
#mypage table.badge_list td {
    width: 24%;
    padding: 10px 5px;
    border: 0;
    border-bottom: 1px dotted #cec9b2;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 1.1em;
}

#mypage table.badge_list td img {
    margin-bottom: 5px;
}

/* =====================================================================
    activity
====================================================================== */
#mypage table.activity {
    margin: 0;
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0 0 !important;
}

#mypage table.activity tr {
}

#mypage table.activity th,
#mypage table.activity td {
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px dotted #cec9b2;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    line-height: 1.2em;
}

#mypage table.activity td img {
    float: left;
    margin-right: 5px;
}

#mypage table.activity td em {
    margin-right: 4px;
    padding: 0;
    font-size: 12px;
    line-height: 1.2em;
}

#mypage table.activity td .date {
    display: block;
    font-size: 11px;
    line-height: 1em;
    color: #999999;
    text-align: right;
}

/* =====================================================================
    data
====================================================================== */
#mypage table.data {
    margin: 0 0 10px 0;
    width: 100%;
    border: 0;
    border-top: 1px dotted #cec9b2;
    border-collapse: collapse;
    border-spacing: 0px 0 !important;
}

#mypage table.data tr {
}

#mypage table.data th,
#mypage table.data td {
    padding: 10px 10px 8px 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px dotted #cec9b2;
    vertical-align: top;
    font-size: 13px;
}

#mypage table.data th {
    padding: 10px 12px 8px 10px;
    width: 160px;
    min-width: 80px;
    text-align: right;
    font-weight: bold;
    color: #825533;
}

#mypage table.data td input {
    margin-top: -2px;
    margin-bottom: 0px;
}

/* =====================================================================
    password_change
====================================================================== */
.new_password {
    display: none;
}

/* =====================================================================
    connect_sns
====================================================================== */
#mypage .connect_sns div {
    line-height: 48px;
}

#mypage .connect_sns img {
    margin-right: 28px;
    vertical-align: middle;
}

#mypage .connect_sns a.add,
#mypage .connect_sns a.remove {
    padding: 4px 5px 4px 18px;
    background-color: #eee;
    line-height: 1;
    text-decoration: none;
    color: #666;
    border-radius: 3px;
}

#mypage .connect_sns a.add:hover,
#mypage .connect_sns a.remove:hover {
    background-color: #ddd;
}

#mypage .connect_sns a.add {
    background: url(../../images/pc/common/connect_add.gif) 6px center no-repeat #eee;
}

#mypage .connect_sns a.remove {
    background: url(../../images/pc/common/connect_remove.gif) 6px center no-repeat #eee;
}

/* =====================================================================
    common
====================================================================== */
#mypage .notice {
    font-size: 12px;
    color: #777;
}

#mypage .must {
    margin-right: 5px;
    color: #dd3333;
    font-size: 10px;
}

#mypage .attention,
#mypage .must_input {
    color: #dd3333;
}

#mypage .data_error {
    margin: 2px;
    padding: 1px 3px;
    color: #cc3333;
    background-color: #ffeeee;
    font-size: 12px;
}

.margin_top {
    margin-top: 10px;
}

.margin_bottom {
    margin-bottom: 10px;
}

.margin_left {
    margin-left: 10px;
}

.margin_right {
    margin-right: 10px;
}

#mypage .align_center {
    text-align: center !important;
}

#mypage .align_left {
    text-align: left !important;
}

#mypage .align_right {
    text-align: right !important;
}

#mypage .width_1 {
    width: 30px !important;
}

#mypage .width_2 {
    width: 80px !important;
}

#mypage .width_3 {
    width: 120px !important;
}

#mypage .width_4 {
    width: 160px !important;
}

#mypage .width_5 {
    width: 200px !important;
}

#mypage .width_6 {
    width: 240px !important;
}

#mypage .width_7 {
    width: 280px !important;
}

#mypage .width_8 {
    width: 320px !important;
}

#mypage .width_9 {
    width: 360px !important;
}

#mypage .width_10 {
    width: 440px !important;
}

/* ___________________________________________________________ box */
#mypage div.box.success p,
#mypage div.box.error p {
    display: block;
    padding: 10px;
    border-radius: 4px;
}

#mypage div.box.success p {
    background: #dfd;
    border: 1px solid #ada;
}

#mypage div.box.error p {
    background: #fee;
    border: 1px solid #eaa;
}

/* ___________________________________________________________ button */
#mypage input.submit,
#mypage input.cancel,
#mypage input.button {
    margin: 2px 5px;
    padding: 2px 12px;
    width: 100px;
    height: 30px;
    background: #666;
    border: 1px solid #444;
    border-top: 1px solid #666;
    border-bottom: 1px solid #333;
    color: #fff;
    line-height: 26px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 3px;
}

#mypage input.submitWide {
    margin: 2px 5px;
    padding: 2px 12px;
    width: 280px;
    height: 30px;
    background: #666;
    border: 1px solid #444;
    border-top: 1px solid #666;
    border-bottom: 1px solid #333;
    color: #fff;
    line-height: 26px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 3px;
}

#mypage input.cancel:hover,
#mypage input.button:hover {
    border-top: 1px solid #777;
    background: #777;
}

#mypage input.submit {
    background: #dd7700;
    border: 1px solid #bb5500;
    border-top: 1px solid #dd7700;
    border-bottom: 1px solid #aa4411;
    color: #fff;
    font-weight: bold;
}

#mypage input.submitWide {
    background: #dd7700;
    border: 1px solid #bb5500;
    border-top: 1px solid #dd7700;
    border-bottom: 1px solid #aa4411;
    color: #fff;
    font-weight: bold;
}

#mypage input.submit:hover {
    border-top: 1px solid #ee8811;
    background: #ee8811;
}

#mypage input.submitWide:hover {
    border-top: 1px solid #ee8811;
    background: #ee8811;
}

#mypage div.apply_box {
    position: relative;
    margin-bottom: 5px;
    padding: 10px 20px;
    background: transparent;
    text-align: center;
}

#mypage div.apply_box .apply,
#mypage div.apply_box .cancel {
    width: 120px;
}

/* ___________________________________________________________ image */
.image_resize {
    max-width: 100%;
    width: expression(this.width >= document.documentElement.clientWidth? document.documentElement.clientWidth + "px" : "auto");
}