/* Scss Document */
#move-more {
  width: 35%;
  line-height: 30px;
  margin: 20px auto 10px;
  background: #FFDADA;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold; }

#move-more a {
  display: block;
  width: 100%;
  height: 30px;
  color: #2F2F2F;
  text-decoration: none; }

table.table_v {
  width: 100%;
  font-size: 12px !important; }
  table.table_v th, table.table_v td {
    text-align: center !important;
    padding: 3px 0;
    line-height: 1rem; }
  table.table_v th {
    background: #9C1F41 !important;
    color: #fff; }

table.table_h {
  width: 100%;
  font-size: 12px !important; }
  table.table_h th, table.table_h td {
    text-align: left !important; }
  table.table_h th {
    width: 40px;
    background: #9C1F41 !important;
    color: #fff; }

table.profiles {
  width: 100%; }
  table.profiles th, table.profiles td {
    border: none; }
  table.profiles td {
    vertical-align: top; }
  table.profiles .g_photo {
    margin: 0 0 5px 0;
    width: 135px;
    height: 180px;
    overflow: hidden;
    background-position: left top; }
  table.profiles .girlsdata {
    margin: 0;
    padding: 0;
    font-size: 95%; }
    table.profiles .girlsdata a {
      text-decoration: none; }
    table.profiles .girlsdata .name {
      font-size: 100%;
      font-weight: bold;
      margin-bottom: 10px;
      display: block;
      width: 100%;
      text-align: left; }

.diary_img {
  position: relative;
  display: block;
  height: 150px; }

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 30px;
  display: block;
  text-align: left;
  font-size: 10px;
  padding: 3px;
  line-height: 1.5; }

.gl_title {
  margin-left: 30px; }

.gl_img {
  width: 25px;
  height: 25px;
  overflow: hidden;
  float: left; }

.now_blink {
  animation: BLINK 0.5s ease-in-out infinite alternate;
  color: red;
  font-size: 16px; }

@keyframes BLINK {
  0% {
    opacity: 1.0; }
  100% {
    opacity: 0; } }
