
html,body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    height: 100%;
    font-size: 2.2vh;
    line-height:1.4;
    margin: 0;
    color: lightgoldenrodyellow; // #1E1BA0; // #750C00;
    // background-color: #FFFFFF; // #FFFAF7;  // #FFEDEB;
    background-image: url('../img/oback.png');
    background-repeat: repeat; 
}
body::-webkit-scrollbar {
  display: none;
}

img {
    align: center;
    vertical-align: middle;
}
img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

input[type=text],
input[type=password] {
    margin:0;
    padding: 0 1vh 0 1vh;
    font-size: 2.2vh;
    border-radius: 1vh;
    -moz-border-radius: 1vh;
    -webkit-border-radius: 1vh;
}


textarea {
    width:94vw;
    font-size: 2vh;
}
select {
    font-size: 2vh;
}

input[type=file] {
  //  width: 120px;
  //  height: 32px;
}
input[type=checkbox] {
    width: 5vh;
    height: 5vh;
    vertical-align: middle;
}
input[type=radio] {
    width: 5vh;
    height: 5vh;
    vertical-align: middle;
}

input[type=button],
button[type=button] {
    height: 3vh;
    padding: 0.2vh;
    overflow: hidden;
    background-color: darkgoldenrod;
    color: white;
    text-align:center;
    border: 1px;
    border-color: chocolate;
    cursor:pointer;
    font-size: 1.8vh;
    border-radius:2vh;
    -moz-border-radius: 2vh;
    -webkit-border-radius: 2vh;
   opacity: 0.9;
   filter: alpha(opacity=90);
    -ms-overflow-style:none;
}

input[type=button]:hover,
button[type=button]:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a {
    cursor:pointer;
}

table {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
}

tr,
td {
    margin: 0;
    padding: 0;
    vertical-align:top;
}

div {
    position:relative;
    margin:0;
    overflow:scroll;
}

span {
    margin: 0;
    padding: 0;
}

.header {
    position: fixed;
    top:0;
    margin: 0 ;
    width: 100vw;
    height: 7vh;
    font-size: 2.2vh;
    line-height:1.2;
    text-align:center;
    background-image: url('../img/oback.png');
    -ms-overflow-style:none;
}
.header::-webkit-scrollbar {
   display: none;
}

.fotter {
  position: fixed;
  margin: 0 ;
  bottom: 0;
  left: 0;
  height: 6vh;
//  background-color: white;
  width: 100vw;
    font-size: 2.2vh;
    text-align:center;
    -ms-overflow-style:none;
}
.fotter::-webkit-scrollbar {
   display: none;
}

.contents {
    /*position: fixed;*/
    margin: 0;
    top:7vh;
    width:100vw;
/*  height:92vh;*/
    font-size: 2vh;
    overflow: scroll;
    color: lightgoldenrodyellow;
    -ms-overflow-style:none;
}
.contents::-webkit-scrollbar {
   display: none;
}

.main {
    -ms-overflow-style:none;
}
.main::-webkit-scrollbar {
   display: none;
}

.gallery {
    -ms-overflow-style:none;
}
.gallery::-webkit-scrollbar {
   display: none;
}


.ncap {
    margin: 0; // 2vh 0 0 0 ;
    left: 5vw;
    font-size: 1.8vh;
    -ms-overflow-style:none;
}
.ncap::-webkit-scrollbar {
   display: none;
}

.npanel {
    left:4vw;
    width:90.2vw;
    border:0.4vh ridge blanchedalmond;
    padding:0.2vh 0.2vh 0 0.2vh;
    font-size: 2vh;
    overflow: scroll;
    background-color: ivory;
    color: maroon;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0.1vh 0.1vh 0.2vh gray;
    -ms-overflow-style:none;
}
.npanel::-webkit-scrollbar {
   display: none;
}
.neta {
    font-size: 2.4vh;
}


.nuser {
    font-size: 1.8vh;
}
.ntime {
    font-size: 1.4vh;
}



.bcap {
    left: 5vw;
    font-size: 1.6vh;
    -ms-overflow-style:none;
}
.bcap::-webkit-scrollbar {
   display: none;
}
.bpanel {
    left:4vw;
    width:90.6vw;
    border:0.2vh inset blanchedalmond;
    padding:0.2vh 0.2vh 0 0.2vh;
    margin: 0.2vh 0 0.2vh 0;
    overflow: scroll;
    background-color: ivory;
    color: maroon;
   opacity: 0.8;
   filter: alpha(opacity=80);
    -ms-overflow-style:none;
}
.bpanel::-webkit-scrollbar {
  display: none;
}
.boke {
// top: 0.1vh;
left: 8vw;
font-size: 2vh;
cursor:pointer;
}

.iinecount {
    top: -0.3vh;
    left: 1vw;
    font-size: 1.2vh;
    font-weight: bold;
    color: red;
}
.iine {
    height: 2.6vh;
    margin: 0.2vh;
    cursor:pointer;
}

.buser {
    top: -2.2vh;
    left: 12vw;
    font-size: 1.6vh;
}
.btime {
    top: -4.4vh;
    font-size: 1.2vh;
    left: 56vw;
}

.bpanel2 {
    left: 4vw;
    width: 92vw;
//  height: 3vh;
    overflow: scroll;
    margin: 0 0 0.2vh 0;
    overflow: scroll;
//    background-color: ivory;
    color: black;
    -ms-overflow-style:none;
}
.bpanel2::-webkit-scrollbar {
  display: none;
}

.binput {
//  position:relative;
    width:90%;
}
.bsend {
//    top: -2.8vh;
//  left: 76vw;
    width: 80%;
    height: 2.4vh;
    padding: 0.1vh;
    overflow: scroll;
    background-color: darkgoldenrod;
    color: #FFFFFF;
    text-align:center;
    border: 1;
    border-color: chocolate;
    cursor:pointer;
    font-size: 1.6vh;
    border-radius:2vh;
    -moz-border-radius: 2vh;
    -webkit-border-radius: 2vh;
   opacity: 0.9;
   filter: alpha(opacity=90);
    -ms-overflow-style:none;
}
.bsend::-webkit-scrollbar {
  display: none;
}

.bsend:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.dialog {
    position: fixed;
    margin: 0 ;
    top: 20vh;
    left: 6vw;
    height:60vh;
    width: 88vw;
    background-color: white;
    font-size: 2vh;
    color: maroon;
    text-align:center;
    overflow: scroll;
    border-radius:4vh;
    -moz-border-radius: 4vh;
    -webkit-border-radius: 4vh;
    opacity: 0.94;
    filter: alpha(opacity=94);
    -ms-overflow-style:none;
}
.dialog::-webkit-scrollbar {
   display: none;
}

.closebtn {
  width:100%;
  font-size: 3vh;
  text-align:right;
  text-decoratin:underline;
  text-shadow:2px 2px 3px indianred;
  cursor:pointer;
  overflow:hidden;
    -ms-overflow-style:none;
}
.closebtn::-webkit-scrollbar {
   display: none;
}

.helptable {
    width: 100%;
    font-size: 1.6vh;
    text-align:center;
    overflow: scroll;
    -ms-overflow-style:none;
}
.helptable::-webkit-scrollbar {
   display: none;
}

.loader {
    position: fixed;
    margin: 0 ;
    top: 0vh;
    left: 0vw;
    height:100vh;
    width: 100vw;
    background-color: black;
    color: white;
    vertical-align:middle;
    text-align:center;
    overflow:hidden;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-overflow-style:none;
}
.loader::-webkit-scrollbar {
   display: none;
}

.bold {
    background-color: #CCCCCC;
    color: gray;
}
