@font-face {
  font-family: mplus;
  src: url("type/mplus-1c-light.ttf") format("truetype");
}

@-webkit-keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes reset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media all {
  .page_break {
    display: none;
  }
}

@media print {
  body * {
    visibility: hidden;
  }
  #cv,
  #cv * {
    visibility: visible;
  }
  #cv {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .page_break {
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
  }
}

body {
  background-color: rgb(25, 25, 25);
  margin: 0px;
}

ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

li {
  font-size: 10pt;
}

a {
  color: rgb(44, 44, 44);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

a:hover {
  color: rgb(255, 100, 00);
}

#menu_container {
  position: relative;
  margin: auto;
  height: 30px;
  width: 90%;
  max-width: 640px;
}

#menu_spacing {
  position: fixed;
  width: 100%;
  max-width: 518px;
  margin-left: 73px;
  margin-right: 49px;
  background: rgb(250, 250, 245);
  height: 25px;
  z-index: 2;
}

#menu_indicator_spacing {
  position: fixed;
  width: 100%;
  max-width: 518px;
  margin-left: 73px;
  margin-right: 49px;
  margin-top: 25px;
  height: 5px;
  background: rgb(200, 200, 200);
  z-index: 2;
}

#menu_shadow {
  position: fixed;
  width: 100%;
  max-width: 640px;
  height: 20px;
  margin-top: 30px;
  z-index: 2;

  /* fallback */
  background-color: transparent;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#1a82f7),
    to(rgba(255, 255, 255, 0))
  );
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(
    top,
    rgba(20, 20, 20, 0.7),
    rgba(255, 255, 255, 0)
  );
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #555, rgba(255, 255, 255, 0));
  /* IE 10 */
  background: -ms-linear-gradient(top, #555, rgba(255, 255, 255, 0));
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #555, rgba(255, 255, 255, 0));
}

img.menu_image {
  position: fixed;
  width: 24px;
  height: 24px;
}

div.menu_selector {
  position: fixed;
  width: 24px;
  height: 5px;
  margin-top: 25px;
  background: rgb(200, 200, 200);
  z-index: 2;

  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

div.menu_selector.hover {
  background: rgb(255, 100, 00);
}

div.menu_selector.selected {
  background: rgb(250, 150, 50);
}

div.menu_selector.selected.hover {
  background: rgb(255, 100, 00);
}

div.menu_button {
  position: fixed;
  width: 24px;
  height: 30px;
  background: rgb(250, 250, 245);
  z-index: 2;
}

#menu_buttons_left_container {
  position: relative;
  float: left;
  width: 76px;
}

#menu_buttons_right_container {
  position: relative;
  float: right;
  width: 49px;
}

#menu_button_home {
  margin-left: 0;
  border-left: 1px solid rgb(200, 200, 200);
}

#menu_button_jp {
  margin-left: 25px;
}

#menu_button_en {
  margin-left: 49px;
}

#menu_button_print {
  margin-left: 0;
}

#menu_button_download {
  margin-left: 24px;
  border-right: 1px solid rgb(200, 200, 200);
}

#cv {
  font-family: mplus, sans-serif;
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fdfbf5;
  margin: 30px auto;
  margin-top: 0px;
  padding: 20px;
}

#first_container {
  height: 132px;
}

#first_infobox {
  height: 128px;
  border: 2px solid #555;
  position: absolute;
  left: 0;
  right: 154px;
}

#second_container {
  border: 2px solid #555;
  height: 104px;
}

#name_romaji {
  font-size: 16pt;
}

#name_furigana {
  font-size: 10pt;
}

#info_birthdate {
  font-size: 12pt;
  margin-left: 11%;
}

#info_sex {
  font-size: 16pt;
  position: relative;
  top: 20%;
}

#photo_box {
  width: 128px;
  height: 128px;
  position: absolute;
  right: 0;
  border: 2px solid #555;
}

#photo {
  width: 128px;
  height: 128px;
}

.container {
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
}

.internal_cell {
  position: relative;
  height: 100%;
  text-align: center;
}

.list_entry {
  width: 100%;
  float: left;
  border-bottom: 1px solid darkgray;
}

.field_description {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  font-size: 9pt;
  color: #888;
}

.date_cell {
  font-size: 10pt;
  float: left;
  width: 20%;
  height: 100%;
}

.info_cell {
  font-size: 12pt;
  float: left;
  width: 75%;
  padding-left: 10px;
  text-align: left;
}

.vertical_line {
  width: 2px;
  height: 8px;
  background: darkgray;
  position: relative;
  left: 50%;
}

.position_description {
  padding-left: 20px;
  font-size: 10pt;
}

.cell_border_left {
  border-left: 1px solid darkgray;
}

.cell_border_right {
  border-right: 1px solid darkgray;
}

.cell_border_bottom {
  border-bottom: 1px solid darkgray;
}

.absolute_left {
  position: absolute;
  left: 0;
}

.absolute_right {
  position: absolute;
  right: 0;
}

.centered {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.center_vertical {
  position: relative;
  top: 30%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.full_height {
  height: 100%;
}

.half_height {
  height: 50%;
}

.thick_border {
  border: 2px solid rgb(55, 55, 55);
}

.thick_border_start {
  border-top: 2px solid rgb(55, 55, 55);
  border-left: 2px solid rgb(55, 55, 55);
  border-right: 2px solid rgb(55, 55, 55);
}

.thick_border_end {
  border-top: 1px solid darkgray;
  border-left: 2px solid rgb(55, 55, 55);
  border-right: 2px solid rgb(55, 55, 55);
  border-bottom: 2px solid rgb(55, 55, 55);
}

.quick_fade_in {
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in;

  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: ease-in;

  animation-name: reset, fade-in;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
}

.slow_fade_in {
  -webkit-animation-name: reset, fade-in;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in;

  -moz-animation-name: reset, fade-in;
  -moz-animation-duration: 2.5s;
  -moz-animation-timing-function: ease-in;

  animation-name: reset, fade-in;
  animation-duration: 2.5s;
  animation-timing-function: ease-in;
}

.delay_short {
  -webkit-animation-delay: 0, 1s;
  -moz-animation-delay: 0, 1s;
  animation-delay: 0, 1s;
}
