header
{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  text-align : center;
  background: #FFF;
}
#container
{
  clear: both;
  padding-top: 300px;
}

body.viewer
{
  margin: 0px;
  padding: 0px;
}
body.list
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* _/_/_/_/_/_/_/_/ ホーム画面部分 _/_/_/_/_/_/_/_/ */
img
{
  border: 0px;
}
img.title
{
  margin: 0px 0px 0px 0px;
}
img.memo
{
  margin: 0px 500px 0px 0px;
}
img.main
{
  border: 0px;
  width: auto;
  height: 99vh;
  cursor: pointer;
}
img.list
{
  width: 200px;
  border: 2px #82E0FC solid;
}
img.sub_title
{
  margin: 15px 0px 15px 0px;
}

a.t_link
{
  display: block;
  width: 100%;
  height: 100%;
}

.index
{
  cursor: pointer;
}
div.index
{
  text-decoration: underline;
}

div.comment
{
  margin:  50px 0px 50px 0px;

  text-align : center;

  font-size: 0.7em;
  color: #666699;
}

div.menu_all
{
  width: auto;

  margin:  25px 0px 40px 0px;
}
div.menu_title
{
  width: 500px;
  height: 54px;

  background-position: center;
  background-image: url(../icon/menu.jpg);
  background-repeat: no-repeat;
}
div.menu_border
{
  justify-content: center;

  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

  border: 1px #000000 solid;
  border-radius: 10px;

  width: 500px;
}
div.menu_gp1
{
  display: flex;
  justify-content: center;

  margin:  25px 0px 25px 0px;

  font-size: small;
}
div.menu_gp2
{
  margin:  35px 0px 20px 0px;

  font-size: small;
}
div.menu_gp3
{
  margin:  25px 0px 18px 0px;
}
div.i
{
  width: 50px;
  height: 50px;

  margin-left: 10px;

  background-repeat: no-repeat;
  cursor: pointer;
}
div.xxx
{
  width: 200px;
  height: 52px;

  margin-right: 15px;
}
div.on
{
  background-image: url(../icon/on.png);
}
div.off
{
  background-image: url(../icon/off.png);
}
div.eff
{
  background-image: url(../icon/eff.png);
}
div.lst
{
  background-image: url(../icon/list.png);
}


/* _/_/_/_/_/_/_/_/ ビューアー画面部分 _/_/_/_/_/_/_/_/ */
.hideCursor {
  cursor: none !important;
}
div.viewer
{
  display: flex;

  min-height: 500px;
  height: 100vh;
}
div.viewer_Side
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 58px;

  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.side_Menu
{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  width: 100%;
  height: 220px;

  padding: 0px 0px 2px 0px;
}
div.viewer_CG
{
  display: flex;
  justify-content: center;

  width: 100%; 
}
div.page
{
  width: 100%;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.page_C
{
  width: 100%;

  background-position: center;
}
div.page_L
{
  width: 50%;

  background-position: right;

  cursor: url(../icon/c_left.png) 12.5 0, auto;
}
div.page_R
{
  width: 50%;

  background-position: left;

  cursor: url(../icon/c_right.png) 12.5 0, auto;
}
div._L
{
  background-image: url(../icon/left.png);
}
div._LN
{
  background-image: url(../icon/left4.png);
}
div._LE
{
  background-image: url(../icon/left5.png);
}
div._R
{
  background-image: url(../icon/right.png);
}
div._RN
{
  background-image: url(../icon/right4.png);
}
div._RE
{
  background-image: url(../icon/right5.png);
}
div._x
{
  background-image: url(../icon/end.png);
}
div._x2
{
  background-image: url(../icon/end2.png);
}
div.w
{
  width: 52px;
  height: 52px;

  margin: 0px 0px 2px 0px;

  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}



/* _/_/_/_/_/_/_/_/ 一覧画面部分 _/_/_/_/_/_/_/_/ */
div.list
{
  display: flex;
  flex-flow: column;
  justify-content:space-between;

  height: 100vh;
}
div.list_header
{
  display: flex;
  align-items: center;

  height: 56px;
  min-height: 56px;

  margin: 20px 0px 0px 0px;

  background-color: #ADE0FC;
}
div.list_content
{
  height: 100%;
  min-height: 300px;

  padding: 10px 0px 10px 0px;
}
div.list_content2
{
  width: 100%;
  height: 100%;

  overflow-x: hidden;
  overflow-y: auto;
}
div.list_list
{
/*
  justify-content: space-between;
  background-color: #FC82E0;

  width: 1070px;
*/

  display:flex;
  flex-wrap:wrap;

  width: 79.3%;
  min-width: 250px;

  margin: 0px auto;
}
.reverse
{
  flex-direction: row-reverse;
}
div.list_thumb
{
  float: left;

  width: 200px;
  height: 280px;

  margin: 4px 4px 4px 4px;

  border: 3px solid #ADE0FC;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  cursor: pointer;
}
div.list_thumb:hover
{
  border-color: #FC82E0;
}

div.list_footer
{
  height: 115px;
  min-height: 115px;

  margin: 0px 0px 0px 0px;
}
div.list_menu1
{
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 34px;

  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;

  background-color: #ADE0FC;
}
div.list_menu2
{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

  height: 70px;

  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
}
div.l
{
  width: 52px;
  height: 52px;

  margin: 10px 2px 0px 0px;

  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

div.l2
{
  width: 52px;
  height: 52px;

  margin: 0px 0px 2px 0px;
}
div.l3
{
  width: 52px;
  height: 52px;

  margin: 0px 0px 2px 0px;

  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

p.title
{
  margin: 0px auto;


  color: #FFFFFF;
  font-size: x-large;
  font-weight: normal;
}
p.prev
{
  float: left;

  color: #FFFFFF;
  font-weight: bold;
}
p.next
{
  float: right;

  color: #FFFFFF;
  font-weight: bold;
}
div.list_menu1 a:link    {color: #FFFFFF;}
div.list_menu1 a:visited {color: #FFFFFF;}
div.list_menu1 a:active  {color: #FFFFFF;}
div.list_menu1 a:hover   {color: #FFFFFF;}

