* {
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}
table{
  border-spacing: 0;
}
img{
  border: 0;
  pointer-events: none;
}
.column3{
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  background-color: #eee;
}
.page{
    padding: 20px 5px  0 20px;
}
#stage{
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#stage .copyright{
  visibility: hidden;
}
div#imageitem{
  margin: 0 15px 15px 0;
  padding-bottom: 15px;
  float: left;
  width: 100%;/*408px;320px;*/
  height: 80px;
  overflow: hidden;
  position: relative;
  /*background-color: #fff;*/
}
div#imageitem table{
}
td#bookimage,
td.bookimage{
  width: 100%;/*408px;*/
  height: 80px;
  text-align: left;
  vertical-align: top;
  position: relative;
  font-size: 1.0em;
}
td.bookimage img{
  cursor: pointer;
  margin-right: 5px;
}
div.bookitem{
  margin: 0;
  float: left;
  width: 100%;
}
.bookitem table{
  width: 100%;
  padding-right: 20px;
  background-color: #eee;
  vertical-align: middle;
}
.bookitem table td{
  text-align: left;
  padding: 5px;
  background-color: #fff;
  cursor: default;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 1px 0;

  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  user-select: text;

  cursor:text;
}
.bookitem table td.label{
  background-color: #f0e0d7;
  text-align: right;
  width: 4em;
  white-space: nowrap;
}
.bookitem table td.metalink{
  text-align: right;
  color: #069;
  font-size: 80%;
  font-weight: normal;
}
.metalink a:link,
.metalink a:visited{
  color: #069;
}
.metalink a:hover,
.metalink a:active{
  color: #960;
}
div.textbody {
  clear: both;
  width: 100%;
  padding-top: 15px;
  min-height: 50px;
  text-align: left;
  /* display: none; */
}
div.bookdesc {
  margin: 0 auto;
  padding: 15px 35px 15px 10px;
  text-align: left;
  color: #300;
}
.bookdesc p {
  /* display: none; */
  text-indent: 1em;
  line-height: 1.8em;
  text-align: left;
  cursor: default;
}
div.booktext {
  width: 95%;
  margin-right: 40px;
  padding: 15px 0px 15px 10px;
  text-align: left;
  background-color: #fcf7e7;
  color: #300;
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .bookitem table{
    padding-right: 35px;
  }
  div.booktext {
    width: 90%;
    margin-right: 35px;
  }
}
.booktext h4{
  font-size: 110%;
  padding: 15px 0 0 15px;
  cursor: default;
}
.booktext p {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3","ＭＳ ゴシック",Osaka-等幅,Osaka-Mono,monospace;
  text-indent: 0em;
  padding: 15px 0px;
  line-height: 1.8em;
  text-align: left;
  cursor: default;
}
/* 赤字
    消し線 (2015-03)
    span.red, del.red */
.red {
  color: #c00;
}
/* No-Color フォントカラー戻し
    span.ncolor */
.ncolor{
  color: #300;
}
/* Over-Line 消し線、フォントカラー維持
    span.ovl */
.ovl{
  text-decoration: line-through;
  /*text-decoration-color: #c00;*/
}
