
/*-----------------------------------------------------------------

マイページ

----------------------------------------------------------------- */
div#mypage{
    width: 212px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 10px;
}
div#mypage h3{
    height: 32px;
    line-height: 32px;
    background: url(../images_new/title_mypage.gif) no-repeat;
    padding-left: 10px;
    color: #fff;
    text-align: left;
    font-size: 14px;
}
div#mypage p{
    text-align: left;
    padding: 10px;
}
div#mypage img.mypage{
    border: 1px solid #A0C07C;
    margin: 10px 0;
}
div#mypage strong{
    color: #C87C06;
}
div#mypage .middle{
    width: 212px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images_new/mypage_middle.gif) repeat-y;
}
div#mypage .middle a.btn_facebook{
    margin-top: 10px;
    display: block;
}
div#mypage .middle .btnmypage{
    display: block;
    border: 1px solid #999;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom,
    from(#fff), to(#ddd));
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    -webkit-text-shadow: 1px 1px 0 #fff;
    text-decoration: none;
    text-align: center;
    box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 5px;
}

div#mypage .middle .btnmypage a{
    color: #333;
    text-decoration: none;
    display: block;
}

