@charset "UTF-8";
/*/////////////////////////////////////////////////////////////
 Base
//////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

html, body {
  width: 100%;
  height: 100%; }

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

html {
  overflow-x: hidden;
  overflow-y: auto;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 13px;
  border: none;
  letter-spacing: 0; }

select, input, button, textarea {
  font-size: 99%; }

* + html body {
  font-family: "メイリオ","Meiryo"; }

object {
  outline: none; }

ul, ol {
  list-style: none; }

li {
  list-style-type: none; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal; }

fieldset {
  border: none; }

label, button {
  cursor: pointer; }

img {
  border: none;
  vertical-align: middle; }

input, textarea, button, select, label {
  margin: 0;
  padding: 0; }

/*
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #888;
}

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none;
}
*/
input[type="text"], input[type="password"], textarea, button {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"], input[type="password"], textarea, select, button {
  outline: none; }

input::-ms-clear {
  visibility: hidden; }

textarea {
  overflow: auto; }

/* a
----------------------------------- */
a {
  vertical-align: baseline;
  text-decoration: none; }

a:link {
  color: #333333; }

a:visited {
  color: #333333; }

a:hover {
  color: #333333; }

a:active {
  color: #333333; }

/* Clearfix
----------------------------------- */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  zoom: 1;
  /* for IE6/7 */ }

/*/////////////////////////////////////////////////////////////
 Variables
//////////////////////////////////////////////////////////////*/
/* ヘッダー
----------------------------------- */
/* フッター
----------------------------------- */
/* FLIPPER
----------------------------------- */
/* 左カラム（任意）
----------------------------------- */
/* 右カラム（任意）
----------------------------------- */
/* ボタン
----------------------------------- */
/* ビュワーの上の左右ボタン
----------------------------------- */
/* 左メニュー
----------------------------------- */
/* 左メニュー / テキスト目次
----------------------------------- */
/* 左メニュー / サムネイル目次
----------------------------------- */
/* 左メニュー / 共有
----------------------------------- */
/* 左メニュー / 検索
----------------------------------- */
/* more
----------------------------------- */
/*/////////////////////////////////////////////////////////////
 Main
//////////////////////////////////////////////////////////////*/
/* Header
----------------------------------- */
#header {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  color: #fff;
  height: 40px; }

.header-space {
  top: 0; }

/* Footer
----------------------------------- */
#footer {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  background-color: #414b4f;
  color: #fff;
  height: 40px;
  vertical-align: middle;
  min-width: 1024px; }

.footer-space {
  bottom: 40px; }

#footer-list {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  height: 100%; }
  #footer-list .box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    line-height: 1; }
  #footer-list .box:first-child {
    padding-left: 0; }
  #footer-list #search.box {
    padding-left: 0; }
  #footer-list input {
    padding: 6px; }

/* Flipper
----------------------------------- */
#flipper-app {
  position: absolute;
  overflow: hidden; }

#flipper-component {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  color: #333;
  background-color: #ffffff;
  overflow: hidden; }

#flipper-component.scroll {
  overflow-x: hidden;
  overflow-y: auto; }

/* Sidebar
----------------------------------- */
#leftside {
  display: none;
  z-index: 120;
  position: absolute;
  left: 0;
  color: #fff;
  background-color: #fff;
  overflow: hidden;
  width: 300px; }

.leftside-space {
  left: 0; }

#rightside {
  display: none;
  z-index: 120;
  position: absolute;
  right: 0;
  color: #fff;
  background-color: #fff;
  overflow: hidden;
  width: 300px; }

.rightside-space {
  right: 0; }

/* Other
----------------------------------- */
#skin {
  z-index: 10000; }

/* Button
----------------------------------- */
.btn {
  display: table;
  padding: 8px 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer; }
  .btn .btn-icon {
    display: table-cell;
    line-height: 1;
    vertical-align: middle; }
  .btn .btn-label {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    padding-left: 3px; }

.btn.active {
  background-color: #c1392b;
  cursor: pointer; }

.btn.gray {
  background-color: #e9e9e9; }

.btn.disabled, .btn.disabled:hover {
  color: #484848;
  background-color: #666666;
  cursor: default; }

.btn:hover {
  background-color: #ed5153;
  cursor: pointer; }

/* Footer Button Icon
----------------------------------- */
.icon {
  display: block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

#share-btn .icon, #share-btn .active .icon, #share-btn :hover .icon {
  background-position: -240px 0; }

#thumbnail-btn .icon, #thumbnail-btn .active .icon, #thumbnail-btn :hover .icon {
  background-position: -140px 0; }

#textindex-btn .icon, #textindex-btn .active .icon, #textindex-btn :hover .icon {
  background-position: -160px 0; }

#pdf-btn .icon {
  background-position: -180px 0; }

#fliplmax-btn .icon {
  background-position: 0 0; }

#flipl-btn .icon {
  background-position: -20px 0; }

#flipr-btn .icon {
  background-position: -40px 0; }

#fliprmax-btn .icon {
  background-position: -60px 0; }

#zoomin-btn .icon {
  background-position: -80px 0; }

#zoomout-btn .icon {
  background-position: -100px 0; }

#print-btn .icon {
  background-position: -220px 0; }

#flippage-word {
  width: 100px;
  text-align: center; }

#search-btn .icon, #search-btn .active .icon, #search-btn :hover .icon {
  background-position: -120px 0; }

/* Footer Searchform
----------------------------------- */
#searchform {
  margin-left: 5px;
  line-height: 1;
  vertical-align: middle; }
  #searchform #search-keyword {
    display: inline-block;
    /* IE */
    line-height: 1;
    vertical-align: middle;
    width: 190px; }
  #searchform #search-btn {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: auto;
    margin-left: -5px; }
  #searchform #search-clear {
    display: block;
    position: absolute;
    background-position: 0 -40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    margin-left: 170px; }

/* Slidemenu
----------------------------------- */
.slidemenu {
  z-index: 110;
  position: absolute;
  width: 300px;
  background-color: #777d81;
  color: #fff; }
  .slidemenu .scroll-area {
    position: absolute;
    top: 24px;
    bottom: 0;
    display: block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    outline: none; }
  .slidemenu .scroll-content {
    padding: 10px; }
  .slidemenu .btn {
    background-color: transparent; }
  .slidemenu .btn:hover {
    background-color: #ed5153; }

.slidemenu-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 200; }
  .slidemenu-close .icon {
    position: relative;
    top: 4px;
    left: 4px;
    background-position: -200px 0; }

/* Textindex
----------------------------------- */
#textindex-slidemenu {
  width: 300px; }

.tree ul {
  margin-left: 16px; }

.tree .btn {
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 3px;
  display: table;
  width: 100%; }
  .tree .btn .tree-icon {
    display: table-cell;
    vertical-align: top;
    width: 16px; }
  .tree .btn .tree-label {
    display: table-cell;
    white-space: normal;
    word-break: break-all;
    padding-left: 3px;
    padding-right: 5px;
    line-height: 1.4em;
    width: 100%;
    vertical-align: top; }
  .tree .btn .tree-count {
    display: block;
    text-align: right;
    font-size: 11px;
    vertical-align: middle;
    width: 50px;
    padding-right: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.tree .folder.open .icon {
  background-position: -340px 0; }

.tree .folder.close .icon {
  background-position: -320px 0; }

.tree .file .icon {
  background-image: none; }

/* Thumbnail
----------------------------------- */
#thumbnail-slidemenu {
  width: 260px; }

.tilelist {
  /* ロールオーバージに赤にする場合 */
  /*
  .tile-over {
    position: absolute;
    display: none;
    top: 3px;
    bottom: 20px;
    width: auto !important;
    max-width: 100px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
    background-color: $btn-hover-bg;
  }
  */
  /* PDのボタンロールオーバー時に赤以外にしたい場合 */
  /*
  .tile-btn {
    display: block;
    border-radius: 1px;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .tile-btn:hover {
    background-color: $more-border-color;
  }
  */ }
  .tilelist li {
    display: table;
    width: 100%; }
  .tilelist .btn {
    padding: 0; }
  .tilelist .tile {
    width: 50%;
    vertical-align: middle;
    display: table-cell;
    padding: 0; }
  .tilelist .tile-content {
    position: relative;
    display: inline-block; }
  .tilelist .tile-image {
    background-color: #fff; }
  .tilelist .tile-image .thumbnail {
    cursor: pointer; }
  .tilelist .tile-image.in .thumbnail {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)"; }
  .tilelist .tile-image .check {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 25px;
    margin-top: -21px;
    margin-left: -12.5px; }
  .tilelist .tile-label {
    max-width: 100px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle; }
  .tilelist .tile-over-icon {
    position: absolute;
    top: 3px;
    width: auto !important;
    max-width: 100px; }
  .tilelist .tile-btn {
    display: block;
    cursor: pointer; }
  .tilelist .tile.left {
    text-align: right; }
    .tilelist .tile.left .tile-content {
      padding: 3px 0 3px 3px; }
    .tilelist .tile.left .tile-over {
      left: 3px;
      right: 0; }
    .tilelist .tile.left .tile-over-icon {
      top: 6px;
      left: 6px; }
    .tilelist .tile.left .tile-label {
      text-align: left; }
  .tilelist .tile.right {
    text-align: left; }
    .tilelist .tile.right .tile-content {
      padding: 3px 3px 3px 0; }
    .tilelist .tile.right .tile-over {
      left: 0;
      right: 3px; }
    .tilelist .tile.right .tile-over-icon {
      top: 6px;
      right: 6px; }
    .tilelist .tile.right .tile-label {
      text-align: right; }
  .tilelist .loading .tile-image .thumbnail {
    width: 100px; }
  .tilelist .loading .tile-label {
    visibility: hidden; }
  .tilelist .loaded .tile-image .thumbnail {
    width: auto !important;
    max-width: 100px;
    border: solid 1px #c6c6c6; }
  .tilelist .loaded .tile-label {
    visibility: visible; }

.pagepdf-btn .icon {
  width: 24px;
  height: 24px;
  background-position: -40px -140px; }

.pagepdf-btn.large .icon {
  width: 32px;
  height: 32px;
  background-position: 0 -140px; }

/* Search
----------------------------------- */
#search-slidemenu {
  width: 400px; }

#search-list #nomatch {
  text-align: center; }

#search-result {
  margin-right: 10px; }
  #search-result .btn {
    display: table;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px 3px;
    width: 100%; }
    #search-result .btn .res-icon {
      display: table-cell;
      vertical-align: middle; }
      #search-result .btn .res-icon .icon {
        background-position: -40px 0; }
    #search-result .btn .res-data {
      display: table-cell;
      white-space: normal;
      word-break: break-all;
      vertical-align: top;
      padding-left: 3px;
      padding-right: 5px;
      line-height: 1.4em; }
    #search-result .btn .res-hit {
      color: #ff0000;
      -webkit-text-shadow: 1px 0 0 #696969;
      -moz-text-shadow: 1px 0 0 #696969;
      -ms-text-shadow: 1px 0 0 #696969;
      -o-text-shadow: 1px 0 0 #696969;
      text-shadow: 1px 0 0 #696969;
      font-weight: bold; }
    #search-result .btn .res-page {
      display: table-cell;
      text-align: right;
      font-size: 11px;
      white-space: nowrap;
      overflow: hidden;
      -webkit-text-overflow: ellipsis;
      -moz-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      vertical-align: middle;
      max-width: 60px;
      padding-right: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }

/* Share
----------------------------------- */
#share-slidemenu {
  width: 300px; }

#share-list .embed-label {
  margin-right: 5px; }

#share-list .share-area {
  padding-bottom: 5px; }

#share-list .embed-size {
  width: 50px; }

#share-list textarea {
  resize: vertical; }

#share-list .textarea-label {
  display: table;
  margin-bottom: 3px; }
  #share-list .textarea-label .label-icon {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    padding-right: 3px; }
  #share-list .textarea-label .label-label {
    display: table-cell;
    line-height: 1;
    vertical-align: bottom; }

#share-list ul {
  display: table;
  height: 100%; }

#share-list .box {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  line-height: 1; }

#share-list .box:first-child {
  padding-left: 0; }

#twitter-btn .icon {
  background-position: -260px 0; }

#facebook-btn .icon {
  background-position: -280px 0; }

#mail-btn .icon {
  background-position: -300px 0; }

/* Viewer Button
----------------------------------- */
.viewer-btn {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #414b4f;
  opacity: .3; }
  .viewer-btn .icon {
    width: 32px;
    height: 32px; }

#viewer-flipl-wrap {
  position: absolute;
  left: 10px;
  width: 32px; }

#viewer-flipl {
  position: absolute;
  top: 50%;
  margin-top: -16px; }
  #viewer-flipl .icon {
    background-position: 0 -100px; }

#viewer-flipr-wrap {
  position: absolute;
  right: 10px;
  width: 32px; }

#viewer-flipr {
  position: absolute;
  top: 50%;
  margin-top: -16px; }
  #viewer-flipr .icon {
    background-position: -40px -100px; }

/* More Button
----------------------------------- */
.more {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  border: solid 1px #c6c6c6; }

/* Print Preview
----------------------------------- */
#print-preview {
  display: none; }
