@charset "utf-8";
@import "common.css";

html { height: 100%; }

html,body {
	width: 100%;
}

#login_body { height: 100%; }

/***************************************
　レイアウト
***************************************/

#container {
	position: relative;
	width: 100%;
	height: 100%;
}

/* ログイン */

#login_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 400px;
	background-color: #EFFAFC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-top: -200px;
	margin-left: -175px;
}

#login_box p {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 50px;
}

#login_box table td { padding: 5px;
}

/* カレンダー */

#div_calendar { margin-top: 60px; }

.btn_area {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	width: 100%;
}

/***************************************
　テーブル
***************************************/

/* ------------ ログイン ------------ */

#table_login {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------ ヘッダー・フッターボタン ------------ */

.table_btn_area {
	width: 100%;
}

.table_btn_area td {
	padding: 10px;
}

/* 上部ボタンエリア */

.ba_left { width: 50%; }

.ba_center { width: 30%; }

.ba_right {
	text-align: right;
	width: 20%;
}

/* ------------ カレンダー ------------ */

#table_calendar {
	width: 100%;
	border: 1px solid #CCC;
}

#table_calendar th,
#table_calendar td {
	border: 1px solid #CCC;
	text-align: center;
}

#table_calendar th {
	padding: 5px 0px;
	line-height: 1.6em;
	font-size: 12px;
}

#table_calendar td {
	padding: 0px;
	font-size: 10.5px;
	line-height: 1.6em;
}

/* 1日分 */

.calendar_dairy,
.calendar_dairy th,
.calendar_dairy td { border: 1px solid #FFF !important; }

/* 1日分 */
.tr_c_btn td { width: 24px; }

/* 行 */

.tr_c_carname th { max-width: 100px; }

.c_date {
	font-size: 20px !important;
	padding: 0 5px !important;
}
.odd { }

.even { }

/***************************************
　フォームボタン
***************************************/

/* ボタン */

.btn,
.n_btn,
.a_btn {
	margin: 0px;
	padding: 0px;
	border: 0px none #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 0;
	background-color: #FFF;
	overflow: hidden;
}

/* 非表示のボタン */

.dis_btn,
.dis_btn:active {
	background-position: 0px -80px !important;
	cursor: default !important;
}

/* 通常のボタン */
.btn {
	padding-top: 40px;
}

/* 番号キー */
.n_btn {
	background-color: #EFFAFC;
	padding-top: 50px;
	width: 50px;
}

.btn:active,
.a_btn:active { background-position: 0px -40px; }

.n_btn:active { background-position: 0px -50px; }

/* 矢印（ページ送り） */
.a_btn {
	padding-top: 40px;
	width: 40px;
	float: left;
	margin-right: 10px;
}

/* ------------ ログイン ------------ */

/* ログインボタン */

#btn_login,
#btn_delete { width: 80px; }

#btn_login { background-image: url(/images/common/btn_login.png); }
#btn_delete { background-image: url(/images/common/btn_del.png); }

/* 数字キー */

#key_1 { background-image: url(/images/common/key1.png); }
#key_2 { background-image: url(/images/common/key2.png); }
#key_3 { background-image: url(/images/common/key3.png); }
#key_4 { background-image: url(/images/common/key4.png); }
#key_5 { background-image: url(/images/common/key5.png); }
#key_6 { background-image: url(/images/common/key6.png); }
#key_7 { background-image: url(/images/common/key7.png); }
#key_8 { background-image: url(/images/common/key8.png); }
#key_9 { background-image: url(/images/common/key9.png); }
#key_0 { background-image: url(/images/common/key0.png); }

/* ------------ 上部メニューボタン ------------ */

.reload_auto,
.reload_stop,
.reload_self {
	width: 90px;
	float: left;
	margin-right: 10px;
}

.reload_auto { background-image: url(/images/common/reload_auto.png); }
.reload_stop { background-image: url(/images/common/reload_stop.png); }
.reload_self { background-image: url(/images/common/reload_self.png); }

/* ログアウト */

.b_logout {
	background-image: url(/images/common/btn_logout.png);
	float: right;
	margin-right: 10px;
	width: 90px;
}

/* ページ送り */

.allow_up { background-image: url(/images/common/allow_up.png); }

.allow_down { background-image: url(/images/common/allow_down.png); }

.allow_left { background-image: url(/images/common/allow_left.png); }

.allow_right { background-image: url(/images/common/allow_right.png); }

/* ------------ カレンダー ------------ */

/* カレンダー内 */

.c_report,
.c_wmap,
.c_dmap,
.c_other {
	padding-top: 30px;
	height: 0px;
	width: 24px
}

.c_report {	background-image: url(/images/common/c_report.png); }
.c_wmap {	background-image: url(/images/common/c_wmap.png); }
.c_dmap { background-image: url(/images/common/c_dmap.png); }
.c_other { background-image: url(/images/common/c_other.png); }

/***************************************
　フォーム入力欄
***************************************/

.f_text,
.f_datearea,
.f_textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBB;
	padding: 7px;
}

.f_password {
	float: left;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 5px;
}


/***************************************
　ページネーション
***************************************/

.pagebar {
	padding: 0.2em 0.5em;
	text-decoration: none;
	text-align: center;
}

.pagebar a, .pagebar .this-page {
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a {
	border: 1px solid #005fa1;
	color: #FFF;
	background-color: #0085DD;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	text-decoration: none;
}

.pagebar .this-page {
	color: #FFF;
	background-color: #999;
	border: 1px solid #666;
}

.pagebar a:hover {
	color: #78a0ff !important;
	background: #FFF;
}

.pagebar .inactive {
	color: #ccc;
	text-decoration: none;
}