@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem; }
  @media only screen and (max-width: 640px) {
    .default_ftz {
      font-size: 16px;
      font-size: 1rem; } }

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.fixed_area {
  max-width: 1200px;
  margin: 0 auto; }

.tbl_scroll {
  overflow-x: auto; }
  .tbl_scroll table {
    min-width: 600px; }

.mobile {
  display: none; }

@media only screen and (max-width: 640px) {
  .mobile {
    display: block; } }
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5em; }
  @media only screen and (max-width: 980px) {
    html {
      font-size: 90%; } }
  @media only screen and (max-width: 640px) {
    html {
      font-size: 90%; } }
  @media print {
    html {
      width: 1000px !important; } }

* {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

body {
  margin: 0;
  padding: 0; }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  position: relative;
  height: 115px; }
  #LogIn #HD {
    border-bottom: 5px solid #e5e5e5; }
  #HD #hd_logo {
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 168px;
    height: 23.5px;
    margin: -11.75px 0 0;
    padding: 0;
    background: url(../img/hd_logo2.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden; }
  #HD .btn_logout {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 45px;
    right: 15px; }
    #HD .btn_logout a {
      text-decoration: none;
      line-height: 1;
      color: #2644b1;
      padding: 10px;
      border-radius: 2px;
      transition: background 0.2s ease; }
      #HD .btn_logout a::before {
        content: ' ';
        display: inline-block;
        width: 24px;
        height: 30px;
        margin-right: 10px;
        background: url(../img/icon_logout.png) 0 0 no-repeat;
        background-size: 24px 30px;
        vertical-align: middle; }
      #HD .btn_logout a:hover {
        background-color: #d2f0f5; }

@media only screen and (max-width: 900px) {
  #HD {
    height: 90px; }
    #HD #hd_logo {
      position: absolute;
      display: block;
      top: 8px;
      left: 8px;
      width: 135px;
      height: 70px; }
    #HD .btn_logout {
      top: 18px; } }
@media only screen and (max-width: 640px) {
  #HD {
    height: 73px; }
    #HD #hd_logo {
      position: absolute;
      display: block;
      top: 5px;
      left: 5px;
      width: 114px;
      height: 60px; }
    #HD .btn_logout {
      display: block;
      position: absolute;
      top: 11px;
      right: 0; }
      #HD .btn_logout a {
        display: block;
        width: 58px;
        height: 43px;
        text-indent: -9999px;
        overflow: hidden;
        outline: none;
        background: url(../img/icon_logout_sp.png) 0 0 no-repeat;
        background-size: 58px 43px;
        padding: 0;
        border-radius: 0;
        transition: none; }
        #HD .btn_logout a::before {
          display: none; }
        #HD .btn_logout a:hover {
          background-color: #fff; } }
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* LOG IN
/* -------------------------------------------------------------------------*/
#TP_CNT {
  background: url(../img/tp_bc.png) 0 0 repeat-x;
  height: 549px;
  padding-top: 32px; }

#TP_login {
  width: 495px;
  margin: 0 auto;
  background-color: #fff; }
  #TP_login h2 {
    font-size: 34px;
    font-size: 2.125rem;
    margin: 0;
    font-weight: normal;
    background-color: #f7f7f7;
    line-height: 1;
    padding: 20px; }
    #TP_login h2::before {
      content: ' ';
      display: inline-block;
      width: 43px;
      height: 43px;
      margin-right: 10px;
      vertical-align: bottom;
      background: url(../img/icon_login.png) 0 0 no-repeat;
      background-size: 100% auto; }
  #TP_login form.login {
    padding: 30px; }
    #TP_login form.login label {
      display: block;
      margin: 0 0 5px; }
    #TP_login form.login input {
      margin-bottom: 20px;
      transition: border 0.2s ease; }
      #TP_login form.login input:focus {
        outline: none;
        border-color: #0b45ea; }
    #TP_login form.login .inputArea {
      width: 100%;
      padding: 13px;
      padding-left: 60px;
      border-radius: 5px;
      border: #c3c6c5 1px solid;
      background: url(../img/icon_id.png) left center no-repeat;
      background-size: 50px auto; }
    #TP_login form.login input[type='submit'] {
      font-size: 18px;
      font-size: 1.125rem;
      display: block;
      width: 100%;
      margin: 30px 0 0;
      padding: 10px;
      border: none;
      background-color: #0b45ea;
      color: #fff;
      box-shadow: 5px 5px 0 #eee; }

@media only screen and (max-width: 640px) {
  #TP_CNT {
    height: 400px;
    padding: 20px 10px;
    background-size: auto 100%; }

  #TP_login {
    width: 100%;
    padding-bottom: 30px; }
    #TP_login h2 {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 15px; }
      #TP_login h2::before {
        width: 30px;
        height: 30px; }
    #TP_login form.login {
      padding: 10px 15px; }
      #TP_login form.login label {
        display: block;
        margin: 0 0 2px; }
      #TP_login form.login input {
        margin-bottom: 15px; }
      #TP_login form.login .inputArea {
        @inculude ftz(16);
        padding: 8px;
        padding-left: 48px;
        background-size: 40px auto; }
      #TP_login form.login input[type='submit'] {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 20px 0 0;
        padding: 12px;
        box-shadow: none; } }
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* SHELF
/* -------------------------------------------------------------------------*/
#Shelf {
  position: relative;
  border-top: 5px solid #fae2ac; }
  #Shelf .title {
    background: url(../img/shelf_top.jpg) center bottom;
    padding: 25px 10px 0; }
    #Shelf .title h2 {
      font-size: 38px;
      font-size: 2.375rem;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0;
      font-weight: normal;
      color: #623610;
      text-shadow: 2px 2px #f2d89e, -1px -1px #cba160; }
  #Shelf .wrapper {
    background: url(../img/shelf.jpg) center top; }
    #Shelf .wrapper ul {
      display: block;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      font-size: 0;
      line-height: 1; }
    #Shelf .wrapper li {
      font-size: 13px;
      font-size: 0.8125rem;
      height: 251px;
      width: 16.66667%;
      min-width: 150px;
      overflow: hidden;
      display: inline-block;
      padding: 0;
      margin: 20px 0 0;
      text-align: center; }
      #Shelf .wrapper li figure {
        width: 142px;
        height: 184px;
        margin: 9px auto 12px;
        padding: 0;
        background: url(../img/book_shadow.png) bottom center no-repeat; }
        #Shelf .wrapper li figure img {
          width: 130px;
          height: auto; }
        #Shelf .wrapper li figure.movie {
          position: relative;
          background: none; }
          #Shelf .wrapper li figure.movie img {
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -65px; }
      #Shelf .wrapper li a {
        display: inline-block;
        text-decoration: none; }
        #Shelf .wrapper li a:hover .volume {
          background-color: #be1e1e; }
      #Shelf .wrapper li .volume {
        margin: 0;
        padding: 5px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        background-color: #66ab03;
        width: 130px;
        transition: background 0.2s ease; }
      #Shelf .wrapper li .date {
        margin: 5px 0 0;
        padding: 0;
        color: #000;
        text-shadow: 1px 1px #eacb9b, -1px -1px #ce9740; }
  #Shelf .selectYear {
    position: absolute;
    top: -45px;
    left: 230px; }
    #Shelf .selectYear p {
      font-size: 14px;
      font-size: 0.875rem;
      min-height: 40px;
      display: block;
      margin: 0;
      padding: 12px 45px 0 15px;
      line-height: 1;
      color: #fff;
      background: url(../img/list_icon.png) right top no-repeat #2d1e15;
      background-size: 34px auto;
      border: 2px solid #2d1e15;
      border-radius: 5px 5px 0 0;
      cursor: pointer; }
    #Shelf .selectYear ul {
      display: none;
      list-style: none;
      margin: 0;
      padding: 5px;
      background-color: rgba(45, 30, 21, 0.9); }
    #Shelf .selectYear li {
      border-top: 1px dotted #fff;
      line-height: 1.2; }
      #Shelf .selectYear li:first-child {
        border: none; }
    #Shelf .selectYear a {
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #fff;
      transition: background 0.2s ease; }
      #Shelf .selectYear a:hover {
        color: #000;
        background-color: #ffffff; }

@media only screen and (max-width: 900px) {
  #Shelf .wrapper li {
    width: 25%; }
  #Shelf .selectYear {
    top: -39px;
    left: 190px; }
    #Shelf .selectYear p {
      min-height: 35px;
      display: block;
      margin: 0;
      padding: 11px 45px 0 15px; } }
@media only screen and (max-width: 640px) {
  body {
    min-width: 320px; }

  #Shelf {
    border: none; }
    #Shelf .title {
      background: none;
      padding: 10px;
      text-align: center; }
      #Shelf .title h2 {
        font-size: 24px;
        font-size: 1.5rem;
        padding: 5px;
        color: #000;
        text-shadow: none; }
    #Shelf .wrapper {
      padding: 0 5px;
      background: none;
      margin-bottom: 40px; }
      #Shelf .wrapper li {
        width: 33.33333%;
        margin: 0 0 10px;
        padding: 0 5px;
        height: auto; }
        #Shelf .wrapper li figure {
          margin: 0 auto 7px;
          background: none;
          width: 130px; }
        #Shelf .wrapper li a {
          background-color: #e6e6e6;
          border: 1px solid #dcdcdc;
          width: 100%;
          padding: 8px 0 5px; }
        #Shelf .wrapper li .date {
          margin: 8px 0 0;
          text-shadow: none; }
    #Shelf .selectYear {
      top: -57px;
      left: auto;
      right: 70px; }
      #Shelf .selectYear p {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 12px 10px 10px;
        min-height: auto;
        background: #2d1e15;
        border-radius: 5px; } }
@media only screen and (max-width: 530px) {
  #Shelf .wrapper {
    padding: 0 0.5%; }
    #Shelf .wrapper li {
      width: 50%;
      padding: 0 1%;
      margin: 0 0 5px; }
      #Shelf .wrapper li a {
        width: 100%; } }
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGENATION
/* -------------------------------------------------------------------------*/
.pagenation {
  background-color: #2d1e15;
  padding: 30px 10px; }
  .pagenation ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0; }
  .pagenation li {
    display: inline-block;
    vertical-align: middle; }
  .pagenation > ul {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff; }
    .pagenation > ul > li {
      margin: 0;
      padding: 0; }
      .pagenation > ul > li > a {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        height: 35px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: auto 35px;
        transition: background 0.2s ease;
        border-radius: 2px; }
        .pagenation > ul > li > a:hover {
          background-color: #cba160; }
  .pagenation .pgn_1st {
    width: 35px;
    background-image: url(../img/pg_1.png); }
  .pagenation .pgn_prev {
    width: 65px;
    background-image: url(../img/pg_2.png); }
  .pagenation .pgn_next {
    width: 65px;
    background-image: url(../img/pg_3.png); }
  .pagenation .pgn_last {
    width: 35px;
    background-image: url(../img/pg_4.png); }
  .pagenation li.unable {
    position: relative; }
    .pagenation li.unable:after {
      position: absolute;
      top: 0;
      left: 0;
      content: ' ';
      display: block;
      width: 100%;
      height: 35px;
      background-color: #2d1e15;
      opacity: 0.9; }
  .pagenation ul ul {
    margin: 0;
    padding: 0; }
    .pagenation ul ul li {
      margin: 0;
      padding: 0; }
      .pagenation ul ul li a {
        display: block;
        padding: 9px 5px 7px;
        background-color: #fff;
        text-decoration: none;
        line-height: 1;
        border-radius: 3px;
        text-align: center;
        min-width: 30px;
        transition: background 0.2s ease; }
        .pagenation ul ul li a:hover {
          background-color: #fff600; }
  .pagenation .in a {
    background-color: #fff600; }

@media only screen and (max-width: 640px) {
  .pagenation {
    padding: 10px; }
    .pagenation > ul {
      font-size: 0; }
      .pagenation > ul > li > a {
        width: 29px !important;
        height: 29px;
        padding: 0;
        background-size: auto 29px;
        transition: none; }
        .pagenation > ul > li > a:hover {
          background-color: inherit; }
    .pagenation .pgn_1st {
      background-image: url(../img/sp_pg_1.png); }
    .pagenation .pgn_prev {
      background-image: url(../img/sp_pg_2.png); }
    .pagenation .pgn_next {
      background-image: url(../img/sp_pg_3.png); }
    .pagenation .pgn_last {
      background-image: url(../img/sp_pg_4.png); }
    .pagenation li.unable::after {
      height: 29px; }
    .pagenation ul ul {
      margin: 0 5px; }
      .pagenation ul ul li {
        margin: 0 1px; }
        .pagenation ul ul li a {
          font-size: 16px;
          font-size: 1rem; } }
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
#FT {
  padding-bottom: 70px; }
  #FT p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
    padding: 10px;
    text-align: right; }
  #FT img {
    vertical-align: middle; }

@media only screen and (max-width: 640px) {
  #FT img {
    width: 220px;
    height: auto; } }
.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  margin: 0;
  padding: 0; }
  .pageTop a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    padding: 22px;
    font-size: 0;
    line-height: 0;
    border-radius: 5px;
    outline: none;
    transition: all 0.4s ease;
    opacity: 0.3;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAFijobeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MURCM0FEMjk1M0I3MTFFNkE4QjlGRTkwQUI3OTcyQjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MURCM0FEMkE1M0I3MTFFNkE4QjlGRTkwQUI3OTcyQjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxREIzQUQyNzUzQjcxMUU2QThCOUZFOTBBQjc5NzJCMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxREIzQUQyODUzQjcxMUU2QThCOUZFOTBBQjc5NzJCMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpHqYqQAAAEWSURBVHjaYvz//z8DDDAxIAEWKA2S/gsQQIw4lYE4f6DKGAACCEUZuioGJAP/o0voIikAswECCKtRTMSYjSKYhkzDzEQ2mBGrmQABhE0lLsAICylGIhRj9cIzqE3PcDkDBFiB+BcWzWxA/BvZ5KU4FDJAxZfijSlsACCAiFbMgh4NFAcZE7FuxKZwAhSjApBnkLDwfwQQRpZD9zW6pxixWX0KizNOoVtt/x83sEe2mmA4MhERjozIMUMw0AECjKSEQUnkDG1D2YF4CRBzEKUaLclhw25A/A+aBv5B+Xj1EDJwPY4EtoEcQ9WA+Mt//OALVB1Rhrb+Jw204zNUAIgf/CcPPIDqx+lSXRIN1EU3gybplCbZFABnODXlWm2qCAAAAABJRU5ErkJggg==") center center no-repeat #000; }
    .pageTop a:hover {
      opacity: 1.0; }
  @media only screen and (max-width: 640px) {
    .pageTop {
      right: 0px; } }
  @media print {
    .pageTop {
      display: none !important; } }

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
