@charset "UTF-8";
/*! サイトベース */
.cl, .container{
	display: inline-block;
	min-height: 1%;
	display: block;
	*zoom: 1;
}
.cl:after, .container:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .cl, * html .container{
	height: 1%;
}

/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

/* IE7 Zoom対策 */
* {
  letter-spacing: 0;
}

/* mediabox対策 */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

/*----------------------------------
hack
----------------------------------*/
/* firefox3でmargin指定 */
body, x:-moz-broken {
  margin-left: -1px;
}

/* IE7でpadding指定 */
* :first-child + html body {
  padding-left: 1px;
}

/* IE6以下でpadding指定 */
* html body {
  padding-left: 1px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font: 12px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #050505;
}
body.staff {
  background: #FFFFFF;
}
/*----------------------------------
InputForm
----------------------------------*/
textarea, input[type="text"], input[type="time"], input[type="date"],
input[type="password"]{
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:5px;
	width:100%;
	box-sizing: border-box;
}
input[type="text"].min{
	width:15%;
}
input[type="text"].mmin{
	width:6%;
}
input[type="text"].mid,
input[type="password"].mid{
	width:30%;
}

input[type="checkbox"]{
	margin-right:5px;
	vertical-align:middle;
}
textarea{
	height:200px;
}
textarea#content{
	padding:5px;
	color:#050505;
}
select{
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:4px 5px;
}

button,input[type=button],input[type=reset],input[type=submit]{
	-webkit-appearance: button;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height:inherit;
}
button[disabled],html input[disabled]{
	cursor:default
}
.right-form {
	padding:10px 0;
	text-align:right;
}
.btn {
	text-align: center;
	padding: 4px 15px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #4d4d4d;
	background: #f0f0f0;
	text-decoration:none;
}
.btn-primary {
	color:#FFFFFF;
	background: #337ab7;
}
.btn-success {
	color:#FFFFFF;
	background: #5cb85c;
}
.btn-info {
	color:#FFFFFF;
	background: #5bc0de;
}
.btn-warning {
	color:#FFFFFF;
	background: #f0ad4e;
}
.btn-danger {
	color:#FFFFFF;
	background: #d9534f;
}
.btn:hover,
.btn:focus,
.btn:active{
 	background: #e6e6e6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #286090;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background: #449d44;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background: #31b0d5;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #ec971f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background: #c9302c;
}

.submit-box01{
	padding:20px;
	text-align:center;
}
.submit-box01 .btn{
	margin:0 10px;
}
form .s-input{
	width:20%;
	min-width:80px;
}
.caution{
	color:#FF0000;
}
form label {
	margin-right:20px;
	display:inline-block;
}
form label * {
	vertical-align:middle;
}
form label input[type=radio] {
	margin-right:5px;
}
.error-box {
	padding-top:5px;
}
.error-box p{
	color:#FF0000;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.danger {
	background-color:#F8DFDE;
	border-color:#D9534F;
}

.alert a.close {
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	position:absolute;
	top:0.5em;
	right:10px;
}
@media screen and (max-width: 479px) {
	input[type="text"].min{
		width:auto;
	}
	input[type="text"].mid,
	input[type="password"].mid{
		width:auto;
	}
}
/*----------------------------------
Overlay
----------------------------------*/
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

/*----------------------------------
wrapper
----------------------------------*/
#wrapper{
	
}
#content{
	
}
.container{
	
}
@media screen and (max-width: 479px) {
	.container{
		width:auto;
		margin:0 auto;
	}
	#content .container{
		padding:0 10px;
	}
}
/*----------------------------------
login-page
----------------------------------*/
#login-page{
	padding-top:110px;
}
#login-page .top-text{
	color:#FFFFFF;
	margin-top:10px;
	font-size:140%;
}
#login-page #login-form{
	margin-top:20px;
	border-top:#4A4A4A 1px solid;
	background:#28282D;
	padding:20px 0;
	color:#FFFFFF;
}
.staff #login-page #login-form{
	background:#ADD2FF;
	border-top:#63A9FF 1px solid;
	color:#000000;
}
#login-page #login-form dl{
	width:240px;
	margin:0 auto;
}
#login-page #login-form dt{
	text-align:left;
	margin-top:20px;
}
#login-page .submit-box{
	padding:20px 0;
}
#login-page .submit-box input{
	width:240px;
}
#login-page .error-msg{
	color:#990000;
}
#login-page .auto-login{
	margin-top:20px;
}
#login-page a{
	color:#FFFFFF;
}
.staff #login-page a{
	color:#000000;
}
/*----------------------------------
header
----------------------------------*/
#header{
	color:#FFFFFF;
	padding:20px;
	border-bottom:#4A4A4A 1px solid;
}
#header2{
	background:#FFFFFF;
	padding:10px 20px;
	border-top:#4A4A4A 5px solid;
	border-bottom:#4A4A4A 1px solid;
}
#header h1,
#header2 h1{
	float:left;
	font-size:140%;
	text-align:left;
}
#header h1 img,
#header2 h1 img{
	margin-right:20px;
	float:left;
}
#header h1 span{
	display:block;
	float:left;
	margin-top:3px;
}
#header ul{
	float:right;
	text-align:right;
}
#header li.logout{
	margin-top:10px;
}
/*----------------------------------
footer
----------------------------------*/
#footer{
	color:#FFFFFF;
	padding:20px;
}
/*----------------------------------
main-menu
----------------------------------*/
#main-menu{
	background:#28282D;
}
#main-menu li{
	float:left;
	border-right:#FFFFFF 1px solid;
}
#main-menu li a{
	display:block;
	color:#FFFFFF;
	padding:10px 20px;
	text-decoration:none;
}
#main-menu .active a,
#main-menu li a:hover{
	background:#CCCCCC;
	color:#000000;
}
/*----------------------------------
content
----------------------------------*/
#content{
	background:#FFFFFF;
	padding:20px 20px 40px;
	text-align:left;
}
#content h2{
	font-size:160%;
	margin-bottom:20px;
}
#content h2 span{
	font-size:80%;
	color:#999999;
}
#content h3{
	font-size:140%;
	margin-bottom:10px;
}
.top-r{
	float:right;
}
/*----------------------------------
tableList
----------------------------------*/
.table01{
	width:100%;
	background:#CCC;
}
.table01 th,
.table01 td{
	border:#CCC 1px solid;
	padding:5px;
	background:#FFF;
}
.table01.edit th{
	width:20%;
}
.table01 th{
	background: #E6E6E6;
	font-weight:bold;
}
.table01 td{
	vertical-align:top;
}
.table01 thead th{
	text-align:center;
}
.table01 .caution{
	padding-top:0.5em;
}
.table01 .center,
.table01 .center th,
.table01 .center td{
	text-align:center;
}
.table01 .right{
	text-align:right;
}
.table01 .vcenter,
.table01 .vcenter th,
.table01 .vcenter td{
	vertical-align:middle;
}
.table01 .btn{
	margin:0 5px;
}
.table01 form{
	display:inline;
}
.table01 .disp-0 th,
.table01 .disp-0 td {
	background:#EEEEEE;
}
.table01 td span{
	margin-left:5px;
}
.table01 td em{
	margin-left:10px;
	color:#999999;
}
.table01 .sun{
	color:#FF0000;
}
.table01 .sat{
	color:#0000FF;
}
.red{
	color:#FF0000;
}

.res{
	margin-top:10px;
}
.res dt{
	background:#EEEEEE;
	padding:10px;
}
.res dd{
	padding:10px;
}
.res .right{
	text-align:right;
}
.treat-box{
	border:#CCC 1px solid;
	margin:3px 0;
	position:relative;
	padding:3px 30px 3px 5px;
}
.treat-box.wide{
	padding-right:50px;
}
.treat-box em{
	position:absolute;
	right:5px;
}

.listCtrl{
	margin:10px 0;
}
.listCtrl .pager{
	float:left;
	margin-top:2px;
}
.listCtrl h3{
	float:left;
	margin:2px 0;
}
.listCtrl .pager li{
	float:left;
	border:#CCCCCC 1px solid;
	margin-right:5px;
}
.listCtrl .pager li.active{
	font-weight:bold;
}
.listCtrl .pager li a{
	display:block;
	padding:3px 8px;
	text-decoration:none;
}
.listCtrl .pager li.active a{
	background:#CCCCCC;
	color:#FFFFFF;
}
.listCtrl form{
	float:right;
}
.listCtrl .ctrlRight{
	float:right;
}
.listCtrl .ctrlRight li{
	float:left;
}

table.description{
	margin:20px 0;
	font-size:90%;
	color:#990000;
}
table.description th,
table.description td{
	vertical-align:top;
}

.shift-table{
	width:100%;
}
.shift-table th,
.shift-table td{
	border:#CCCCCC 1px solid;
	padding:5px;
	text-align:center;
}
.shift-table th{
	background:#EEEEEE;
}
.shift-table .rest{
	color:#FF0000;
}

table.personnel-company .memo *{
	vertical-align:middle;
}
table.personnel-company .memo{
	white-space: nowrap;
}
table.personnel-company .memo textarea{
	width:300px;
	height:3em;
}
table.personnel-company input[type=submit]{
	height:3em;
}
#staffList {
	position:absolute;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
	padding:10px 10px 0 10px;
	display:none;
	box-shadow: 5px 5px 10px 2px #CCC;
	-webkit-box-shadow: 5px 5px 10px 2px #CCC;
	-moz-box-shadow: 5px 5px 10px 2px #CCC;
}
#staffList li {
	margin-bottom:10px;
}
#companyDelete ,
#staffDelete {
	display:none;
}
#card-input {
	width:400px;
	background:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	display:none;
	padding:20px;
	z-index:100;
	margin-top:-100px;
	margin-left:-200px;
}
#card-input h2 {
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
}
#card-form #clock-date {
	font-size:350%;
}
#card-form #clock-time {
	font-size:900%;
	font-weight:bold;
}
#card-form .left {
	float:left;
	width:50%;
}
#card-form .right {
	float:left;
	width:50%;
}
#card-form .right .default {
	background:#FCFFDF;
	padding:80px 0;
	text-align:center;
	font-size:200%;
	font-weight:bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#card-form .right .error {
	background:#FFCFCF;
	padding:80px 0;
	text-align:center;
	font-size:200%;
	font-weight:bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#card-form .right .flg {
	background:#FFAD26;
	color:#FFFFFF;
	padding:20px 0;
	text-align:center;
	font-size:200%;
	font-weight:bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#card-form .right .flg.in {
	background:#379E00;
}
#card-form .right .name {
	text-align:center;
	margin-top:20px;
	padding:20px 0;
	font-size:200%;
	font-weight:bold;
}


