@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
.MYPAGE .pic {
    margin: 0 auto;
    width: 100%;
}
.MYPAGE .pic-medal{
	bottom: 0;
    position: absolute;
    right: 6px;
    width: 40px;
}
.MYPAGE .profile-head {
    margin: 0 auto 10px;
    position: relative;
    width: 70px;
}
.MYPAGE .MYPAGE-TOP {
    background-color: #fff;
}
.MYPAGE .profile-center {
    margin-top: 30px;
    text-align: center;
}
.MYPAGE .username {
	color: #fd866a;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px;
}
.MYPAGE.BACK {
    margin-bottom: 10px;
}
.MYPAGE .medal {
	float: left;
    width: 20%;
}
.MYPAGE .medal-aria {
    margin: 5px;
}
.MYPAGE .profile-bottom .inner {
    /*background-color: #e2dece;*/

    /*background: rgb(255,118,164);*/ /* Old browsers */
    /*background: -moz-linear-gradient(left,  rgba(255,118,164,1) 0%, rgba(252,147,73,1) 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  rgba(255,118,164,1) 0%,rgba(252,147,73,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  rgba(255,118,164,1) 0%,rgba(252,147,73,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff76a4 ', endColorstr='#fc9349 ',GradientType=1 );*/ /* IE6-9 */

    border: 0 solid #d0c0b0;
    border-radius: 45px;
    margin: 0 auto;
    max-width: 260px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.MYPAGE .profile-bottom .inner.green {
    background: rgb(170,170,170); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(170,170,170,1) 0%, rgba(54,216,150,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(170,170,170,1) 0%,rgba(54,216,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(170,170,170,1) 0%,rgba(54,216,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa ', endColorstr='#36d896 ',GradientType=1 ); /* IE6-9 */
}
.MYPAGE .profile-bottom .inner.blue {
    background: rgb(54,216,150); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(54,216,150,1) 0%, rgba(59,210,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(54,216,150,1) 0%,rgba(59,210,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(54,216,150,1) 0%,rgba(59,210,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36d896 ', endColorstr='#3bd2ed ',GradientType=1 ); /* IE6-9 */
}
.MYPAGE .profile-bottom .inner.purple {
    background: rgb(59,210,237); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(59,210,237,1) 0%, rgba(227,127,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(59,210,237,1) 0%,rgba(227,127,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(59,210,237,1) 0%,rgba(227,127,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bd2ed ', endColorstr='#e37ff4 ',GradientType=1 ); /* IE6-9 */
}
.MYPAGE .profile-bottom .inner.pink {
    background: rgb(227,127,244); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(227,127,244,1) 0%, rgba(255,118,164,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(227,127,244,1) 0%,rgba(255,118,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(227,127,244,1) 0%,rgba(255,118,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e37ff4 ', endColorstr='#ff76a4 ',GradientType=1 ); /* IE6-9 */
}
.MYPAGE .profile-bottom .inner.gold {
    background: rgb(255,118,164); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,118,164,1) 0%, rgba(252,238,122,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,118,164,1) 0%,rgba(252,238,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,118,164,1) 0%,rgba(252,238,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff76a4 ', endColorstr='#fcee7a ',GradientType=1 ); /* IE6-9 */
}



.MYPAGE .meter {
    background-color: #e2dece;
    float: right;
    height: 9px;
}
.MYPAGE .meter0 {
    width: 100%;
}
.MYPAGE .meter10 {
    width: 90%;
}
.MYPAGE .meter20 {
    width: 80%;
}
.MYPAGE .meter30 {
    width: 70%;
}
.MYPAGE .meter40 {
    width: 60%;
}
.MYPAGE .meter50 {
    width: 50%;
}
.MYPAGE .meter60 {
    width: 40%;
}
.MYPAGE .meter70 {
    width: 30%;
}
.MYPAGE .meter80 {
    width: 20%;
}
.MYPAGE .meter90 {
    width: 10%;
}
.MYPAGE .meter100 {
    width: 0%;
}
.MYPAGE .current > div {
    width: 40px;
}

.MYPAGE .profile-bottom .medal-inner {
    float: left;
    width: 20%;
}
.MYPAGE .profile-bottom {
    margin: 0 auto;
	text-align: center;
}
.MYPAGE .title2 {
    margin-bottom: 10px;
    width: 150px;
}


.MYPAGE .radius-L > a {
    border: 1px solid #eb5e0b;
    border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}
.MYPAGE .radius-R > a {
    border: 1px solid #eb5e0b;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.MYPAGE .radius-C > a {
    border: 1px solid #eb5e0b;
##    border-bottom-right-radius: 30px;
##    border-top-right-radius: 30px;
}
.MYPAGE .bg-color > a {
    background-color: #eb5e0b;
}
.MYPAGE .tab {
   margin-top: 20px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}
.MYPAGE .one {
     color: #fff;
    display: table;
    float: left;
    width: 33%;
}
.MYPAGE .two {
    color: #eb5e0b;
    display: table;
    float: left;
    width: 33%;
}
.MYPAGE .three {
    color: #eb5e0b;
    display: table;
    float: left;
    width: 33%;
}
.MYPAGE .one > a {
    display: table-cell;
    padding: 10px 0;
    width: 100%;
}
.MYPAGE .two > a {
    display: table-cell;
    padding: 10px 0;
    width: 100%;
}
.MYPAGE .three > a {
    display: table-cell;
    padding: 10px 0;
    width: 100%;
}

.MYPAGE .medal-lank {
    color: #804F21;
	font-weight: bold;
}

.MYPAGE .profile-bottom .text {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
.MYPAGE span.next-lank {
    color: #b4aaac;
}

.MYPAGE .TEST-LIST .non a {
    color: #87d9d6;
    font-weight: bold;
}
.MYPAGE .TEST-LIST .test-info {
    margin-top: 0px;
    padding-left: 70px;
}
.MYPAGE .TEST-LIST .test-result {
    font-size: 11px;
}

.MYPAGE .pagination li {
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.MYPAGE .nextlabel {
    margin: 0 auto;
    right: -128px;
    width: 20px;
}

.MYPAGE .current {
    background: #eb5e0b none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    /*left: 80%;*/
    line-height: 30px;
    margin-left: -29px;
    margin-top: 14px;
    min-width: 25px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 0;
}
.MYPAGE .current:after {
    border-color: transparent transparent #eb5e0b;
    border-style: solid;
    border-width: 0 5px 10px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -10px;
    width: 0;
}
.MYPAGE .current0 {
    left: 0%;
}
.MYPAGE .current10 {
    left: 10%;
}
.MYPAGE .current20 {
    left: 20%;
}
.MYPAGE .current30 {
    left: 30%;
}
.MYPAGE .current40 {
    left: 40%;
}
.MYPAGE .current50 {
    left: 50%;
}
.MYPAGE .current60 {
    left: 60%;
}
.MYPAGE .current70 {
    left: 70%;
}
.MYPAGE .current80 {
    left: 80%;
}
.MYPAGE .current90 {
    left: 90%;
}
.MYPAGE .current100 {
    left: 100%;
}

.MYPAGE .out-current {
    margin: 0 auto;
    max-width: 260px;
}
.MYPAGE .movie-number {
    color: #b07f60;
    font-weight: bold;
}
.movie-number > span.big {
   color: #eb5e0b;
    display: block;
    font-family: "Arimo",sans-serif;
    font-size: 390%;
    line-height: 1;
    margin-top: 5px;
}
.movie-number > span {
    font-family: 'Arimo', sans-serif;
    font-size: 140%;
}
.movie-number .tatle-time-title {
    font-size: 145%;
    line-height: 1;
	display: block;
}
/*------------
BOX-Lanklist .thumnail
--------------*/
.BOX-Ranklist .thumnail {
    float: left;
    width: 70px;
}
.BOX-Ranklist .text {
    overflow: hidden;
    padding: 5px 5px 5px 10px;
}
.MYPAGE .BOX-Ranklist .inner {
   background-color: #fff;
    border-bottom: 0.5px solid rgba(96, 76, 63, 0.2);
    overflow: hidden;
    padding: 10px;
}
.BOX-Ranklist .Ranklist-caption > span {
    color: #aaa;
}
.BOX-Ranklist .Ranklist-caption {
      font-size: 80%;
}
.BOX-Ranklist .inner.sec .Ranklist-title {
    color:#36D896;
}
.BOX-Ranklist .inner.third .Ranklist-title {
    color:#3BD2ED;
}
.BOX-Ranklist .inner.fourth .Ranklist-title {
    color:#E37FF4;
}
.BOX-Ranklist .inner.fifth .Ranklist-title {
    color:#FF76A4;
}
.BOX-Ranklist .inner.sixth .Ranklist-title {
    color:#C3A22F;
}
.MYPAGE .Ranklist-rink .text > a {
    border: 1px solid;
    border-radius: 4px;
    color: #eb5e0b;
    display: block;
    font-size: 80%;
    margin: 0 auto;
    padding: 5px 0;
    width: 80px;
}
.MYPAGE .Ranklist-rink {
    margin-top: 10px;
    text-align: center;
}

.MYPAGE .inner {
    height: 100%;
}
.MYPAGE .headlogo.font-lerge {
    color: #eb5e0b;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
.MYPAGE .form .disp {
    padding: 6px 6px 6px 13px;
}
.MYPAGE-TOP.BACK .container {
    padding-bottom: 20px;
}
.form.unalterable {
    background-color: rgba(255, 255, 255, 0);
}
.movie-number hr {
    background-color: #b07f60;
    border-radius: 30px;
    border-style: none;
    display: block;
    height: 2px;
    margin: 10px auto;
    width: 180px;
}
.MYPAGE .profile-bottom.next-rank-remaining {
    margin-top: 18px;
}

/*********
PROFILE
**********/
.PROFILE .HEADER .headlogo.font-lerge {
    width: 150px;
}
.PROFILE .inner {
    padding: 0 10px;
}



@media (min-width: 768px){
.PASSWORDRESET .CONTENTS {
    width: 50%;
	padding-right: 270px;
}
.PROFILE .HEADER .headlogo.font-lerge {
    width: 170px;
}

}