* {
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}
html {
  height: 100%;
  overflow: hidden;
}
body{
  height: 100%;
  font-family: Helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 16px;
  *+font-size: medium;
  font-size: 100%;
  background-color: #000;

  -webkit-touch-callout: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div.container {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background-color: #333;
  background-image: url('../images/list_back_1280.jpg');
  background-position: right bottom;
  background-repeat: no-repeat;
  border-color: #000;
  border-style: none;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}
/* Header */
#header {
  width: 100%;
  height: 85px;
  margin: 0 auto;
  background-color: #222;
}
h1 {
  padding-left: 0px;
  padding-top: 0px;
}
h1 img{
}
#topicpath {
  width: 100%;
  height: 25px;
}
#topicpath li{
  font-size: 100%;
  margin-left: 20px;
  margin-top: -8px;
  *margin-top: -4px;
  color: #ccc;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/* Main */
#main {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
/* Column Category */
.column1{
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 100%;
  background-color: #666;
}
#category{
  background-image: url('../images/common_column_base_1.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  display: block;	/* 初期値 */

  /*overflow: auto;
  -webkit-overflow-scrolling: touch;*/
}
#category li{
  list-style-type: none;
  width: 200px;
  height: 40px;
  margin: 10px 0 0 -20px;
  padding: 5px 0;
  text-align: left;
  font-size: 16pt;
  font-weight: normal;
  color: #ddd;
  display: none;
  background-image: url('../images/common_column_hl_1.png');
  background-position: 300px top;
  background-repeat: no-repeat;
}
#category li.CL2 img{
  margin-left: -20px;
}
.label{
  width: 4em;
}
#category li.nolink{
  font-weight: normal;
  /*opacity: 0.6;*/
}
/* Column List */
.column2{
  position: absolute;
  left: 220px;
  top: 0;
  width: 340px;
  height: 100%;
  background-color: #999;
}
#list{
  display: block;	/* 初期値 */
  -webkit-overflow-scrolling: touch;
}
#hyblist{
  display: none;
  -webkit-overflow-scrolling: touch;
}
#list li,#hyblist li{
  list-style-type: none;
  width: 310px;
  min-height: 80px;
  padding: 10px 20px 10px 10px;
  float: left;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2em;
  color: #000;
  border-style: solid;
  border-color: #aaa;
  border-width: 1px 0 0 0px;
  background-image: url('../images/common_column_hl_2.png');
  background-position: 300px top;
  background-repeat: no-repeat;
  display: none;
  overflow: hidden;
}
#list td,#hyblist td{
  padding: 2px;
}
#list td.label,#hyblist td.label{
  font-size: 16px;
  width: 3.2em;
}
.L3{
  width: 84px;
}
.L3 img{
  border: 1px #888 solid;
}
#thumblist{
  display: none;
  -webkit-overflow-scrolling: touch;
}
#thumblist li.L4{
  list-style-type: none;
  width: 80px;
  height: 80px;
  float: left;
  margin: 8px 0 0 8px;
  border-style: solid;
  border-color: #888;
  border-width: 3px;
  display: none;
  overflow: hidden;
  cursor: pointer;
}
/* Column Page */
.column3{
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  background-color: #eee;
}
.page{
    padding: 15px;
}
#stage{
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#stage .copyright{
  visibility: hidden;
}
div#imageitem{
  margin: 0 15px 15px 0;
  padding: 0 0 30px 0;
  float: left;
  width: 400px;
  height: 320px;
}
td.bookimage{
  width: 400px;
  height: 320px;
  background-color: #999;
  text-align: center;
  vertical-align: middle;
}
div.bookitem{
  margin: 0;
  float: left;
  width: 100%;
}
.bookitem table{
  width: 100%;
  background-color: #eee;
  vertical-align: middle;
}
.bookitem table td{
  text-align: left;
  padding: 3px;
  background-color: #fff;
  cursor: default;
}
.bookitem table td.label{
  background-color: #edc;
  text-align: right;
}
div.textbody {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  min-height: 50px;
  text-align: center;
}
div.booktext {
  margin: 0px auto;
  width: 100%;
  text-align: left;
  background-color: #ffeedd;
  color: #300;
}
.booktext h4{
  font-size: 110%;
  padding: 15px 0 0 25px;
  cursor: default;
}
.booktext p {
  text-indent: 1em;
  padding: 15px 25px;
  line-height: 1.8em;
  text-align: left;
  cursor: default;
}

/* Tool */
#tool{
  position: absolute;
  right: 15px; /* ヒント表示の場合 */
  /*ight: 30px;*/ /* ヒント非表示の場合 */
  top: 25px;
  width: 600px;
  *+width: 580px;
  text-align: right;
}
#tool ul{
  margin: 0;
}
#tool li{
  display: inline-block;
  *+float: left;
  margin-left: 15px;
  cursor: pointer;
}
#tool li.toolhint{
  width: 34px; height: 34px;
  overflow: hidden;
  position: relative;
}
#tool li.toolhint img{
  position: absolute; left: 0px; top: 0px;
}

/* Search */
#search{
  position: absolute;
  right: 220px; top: 25px; /* ヒント表示の場合 */
  /*right: 180px; top: 25px;*/ /* ヒント非表示の場合 */
  width: 285px;
  *+width: 280px;
  height: 25px;
  text-align: left;
}
#search li{
  display: block;
  margin-right: 8px;
}
#searchtext{
  margin-top: 5px;
  padding: 2px 2px;
  font-size: 18px;
  vertical-align: middle;
  width: 200px; height: 22px;

  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  user-select: text;
}
#searchdo{
  position: absolute;
  right: 0; top: 0;
  width: 60px; height: 40px;
  cursor: pointer;
  overflow: hidden;
}
#searchdo img{
  position: absolute;
  right: 0; top: 0;
}
#searchclear{
  position: absolute;
  right: 70px; top: 7px;
  height: 35px;
  display: none;
  cursor: pointer;
}
#list li.N1,#hyblist li.N1{
  min-height: 40px;
  background-color: #aaa;
}
.searchws{
  display: block;
}
.searchnote{
  color: #600;
  font-size: 80%;
}

/* ツールヒント */
#toolhintd{
  position: absolute;
  left: 50%;
  top: 5px;
  width: 400px;
  margin-left: -200px;
  padding: 15px;
  display: none;
  z-index: 1005;
  text-align: left;
  color: #333;
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  border-color: #444;
  border-style: solid;
  border-width: 2px;
}
#toolhintd h4{
  font-size: 100%;
}
#toolhintd p{
  font-size: 95%;
  margin-top: 0.5em;
  text-indent: 1em;
}
#toolhintclose{
  position: absolute; right: 6px; top: 6px;
  width: 30px; height: 30px;
  overflow: hidden;
  cursor: pointer;
}
#toolhintclose img{ position: absolute; left: 0; top: 0px; }
#toolhintd .alert{
  margin: 1em 0;
  color: #a00;
  visibility: visible;
}
#toolhintd hr.alert{
  color: #999;
}

/* Footer */
#footer{
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 60px;
  background-color: #222;
  text-align: center;
}
/** Link **/
a{
  color: #ff0;
  text-decoration: underline;
}
a:visited{
  color: #ff0;
}
a:hover,a:active{
  color: #fff;
  text-decoration: none;
}
/** Other **/
hr{
  visibility: hidden;
  clear: both;
}
.clearfloat{
  clear: both;
  height: 0;
  font-size: 0;
}
.nolink{
  font-weight: bold;
  color: #aaa;
}
.copyright{
  margin-top: 20px;
  text-align:center;
  font-size: 100%;
  font-weight: normal;
  color: #999;
}

@media screen and (min-width: 1140px) {
  #search{
    width: 385px;
  }
  #searchtext{
    width: 300px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #category li{
        line-height: 1.0em;
    }
}
@media screen and (max-width: 1010px) {
  #search{
    width: 245px;
  }
  #searchtext{
    width: 160px;
  }
}
