@charset "utf-8";
/* CSS Document */

body {
	font: 0.7em "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	background: #f2f2f2;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #444;
}

table+h3 {
	margin-top: 10px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #999;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

ul {
	list-style: none;
}

input[type="submit"] {
	margin: 10px 0;
}

input.datepicker {
	width: 80px;
}

button {
	margin: 0 5px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.td_red {
	background: #ff9 !important;
}

.btn_red {
	background: #f99;
}

th.th_red {
	background: #f99 !important;
}

button.delete {
	background: #f99 !important;
}

.fileupload-buttons button.delete {
	background: none !important;
}

.unclickable {
	pointer-events: none;
	color: #999;
}

#header {
	background: linear-gradient(left, #00a1e0, #f2f2f2);
	background: -moz-linear-gradient(left, #00a1e0, #f2f2f2);
	background: -webkit-gradient(linear, left top, right top, from(#00a1e0), to(#f2f2f2));
	width: 100%;
	height: 40px;
	position: fixed;
	z-index: 10;
}

#header h1 {
	color: #fff;
	font-size: 15px;
	padding: 10px;
}

#header h2 {
	color: #fff;
	font-size: 15px;
	padding: 10px;
}

#header .menu {
	float: right;
}

#header a:hover {
	text-decoration: underline;
}


.main {
	padding: 50px 20px 20px 20px;
}

.main h1 {
	font-size: 15px;
	background: url(../img/h1.png) no-repeat 10px 8px #fff;
	border: 3px solid #6c6c6c;
	padding-top: 5px;
	padding-left: 35px;
	margin-bottom: 10px;
	height: 25px;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}

.main th {
	background: #c2e4e4;
}

.main td {
	background: #fff;
}

button.add {
	margin-bottom: 10px;
}

input.time{
	width: 40px;
}

/* ログイン */
#form_area {
	border: 3px solid #9f9f9f;
	background: #fff;
	margin: 10px;
	padding: 30px;
	height: 150px;
}

#form_area div {
	margin-bottom: 10px;
}


/* ホール管理 */
th.date {
	width: 19px;
}

th.date a {
	display: block;
}

th.red a {
	color: red;
}

th.blue a {
	color: blue;
}

th.time {
	width: 35px;
}

table#shift_tb td:nth-child(2n+1) {
	border-right: 1px dotted #999;
}

table#shift_tb td:nth-child(2n+2) {
	border-left: 1px dotted #999;
}


td.shift {
	background: #ffff66;
}

tr.staff td {
	height: 30px;
}

#search div {
	margin: 10px 0;
}

table#list {
	width: 100%;
}

table#list th,
table#list td {
	height: 30px;
}

.user_table th,
.user_table td {
	height: 30px;
	padding: 0 5px;
}

table.wage input[type="number"],
table.claim input[type="number"] {
	width: 50px;
	text-align: right;
}

td.number {
	min-width: 100px;
	text-align: right;
}

td.number input {
	width: 100px;
	text-align: right;
}


/* スタッフ管理 */
table.form_table {
	width: 100%;
}

table.calendar td {
	vertical-align: top;
	height: 40px;
}

#timecard_tb input[type="number"] {
	text-align: right;
	width: 50px;
}

td.empty {
	background: #ccc;
}

tr.busy td:first-child {
	background: #ccff99;
}

div#config input[type="number"] {
	text-align: right;
	width: 50px;
}

div#config div {
	margin-bottom: 5px;
}

.salary_tb td.wage {
	text-align: right;
}

.salary_tb input[type="number"] {
	text-align: right;
	width: 30px;
}

#salary1 {
	margin-top: 20px;
}

#salary2 {
	margin-top: 20px;
}

#kt_tb {
	margin-top: 20px;
}

#kt_tb input[type="number"] {
	text-align: right;
	width: 60px;
}

#gensen_tb {
	margin-top: 20px;
}

#gensen_tb td.wage {
	text-align: right;
}


/* 面接管理 */
.form_table td {
	text-align: left;
}

table#state_table {
	margin: 10px 0;
	width: 100%;
}

tr.back_red td {
	background: #FF0000;
}

tr.back_pink td {
	background: #FFCCFF;
}

tr.back_orange td {
	background: #FFCC66;
}

tr.back_blue td {
	background: #66FFFF;
}

tr.back_gray td {
	background: #CCCCCC;
}

/* 集計管理 */
table.aggregate {
	float: left;
}

table.aggregate td.wage {
	text-align: right;
}

/* マスタ管理 */
table#setting {
	margin: 20px 0;
}

table#setting input[type="number"] {
	text-align: right;
	width: 50px;
}

table#setting input[type="text"] {
	text-align: right;
	width: 90px;
}

#leave_form input[type="number"] {
	width: 30px;
}