@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;
	cursor: pointer;
}

a:visited {
	color: #444;
}

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

table {
	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;
}

textarea {
	font-size: 14px;
}

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: -moz-linear-gradient(left, #00a1e0, #f2f2f2);
	background: -webkit-gradient(linear, left top, right top, from(#00a1e0), to(#f2f2f2));
	background: -ms-linear-gradient(left, #00a1e0, #f2f2f2);
	height: 80px;
}

#header h1 {
	color: #fff;
	font-size: 30px;
	padding: 20px;
}

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

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

#main_menu {
	margin-top: 20px;
	border-bottom: 10px solid #f29417;
}

#main_menu li {
	float: left;
	margin-left: 20px;
}

#main_menu a {
	color: #fff;
	font-weight: bold;
	display: block;
	height: 30px;
	width: 100px;
	background: #00a1e0;
	text-align: center;
	line-height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

#main_menu a:hover,
#main_menu a.current {
	background: #f29417;
	text-decoration: none;
}

#sub_menu {
	margin: 20px 0 0 20px;
}

#sub_menu li {
	float: left;
	margin-right: 20px;
}

#sub_menu li a {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #eb858b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#sub_menu li a:hover,
#sub_menu li a.current {
	text-decoration: none;
	background: #e30213;
}

.main {
	padding: 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;
	width: 465px;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}

.main th {
	background: #c2e4e4;
	text-align: center;
}

.main td {
	background: #fff;
}

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

input.time{
	width: 40px;
}

/* ログイン */

#form_area {
	border: 3px solid #9f9f9f;
	background: #fff;
	margin: 50px;
	padding: 30px;
	height: 150px;
	width: 400px;
}

#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.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;
}

#salary {
	width: 2000px;
}

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;
	margin-right: 20px;
	float: left;
}

#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;
}


/* 面接管理 */
#apply_form {
	float: left;
	margin-right: 30px;
}

.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-bottom: 20px;
}

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

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

div.setting {
	position: absolute;
	top: 0;
	left: 425px;
}

#enter_form {
	float: left;
	margin-right: 30px;
}

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