/* 標準 CSS */
body {
	font-size: 13px;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
	width : 120px;
}

.width30 {
	width : 30px;
}

.width40 {
	width : 40px;
}

.width60 {
	width : 60px;
}

.width80 {
	width : 100px;
}

.width100 {
	width : 130px;
}

.width120 {
	width : 150px;
}

.width140 {
	width : 160px;
}

.width160 {
	width : 280px;
}

.width200 {
	width : 320px;
}

.width300 {
	width : 450px;
}

.width400 {
	width : 600px;
}

.width500 {
	width : 700px;
}

.digit2 {
	width : 55px;
}

.digit4 {
	width : 75px;
}

.digit6 {
	width : 88px;
}

.digit8 {
	width : 105px;
}

.digit10 {
	width : 160px;
}

.digit12 {
	width : 170px;
}

.digit15 {
	width : 190px;
}

.digit20 {
	width : 220px;
}

.digit30 {
	width : 305px;
}

.digit40 {
	width : 377px;
}

.digit50 {
	width : 463px;
}

/*    digit6 * 2 + digit4 + width140 * 2 + 16 */
.digit80 {
	width : 587px;
}

table {
	font-size: 13px;
}

td.rarrow {
	height: 28px;
}

/* サイン用の CSS。大きさで表示/非表示を制御 */
img.smallsign {
	border-color:#ccc;
	width:60px;
	height: 24px;
	border: 1px;
}

img.largesign {
	border-color:#ccc;
	display:none;
	width:0px;
	height: 0px;
	border: 0px;
}

img.largesign3 {
	border-color:#ccc;
    display:none;
	width:0px;
	height: 0px;
	border: 0px;
}

.noscreen {
	display:none !important;
}