@charset "UTF-8";

/****************************************
入室状況
****************************************/
.statusRestTime {
	background-color: #ff6666
;
}
.statusReserved {
	background-color: #88e02e
;
}
.statusReserve {
	background-color: #FF99CC;
}
.statusReady {
	background-color: #00FFFF;
}
.statusStart {
	background-color: #FF0000;
	color: #FFF;
}
.statusNear {
	background-color: #FFCC00;
}
.statusDone {
	background-color: #0000FF;
	color: #FFFFFF;
}
.statusBefore {
	background-color: #DDDDDD;
	color: #000000;
}
.statusOver {
	background-color: #AAAAAA;
	color: #000000;
}
.statusOrderNotice {
	background-color: #0066FF;
	color: #FFFFFF;
}
.kaburi {
	background-color: #FF00FF;
	color: #FFFFFF;
	cursor: pointer;
}
.bgKaburi {
	background-color: #FF00FF !important;
	color: #FFFFFF;
}



/****************************************
出勤スケジュール
****************************************/
#scheduleLink {
	margin: 0 0 10px;
}
#scheduleLink li {
	float: left;
	margin: 0 2px 0 0;
	text-align: center;
}
#scheduleLink a {
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	background-color: #CCC;
	color: #000;
	border: 1px solid #999;
	text-decoration: none;
}
#scheduleLink a:hover {
	background-color: #999;
	color: #FFF;
}
#scheduleLink .selected {
	background-color: #999;
	color: #FFF;
}



/****************************************
ヘルプ
****************************************/
#help_ {
	padding: 0 0 30px;
}
#help_ h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 10px;
	padding: 0 0 0 10px;
	text-align: left;
}
#help_ h3 {
	font-size: 16px;
	font-weight: bold;
}
#help_ dl {
	margin: 0 0 20px;
}
#help_ dt {
	font-size: 14px;
	color: #F00;
}
#help_ dd {
	margin: 0 0 10px 1em;
}
#help_ p {
	margin: 0 0 10px;
}


/****************************************
写メBBS
****************************************/
.syameBox {
	width: 640px;
	padding: 20px;
	margin: 0 0 20px;
	background-color: rgba(255,0,0,.2);	
}
.syameBox dt {
	float: left;
	width: 310px;
}
.syameBox dd {
	float: right;
	width: 300px;
}
.syameBoxSp {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px;
	background-color: rgba(255,0,0,.2);	
}
.syameBoxSp li {
	margin: 0 0 10px;
}
#syameBbsArea {
	width: 850px;
}
#syameBbsArea .syameBox dt {
	float: left;
	width: 460px;
}
#syameBbsArea .syameBox dd {
	float: right;
	width: 300px;
}



/****************************************
メールボックス(詳細)
****************************************/
.mailListBox {
	width: 100%;
	border: 1px solid #000;
	margin: 0 0 10px;
}
.mailListBox dt {
	color: #000;
	border-bottom: 1px solid #000;
	padding: 4px 10px;
}
.mailListBox dd {
	padding: 10px;
}
.mailListBox dt.sender {
	color: #000;
	background-color: #FFBC70; /*#FF6600*/
}
.mailListBox dt.receiver {
	color: #FFF;
	background-color: #999999;
}


/****************************************
掲示板・メールボックスログ
****************************************/
.bmLogBox {
	border-bottom: 1px solid #000000;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.bmLogBox.first {
	border-top: 1px solid #000000;
	padding-top: 10px;
	margin-top: 20px;
}

.footer_icon {
	position: fixed;
	bottom: 25px;
	width: 70px;
	height: 70px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
}
.footer_icon .icon {
	width: 40px;
	margin: 0 auto 0;
}
.footer_icon .icon img {
	width: 100%;
}
.footer_icon .top_text, .footer_icon .bottom_text {
	font-size: 10px;
	font-weight: bold;
}
.footer_icon .top_text {
	margin: 8px 0 0;
}
#footer_rireki_icon_wrap {
	right: 10px;
	background-color: rgba(255,0,0,.6);
	border-radius: 40px;
}
#footer_nyuushitsu_icon_wrap {
	right: 85px;
	background-color: rgba(0,0,255,.6);
}
#footer_order_icon_wrap {
	right: 160px;
	background-color: rgba(112, 114, 2, 0.521);
}
#footer_order_rireki_icon_wrap {
	right: 235px;
	background-color: rgba(9, 153, 134, 0.521);
}
#footer_order_rireki_reserve_icon_wrap {
	right: 310px;
	background-color: rgba(124, 9, 153, 0.521);
}

/* モーダル */
.olay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	align-items: center;
	justify-content: center;
}
.olay .center-box {
	position: relative;
	width: 50vw;
	max-height: 50vh;
	min-height: 20vh;
	background-color: white;
	padding: 50px;
	border-radius: 10px;
	overflow: auto;
}
.olay .center-box #closeOlay {
	position: absolute;
	top: 20px;
	right: 20px;
}
/* スマホの場合 */
@media screen and (max-width: 767px) {
	.olay .center-box {
		width: 100vw;
		max-height: 100vh;
	}
}
/* PCの場合 */
@media screen and (min-width: 768px) {
}
