@CHARSET "UTF-8";
/* 直接編集はしないこと */

.TypeMax1000 ,
.TypeMax500 ,
.TypeMax300 ,
.TypeMax200 ,
.TypeMax150 ,
.TypeMax100 ,
.TypeMax50 {
	padding: 5px;
	width:100%;
}
.TypeMax1000 {
	max-width:1000px;
}
.TypeMax500 {
	max-width:500px;
}
.TypeMax300 {
	max-width:300px;
}
.TypeMax200 {
	max-width:200px;
}
.TypeMax150 {
	max-width:150px;
}
.TypeMax100 {
	max-width:100px;
}
.TypeMax50 {
	max-width:50px;
}

.TypeValue15 ,
.TypeValue14 ,
.TypeValue12 ,
.TypeValue10 ,
.TypeValue8 ,
.TypeValue6 ,
.TypeValue5 ,
.TypeValue4 ,
.TypeValue2 ,
.TypeValue1 {
	padding: 5px;
}

.TypeValue15 {
	width:15em;
}
.TypeValue14 {
	width:14em;
}
.TypeValue12 {
	width:12em;
}
.TypeValue10 {
	width:10em;
}
.TypeValue8 {
	width:8em;
}
.TypeValue6 {
	width:6em;
}
.TypeValue5 {
	width:5em;
}
.TypeValue4 {
	width:4em;
}
.TypeValue2 {
	width:2em;
}
.TypeValue1 {
	width:1em;
}

/* 文字の操作 */
.cnt {
	text-align: center;
}
.left {
	text-align: left;
}
.rgt {
	text-align: right;
}

/* 文字の飾り等 */
.c-red {
	color: red;
}

.TypeCd ,
.TypePrice ,
.TypePiece ,
.TypeDate {
	width: 8em;
}

.TypeCd ,
.TypePrice ,
.TypePiece {
	text-align: right;
}

TypePiece {
	ime-mode:disabled;
}

.pointer {
	cursor: pointer;
}

.hov:hover {
	background-color: #ccc;
}

.gray {
	color: #999;
}


input[type="checkbox"][id^="pdc"] {
	height: 2em;
	width: 2em;
}

.TypeMax500 {

}

.hide {
	display: none;
}