@charset "shift_jis";
/*---------------------*/
/*フレームワーク使用css*/
/*---------------------*/


/* 入力補助用スタイルシート */

/* 金額オートフォーマット */
input[type=text].amount {
	width: 100px;
	ime-mode: disabled;
	text-align: right;
}

/* 日付オートフォーマット */
input[type=text].date {
	width: 75px;
	ime-mode: disabled;
	text-align: left;
	background-color : white;
}

/* 年月オートフォーマット */
input[type=text].month {
	width: 60px;
	ime-mode: disabled;
	text-align: left;
	background-color : white;
}

/* 時刻オートフォーマット */
input[type=text].time {
	width: 40px;
	ime-mode: disabled;
	text-align: left;
}

/* 注意文言 */
div.notice {
	position : absolute;
	float : left;
	background-color : lightpink;
	z-index: 1000;
}

/* ページング対応テーブル用スタイルシート */
div.pageController {
	text-align:right;
}

div.pageController input#thisPage {
	width: 20px;
	text-align:right;
}

div.pageController input[type=button] {
	background-color: lavender;
	border: solid 1px lightslategray;
	color: #000000;
	cursor: pointer;
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "Arial";
	height: 22px;
	width: 28px;
	margin: 2px;
}

div.pageController input[type=button]:disabled {
	background-color:#dddddd;
	color: #aaaaaa;
}

/* 行数によるスタイルの切替 */
/*
tr.odd td {
	background-color:#eeffff;
}

tr.even td {
	background-color:#ffffee;
}
*/

/* jqueryui datepicker */
#ui-datepicker-div {
	font-size: 13px;
}