* {
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}
img {
  pointer-events: 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;
}
#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 List */
.column2{
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 100%;
  background-color: #999;
}
#list{
  display: block;	/* 初期値 */
  -webkit-overflow-scrolling: touch;
}
#list li{
  list-style-type: none;
  width: 560px;
  min-height: 60px;
  padding: 10px 10px 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: 600px top;
  background-repeat: no-repeat;
  display: none;
  overflow: hidden;
  position: relative;
}
#list table{
  width: 540px;
  height: 100%;
}
#list td{
  padding: 5px;
}
.L2{
  position: absolute;
  left: 35px;
  top: 5px;
  width: 400px;
}
.L2 td{
  line-height: 0.8em;
}
td.label{
  font-size: 16px;
  width: 3.2em;
}
.L3{
  vartical-align: middle;
  text-align: right;
}
.L3 img{
  height: 32px;
}

/* Floulish */
.floulish{
}
/* Column Page */
.column3{
  position: absolute;
  right: 0;
  top: 0;
  width: 560px;
  height: 100%;
  background-color: #eee;
}
.page{
    padding: 15px;
}
#stage{
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#stage .copyright{
  visibility: hidden;
}
div.bookimagebody{
  height: 80px;
}
div#imageitem{
  width: 600px;
}
td.bookimage{
  width: 400px;
}
td.bookimage img{
  pointer-events: auto;
}
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: 30px;
  top: 13px;
  width: 200px;
  *+width: 180px;
  text-align: right;
}
#tool li{
  display: inline-block;
  *+float: left;
  margin-left: 25px;
  cursor: pointer;
}
/* 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;
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}
