html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-image: url('../img/background2.png');
	  background-size: cover;  
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

body {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040;
}

a {
  color: #00a1d2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.login {
  position: relative;
  margin-top: 400px ;
  margin-right: 200px ;
  width: 500px;
  padding-right: 32px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login p {
  margin: 0 0 10px;
}

input, button, label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=password] {
  padding: 0 10px;
  width: 300px;
  height: 40px;
  color: #bbb;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
input[type=text]:focus, input[type=password]:focus {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
}

label {
  float: left;
  width: 200px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 100;
  text-align: right;
  letter-spacing: 1px;
}

.forgot-password {
  padding-left: 100px;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
}

.login-submit {
  position: absolute;
  top: 12px;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.login-submit:before, .login-submit:after {
  content: '';
  z-index: 1;
  position: absolute;
}
.login-submit:before {
  top: 28px;
  left: -4px;
  width: 4px;
  height: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
  top: -4px;
  bottom: -4px;
  right: -4px;
  width: 36px;
}

.login-button {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0 0 48px;
  /* Fix wrong positioning in Firefox 9 & older (bug 450418) */
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  /* Must use another pseudo element for the gradient background because Webkit */
  /* clips the background incorrectly inside elements with a border-radius.     */
}
.login-button:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #00a2d3;
  border-radius: 24px;
  background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
  background-image: -moz-linear-gradient(top, #00a2d3, #0d7796);
  background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
  background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
  -webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login-button:active:before {
  background: #0591ba;
  background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
  background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}
.login-button:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 12px;
  width: 25px;
  height: 19px;
  background: url("../img/arrow.png") 0 0 no-repeat;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 40px;
  background: #282828;
}
.lt-ie9 .login-submit {
  position: absolute;
  top: 12px;
  right: -28px;
  padding: 4px;
}
.lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
  display: none;
}
.lt-ie9 .login-button {
  line-height: 48px;
}
.lt-ie9 .about {
  background: #313131;
}


div#display-box {
	width: 100%;
}

div.content-menu {
 	width: 100%;
}

table#ws-block {
 	width: 100%;
}

table.menu-button {
 	width: 100%;
	height: 100%;
}

button.menu01 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 2px #eee solid;
	color: #fff;
	background-color: #6699CC;
}

div.MENU00E {
	margin: 0px auto;
	width: 100px;
	height: 30px;
	border: 2px solid #0;
	background-image: url('../img/MENU00E.png');
	background-repeat: no-repeat;
	background-position: middle center;
	background-size:contain;
}

div.MENU02E {
	margin: 0px auto;
	width: 100px;
	height: 30px;
	border: 2px solid #0;
	background-image: url('../img/MENU02E.png');
	background-repeat: no-repeat;
	background-position: middle center;
	background-size:contain;
}

div.MENU04E {
	margin: 0px auto;
	width: 100px;
	height: 30px;
	border: 2px solid #0;
	background-image: url('../img/MENU04E.png');
	background-repeat: no-repeat;
	background-position: middle center;
	background-size:contain;
}

div.MENU08E {
	margin: 0px auto;
	width: 100px;
	height: 30px;
	border: 2px solid #0;
	background-image: url('../img/MENU08E.png');
	background-repeat: no-repeat;
	background-position: middle center;
	background-size:contain;
}




table#lane-list {
	margin: 0px;
	width: 100%;
	background-color: #fff;
	font-size: 12pt;
	font-weight: bold;
  	font-family: 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

tr.slist0 {
	border: solid #369 2px;
	background-color: #fff;
}

table.lane-block {
	width: 100%;
	margin: 0px;
	color: #fff;
}

table.dblock {
	margin: 0px;
	color: #000;
	width: 100%;
}

table.data-block tr,td {
	margin: 0px;
	padding: 0px;
}

table.dblock td.T01 {
	text-align: right;
	padding: 0px 4px;
	background-image: url('../img/t02.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table.dblock td.T02 {
	text-align: right;
	padding: 0px 4px;
	background-image: url('../img/t03.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table.dblock td.T03 {
	text-align: right;
	padding: 0px 4px;
	background-image: url('../img/t01.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table.dblock td.T04 {
	text-align: right;
	padding: 0px 4px;
	background-image: url('../img/t04.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table#seri-view {
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	color: #000;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
  	font-family: 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}


table#listdata {
	margin: 0px;
	padding: 0px;
	width: 590px;
	border-collapse:collapse;
	border-spacing:0px;
	border: solid 2px #6699CC;
}

table#listdata td {
	padding: 2px;
	border: solid 1px #6699CC;
}

table#listdata td#ld-01 {
	padding: 0px;
	width: 92px;
	height: 10px;
	vertical-align: top;
}

table.dblock {
	margin: 0px;
	padding: 0px;
}

table.dblock td {
	margin: 0px;
	padding: 0px;
}


table#listdata td#ld-02 {
	padding: 0px;
	width: 498px;
	vertical-align: top;
	border: none 0px;
}

table#listdata td#ld-03 {
	height: 21px;
	text-align: center;
}

table#listdata td#ld-04 {
	height: 21px;
	text-align: left;
}

table#listdata-1 {
	width: 100%;
	height: 27px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
}

table#listdata-1 td {
	border: solid 1px #6699CC;
}

table#listdata-2 {
	width: 100%;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
}

table#listdata-2 td {
	border: solid 1px #6699CC;
}

table#listdata-3 {
	width: 100%;
	height: 27px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
}

table#listdata-3 td {
	border: solid 1px #6699CC;
}

table#listdata-4 {
	width: 89px;
	margin: 4px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
}

table#listdata-4 td {
	border: solid 0px #6699CC;
}
	
table#listdata-5 {
	width: 89px;
	margin: 4px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
}

table#listdata-5 td {
	height: 40px;
	border: solid 1px #6699CC;
	background-color: #fff;
}

table#listdata-5 td#ld-51 {
	background: #fff;
;	background-image: url('../img/t02.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	padding: 5px;
	font-size: 20pt;
	text-align: right;
	vertical-align: bottom;
}

table#listdata-5 td#ld-52 {
	background: #fff;
	background-image: url('../img/t03.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
	font-size: 20pt;
	text-align: right;
	vertical-align: bottom;
}

table#listdata-6 {
	width: 89px;
	margin: 4px;
	padding: 0px;
	height: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
}

table#listdata-6 td {
	border: solid 0px #6699CC;
	text-align: right;
}

table#listdata-7 {
	width: 89px;
	margin: 4px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
}

table#listdata-7 td {
	height: 40px;
	border: solid 1px #6699CC;
	background-color: #fff;
	text-align: right;
}

table#listdata-7 td#ld-71 {
	background: #fff;
	background-image: url('../img/t01.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
	font-size: 20pt;
	text-align: right;
	vertical-align: bottom;
}

table#listdata-8 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
	background: #444;
}

table#listdata-8 td {
	border: solid 0px #6699CC;
	background: #444;
}

table#listdata-8 td#ld-81 {
	width: 180px;
	border: solid 2px #f00;
	background: #fff;
	background-repeat: no-repeat;
	background-position: top left;
}

table#listdata-8 td.guideR {
	background-image: url('../img/t15.png');
}

table#listdata-8 td.guideB {
	background-image: url('../img/t20.png');
}

table#listdata-8 td#ld-82 {
	width: 5px;
	border: solid 0px #6699CC;
	background: #444;
}

table#listdata-8 td#ld-83 {
	width: 110px;
	border: solid 2px #369;
	background: #fff;
	background-image: url('../img/t16.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table#listdata-8 td#ld-84 {
	width: 110px;
	border: solid 2px #369;
	background: #fff;
	background-image: url('../img/t17.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table#listdata-9 {
	width: 100%;
	margin: 	0px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
	background: #444;
}

table#listdata-9 td {
	border: solid 0px #6699CC;
	background: #444;
}

table#listdata-9 td#ld-91 {
	width: 150px;
	height: 60px;
	border: solid 2px #f00;
	background: #fff;
	background-image: url('../img/t19.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table#listdata-9 td#ld-92 {
	width: 80px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	border: solid 0px #6699CC;
	background: #444;
}

table#listdata-9 td#ld-93 {
	width: 150px;
	height: 60px;
	border: solid 2px #369;
	background: #fff;
	background-image: url('../img/t18.png');
	background-repeat: no-repeat;
	background-position: top left;
}

table#listdata-9 td#ld-94 {
	width: 80px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	border: solid 0px #369;
	background: #444;
}

table#listdata-9 td#ld-95 {
	width: 100px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	border: solid 0px #369;
	background: #444;
}

button#p-up {
	margin: 0px;
	padding: 0px;
	border: none;
}

button#n-up {
	margin: 0px;
	padding: 0px;
	border: none;
}

div.p1 {
	width: 35px;
	height: 35px;
	background-image: url('../img/p1.png');
	background-size:contain;
}

button#p-down {
	margin: 0px;
	padding: 0px;
	border: none;
}

button#n-down {
	margin: 0px;
	padding: 0px;
	border: none;
}

div.m1 {
	width: 35px;
	height: 35px;
	background-image: url('../img/m1.png');
	background-size:contain;
}

button#s-ok {
	margin: 0px;
	padding: 0px;
	border: none;
	background: #444;
}

div.bidbtn {
	width: 70px;
	height: 70px;
	background-image: url('../img/OusatsuButton1.png');
	background-size:contain;
}

table#listdata-X {
	width: 100%;
	margin: 	0px;
	padding: 0px;
	border-collapse:collapse;
	border: solid 0px #6699CC;
	background: #444;
}	

table#listdata-X th {
	border: solid 0px #6699CC;
	background: #369;
	border: solid 2px #222;
	color: #fff;
}

table#listdata-X td {
	border: solid 0px #6699CC;
	background: #fff;
	border: solid 2px #222;
	height: 20px;
}
