﻿input[type="button"]:hover {
    /*background-image: linear-gradient(0deg, #68d3db, #e5f4fc);*/
    background-color: #c8e4b6;
    border: 1px solid #AAAAAA;
    cursor:pointer;
}
input[type="submit"]:hover {
    /*background-image: linear-gradient(0deg, #68d3db, #e5f4fc);*/
    background-color: #c8e4b6;
    border: 1px solid #AAAAAA;
    cursor:pointer;
}
input[type="button"]{
    border-radius: 3px;
    background-color: #DDDDDD;
    border: 1px solid #BBBBBB;
    font-size:0.9em;
    height:30px;
}
input[type="submit"]{
    border-radius: 3px;
    background-color: #DDDDDD;
    border: 1px solid #BBBBBB;
    font-size:0.9em;
}
input[type="text"] {
    height:26px;
    font-size: 1.0em;
    border: 1px solid #999;
    margin:5px 0px 5px 0px;
    padding-left:5px;
}
input[type="text"]:hover {
    border: 1px solid #99c0dd;
}
input[type="password"] {
    height:20px;
    font-size: 1em;
    border: 1px solid #999;
    margin:5px 0px 5px 0px;
}
input[type="password"]:hover {
    border: 1px solid #99c0dd;
}
input[type="file"]{
        height:30px;
}

input[type="file"]::-webkit-file-upload-button{
        height:30px;
}
select {
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height:30px;
    padding: 0px 30px 0px 5px;
    font-size: 0.9em;
    border: 1px solid #999;
    background: #fff;
    background: url(images/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(images/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    background-size: 20px, 100%;
}
.topname {
    top: 8px;
    left:0px;
    position:relative;
}
.topbtn {
    top: -2px;
    left:0px;
    position:relative;
    height: 30px;
}
.gview {
    top: 12px;
    left:0px;
    position:relative;
}
.gviewcrc {
    top: 12px;
    left:0px;
    width:100%;
    position:relative;
    table-layout: fixed;
}
.gviewcrc td{
    word-wrap: break-word; /* IE11用 */
    overflow-wrap: break-word;
}
.redlabel {
    font-size: 70%;
    font-weight:bold;
    color: #ff0000;
}
.layers {
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:1 !important;
    background: rgba(0,0,0,0.3);
}
.reloads {
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:1 !important;
    text-align: center;
    line-height:200px;
    background: #FFFFFF;
}
.loginbtn{}
.logintable{
    margin: 0 auto;
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    width: 700px;
}
.logintable tr td { 
        border-width: 0; 
        padding: 4px 20px;
        white-space: nowrap;
    }
table.type02 {
    margin: 0 auto;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
}
table.type02 th {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	vertical-align: middle;
    border: 1px solid #ccc;
	background: #eee;
    white-space: nowrap;
    text-align: right;
    min-height:30px;
}
table.type02 td {
	padding: 8px 8px 8px 8px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
p {
    padding: 10px 0;
}
html {
  min-height: 99%;
  position: relative;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
 
body {
  margin-bottom: 50px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*_::content, _:future, body:not(*:root) {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /transform: rotate(0.05deg); text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}*/


#footer {
  bottom: 0;
  height: 20px;
  width:99%;
  position: absolute;
  text-align:center;
}

span.loading {
    display: inline-block;
    white-space: nowrap;
}
    span.loading span {
        display: inline-block;
        width: 100px;
        height: 2px;
        vertical-align: middle;

        background-position: 0 0;
        background-repeat: repeat-x;
        background-size: 4px 100%;

        background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #000), to(#000) );
        background-image:-webkit-linear-gradient(left,transparent 2px,#000 4px);
        background-image: linear-gradient(to right,transparent 2px,#000 4px);

        -webkit-animation: animation 1.5s linear infinite;
        animation: animation 1.5s linear infinite;
    }

@-webkit-keyframes animation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes animation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


