﻿@charset "utf-8";

#myrecord form {
  background: #EAE8E2;
  border: 1px solid #C8C5BE;
  padding: 20px; }

#myrecord form td {
  padding: 3px; }

#myrecord form .acn-password {
  width: 220px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #C8C5BE;
  font-size: 15px; }

#myrecord input.url {
  margin-bottom: 20px; }

.myrecord-game {
  margin-bottom: 40px; }

.myrecord-game .show-game-detail {
  clear: both;
  border-top: 1px #DDD solid;
  border-bottom: 1px #DDD solid;
  padding: 3px 50px;
  display: block;
  margin: 10px 20px;
  text-align: center;
  cursor: pointer; }

.myrecord-game .show-game-detail:hover {
  background: #EEE; }

.myrecord-game .game-detail {
  display: none; }

.myrecord-game .game-detail .result-title {
  text-align: center;
  margin: 10px 20px;
  border-bottom: 1px #aaa solid;
  padding-bottom: 8px; }

.myrecord-game .game-detail .round-properties {
  padding: 10px 20px 20px; }

.myrecord-game .game-detail .book-detail {
  margin: 0 50px;
  border: 4px #EEE solid;
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.myrecord-game .game-detail .book-detail table.recipe {
  margin: 0 0 20px 25px; }

.myrecord-game .game-detail .book-detail .book-title {
  margin: 0 0 20px;
  padding: 10px 16px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  /*  font-size: 18px;
    font-weight: bold;*/ }

.myrecord-game .game-detail .book-detail .book-title .book-orner {
  font-size: 14px;
  margin: 0 20px;
  font-weight: normal; }

.myrecord-game .game-detail .book-detail.s1 .book-title {
  background-color: #b01b31; }

.myrecord-game .game-detail .book-detail.s2 .book-title {
  background-color: #2c3b81; }

.myrecord-game .game-detail .book-detail.s3 .book-title {
  background-color: #bd8a25; }

.myrecord-game .game-detail .book-detail.s4 .book-title {
  background-color: #546e3d; }

.myrecord-game .result {
  border-top: 1px solid #AEACAD;
  float: right;
  margin: 10px 20px 10px 0;
  line-height: 1;
  padding: 0;
  border-spacing: 0;
  width: 240px; }

.myrecord-game table.result th,
.myrecord-game table.result td {
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #AEACAD;
  padding: 4px 8px;
  margin: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top; }

.myrecord-game table.result th {
  background: #EDECE8;
  text-align: center; }

.myrecord-game table.result tbody td:first-of-type {
  text-align: center; }

.myrecord-game table.result tbody td:last-child {
  text-align: right; }

.myrecord-game table.result tbody td {
  padding: 8px 8px 4px; }

.myrecord-game table.result td:nth-child(1) {
  width: 33px; }

.myrecord-game table.result td:nth-child(2) {
  width: 90px; }

.myrecord-game {
  padding: 0 0 10px;
  margin: 10px 0 20px;
  border: 1px #FFF solid;
  background: #FFF;
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); }

.myrecord-game .myrecord-game-header {
  background: #241b89;
  padding: 5px 8px;
  margin: 0;
  color: #FFF;
  line-height: 1;
  margin: 0;
  font-size: 14px; }

.myrecord-game .myrecord-game-header.friend {
  background: #6d0019;
}

.myrecord-game .myrecord-game-header .map-help {
  color: #FFF;
  float: right;
}

.myrecord-game .myrecord-game-header .floor {
  margin-right: 20px; }

.myrecord-game .myrecord-game-cepters {
  float: left;
  padding: 0;
  margin: 15px 0 20px 10px; }

.myrecord-game .cepter {
  width: 80px;
  height: 112px;
  margin: 0 5px 0 10px;
  background: url(/img/avatar/shadow.png) center 65px no-repeat white;
  text-align: center;
  display: inline-block;
  position: relative;
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.myrecord-game .cepter p.rank {
  font-size: 20px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0; }

.myrecord-game .cepter img.avatar {
  margin: 5px auto 0px;
  width: 70px;
  height: 80px; }

.myrecord-game .cepter h5 {
  font-weight: normal;
  margin: -2px 0 5px 0;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 13px;
  color: #444; }

.myrecord-game .cepter.s1, .book-detail.s1 {
  border-color: #b01b31; }

.myrecord-game .cepter.s2, .book-detail.s2 {
  border-color: #2c3b81; }

.myrecord-game .cepter.s3, .book-detail.s3 {
  border-color: #bd8a25; }

.myrecord-game .cepter.s4, .book-detail.s4 {
  border-color: #546e3d; }

.myrecord-game .cepter.s1 .rank {
  color: #b01b31; }

.myrecord-game .cepter.s2 .rank {
  color: #2c3b81; }

.myrecord-game .cepter.s3 .rank {
  color: #bd8a25; }

.myrecord-game .cepter.s4 .rank {
  color: #546e3d; }

.myrecord-game .cepter img.book-cover {
  display: block;
  height: 30px;
  position: absolute;
  bottom: -24px;
  width: 25px;
  background-position: center top;
  background-repeat: no-repeat;
  left: 26px; }

.myrecord-game tr.d1 {
  background-color: #e8a2ab; }

.myrecord-game tr.d2 {
  background-color: #b7bfe5; }

.myrecord-game tr.d3 {
  background-color: #e2cb9e; }

.myrecord-game tr.d4 {
  background-color: #c1e5a0; }

.myrecord-game .book-cover {
  margin-left: 220px; }

#myrecord .no-games-found {
  background: #EAE8E2;
  border: 1px solid #D5D3CD;
  padding: 10px;
  margin: 20px 0;
  font-size: 18px; }

#myrecord button {
  font-family: inherit;
  color: #FFF;
  background-color: #757575;
  background: -moz-linear-gradient(top, #888888, #666666);
  background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666));
  border-color: #AFAFAD #5A5A58 #4A4A48 #929290;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px; }

#myrecord form .error {
  color: #F00;
  font-weight: bold; }

#myrecord button:hover {
  background: #888;
  background: -moz-linear-gradient(top, #999999, #777777);
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#777777)); }

#myrecord button[disabled=disabled] {
  background: #666;
  color: #999;
  cursor: default; }

#myrecord button.active {
  background: #444;
  background: -moz-linear-gradient(top, #333333, #555555);
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#555555));
  cursor: default; }

#myrecord .myrecord-game {
  -o-transition: opacity 0.3s linear;
  -ie-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

#myrecord .login h3 {
  margin: 0; }

#myrecord #self-ui {
  overflow: hidden;
  margin: 10px 0 30px 0; }

#myrecord #self-ui .reset-url-link {
  /*  color: #00F;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
  */
  float: right; }

#myrecord #self-ui p {
  /*  margin: 10px 0;*/ }

#myrecord p.error {
  margin: 10px 0;
  font-weight: bold;
  text-align: center; }

#myrecord .link-box {
  float: right;
  margin-left: 10px; }

.article .logout {
  float: right;
  right: 30px;
  top: 0; }

.page-myrecord .tab-buttons {
  text-align: center;
  margin-bottom: 10px; }

.page-myrecord .tab-buttons button {
  min-width: 120px; }

.page-myrecord .tab-pane {
  margin-bottom: 10px;
  overflow: hidden; }

.page-myrecord .tab-pane-book {
  display: none; }

.page-myrecord table.analyze {
  margin: 10px 20px;
  float: left;
  width: auto; }

.page-myrecord table.rule {
  margin: 10px 20px;
  clear: both;
  float: left;
  width: auto; }

.page-myrecord table.analyze th,
.page-myrecord table.rule th {
  width: 80px; }

.page-myrecord table.analyze td,
.page-myrecord table.rule td {
  text-align: right;
  padding: 7px 10px }

.page-myrecord table.analyze caption,
.page-myrecord table.rule caption {
  font-weight: bold; }

#self-ui a.underline {
  text-decoration: underline; }

#myrecord .login .caution {
  font-size: 12px;
  margin: 0;
  text-align: right; }

.page-myrecord .before-login {
  margin-bottom: 20px; }

.page-myrecord .self-view,
.page-myrecord .after-login {
  display: none; }

.page-myrecord .accordion_head {
  margin: 20px 0 0;
  padding: 10px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC; }

.page-myrecord .accordion_head:hover {
  background-color: #DDD; }

.page-myrecord .accordion_head .more-btn,
.page-myrecord .accordion_head .close-btn {
  float: right; }

.page-myrecord .accordion_body {
  padding: 0 10px 0 40px; }

.page-myrecord ol li.doc img {
  margin: 5px 0 10px 0; }

.page-myrecord .after-login h3 {
  margin-bottom: 5px; }

.page-myrecord .accordion_body > h4 {
  margin-left: 10px; }

.page-myrecord .accordion_body > p,
.page-myrecord .accordion_body > table {
  margin: 5px 0 0 10px; }

.page-myrecord .accordion_body .data-table th {
  white-space: nowrap; }

.page-myrecord .myrecord-nav {
  text-align: right; }

.page-myrecord #nav-above .page-numbers,
.page-myrecord #nav-below .page-numbers {
  float: none;
  display: inline;
  font-size: 14px;
  padding: 2px 5px;
  border: 1px solid #011FA1;
  text-decoration: none; }

.page-myrecord .myrecord-nav .page-numbers.current {
  background: #011FA1;
  color: white !important; }

.page-myrecorda .page-numbers:hover {
  background: #adbcfd; }

.page-myrecord .after-login {
  min-height: 30px;
  margin: 12px 0; }

.page-myrecord #pmlink {
  text-decoration: none;
  background-color: #ccc;
  padding: 2px 8px;
  margin-left: 6px;
  line-height: 1.1;
  border: 1px solid #999;
  font-size: 12px; }

.page-myrecord #pmlink:hover {
  background-color: #aaa; }
