@charset "UTF-8";
/* ~~ Clearfix ~~ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from Mac IE \*/
.clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Hide from Mac IE */
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.4;
  height: 100%;
}
body.pc {
  background: #666;
  color: #666;
  font-size: 13px;
}
body.sd {
  color: #000;
  font-size: 12px;
}

/* sd */
.g_header {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #CCC;
  line-height: 36px;
  background: #F5F5F5;
  font-size: 14px;
}

.head_title {
  width: 100%;
  text-align: center;
}

.nav_head {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

.nav_head_right {
  position: absolute;
  height: 16px;
  width: 40px;
  right: 0;
  text-align: right;
}

.nav_head_right img, .nav_head_right svg {
  vertical-align: middle;
}

.nav_head_right a {
  margin-right: 10px;
}

.container {
  width: 980px;
  background: #FFFFFF;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}

hr {
  height: 0px;
  border-top: 1px solid #CCC;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0px;
}

/* ~~ リンク ~~ */
a:link {
  color: #515151;
  text-decoration: none;
}

a:visited {
  color: #515151;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

/* ~~ ヘッダー ~~ */
header {
  background: #F5F5F5;
  height: 56px;
  position: relative;
  /* [disabled]z-index: 1;
  */
  border-bottom: 1px solid #CCC;
}

.pc header h1 {
  top: 18px;
  left: 20px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}

/* ~~ フッター ~~ */
.pc footer {
  background: #F5F5F5;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 38px;
  text-align: center;
  padding-top: 18px;
  border-top: 1px solid #CCC;
}
.sd footer {
  position: relative;
  width: 100%;
  height: 24px;
  text-align: center;
  padding-top: 10px;
}

.f-version {
  display: inline;
  top: 5px;
  right: 20px;
  font-size: 0.8rem;
  position: absolute;
}

.container footer #page-top {
  position: absolute;
  right: 20px;
  top: -30px;
}

#caret-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #515151 transparent;
  vertical-align: bottom;
  margin-left: 5px;
  margin-bottom: 3px;
}

/* ~~ コンテンツ ~~ */
.pc .content {
  padding: 20px 0px 106px 20px;
  margin-left: 0px;
  overflow: hidden;
}
.sd .content {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 0px;
  overflow: hidden;
}

section {
  overflow: hidden;
}

.pc .crosshead {
  font-weight: bold;
  margin-bottom: 10px;
  background: #EBEBEB;
  clear: both;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top: 1px solid #CCC;
}
.sd .crosshead {
  background: #333;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #FFF;
  padding: 2px 5px;
}

.column01 {
  border-bottom: 1px solid #eee;
}
.pc .column01 {
  overflow: hidden;
  float: left;
  width: 940px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-bottom: 10px;
}
.sd .column01 {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.pc .column02 {
  margin-bottom: 10px;
  overflow: hidden;
  width: 300px;
  float: left;
  margin-right: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.sd .column02 {
  margin-bottom: 1em;
  overflow: hidden;
  width: 300px;
  float: left;
  margin-right: 10px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 1em;
}

@media screen and (max-width: 540px) {
  .sd .column02 {
    width: 100%;
  }
}
@media screen and (min-width: 540px) and (max-width: 780px) {
  .sd .column02 {
    width: 48%;
  }
}
@media screen and (min-width: 780px) {
  .sd .column02 {
    width: 32%;
  }
}
.column03 {
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

#help-option.column02 svg, #help-print.column02 svg , #help-star.column02 svg{
  position: relative;
  width: 44px;
  top: 5px;
}

#help-download.column02 svg {
  position: relative;
  width: 44px;
  top: 13px;
}

#help-option.column02 svg {
  position: relative;
  width: 44px;
  top: 5px;
}

#help-pagesearch.column02 svg {
  position: relative;
  margin-right: 4px;
  right: 3px;
}

.column01 dl,
.column02 dl {
  overflow: hidden;
}

.column01 dl dt,
.column02 dl dt,
.column03 dl dt {
  font-weight: bold;
}

/************************************************************
  [SVG用CSS]

 ***********************************************************/
.nav_head_right .nav-close {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -250px 0px;
  transform: scale(0.36);
  margin-top: -5px;
}

.column01 .pc-help01 {
  width: 247px;
  height: 75px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: 0px -962px;
  margin-right: 10px;
  float: left;
}

.column01 .pc-help02 {
  width: 247px;
  height: 29px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -253px -962px;
  margin-right: 10px;
  float: left;
}

.column01 .pc-help03 {
  width: 247px;
  height: 28px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -253px -994px;
  margin-right: 10px;
  float: left;
}

.column02 .list {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -350px -100px;
  position: absolute;
}

.column02 .thumbnail {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -400px -100px;
  position: absolute;
}

.column02 .book-label {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -450px -100px;
  position: absolute;
}

.column02 .clipping {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -500px -100px;
  position: absolute;
}

.column02 .link {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -550px -100px;
  position: absolute;
}

.column02 .comment {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -600px -100px;
  position: absolute;
}

.column02 .pdf {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -650px -100px;
  position: absolute;
}

.column02 .content_list{
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -800px -100px;
  position: absolute;
}

.column02 .favorite{
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -850px -100px;
  position: absolute;
}

.column02 .book-info {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -50px -214px;
  position: absolute;
}

.column02 .label {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -100px -214px;
  position: absolute;
}

.column02 .scissors {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -150px -214px;
  position: absolute;
}

.column02 .pen {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -200px -214px;
  position: absolute;
}

.column02 .text-copy {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -650px -328px;
  position: absolute;
}

.column02 .search {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: 0px -100px;
  position: absolute;
}

.column02 .history {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -350px -592px;
  position: absolute;
}

.column02 .dl {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -600px -50px;
  transform: scale(0.5);
  position: absolute;
}

.column02 .zoom-in {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: 0px -592px;
  position: absolute;
}

.column02 .zoom-out {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -50px -592px;
  position: absolute;
}

.column02 .auto-flip {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -100px -592px;
  position: absolute;
}

.column02 .print {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -100px -100px;
  transform: scale(0.85);
  position: absolute;
}

.column02 .star{
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -700px -592px;
  transform: scale(0.85);
  position: absolute;
}

.column02 .cog {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -250px -100px;
  transform: scale(0.85);
  position: absolute;
}

.column02 .menu {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -200px -592px;
  position: absolute;
}

.column02 .page-move {
  width: 44px;
  height: 44px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -300px -592px;
  position: absolute;
}

.column03 .sd-help01 {
  width: 200px;
  height: 52px;
  background-image: var(--skin-svg);
  background-size: 900px 1276px;
  background-repeat: no-repeat;
  background-position: -506px -962px;
  margin-bottom: 1em;
}

body[data-icon_color=wh] .svg-back {
  background-color: #2b2b2b;
}

.svg-back {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 10px;
}