@charset "UTF-8";
/* css 4.4.1-32 Copyright (c) 2016 LOGOSWARE */
/* 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 {
  border: 0;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 100%;
  overflow: hidden;
  width: 100%; }

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

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  border: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0; }

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

object {
  outline: none; }

ul, ol {
  list-style: none; }

li {
  list-style-type: none; }

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

fieldset {
  border: 0; }

label, button {
  cursor: pointer; }

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

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

input[type="text"], textarea {
  border: 1px solid #7f7f7f; }

/*
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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

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

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

textarea {
  overflow: auto; }

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

a:link {
  color: #333; }

a:visited {
  color: #333; }

a:hover {
  color: #333; }

a:active {
  color: #333; }

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

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

/* Header
----------------------------------- */
#header {
  background-color: #fff;
  display: none;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

.header-space {
  top: 0; }

/* Footer
----------------------------------- */
#footer {
  background-color: #414b4f;
  height: 50px;
  padding: 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 100; }

.footer-space {
  bottom: 50px; }

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

#footer.min {
  min-width: 0; }
  #footer.min #fliplmax {
    display: none; }
  #footer.min #flipl {
    display: none; }
  #footer.min #flippage {
    display: none; }
  #footer.min #flipr {
    display: none; }
  #footer.min #fliprmax {
    display: none; }
  #footer.min #zoomin {
    display: none; }
  #footer.min #zoomout {
    display: none; }

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

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

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

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

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

.leftside-space {
  left: 0; }

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

.rightside-space {
  right: 0; }

#bottomside {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 20px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 100; }

.bottomside-space {
  bottom: 0; }

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

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

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

#text-btn .icon {
  background-position: -280px -20px; }

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

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

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

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

#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 {
  text-align: center;
  width: 100px; }

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

#searchview-btn .icon {
  background-position: -120px 0; }

#list-btn .icon {
  background-position: -160px 0; }

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

#fusen-btn .icon {
  background-position: -220px -20px; }

#tegaki-btn .icon {
  background-position: -40px -20px; }

#tegaki-eraser-line-btn .icon {
  background-position: -60px -20px; }

#tegaki-eraser-all-btn .icon {
  background-position: -200px -20px; }

#tegakilist-close {
  margin-top: -16px;
  padding-left: 0;
  position: absolute;
  right: 20px;
  top: 50%; }

.tegakilist-close-btn {
  cursor: pointer;
  display: table;
  height: 32px;
  padding: 0;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 200; }
  .tegakilist-close-btn .icon {
    background-position: -200px 0;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }

#tegaki-color-btn {
  padding: 0; }
  #tegaki-color-btn .color-box-bg {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    height: 30px;
    width: 30px; }

#tegaki-pen-btn .icon.curve {
  background-position: -100px -20px; }

#tegaki-pen-btn .icon.straightline {
  background-position: -120px -20px; }

#tegaki-color-btn .icon {
  background-position: -40px -20px; }

/* Footer Searchform
----------------------------------- */
#searchform {
  line-height: 1;
  vertical-align: middle; }
  #searchform #search-keyword {
    display: inline-block;
    /* IE */
    height: 32px;
    line-height: 1;
    padding-right: 24px;
    vertical-align: middle;
    width: 160px; }
  #searchform #search-btn {
    display: inline-block;
    line-height: 1;
    margin-left: -6px;
    padding: 8px 16px;
    vertical-align: middle;
    width: auto; }
  #searchform #search-clear-outer {
    cursor: pointer;
    height: 32px;
    margin-left: 136px;
    margin-top: -32px;
    position: absolute;
    width: 24px; }
  #searchform #search-clear {
    background-position: 0 -20px;
    border: 0;
    margin-left: 4px;
    margin-top: 8px;
    position: absolute; }

/* Viewer Button
----------------------------------- */
.viewer-btn {
  background-color: #414b4f;
  cursor: pointer;
  display: block;
  height: 32px;
  opacity: .3;
  padding: 0;
  width: 32px; }
  .viewer-btn .icon {
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px; }

.viewer-btn-outer {
  width: 32px; }

#viewer-flipl-outer {
  left: 5px;
  position: absolute; }

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

#viewer-flipr-outer {
  position: absolute;
  right: 5px; }

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

/* Titlebar
----------------------------------- */
#titlebar {
  background: rgba(65, 75, 79, 0.8);
  color: #fff;
  display: block;
  height: 50px;
  position: absolute;
  width: 100%;
  z-index: 100; }

#titlebar-list {
  display: table;
  height: 100%;
  margin: 0 auto;
  table-layout: fixed;
  width: 100%; }
  #titlebar-list .box {
    background-color: transparent;
    display: table-cell;
    line-height: 1;
    vertical-align: middle; }
  #titlebar-list .box:first-child {
    padding-left: 5px; }
  #titlebar-list .box:last-child {
    padding-right: 5px; }
  #titlebar-list .box#titlebar-home {
    padding-left: 0; }
  #titlebar-list .box#titlebar-close {
    padding-right: 0; }
  #titlebar-list #titlebar-title, #titlebar-list #titlebar-label {
    overflow: hidden;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #titlebar-list #titlebar-label {
    text-align: right;
    width: 90px; }

.titlebar-close {
  width: 40px; }
  .titlebar-close .titlebar-close-btn {
    background-color: transparent;
    padding: 8px 12px; }
    .titlebar-close .titlebar-close-btn .icon {
      background-position: -200px 0; }

.titlebar-space {
  top: 50px; }

#titlebar-home {
  width: 52px; }
  #titlebar-home a {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 100%; }
  #titlebar-home .icon {
    background-position: -80px -80px;
    height: 32px;
    left: 10px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px; }

#titlebar-setting {
  padding-right: 0;
  width: 40px; }

/* mp3
----------------------------------- */
.mp3-loading {
  margin-bottom: 10px; }

.mp3-playing {
  margin-bottom: 10px; }

/* modal
----------------------------------- */
.modal-mask {
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 9998; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.modal-container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  margin: 0 auto;
  padding: 10px 20px;
  transition: all .3s ease;
  width: 240px; }

.modal-body {
  margin: 10px 0; }

.modal-enter, .modal-leave {
  opacity: 0; }

/* IE9
----------------------------------- */
#flipper-component.hide {
  background-color: #fff; }

#skin.hide {
  display: none; }

/* Debug
----------------------------------- */
#debug {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 100000; }

/* Setting Button
----------------------------------- */
#setting {
  background-color: #414b4f;
  margin: 10px 10px 0 0;
  opacity: .3;
  position: absolute; }

#setting-btn {
  display: table;
  padding: 8px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: none;
  cursor: pointer;
  color: #fff; }
  #setting-btn .btn-icon {
    display: table-cell;
    line-height: 1;
    vertical-align: middle; }
  #setting-btn .btn-label {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    padding-left: 3px; }
  #setting-btn .icon {
    background-position: -260px -20px; }

/* Panel
----------------------------------- */
.panel {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  background-color: #777d81;
  color: #fff;
  display: block;
  height: auto;
  outline: 0;
  padding: 10px;
  position: absolute;
  width: auto;
  z-index: 9999; }

.panel-balloon:after {
  border: 8px solid transparent;
  border-bottom-color: #777d81;
  border-top-width: 0;
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: -8px;
  width: 0; }

.panel-close {
  display: table;
  padding: 8px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: none;
  cursor: pointer;
  cursor: pointer;
  padding: 8px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000; }
  .panel-close .icon {
    background-position: -200px 0; }

.panel-content {
  height: 100%;
  margin-right: 22px; }

/* Setting Panel
----------------------------------- */
#setting-panel {
  height: auto;
  margin-right: 10px;
  margin-top: 52px;
  width: auto; }

.setting-list-btn {
  display: table;
  padding: 8px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: none;
  cursor: pointer; }
  .setting-list-btn .btn-icon {
    display: table-cell;
    line-height: 1;
    vertical-align: middle; }
  .setting-list-btn .btn-label {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    padding-left: 3px; }

#tegaki-displayed-btn .icon {
  background-position: -40px -20px; }

/* Popuphint
----------------------------------- */
#popuphint-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  padding: 5px; }

/* Slidemenu
----------------------------------- */
.slidemenu, .slidemenu-m {
  color: #fff;
  background-color: #777d81;
  position: absolute; }
  .slidemenu .scroll-inner, .slidemenu-m .scroll-inner {
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    position: absolute;
    width: 100%; }
  .slidemenu .scroll-area, .slidemenu-m .scroll-area {
    height: 100%;
    overflow-y: auto;
    width: 100%; }
  .slidemenu .scroll-content, .slidemenu-m .scroll-content {
    padding: 10px; }
  .slidemenu .item, .slidemenu-m .item {
    border: 0;
    cursor: pointer;
    display: table;
    line-height: 1.4em;
    padding: 12px 3px;
    vertical-align: middle;
    width: 100%; }
    .slidemenu .item .res-icon, .slidemenu-m .item .res-icon {
      width: 25px; }
  .slidemenu .slidemenu-titlebar, .slidemenu-m .slidemenu-titlebar {
    left: 0;
    position: static;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 200; }
    .slidemenu .slidemenu-titlebar .slidemenu-titlebar-inner, .slidemenu-m .slidemenu-titlebar .slidemenu-titlebar-inner {
      display: inline-block;
      height: 100%;
      position: relative;
      vertical-align: bottom; }
  .slidemenu .slidemenu-close-btn, .slidemenu-m .slidemenu-close-btn {
    background-color: transparent;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200; }
    .slidemenu .slidemenu-close-btn .icon, .slidemenu-m .slidemenu-close-btn .icon {
      background-position: -200px 0; }

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

.slidemenu {
  width: 310px;
  z-index: 90; }
  .slidemenu .slidemenu-titlebar {
    left: 20px;
    width: auto; }
  .slidemenu .scroll-inner {
    top: 32px; }
  .slidemenu .slidemenu-titlebar {
    height: 32px; }
  .slidemenu .slidemenu-close-btn {
    margin-top: 0px;
    padding: 8px 8px; }

.slidemenu-m {
  height: 100%;
  width: 100%;
  z-index: 190; }
  .slidemenu-m .scroll-inner {
    top: 50px; }
  .slidemenu-m .slidemenu-titlebar {
    background-color: #414b4f;
    height: 50px; }
  .slidemenu-m .slidemenu-close-btn {
    margin-top: 0px;
    padding: 17px 19px; }

/* Slidemenu Segmented
----------------------------------- */
.slidemenu .segmented, .slidemenu-m .segmented {
  visibility: hidden; }
  .slidemenu .segmented .segmented-btn, .slidemenu-m .segmented .segmented-btn {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    text-align: center; }
    .slidemenu .segmented .segmented-btn .icon, .slidemenu-m .segmented .segmented-btn .icon {
      display: block;
      line-height: 1;
      margin-top: -8px;
      position: relative;
      top: 50%;
      vertical-align: middle; }
  .slidemenu .segmented :first-child .segmented-btn, .slidemenu-m .segmented :first-child .segmented-btn {
    border: 1px solid #ffffff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .slidemenu .segmented :last-child .segmented-btn, .slidemenu-m .segmented :last-child .segmented-btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }

.slidemenu.slidemenu-titlebar-high .slidemenu-titlebar, .slidemenu-m.slidemenu-titlebar-high .slidemenu-titlebar {
  height: 50px; }

.slidemenu.slidemenu-titlebar-high .scroll-inner, .slidemenu-m.slidemenu-titlebar-high .scroll-inner {
  top: 50px; }

.slidemenu.slidemenu-titlebar-high .slidemenu-titlebar-inner, .slidemenu-m.slidemenu-titlebar-high .slidemenu-titlebar-inner {
  top: 9px; }

.slidemenu.show-segmented .segmented, .slidemenu-m.show-segmented .segmented {
  visibility: visible; }

/* List Slidemenu
----------------------------------- */
#list-slidemenu.slidemenu {
  width: 340px; }

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

#search-slidemenu.slidemenu-m .slidemenu-titlebar-inner {
  top: 9px; }

#search-slidemenu.slidemenu-m #searchform #search-btn {
  margin-left: 0;
  padding: 8px 16px; }

#search-slidemenu.slidemenu-m #searchform #search-keyword {
  border: 1px solid #7f7f7f;
  padding: 6px 24px 6px 6px; }

#share-slidemenu.slidemenu {
  width: 340px; }

#text-slidemenu.slidemenu {
  width: 320px; }

#fusen-slidemenu .slidemenu-titlebar {
  text-align: left; }

#fusen-slidemenu .slidemenu-titlebar-inner {
  left: 3px;
  top: 9px; }

#tegaki-slidemenu .segmented {
  visibility: visible; }

/* List Textindex
----------------------------------- */
.tree ul {
  margin-left: 16px; }

.tree .item .tree-icon {
  display: table-cell;
  vertical-align: top;
  width: 16px; }

.tree .item .tree-label {
  display: table-cell;
  padding-left: 3px;
  padding-right: 5px;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  word-break: break-all; }

.tree .item .tree-count {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-right: 3px;
  text-align: right;
  vertical-align: middle;
  width: 60px;
  word-break: break-all; }

#textindex-tree .folder.open .icon {
  background-position: -280px 0; }

#textindex-tree .folder.close .icon {
  background-position: -260px 0; }

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

.slidemenu-m #textindex-tree .icon {
  margin-top: 3px; }

/* List Thumbnail
----------------------------------- */
.tilelist li {
  display: table;
  width: 100%; }

.tilelist .tile {
  vertical-align: middle;
  display: table-cell;
  padding: 0;
  width: 50%; }

.tilelist .tile-content {
  display: inline-block;
  position: relative; }

.tilelist .tile-image {
  background-color: #fff; }

.tilelist .tile-image .thumbnail {
  cursor: pointer; }

.tilelist .tile-image.in .thumbnail {
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5; }

.tilelist .tile-image .check {
  height: 25px;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  width: 24px; }

.tilelist .tile-label {
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap; }

.tilelist .tile-over-icon {
  max-width: 100px;
  position: absolute;
  top: 3px;
  width: auto !important; }

.tilelist .pagepdf-btn {
  cursor: pointer;
  display: block; }
  .tilelist .pagepdf-btn .icon {
    background-position: -90px -120px;
    height: 24px;
    width: 24px; }
  .tilelist .pagepdf-btn.large .icon {
    background-position: -50px -120px;
    height: 32px;
    width: 32px; }

.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 {
    left: 6px;
    top: 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 {
    right: 6px;
    top: 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 {
  border: solid 1px #c6c6c6;
  max-width: 100px;
  width: auto !important; }

.tilelist .loaded .tile-label {
  visibility: visible; }

.tilelist-m .tile {
  float: left;
  height: 210px;
  position: relative;
  width: 20%; }

.tilelist-m .tile-inner {
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px; }

.tilelist-m .tile-content {
  margin: 0 auto;
  max-width: 120px; }

.tilelist-m .tile-image .check {
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 48px; }

.tilelist-m .tile-over-icon {
  padding-left: 6px;
  padding-top: 6px;
  position: absolute;
  top: 0; }

.tilelist-m .pagepdf-btn {
  cursor: pointer;
  display: block; }
  .tilelist-m .pagepdf-btn.large .icon {
    background-position: 0 -120px;
    height: 40px;
    width: 40px; }

.tilelist-m .loading .tile-image .thumbnail {
  width: 120px; }

.tilelist-m .loading .tile-label {
  visibility: hidden; }

.tilelist-m .loaded .tile-image .thumbnail {
  border: solid 1px #c6c6c6;
  max-width: 120px;
  width: auto !important; }

.tilelist-m .loaded .tile-label {
  visibility: visible; }

@media only screen and (max-width: 480px) {
  /* 2 tile */
  .tilelist-m .tile {
    width: 50%; } }

@media only screen and (max-width: 650px) and (min-width: 481px) {
  /* 3 tiles */
  .tilelist-m .tile {
    width: 33.3%; } }

@media only screen and (max-width: 1050px) and (min-width: 651px) {
  /* 4 tiles */
  .tilelist-m .tile {
    width: 25%; } }

@media only screen and (max-width: 1290px) and (min-width: 1051px) {
  /* 5 tiles */
  .tilelist-m .tile {
    width: 20%; } }

/* List Fusen
----------------------------------- */
#fusen-tree .fusen-box-bg {
  border-radius: 100%;
  height: 20px;
  display: block;
  padding: 0;
  width: 20px; }

.color1 .fusen-box-bg {
  background-color: #ffffff; }

.color2 .fusen-box-bg {
  background-color: #fdee74; }

.color3 .fusen-box-bg {
  background-color: #fcb4cc; }

.color4 .fusen-box-bg {
  background-color: #93ccea; }

.color5 .fusen-box-bg {
  background-color: #d7fdcd; }

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

#search-result {
  margin-right: 10px; }
  #search-result .item .res-icon {
    display: table-cell;
    vertical-align: middle; }
    #search-result .item .res-icon .icon {
      background-position: -40px 0; }
  #search-result .item .res-data {
    display: table-cell;
    padding-left: 3px;
    padding-right: 5px;
    vertical-align: top;
    white-space: normal;
    word-break: break-all; }
  #search-result .item .res-hit {
    -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;
    color: #ff0000;
    font-weight: bold; }
  #search-result .item .res-page {
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    max-width: 60px;
    overflow: hidden;
    padding-right: 3px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap; }

/* Share
----------------------------------- */
.share-message {
  padding-bottom: 15px; }
  .share-message .icon {
    background-position: -240px -20px;
    float: left; }
  .share-message .label {
    padding-left: 5px; }

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

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

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

#share-list #share-url.share-area {
  padding-bottom: 0; }

#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;
    padding-right: 3px;
    vertical-align: middle; }
  #share-list .textarea-label .label-label {
    display: table-cell;
    line-height: 1;
    vertical-align: bottom; }

#share-list ul {
  display: block;
  height: 100%;
  margin-bottom: 5px; }

#share-list .box {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

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

.share-btn {
  display: table;
  padding: 8px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: none;
  cursor: pointer; }
  .share-btn .btn-icon {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    height: 32px;
    width: 32px; }
  .share-btn .btn-label {
    display: table-cell;
    line-height: 1;
    vertical-align: middle; }

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

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

#mail-btn .icon {
  background-position: -80px -40px; }

#hatena-btn .icon {
  background-position: -120px -40px; }

#googleplus-btn .icon {
  background-position: -160px -40px; }

#linkedin-btn .icon {
  background-position: -200px -40px; }

#line-btn .icon {
  background-position: -240px -40px; }

/* Text
----------------------------------- */
#text-list .scroll-content {
  height: 100%; }

#text-list .share-area {
  width: 300px; }

#text-list .share-message {
  padding-bottom: 15px; }

#text-list textarea {
  resize: vertical; }

#share-dictionary-btn {
  margin-top: 0; }
  #share-dictionary-btn .save-btn {
    display: table;
    padding: 8px 12px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    border: none;
    cursor: pointer;
    color: #fff; }
    #share-dictionary-btn .save-btn .btn-icon {
      display: table-cell;
      line-height: 1;
      vertical-align: middle; }
    #share-dictionary-btn .save-btn .btn-label {
      display: table-cell;
      line-height: 1;
      vertical-align: middle;
      padding-left: 3px; }
    #share-dictionary-btn .save-btn .icon {
      background-position: -120px 0; }
    #share-dictionary-btn .save-btn.disabled {
      cursor: default; }

#share-dictionary {
  height: 100%; }

#weblio-content {
  height: 100%;
  margin-top: 5px; }
  #weblio-content iframe {
    height: 100%;
    margin-left: -8px;
    margin-top: -8px;
    width: 315px; }

#weblio-icon {
  margin-bottom: 2px;
  margin-left: 2px; }
  #weblio-icon .icon {
    background-color: #fff;
    background-position: -130px -120px;
    height: 36px;
    width: 78px; }

/* Tegaki & Fusen
----------------------------------- */
.color-box-bg {
  border: solid 5px transparent;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px; }
  .color-box-bg.hover, .color-box-bg.active {
    border: solid 5px #c1392b; }
  .color-box-bg.disabled, .color-box-bg.disabled.hover {
    cursor: default;
    visibility: hidden; }
  .color-box-bg .color-box {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .color-box-bg .color-box.image {
      border: solid 5px transparent; }
    .color-box-bg .color-box .thickness {
      background-color: #000000;
      border-radius: 100%;
      bottom: 0;
      display: block;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
      .color-box-bg .color-box .thickness.small {
        height: 10px;
        width: 10px; }
      .color-box-bg .color-box .thickness.medium {
        height: 20px;
        width: 20px; }
      .color-box-bg .color-box .thickness.large {
        height: 30px;
        width: 30px; }
    .color-box-bg .color-box .icon {
      display: block;
      height: 32px;
      margin: 5px;
      width: 32px; }
      .color-box-bg .color-box .icon.hover, .color-box-bg .color-box .icon.active, .color-box-bg .color-box .icon.disabled, .color-box-bg .color-box .icon.disabled.hover {
        margin: 0; }

.color-option {
  margin-top: 10px; }

.color-picker li {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  vertical-align: middle; }

.color-picker li:first-child {
  padding-left: 0; }

#stroke-curve .icon {
  background-position: -100px -20px; }

#stroke-straightline .icon {
  background-position: -120px -20px; }

#stroke-eraser .icon {
  background-position: -60px -20px; }

#fusencolor-list #fusen-text {
  resize: vertical; }

/* Save Button & Delete Button
----------------------------------- */
.buttonbar {
  display: table;
  margin-top: 20px;
  width: 100%; }
  .buttonbar .buttonbar-box {
    display: table-cell;
    vertical-align: middle; }

.save-btn {
  display: table;
  padding: 8px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: #00be9c;
  color: #ffffff;
  margin-left: auto;
  padding-left: 34px;
  padding-right: 34px; }
  .save-btn.hover {
    background-color: #06947c; }
  .save-btn.active {
    background-color: #025d4c; }
  .save-btn.disabled {
    background-color: #a8cfcc;
    cursor: default; }

.cancel-btn {
  display: table;
  padding: 8px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: #00be9c;
  color: #ffffff; }
  .cancel-btn.hover {
    background-color: #06947c; }
  .cancel-btn.active {
    background-color: #025d4c; }
  .cancel-btn.disabled {
    background-color: #a8cfcc;
    cursor: default; }

.delete-btn, .all-delete-btn {
  display: table;
  padding: 8px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: none;
  cursor: pointer;
  background-color: #e82833; }
  .delete-btn.hover, .all-delete-btn.hover {
    background-color: #ac171d; }
  .delete-btn.active, .all-delete-btn.active {
    background-color: #780b11; }
  .delete-btn.disabled, .all-delete-btn.disabled {
    background-color: #e79096;
    cursor: default; }

.delete-btn .icon {
  background-position: -140px -20px; }

.all-delete-btn .icon {
  background-position: -200px -20px; }

#fusen-slidemenu .delete-btn {
  left: 10px;
  position: absolute;
  top: 10px; }

#fusen-slidemenu.slidemenu-m .delete-btn {
  top: 3px; }

#tegaki-slidemenu .all-delete-btn {
  left: 10px;
  position: absolute;
  top: 10px; }

/* Device pc
----------------------------------- */
/* Color Button
----------------------------------- */
.color-btn.hover {
  background-color: #ed5153;
  cursor: pointer; }

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

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

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