@CHARSET "utf-8";

body {
	background-color: rgba(0, 0, 0, 0.01);
	color: #333;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

ul li {
	list-style: square;
}

.err {
	background-color: #ffb6c1;
}

/* 画像の枠消し */
a img {
	border-style: none;
}

th td {
	empty-cells: show;
}

/* for JQuery */
/* font */
.ui-widget {
	font-size: 12px;
	font-weight: normal;
}

input, textarea, select, .ui-widget input, .ui-widget textarea,
	.ui-widget select {
	font-size: 12px;
	font-weight: normal;
}

th:not(.ui-datepicker-calendar thead th) {
	background-color: #f4e3fb;
}

tr.inputRow {
	cursor: pointer;
}

.evenRow {
	background-color: #D0E5F5;
}

.oddRow {
	background-color: #fff;
}