html{
	font-family: 'Noto Sans JP', sans-serif;
	height:100%;
	margin:0;
	padding:0;
}

body {
	height: 100%;
	margin: 0;
	background:#f7f7f7;
}

img{
	border:0;
}

ul,ol{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

a{
	text-decoration:none;
	border:0;
}

a:hover{
	text-decoration:underline;
}

form{
	margin:0;
	padding:0;
}

.msg{
	margin:0 0 20px 20px;
	font-size:14px;
}

#login,#shop_login{
	padding-top:30px;
	text-align:center;
}

#loginbox{
	width:340px;
	background:#ffffff;
	margin:0 auto;
	padding:20px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#login_logo{
	width:172px;
	height:55px;
	background:url(../img/title.png) ;
	background-size:172px 55px;
	opacity:1;
	margin:0 auto 3px auto;
}

.header_logo{
	width:125px;
	height:40px;
	background:url(../img/title.png) ;
	background-size:125px 40px;
	opacity:1;
	margin-left:10px;
}

#lock_img{
	width:26px;
	height:26px;
	background:url(../img/lock.png) ;
	background-size:26px 26px;
	text-indent:-9999px;
	margin:0 auto 20px auto;
}

#shop_loginbox{
	width:340px;
	background:#ccc;
	margin:0 auto 10px auto;
	padding:20px 10px;
	border:1px solid #999;
	opacity:0.9;
	text-align:center;
}

.login_btn{
	width:300px;
	margin:0 auto;
}

.login_btn .login_id input,.login_btn .login_pass input{
	width:300px;
	height:40px;
	border:0;
	background:#fff;
	margin-bottom:20px;
	padding:0 0 0 5px;
}

#btnlogin input{
	width:300px;
	height:40px;
	background:#007aff;
	color:#fff;
	border:0;
	margin:0 auto 10px auto;
}

#login_c{
	width:340px;
	font-size:12px;
	color:#666;
	margin:0 auto;
	text-align:center;
}

.top_note{
	margin:0 0 30px 0;
}

.note_title{
	margin: 0 0 20px 0;
	font-weight:bold;
}

.top_note ul{
	margin:0 0 30px 0;
}

.top_note li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

.top_note li:last-child{
	border:none;
}

@media screen and (min-width:768px){

	.logo{
		margin:0 auto;
		padding:10px 0 0 0;
		width:140px;
		height:45px;
		background:url(../img/title.png) no-repeat 0 10px;
		background-size:140px 45px;
	}

	.logo2{
		display:none;
	}

	.btns {
		display:none;
		position: fixed;
		right:-100%;
	}

	#menu{
		position:fixed;
		left:0;
		top:0;
		width:230px;
		height:100%;
		background:#2a3f54;
		overflow-y:auto;
	}

	#menu:after {
		content: '';
		display: block;
		clear: both;
	}

	#menu li{
		position: relative;
		display: inline-block;
		float:left;
		width:100%;
		font-size:15px;
		padding:10px 0 12px 0;
		color:#fff;
		cursor:pointer;
	}

	#menu li:hover{
		background:#324556;
		border-top:1px solid #546371;
		border-bottom:1px solid #1f2f3f;
	/*	border-right:2px solid #1abb9c;*/
		box-shadow: -4px 0 #1abb9c inset;
	}

	#menu li.hover{
		background:#324556;
		border-top:1px solid #546371;
		border-bottom:1px solid #1f2f3f;
	/*	border-right:2px solid #1abb9c;*/
		box-shadow: -4px 0 #1abb9c inset;
	}

	#menu li::before,
	#menu li::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 14px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	.arrow::before{
		right: 0px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#menu li a{
		display:block;
		width:100%;
		height:100%;
		color:#fff;
	}

	#menu li .icon{
		float:left;
		display:block;
		margin:3px 10px 0 20px;
		font-size:20px;
	}

	#menu li .title{
		float:left;
		display:block;
		padding:5px 0 0 0 ;
	}

	.sub{
		display:none;
		float:left;
		width:100%;
	}

	.sub_a{
		float:left;
		width:100%;
	}

	.sub_menu{
		position:relative;
		font-size:13px;
		color:#fff;
	}

	.sub_menu::before{
		content: "";
		position:absolute;
		top:16px;
		left:26px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #425668;
	}

	.sub_menu::after{
		content: "";
		position:absolute;
		top:0;
		left:30px;
		width:1px;
		height:100%;
		background: #425668;
	}

	.sub_menu a{
		display:block;
		padding:10px 0 10px 50px;
		color:#fff;
	}

	.sub_menu a:hover{
		background:#35495d;
		text-decoration:none;
	}

	.sub_menu_a{
		position:relative;
		font-size:13px;
		color:#fff;
	}

	.sub_menu_a::before{
		content: "";
		position:absolute;
		top:16px;
		left:26px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #425668;
	}

	.sub_menu_a::after{
		content: "";
		position:absolute;
		top:0;
		left:30px;
		width:1px;
		height:100%;
		background: #425668;
	}

	.sub_menu_a a{
		display:block;
		padding:10px 0 10px 50px;
		background:#35495d;
		color:#fff;
	}

	.sub_menu_a a:hover{
		background:#35495d;
		text-decoration:none;
	}

	.header{
		margin: 0 0 20px 0;
		padding:10px 10px 10px 0;
		background:#ededed;
		text-align:right;
		font-size:13px;
		color:#73879c;
	}

	.header a{
		color:#73879c;
	}

	#main_contents{
		padding:0 0 0 230px;
	}


}

#title{
	margin:0 0 0 20px;
	font-size:27px;
/*	font-weight:bold;*/
	color:#73879c;
}

#title_a{
	margin:0 0 50px 20px;
	font-size:27px;
/*	font-weight:bold;*/
	color:#73879c;
}

#title_b{
	margin:0 0 10px 20px;
	font-size:27px;
/*	font-weight:bold;*/
	color:#73879c;
}

#box{
	position:relative;
	width:98%;
	margin:0 auto 20px auto;
	padding:30px 0;
	background:#fff;
	border:1px solid #e6e9ed;
}

.regist_btn{
	position:fixed;
	z-index:9999;
	bottom:0;
	padding:10px 0;
	width:100%;
	background:rgba(255,255,255,0.7);
	text-align:center;
}

.regist_btn input{
	width:200px;
	margin:0 auto;
	padding:8px 0;
	background:#17a2b8;
	color:#fff;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.regist_btn input:hover{
	background:#138496;
}

.id_check input{
	width:100px;
	height:30px;
	margin:0 0 0 10px;
}

@media screen and (min-width:768px){

	.sub_page{
		position:absolute;
		top:-41px;
		left:10px;
		width:96%;
		overflow-x:hidden;
	}

	.page_menu{
		width:1680px;
	}

	.page_menu:after {
		content: '';
		display: block;
		clear: both;
	}

	.page_menu li{
		float:left;
		margin:0 10px 0 0 ;
		background:#fff;
		border-left:1px solid #e6e9ed;
		border-top:1px solid #e6e9ed;
		border-right:1px solid #e6e9ed;
	/*	border-top-left-radius: 10px;
		border-top-right-radius: 10px;*/
	}

	.page_menu li a{
		display:block;
		width:200px;
		padding:10px;
		font-size:13px;
		background:#f5f7fa;
		color:#5a738e;
		text-align:center;
		text-decoration:none;
	}

	.page_menu li a:hover,.page_menu li.active a:hover{
		color:#0056b3;
	}

	.page_menu li.active a{
		display:block;
		width:200px;
		padding:10px;
		font-size:13px;
		background:#fff;
		color:#000;
		text-align:center;
	}

	.page_menu2{
		width:920px;
	}


	.page_menu2:after {
		content: '';
		display: block;
		clear: both;
	}

	.page_menu2 li{
		float:left;
		margin:0 10px 0 0 ;
		background:#fff;
		border-left:1px solid #e6e9ed;
		border-top:1px solid #e6e9ed;
		border-right:1px solid #e6e9ed;
	/*	border-top-left-radius: 10px;
		border-top-right-radius: 10px;*/
	}

	.page_menu2 li a{
		display:block;
		width:196px;
		padding:10px;
		font-size:13px;
		background:#f5f7fa;
		color:#5a738e;
		text-align:center;
		text-decoration:none;
	}

	.page_menu2 li a:hover,.page_menu2 li.active a:hover{
		color:#0056b3;
	}

	.page_menu2 li.active a{
		display:block;
		width:200px;
		padding:10px;
		font-size:13px;
		background:#fff;
		color:#000;
		text-align:center;
	}

}

#box table{
	margin:0 0 20px 0;
	border-collapse:collapse;
	border:1px solid #dee2e6;
}

#box tr{
	background:#f2f2f2;
}

#box tr:nth-child(2n){
	background:#fff;
}

#box th{
	padding:8px 12px;
/*	font-weight:normal;*/
	background:#405467;
	color:#fff;
	text-align:left;
	border:1px solid #dee2e6;
}

#box th.item{
	width:180px;
}

#box th.no{
	text-align:center;
}

#box th.btn,
#box td.btn{
	width:100px;
}

#box td{
	padding:8px 12px;
	font-size:15px;
	color:#222;
	border:1px solid #dee2e6;
}

#box td.active_plan{
	background:#eee;
}

#box td.no{
	text-align:center;
}

#box td.right{
	text-align:right;
}

#box td .img{
	width:75px;
	height:90px;
	overflow:hidden;
}

#box td input[type="radio"]{
	margin:0 0 10px 0;
	padding:10px 0;
}

#box td label{
	cursor:pointer;
}

#box .bottom_space{
	margin-bottom:30px;
}

.top{
	width:98%;
	margin:0 auto 20px auto;
}

.ng_title{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#73879c;
}

.ng_list{
	margin:0 0 0 16px;
}

.notice_list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

.notice_list li:last-child{
	border:none;
}

.notice_list .title{
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
}

.notice_list .text{
	margin:0 0 10px 0;
	font-size:14px;
}


.customer_search{
	margin:0 0 20px 20px;
}

.customer_search:after {
	content: '';
	display: block;
	clear: both;
}

.search_title{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#73879c;
}

.search_form{
	margin:0 10px 0 0 ;
}

.search_form li{
	float:left;
	margin:0 10px 20px 0 ;
}

.search_form:after {
	content: '';
	display: block;
	clear: both;
}

input[type="text"].normal{
	width:400px;
	height:30px;
	border:1px solid #ced4da;
}

input[type="text"].short{
	width:120px;
	height:30px;
	border:1px solid #ced4da;
}

input[type="text"].age{
	width:40px;
	height:30px;
	border:1px solid #ced4da;
}

input[type="text"].middle{
	width:260px;
	height:30px;
	border:1px solid #ced4da;
}

.customer_search .submit{
	float:left;
}

textarea.normal{
	width:440px;
	height:300px;
	border:1px solid #ced4da;
}

textarea.normal2{
	width:600px;
	height:150px;
	border:1px solid #ced4da;
}

textarea.normal3{
	width:440px;
	height:150px;
	border:1px solid #ced4da;
}

textarea.memo_etc{
	margin:0 0 10px 0;
	width:440px;
	height:210px;
	border:1px solid #ced4da;
}

.customer_search .submit input{
	width:200px;
	padding:8px 0;
	background:#26b99a;
	color:#fff;
	border:1px solid #169f85;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.customer_search .submit input:hover{
	background:#169f85;
}

.search_num{
	margin:0 0 20px 20px;
	color:#73879c;
}

@media screen and (min-width:768px){
	.customer_list{
		width:98%;
		margin:0 auto 20px auto;
		overflow-x:auto;
	}
}

.csv_btn{
	margin:0 0 20px 0;
}

.csv_btn:after {
	content: '';
	display: block;
	clear: both;
}

.csv_btn li{
	float:left;
	margin:0 10px 0 20px ;
}

.customer_ng{
}

.customer_ng:after {
	content: '';
	display: block;
	clear: both;
}

.customer_ng li{
	float:left;
	margin:0 5px 3px 0;
	padding:3px ;
/*	background:#B91646;*/
	color:#fff;
/*	border:1px solid #B91646;*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.customer_ng2{
}

.customer_ng2:after {
	content: '';
	display: block;
	clear: both;
}

.customer_ng2 li{
	float:left;
	margin:0 5px 3px 0;
	padding:3px ;
/*	background:#B91646;*/
	color:#fff;
/*	border:1px solid #B91646;*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.customer_ng2{
	padding:3px 0;
}

.customer_ng2:after{
	content: '';
	display: block;
	clear: both;
}

.customer_ng2 li{
	float:left;
	margin:3px 5px 3px 0;
/*	width:50%;*/
	color:#999;
	text-align:left;
	border:0;
}

.customer_ng2 li label{
	margin:0;
	padding:3px 5px;
}

.customer_ng2 li .s_item{
	width:100%;
	margin:0 auto;
	text-align:center;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
}

.customer_ng2 li .s_item label{
	margin:0;
	padding:3px 5px;
}

.customer_ng2 li a{
}

.customer_ng2 li .s_item input[type="checkbox"]{
	display: none;
}

.customer_ng2 li .s_item .checkbox {
	position: relative;
	margin:0;
	padding:0;
	cursor: pointer;
	width:100%;
	height:100%;
}

.customer_ng2 li .s_item input[type=checkbox]:checked + .checkbox{
	margin:0;
	width:100%;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#B91646;
	color:#fff;
}



.therapist_memo li{
	margin:0 0 14px 0;
}

.pager{
	
}

.pager:after {
	content: '';
	display: block;
	clear: both;
}

.pager li{
	float:left;
	width:42px;
	margin:0 10px 10px 0 ;
	text-align:center;
}

.pager li.non_link{
	padding:10px 0;
	border:1px solid #dee2e6;
}

.pager li a{
	display:block;
	padding:10px 0;
	background:#26b99a;
	border:1px solid #169f85;
	color:#fff;
}

.pager li a:hover{
	background:#169f85;
	text-decoration:none;
	color:#fff;
}

.detail{
	width:100px;
	padding:8px 0;
	background:#007bff;
	color:#fff;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.detail:hover{
	background:#0069d9;
}

.record{
	width:100px;
	padding:8px 0;
	background:#17a2b8;
	color:#fff;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.record:hover{
	background:#138496;
}

.cancel{
	width:120px;
	padding:8px 0;
	background:#DA1212;
	color:#fff;
	border:1px solid #DA1212;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.cancel:hover{
	background:#CD1818;
}

.delete{
	width:100px;
	padding:8px 0;
	background:#dc3545;
	color:#fff;
	border:1px solid #dc3545;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.delete:hover{
	background:#c82333;
}

.change{
	width:100px;
	padding:8px 0;
	background:#17a2b8;
	color:#fff;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.change:hover{
	background:#138496;
}

.ng{
	width:120px;
	padding:8px 0;
	background:#B91646;
	color:#fff;
	border:1px solid #B91646;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.ng:hover{
	background:#8E0505;
}

.line_btn{
	width:120px;
	padding:8px 0;
	background:#00c300;
	color:#fff;
	border:1px solid #00c300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.line_btn:hover{
	background:#0caf0c;
}

.sms_btn{
	width:140px;
	padding:8px 0;
	background:#ff0000;
	color:#fff;
	border:1px solid #ff0000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.sms_btn:hover{
	background:#ff3300;
}

.confirm{
	width:200px;
	padding:8px 0;
	background:#26b99a;
	color:#fff;
	border:1px solid #169f85;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.confirm:hover{
	background:#169f85;
}

.regist{
	display:block;
	width:200px;
	padding:8px 0;
	background:#17a2b8;
	color:#fff;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.regist:hover{
	background:#138496;
}

.m_regist{
	display:block;
	width:200px;
	padding:8px 0;
	background:#17a2b8;
	color:#fff;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
	font-size:13px;
	text-align:center;
}

.m_regist:hover{
	background:#138496;
}


.customer_detail{
	margin:0 0 20px 20px;
}

.customer_detail:after {
	content: '';
	display: block;
	clear: both;
}

.customer_information{
	float:left;
	color:#73879c;
}

.customer_information .name{
	font-size:21px;
	font-weight:bold;
}

.customer_information .tel{
	font-weight:bold;
	color:#73879c;
}
.record_summary{
	float:left;
}

.today_summary{
	margin:0 0 0 20px;
}

.record_summary:after{
	content: '';
	display: block;
	clear: both;
}

.record_summary li{
	position:relative;
	float:left;
	padding:0 30px;
	color:#73879c;
}

.record_summary li:after{
	position:absolute;
	content:'';
	top:8px;
	right:0;
	height:50px;
	width:2px;
	background:#adb2b5;
}

.record_summary li:last-child::after{
	background:none;
}

.record_summary li .title{
	font-size:12px;
}

.record_summary li .item{
	text-align:center;
	font-size:36px;
	font-weight:bold;
}

.record_summary li .sub_item{
	font-size:12px;
}

.item_change{
	margin:0 0 20px 30px;
}

.item_change:after{
	content: '';
	display: block;
	clear: both;
}

.item_change li{
	float:left;
	margin:0 10px 0 0 ;
}

.item_change li a{
	display:block;
	padding:5px 10px;
	background:#f5f7fa;
	color:#5a738e;
}

.item_change li a:hover{
	text-decoration:none;
	color:#0056b3;
}

.item_change li.active a{
	display:block;
	padding:5px 10px;
	background:#eeeeee;
	color:#5a738e;
}

.therapist_list{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.therapist_list:after {
	content: '';
	display: block;
	clear: both;
}

.therapist_list li{
	position:relative;
	float:left;
	margin:10px;
	padding:10px;
	border:1px solid #d9dee4;
}

.therapist_list li .img{
	position:relative;
	width:120px;
	height:150px;
	margin:0 auto 10px auto;
	overflow:hidden;
	border:1px solid #d9dee4;
}

.therapist_list li .line{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 3px;
	background:#00c300;
	font-size:13px;
	color:#fff;
}

.therapist_list li .name{
	margin:0 auto 10px auto;
	height:40px;
	overflow:hidden;
	text-align:center;
}

.therapist_list li .btn{
	margin:0 0 10px 0;
	text-align:center;
}

.therapist_list li .change{
	width:60px;
	padding:6px 0;
	background:#17a2b8;
	color:#fff;
	text-align:center;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.therapist_list li .change:hover{
	text-decoration:none;
	background:#138496;
}

a.regist{
	display:block;
	width:60px;
	padding:6px 0;
	background:#17a2b8;
	color:#fff;
	text-align:center;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

a.regist:hover{
	text-decoration:none;
	background:#138496;
}

.therapist_list li .delete{
	width:60px;
	padding:6px 0;
	background:#dc3545;
	color:#fff;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.therapist_list li .delete:hover{
	background:#c82333;
}

.therapist_list li .send_mail{
	width:126px;
	margin:0 auto;
	padding:6px 0;
	background:#007bff;
	color:#fff;
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.therapist_list li .send_mail:hover{
	background:#0069d9;
}

.sort_btn{
	margin:0 0 20px 0;
}

.sort{
	width:200px;
	padding:6px 0;
	background:#17a2b8;
	color:#fff;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.sort:hover{
	background:#138496;
}

.therapist_list td .img{
	width:75px;
	height:90px;
	overflow:hidden;
}

.sort{
	padding:10px;
	font-size:13px;
}

#sortable{
	padding:10px 0;
}

ul#sortable{
	padding:10px 0;
	margin-left:10px;
}

#sortable li{
	cursor:move;
}

ul#sortable li.custom{
	padding:10px 0;
	border:1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px;
	width:200px;
	margin:5px 0;
}

.therapist_ng{
	padding:10px 0;
}

.item_list{
	margin:0 0 0 20px;
}

.item_list li{
	float:left;
	position:relative;
	width:200px;
	height:60px;
	margin: 0 10px 20px 0;
	padding:10px;
	border:1px solid #d9dee4;
}

.item_list li .item_no{
	margin:0 10px 0 0 ;
}

.sort_btn{
	margin-left:20px;
}

.att{
	color:#ff0000;
}

#id_text{
	color:#D82148;
}

#sort_list:after {
	content: '';
	display: block;
	clear: both;
}

.replaceable.hit {
	border-color: #f5f7fa;
	background: #f5f7fa;
}

.replaceable.dragging {
	background: #f5f7fa;
}

.group {
	*zoom: 1;
}

.group:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.replaceable {
	position: relative;
}

.replaceItemMove {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dragTarget {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 5px 5px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 5px 5px 7px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 5px 5px 7px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 5px 5px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 5px 5px 7px rgba(0, 0, 0, 0.4);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
}

.dragger {
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #f5f7fa url(../img/touch.png) center center no-repeat;
	-webkit-background-size: 100px 30px;
	background-size: 100px 30px;
}

.chart_list{
	margin:0 0 30px 20px;
}

.chart_list{
	margin:0 0 30px 20px;
}

.chart_list li{
	position:relative;
}

.order_title{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#73879c;
}

.custom_list{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.custom_box{
	padding:10px 0;
	overflow-x:auto;
}

.custom_list .change{
	width:100px;
	padding:6px 0;
	background:#17a2b8;
	color:#fff;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.custom_list .change:hover{
	background:#138496;
}

.access_title{
	margin:0 0 6px 0;
	font-weight:bold;
	color:#73879c;
}

.access_item{
	width:90%;
	margin:0 auto 20px auto;
}

.access_item li{
}

.access_confirm li{
	margin:0 0 0 10px;
}

@media screen and (min-width:768px){

	.date_change{
		margin: 0 0 20px 20px;
	}

	.date_change:after {
		content: '';
		display: block;
		clear: both;
	}

	.date_change li{
		float:left;
		height:35px;
		margin:0 10px 0 0 ;
	}

	.date_change li select{
		margin:0 5px 0 0 ;
		font-size:24px;
	}

	.date_change li .view{
		width:50px;
		padding:3px 0;
		background:#17a2b8;
		color:#fff;
		text-align:center;
		border:1px solid #17a2b8;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		cursor:pointer;
		vertical-align: bottom;
	}

	.date_change li .view:hover{
		background:#138496;
		text-decoration:none;
	}

	.change_item{
		margin:12px 0 0 0 ;
	}

	.date_change2{
		margin: 0 0 20px 0;
	}

	.date_change2:after {
		content: '';
		display: block;
		clear: both;
	}

	.date_change2 li{
		float:left;
		margin:0 10px 0 0 ;
		font-size:13px;
	}

	.date_change2 li select{
		margin:0 5px 0 0 ;
		font-size:24px;
	}

	.date_change2 li .view{
		width:50px;
		padding:3px 0;
		background:#17a2b8;
		color:#fff;
		text-align:center;
		border:1px solid #17a2b8;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		cursor:pointer;
		vertical-align: bottom;
	}

	.date_change2 li .view:hover{
		background:#138496;
		text-decoration:none;
	}

}

.cast_search{
	margin: 0 0 20px 0;
}

.cast_search input{
/*	float:left;*/
}

.cast_search:after{
	content: '';
	display: block;
	clear: both;
}

.cast_search .view{
	width:50px;
	padding:3px 0;
	background:#17a2b8;
	color:#fff;
	text-align:center;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
	vertical-align: bottom;
}

.cast_search .view:hover{
	background:#138496;
	text-decoration:none;
}

.cast_search2{
	margin: 0 0 10px 10px;
}

.cast_search2 input{
/*	float:left;*/
}

.cast_search2:after{
	content: '';
	display: block;
	clear: both;
}

.cast_search2 .view{
	width:50px;
	padding:3px 0;
	background:#17a2b8;
	color:#fff;
	text-align:center;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
	vertical-align: bottom;
}

.cast_search2 .view:hover{
	background:#138496;
	text-decoration:none;
}

.therapist_date{
	margin:0 0 20px 0;
	font-size:14px;
}

.year{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.year td a.detail{
	display:block;
	width:100px;
	padding:8px 0;
	background:#26b99a;
	color:#fff;
	text-align:center;
	border:1px solid #169f85;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.year td a.detail:hover{
	background:#169f85;
	text-decoration:none;
}

th.sales_space{
	padding:5px;
}

.graph{
	width:98%;
	margin:0 auto 20px auto;
}

.graph:after{
	content: '';
	display: block;
	clear: both;
}

.sales_title{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#73879c;
}

.sales_detail{
	margin:0 0 0 10px;
	font-weight:normal;
	font-size:14px;
}

.analysis{
}

.analysis:after{
	content: '';
	display: block;
	clear: both;
}

.analysis li{
	float:left;
	margin:0 10px 0 0 ;
}

.year_panel,.month_panel{
	padding:5px;
	border:1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:0 10px 20px 50px;
	float:left;
}

.year_panel:after,.month_panel:after{
	content: '';
	display: block;
	clear: both;
}

.year_panel li,.month_panel li{
	float:left;
	margin-right:10px;
	line-height:1.5;
}

.year_panel li:last-child ,.month_panel li:last-child{
	margin:0;
}

#chart3{
	float:left;
}

.color_panel{
	float:left;
	margin-top:30px;
	padding:5px;
	border:1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.color_panel li:after{
	content: '';
	display: block;
	clear: both;
}

.color_panel li{
	margin: 2px 5px;
}

.panel_color{
	float:left;
	margin-right:10px;
	width:15px;
	height:15px;
}

.panel_name{
	float:left;
	font-size:12px;
}

.month{
	width:98%;
	margin:0 auto 30px auto;
	overflow-x:auto;
}

.month:after{
	content: '';
	display: block;
	clear: both;
}

.month table th a{
	color:#FFE300; 
}

.month_item{
	width:98%;
	margin:0 auto;
	overflow-x:auto;
}

.month_item:after{
	content: '';
	display: block;
	clear: both;
}

.month_item li{
	padding:5px 0;
	border-bottom:1px dotted #ccc;
}

.month_item li:last-child{
	border:0;
}

.month_item li:after{
	content: '';
	display: block;
	clear: both;
}

.month_item li.parts{
	padding:24px 0 18px 0;
	border-bottom:1px dotted #ccc;
}

.month_item li.parts:last-child{
	border:0;
}

.month_item li.parts:after{
	content: '';
	display: block;
	clear: both;
}

.month td a.detail{
	display:block;
	width:100px;
	padding:8px 0;
	background:#26b99a;
	color:#fff;
	text-align:center;
	border:1px solid #169f85;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.month td a.detail:hover{
	background:#169f85;
	text-decoration:none;
}

.sales_left{
	float:left;
	margin:0 20px 0 0 ;
}

.canvas{
	float:left;
}

.daily{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.daily_table{
	float:left;
	margin:0 20px 20px 0;
}

.daily_top:after{
	content: '';
	display: block;
	clear: both;
}

.daily_summary{
	float:left;
}

.daily_summary li{
	float:left;
	margin:0 20px 20px 0;
}

.daily_summary:after{
	content: '';
	display: block;
	clear: both;
}

/*
.daily tr{
	background:#fff;
}

.daily tr:nth-child(2n){
	background:#f2f2f2;
}

.daily th{
	padding:12px ;
	color:#fff;
	background:#405467;
	border:1px solid #d9dee4;
}

.daily td{
	border:1px solid #d9dee4;
}

.daily td{
	padding:12px;
	font-size:15px;
	color:#222;
}
*/

.daily td a.detail{
	display:block;
	width:100px;
	padding:8px 0;
	background:#26b99a;
	color:#fff;
	text-align:center;
	border:1px solid #169f85;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.daily td a.detail:hover{
	background:#169f85;
	text-decoration:none;
}

.schedule{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.rs_schedule{
	width:98%;
	margin:0 auto 20px auto;
}

.schedule_title{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#73879c;
}

.send_plan a{
	display:block;
	width:80px;
	padding: 2px 5px;
	background:#CD1818;
	color:#fff;
	font-size:13px;
}

.send_plan a:hover{
	opacity:0.6;
	text-decoration:none;
}

/*
.schedule table{
	margin:0 0 20px 0;
	border-collapse:collapse;
	border:1px solid #d9dee4;
}

.schedule tr{
	background:#fff;
}

.schedule tr:nth-child(2n){
	background:#f2f2f2;
}

.schedule th{
	padding:12px ;
	color:#fff;
	background:#405467;
	border:1px solid #d9dee4;
}

.schedule td{
	border:1px solid #d9dee4;
}

.schedule td{
	padding:12px;
	font-size:15px;
	color:#222;
}
*/

select.schedule_time{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:120px;
	height: 30px;
	font-size:20px;
	text-align:center;
	color: #405467;
	border:1px solid #CCC;
	border-radius: 3px;
	margin-bottom:5px;
}

select.schedule_time * {
	background: #fff;
	font-size:16px;
	padding:3px 0;
	color: #666;
	text-shadow: none;
}

select.schedule_time:hover{
	border-color: #405467;
}

select.c_schedule_time{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:120px;
/*	height: 30px;*/
	font-size:20px;
	text-align:center;
	color: #00cc66;
	border:1px solid #CCC;
	border-radius: 3px;
	margin-bottom:5px;
}

select.c_schedule_time * {
	background: #fff;
	font-size:16px;
	padding:3px 0;
	color: #666;
	text-shadow: none;
}

select.c_schedule_time:hover{
	border-color: #f39466;
}

@-moz-document url-prefix() { /* for firefox */
	.content select {
		background:none;
		background-color: #FFF;
	}
}

select::-ms-expand {
	display: none;
}

.customSelect.customSelectHover {
	border-color: #f39466;
}

.customSelect.customSelectOpen {
	border-color: #f39466;
}

.customSelect.customSelectFocus {
}

.customSelectInner {

}

.room_select{
	color: #00cc66;
	font-weight:bold;
}

.while{
	width:100%;
	text-align:center;
}

.schedule_reception{
	padding:5px 0 0 0 ;
	font-size:14px;
}

.r_situation{
	font-size:14px;
}

@media screen and (min-width:768px){

	.schedule_btn{
		width:120px;
		padding-top:15px;
	}

	.schedule_btn:after {
		content: '';
		display: block;
		clear: both;
	}

	.schedule_btn input{
		float:left;
		margin-bottom:5px;
	}

	.btn_space{
		float:left;
		width:100%;
		height:30px;
	}

}

.reserve_date{
	margin-left:10px;
}

.replace_timechart{
	overflow-x:auto;
}

#time_chart{
	/*overflow:auto;*/
	position:relative;
}

#time_chart2{
	overflow:auto;
	padding:0 0 20px 0;
	z-index:1;
}

#time_box{
	position:relative;
	width:98%;
	margin:0 auto 20px auto;
	padding:5px 0 20px 0;
}

#time_box:after {
	content: '';
	display: block;
	clear: both;
}

#therapist_box{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}

.item_box{
}

.item_box:after {
	content: '';
	display: block;
	clear: both;
}

.therapist_box{
	float:left;
	background:#fff;
	z-index:9999;
	width:120px;
	height:94px;
	border:1px solid #ccc;
	border-right:none;
	border-bottom:1px solid #ccc;
	text-align:center;
}

.schedule_confirm{
	background:#ffffcc;
}

.leaving_confirm{
	background:#ccc;
}

.alert_button{
}

.alert_button:after {
	content: '';
	display: block;
	clear: both;
}

.alert_button li{
	float:left;
	margin:0 10px 0 0 ;
}

#room_schedule{
	margin:0 0 0 121px;
}

#room_box{
	position:absolute;
	top:5px;
	left:0;
	z-index:9999;
}

.room_box{
	background:#fff;
	z-index:9999;
	width:120px;
	height:60px;
	border:1px solid #ccc;
	border-right:none;
	border-bottom:1px solid #ccc;
	text-align:center;
}

.room_box .time_item{
	height:20px;
	line-height:1.6;
	font-size:13px;
	text-align:center;
	color:#666;
	background: #f9f9f9;
	border-bottom:1px solid #ccc;
}

.room_box .name{
	font-size:13px;
	width:110px;
	text-align:left;
	overflow:hidden;
}

ul.room_chart{
	margin-left:0;
	text-align:left;
}

ul.room_chart:after {
	content: '';
	display: block;
	clear: both;
}

ul.room_chart li{
	float:left;
	width:60px;
	height:60px;
	border:1px solid #ccc;
	border-right:none;
	border-bottom:1px solid #ccc;
	text-align:center;
}

ul.room_chart li:last-child{
	border-right:1px solid #ccc;
}

ul.room_chart li.room_box{
	position:relative;
	background:#fff;
}

ul.room_chart li .time_item{
	height:20px;
	line-height:1.6;
	font-size:13px;
	text-align:center;
	color:#666;
	background: #f9f9f9;
	border-bottom:1px solid #ccc;
}

ul.room_chart li .chart_box{
	position:relative;
}

ul.time_chart li .chart_box .line1{
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:74px;
	border-right:1px dotted #999;
}

ul.time_chart li .chart_box .line1_s{
	position:absolute;
	top:0;
	left:0;
	width:29px;
	height:73px;
	border-right:1px dotted #999;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line1_se{
	position:absolute;
	top:0;
	left:0;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

ul.time_chart li .chart_box .line1_soff{
	position:absolute;
	top:0;
	left:0;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#ff9999;
}

ul.time_chart li .chart_box .line1_son{
	position:absolute;
	top:0;
	left:0;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#ccccff;
}

ul.time_chart li .chart_box .line2{
	position:absolute;
	top:0;
	left:29px;
	width:30px;
	height:74px;
	border-right:1px dotted #999;
}

ul.time_chart li .chart_box .line2_s{
	position:absolute;
	top:0;
	left:30px;
	width:29px;
	height:73px;
	border-right:1px dotted #999;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line2_se{
	position:absolute;
	top:0;
	left:29px;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

ul.time_chart li .chart_box .line2_soff{
	position:absolute;
	top:0;
	left:29px;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#ff9999;
}

ul.time_chart li .chart_box .line2_son{
	position:absolute;
	top:0;
	left:29px;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#ccccff;
}

ul.time_chart li .chart_box .line3{
	position:absolute;
	top:0;
	left:60px;
	width:30px;
	height:74px;
	border-right:1px dotted #999;
}

ul.time_chart li .chart_box .line3_s{
	position:absolute;
	top:0;
	left:60px;
	width:29px;
	height:73px;
	border-right:1px dotted #999;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line3_se{
	position:absolute;
	top:0;
	left:58px;
	width:30px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

ul.time_chart li .chart_box .line3_soff{
	position:absolute;
	top:0;
	left:58px;
	width:30px;
	height:73px;
	border-right:1px dotted #999;
	background:#ff9999;
}
ul.time_chart li .chart_box .line3_son{
	position:absolute;
	top:0;
	left:58px;
	width:30px;
	height:73px;
	border-right:1px dotted #999;
	background:#ccccff;
}


ul.time_chart li .chart_box .line4{
	position:absolute;
	top:0;
	left:90px;
	width:30px;
	height:74px;
}

ul.time_chart li .chart_box .line4_s{
	position:absolute;
	top:0;
	left:90px;
	width:30px;
	height:73px;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line4_se{
	position:absolute;
	top:0;
	left:89px;
	width:31px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

ul.time_chart li .chart_box .line4_soff{
	position:absolute;
	top:0;
	left:89px;
	width:31px;
	height:73px;
	border-right:1px dotted #999;
	background:#ff9999;
}

ul.time_chart li .chart_box .line4_son{
	position:absolute;
	top:0;
	left:89px;
	width:31px;
	height:73px;
	border-right:1px dotted #999;
	background:#ccccff;
}

.therapist_box .img{
/*	position:absolute;
	top:-300px;
	right:-200px;*/
	margin:-240px 0 0 120px;
	display:none;
	background:#fff;
}

.therapist_box:hover .img{
	display:block;
	z-index:1200;
}

.therapist_box .time_item,.memo .time_item{
	height:20px;
	line-height:1.6;
	font-size:13px;
	text-align:center;
	color:#666;
	background: #f9f9f9;
	border-bottom:1px solid #ccc;
}

.therapist_box .name{
	padding:5px 0 1px 0;
	font-size:13px;
	width:110px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
}

.therapist_box .time{
	padding:3px 0;
	font-size:13px;
	width:100px;
	margin:0 auto;
	text-align:left;
}

.therapist_box .item{
	position: relative;
	width:104px;
	margin:0 auto;
}

.therapist_box .item:after{
	content: '';
	display: block;
	clear: both;
}

.therapist_box a.each_schedule{
	background:url(../img/alarm-clock.png);
	background-size:14px 14px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:6px;
}

.therapist_box a.each_schedule:hover{
	opacity:0.6;
}

.therapist_box a.each_report{
	background:url(../img/report-paper.png);
	background-size:14px 14px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:6px;
}

.therapist_box a.each_report:hover{
	opacity:0.6;
}

.therapist_box a.memo_icon{
	background:url(../img/pencil.png);
	background-size:14px 14px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:6px;
}

.therapist_box a.memo_icon:hover{
	opacity:0.6;
}

.therapist_box a.home_icon{
	background:url(../img/home.png);
	background-size:14px 14px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:6px;
}

.therapist_box a.home_icon:hover{
	opacity:0.6;
}

.therapist_box .clock{
	background:url(../img/slash.png) no-repeat;
	background-size:14px 14px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	border:0;
	float:left;
	cursor:pointer;
	margin-right:6px;
}

.therapist_box .clock:hover{
	opacity:0.6;
}

.therapist_box .restart{
	background:url(../img/arrow-return-180-left.png);
	background-size:14px 14px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	border:0;
	float:left;
	cursor:pointer;
	margin-right:6px;
}

.therapist_box .restart:hover{
	opacity:0.6;
}

.therapist_box .room{
	display:none;
}

.memo{
	float:left;
	width:200px;
	height:94px;
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position:relative;
	text-align:center;
	background:#fff;
}

.memo .text{
	text-align:left;
	margin:0 auto;
	width:96%;
/*	overflow-x:auto;*/
	overflow:hidden;
	font-size:13px;
}

.modal_text{
	font-size:18px;
	margin:0 0 20px 0;
}

.alert_item{
	margin:0 0 20px 0;
}

.alert_time,.alert_name{
	margin:0 0 10px 0;
}

.time_box{
	float:left;
	padding:0 0 0 322px;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
/*	cursor:ew-resize;*/
}

ul.time_chart{
	margin-left:0;
}

ul.time_chart:after {
	content: '';
	display: block;
	clear: both;
}

ul.time_chart li{
	float:left;
	width:120px;
	height:94px;
	border:1px solid #ccc;
	border-right:none;
	border-bottom:1px solid #ccc;
	text-align:center;
}

ul.time_chart li:last-child{
	border-right:1px solid #ccc;
}

ul.time_chart li.therapist_box{
	position:relative;
	background:#fff;
}

ul.time_chart li.therapist_box .img{
/*	position:absolute;
	top:-300px;
	right:-200px;*/
	margin:-240px 0 0 120px;
	display:none;
	background:#fff;
}

ul.time_chart li.therapist_box:hover .img{
	display:block;
	z-index:1200;
}

ul.time_chart li.memo{
	position:relative;
	text-align:center;
	width:160px;
	background:#fff;
}

ul.time_chart li.memo .text{
	text-align:left;
	margin:0 auto;
	width:96%;
/*	overflow-x:auto;*/
	overflow:hidden;
	font-size:13px;
}

.schedule_memo{
	width:800px;
	margin:0 auto;
	padding:10px;
}

.schedule_memo:after{
	content: '';
	display: block;
	clear: both;
}

.schedule_memo li{
	float:left;
	margin:0 20px 0 0 ;
}

.schedule_memo li.img{
	width:240px;
}

.schedule_memo li .name{
	font-weight:bold;
}

.schedule_memo li .date{
	margin:0 0 12px 0 ;
	font-size:13px;
}

.schedule_memo li .cast_etc{
	margin:0 0 12px 0 ;
	font-size:13px;
}

.memo_frame{
	padding:40px;
}

.reserve_memo{
	position:relative;
	margin:2px 0 0 0;
	font-size:12px;
	cursor:pointer;
}

.tooltip {
	display:none;
	width:300px;
	padding:10px;
	font-size:12px;
	margin:-30px 0 0;
	background-color:#666;
	color:#fff;
	position:absolute;
	right:-300px;
	top: 50px;
	z-index:2000;
}

.tooltip:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(102, 102, 102, 0);
	border-right-color: #5e5e5e;
	border-width: 8px;
	margin-top: -8px;
}

.room_change select{
	color:#f39466;
	font-weight:bold;
}

ul.time_chart li .time_item{
	height:20px;
	line-height:1.6;
	font-size:13px;
	text-align:center;
	color:#666;
	background: #f9f9f9;
	border-bottom:1px solid #ccc;
}

ul.time_chart li .name{
	padding:5px 0 1px 0;
	font-size:13px;
	width:100px;
	margin:0 auto;
	text-align:left;
}

ul.time_chart li .time{
	padding:3px 0;
	font-size:13px;
	width:100px;
	margin:0 auto;
	text-align:left;
}

ul.time_chart li .item{
	position: relative;
	width:104px;
	margin:0 auto;
}

ul.time_chart li .item:after{
	content: '';
	display: block;
	clear: both;
}

ul.time_chart li a.each_schedule{
	background:url(../img/alarm-clock.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:10px;
}

ul.time_chart li a.each_schedule:hover{
	opacity:0.6;
}

ul.time_chart li a.each_report{
	background:url(../img/report-paper.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:10px;
}

ul.time_chart li a.each_report:hover{
	opacity:0.6;
}

ul.time_chart li a.memo_icon{
	background:url(../img/pencil.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:10px;
}

ul.time_chart li a.memo_icon:hover{
	opacity:0.6;
}

ul.time_chart li .clock{
	background:url(../img/slash.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
	border:0;
	float:left;
	cursor:pointer;
	margin-right:10px;
}

ul.time_chart li .clock:hover{
	opacity:0.6;
}

ul.time_chart li .restart{
	background:url(../img/arrow-return-180-left.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
	border:0;
	float:left;
	cursor:pointer;
	margin-right:10px;
}

ul.time_chart li .restart:hover{
	opacity:0.6;
}

ul.time_chart li .change{
	background:url(../img/change.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
	display:block;
	float:left;
	border:0;
}

ul.time_chart li .change:hover{
	opacity:0.6;
}

ul.time_chart li .chart_box{
	position:relative;
}

ul.time_chart li .chart_box .line1{
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:74px;
	border-right:1px dotted #999;
}

ul.time_chart li .chart_box .line1_s{
	position:absolute;
	top:0;
	left:0;
	width:29px;
	height:73px;
	border-right:1px dotted #999;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line1_se{
	position:absolute;
	top:0;
	left:0;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

ul.time_chart li .chart_box .line2{
	position:absolute;
	top:0;
	left:29px;
	width:30px;
	height:74px;
	border-right:1px dotted #999;
}

ul.time_chart li .chart_box .line2_s{
	position:absolute;
	top:0;
	left:30px;
	width:29px;
	height:73px;
	border-right:1px dotted #999;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line2_se{
	position:absolute;
	top:0;
	left:29px;
	width:28px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

ul.time_chart li .chart_box .line3{
	position:absolute;
	top:0;
	left:60px;
	width:30px;
	height:74px;
	border-right:1px dotted #999;
}

ul.time_chart li .chart_box .line3_s{
	position:absolute;
	top:0;
	left:60px;
	width:29px;
	height:73px;
	border-right:1px dotted #999;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line3_se{
	position:absolute;
	top:0;
	left:58px;
	width:30px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

ul.time_chart li .chart_box .line4{
	position:absolute;
	top:0;
	left:90px;
	width:30px;
	height:74px;
}

ul.time_chart li .chart_box .line4_s{
	position:absolute;
	top:0;
	left:90px;
	width:30px;
	height:73px;
	background:url(../img/time_chart.gif);
}

ul.time_chart li .chart_box .line4_se{
	position:absolute;
	top:0;
	left:89px;
	width:31px;
	height:73px;
	border-right:1px dotted #999;
	background:#8E0505;
}

.replaceableList:after{
	content: '';
	display: block;
	clear: both;
}

.change_box{
	float:left;
	margin:0 10px 14px 0;
	padding:0 0 40px 0;
	width:284px;
}

.change_boxs{
	margin:0 10px 14px 0;
	cursor:move;
}

.cast_information{
	margin:0 0 20px 0;
	padding:10px 10px;
}

.plan_title{
	margin:0 0 10px 0;
	color:#73879c;
	font-weight:bold;
}

.plan_item{
	text-align:center;
}

.cast_information .title{
	margin:0 0 10px 0;
	color:#73879c;
	font-weight:bold;
}

.cast_information img{
	margin:0 0 10px 0;
	width:90px;
	height:120px;
	border:1px solid #73879c;
}

.r_box{
	position:relative;
	overflow-x:auto;
}

.rs_box{
	overflow:auto;
}

.schedule_box{
	position:absolute;
	left:0;
	top:0;
	z-index:100000;
	background:#fff;
}

.schedule_box .r_schedule:last-child .room_name{
	border-bottom:1px solid #ccc;
}

.r_schedule{
}

.room_title{
	width:120px;
	padding:2px 0;
	text-align:center;
	font-size:13px;
	background: #f9f9f9;
	border:1px solid #ccc;
}

.room_name{
	position:relative;
	width:120px;
	height:60px;
	font-size:13px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	word-break: break-word;
	overflow:hidden;
}

.r_name{
	position:absolute;
	top:10px;
	left:6px;
	width:106px;
}

.schedule_ibox{
	position:relative;
	margin:0 0 20px 122px;
	overflow-x:auto;

}

.schedule_ibox:after{
	content: '';
	display: block;
	clear: both;
}

.schedule_ibox .room_item:last-child{
	border-bottom:1px solid #ccc;
}

.room_item{
	float:left;
}

.room_item:after{
	content: '';
	display: block;
	clear: both;
}

.room_item li{
	float:left;
	width:80px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.room_item li:last-child{
}

.room_time{
	width:80px;
	padding:2px 0;
	text-align:center;
	font-size:13px;
	background: #f9f9f9;
	border-bottom:1px solid #ccc;
}

.room_ibox{
	position:relative;
	height:60px;
}

.room_ibox:after{
	content: '';
	display: block;
	clear: both;
}

.room_ibox .item0{
	float:left;
	width:40px;
	height:60px;
	border-right:1px dotted #ccc;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.room_item .item30{
	float:left;
	width:40px;
	height:60px;
	border-right:none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.r_cast{
	margin:5px 0 0 10px;
	font-size:14px;
}

.d_btn input{
	margin:2px 0 0 10px;
	padding:3px 5px;
	background:#dc3545;
	border:0;
	color:#ffffff;
}

.d_btn input:hover{
	opacity:0.7;
	cursor:pointer;
}

.room_ibox .active{
	background:#ffcc99;
	z-index:99999;
}

.color_meaning{
	margin:0 0 4px 15px;
}

.color_meaning:after{
	content: '';
	display: block;
	clear: both;
}

.color_meaning li{
	float:left;
	margin:0 5px 0 0 ;
}

.color_meaning li:after{
	content: '';
	display: block;
	clear: both;
}

.color_meaning li .item{
	float:left;
	font-size:12px;
}

.color_meaning li .item1{
	float:left;
	margin:0 5px 0 0 ;
	width:20px;
	height:16px;
	background:#FF87CA;
}

.color_meaning li .item2{
	float:left;
	margin:0 5px 0 0 ;
	width:20px;
	height:16px;
	background:#D47AE8;
}

.color_meaning li .item3{
	float:left;
	margin:0 5px 0 0 ;
	width:20px;
	height:16px;
	background:#F90716;
}

.color_meaning li .item4{
	float:left;
	margin:0 5px 0 0 ;
	width:20px;
	height:16px;
	background:#71DFE7;
}

.s_box{
	overflow-x:auto;
}

.submit_box{
	position:relative;
}

.submit_plan{
	position:absolute;
	top:0;
	left:0;
}

.submit_plan{
	margin:0 0 20px 0;
}

.submit_plan li.label{
	width:120px;
	padding:1px 0;
	text-align:center;
	background: #f9f9f9;
	border:1px solid #ccc;
	font-size:13px;
	color:#333;
}

.submit_plan li.item{
	width:120px;
	height:40px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	font-size:13px;
}

.submit_plan li.active{
	background:url(../img/time_chart.gif);
}

.submit_plan li:last-child.item{
	border-bottom:1px solid #ccc;
}

.list_box{
	margin:0 0 20px 0 ;
	padding:0 0 0 120px;
	border-bottom:1px solid #ccc;
}

ul.submit_list:last-child{
}

.submit_list{
}

.submit_list li{
	float:left;
	width:60px;
}

.submit_list:after {
	content: '';
	display: block;
	clear: both;
}

.submit_list li .label{
	padding:1px 0;
	text-align:center;
	background: #f9f9f9;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:13px;
	color:#333;
}

.submit_list li .item{
	height:40px;
	border-right:1px solid #ccc;
}

.submit_list li .item:after{
	content: '';
	display: block;
	clear: both;
}

.submit_list li .item .item1{
	float:left;
	width:30px;
	height:40px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right:1px dotted #ccc;
}

.submit_list li .item .item2{
	float:left;
	width:20px;
	height:40px;
}

.submit_list li .item .item1_a{
	float:left;
	width:30px;
	height:40px;
	background:url(../img/time_chart.gif);
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right:1px dotted #ccc;
}

.submit_list li .item .item2_a{
	float:left;
	width:29px;
	height:40px;
	background:url(../img/time_chart.gif);
}

.room_delete{
	margin:6px 0 0 5px ;
	padding:2px 10px;
	background:#dc3545;
	color:#fff;
	border:1px solid #dc3545;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.room_delete:hover{
	opacity:0.7;
}

.order{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.order table .item_margin{
	margin:0 0 3px 0;
}

.order_button{
	margin-left:10px;
	font-size:14px;
}

.order_btn{
	margin:0 5px 10px 5px;
	font-size:14px;
	border:0;
	width:140px;
	height:34px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#999;
	color:#fff;
	cursor:pointer;
}

.order_btn:hover{
	background:#ccc;
}

.order_btn_now{
	margin:0 5px 10px 5px;
	font-size:14px;
	border:0;
	width:140px;
	height:34px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#FF87CA;
	color:#fff;
	cursor:pointer;
}

.order_btn_now:hover{
	background:#FFCCD2;
}

.order_btn_now2{
	margin:0 5px 10px 5px;
	font-size:14px;
	border:0;
	width:140px;
	height:34px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#D47AE8;
	color:#fff;
	cursor:pointer;
}

.order_btn_now2:hover{
	background:#F0D9FF;
}

.order_btn_now3{
	margin:0 5px 10px 5px;
	font-size:14px;
	border:0;
	width:140px;
	height:34px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#F90716;
	color:#fff;
	cursor:pointer;
}

.order_btn_now3:hover{
	background:#B91646;
}

.way_item{
	margin:0 0 3px 0;
}

.way_item:after{
	content: '';
	display: block;
	clear: both;
}

.way_item li{
	float:left;
	margin:0 5px 0 0 ;
}

.way_item li:nth-child(1){
	width:60px;
}

.way_item li input[type="text"]{
	width:60px;
	height:16px;
	border:1px solid #ccc;
}

input.order_normal{
	height:30px;
	border:1px solid #ced4da;
}

input.order_normal_bottom{
	margin:0 0 5px 0;
	height:30px;
	border:1px solid #ced4da;
}

.ng_alart{
	padding:0 5px ;
	background:#B91646;
	color:#fff;
	font-size:12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#shimei_text{
	width:100px;
	background:#3478f5;
	text-align:center;
	font-size:12px;
	color:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.time_change{
	width:70px;
	padding:3px 0;
	background:#17a2b8;
	color:#fff;
	text-align:center;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
	vertical-align: bottom;
}

.time_change:hover{
	background:#138496;
	text-decoration:none;
}

.order_option {
}

.order_option:after{
	content: '';
	display: block;
	clear: both;
}

.order_option li{
	float:left;
}

.odr_regist{
	padding:8px 10px;
	background:#17a2b8;
	color:#fff;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.odr_regist:hover{
	background:#138496;
	text-decoration:none;
}

.select_ng{
	font-weight:bold;
}

.order_regist{
}

.order_regist:after{
	content: '';
	display: block;
	clear: both;
}

.order_regist li{
	float:left;
	margin:0 10px 10px 0 ;
}

.order_send{
	padding:0 0 10px 0;
}

.now_time{
	position:absolute;
	top:0;
	width:1px;
	height:74px;
	background:#ff0000;
	z-index:1000;
}

.order_item{
	position:relative;
	z-index:10001;
	overflow:hidden;
}

.order_item a{
	display:block;
	width:100%;
	color:#fff;
}

.order_item a:hover{
	opacity:0.7;
	text-decoration:none;
}

.order_part{
	position:relative;
}

.time_view{
	position:absolute;
	top:-27px;
	left:0;
	padding:0px 5px;
	background:#fff;
	font-size:13px;
	display:none;
	z-index:9999;
	border:1px solid #ccc;
}

.chart_order{
	padding:2px 2px;
	background:#17a2b8;
	color:#fff;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.chart_order:hover{
	background:#138496;
	text-decoration:none;
}

.shimei{
	margin:0 3px 0 0 ;
	padding:1px 2px;
	background:#fff;
	color:#ff5500;
	font-size:10px;
}

.order_name{
	margin:0px 0 0px 0;
}

.order_name a{
/*	color:#8E0505;*/
	color:#222;
}

.order_name,.order_place,.order_time{
	margin:0 0 0px 0;
	font-size:13px;
}

.order_name2,.order_place2,.order_time2{
	font-size:13px;
}

.order_place,.order_time,.order_text{
	font-size:12px;
	color:#fff;
}

.order_text_s{
	width:100%;
	font-size:12px;
	color:#fff;
	animation: flowing 10s linear infinite;
	transform: translateX(30%);
}

@keyframes flowing {
	100% {
		transform: translateX(-100%);
	}
}

.date_change{
	margin-left:20px;
}

.date_change:after {
	content: '';
	display: block;
	clear: both;
}

.date_change li{
	float:left;
	margin-right:10px;
	font-size:13px;
}

.date_change li a{
	font-size:13px;
	line-height:2;
}

#notice{
	margin:0 0 0 20px;
}

#notice:after {
	content: '';
	display: block;
	clear: both;
}

#notice ul{
	float:left;
}

#notice li{
	float:left;
	margin:0 6px 5px 0 ;
}

#notice li a{
	display:block;
	padding:3px 3px;
	background:#17a2b8;
	text-align:center;
	font-size:12px;
	color:#fff;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#notice li.m_list a{
	display:block;
	padding:3px 3px;
	background:#FF87CA;
	text-align:center;
	font-size:12px;
	color:#fff;
	border:1px solid #FF87CA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#notice li.t_list a{
	display:block;
	padding:3px 3px;
	background:#3478f5;
	text-align:center;
	font-size:12px;
	color:#fff;
	border:1px solid #3478f5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#notice li.n_list a{
	display:block;
	padding:3px 3px;
	background:#B91646;
	text-align:center;
	font-size:12px;
	color:#fff;
	border:1px solid #B91646;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.notice_big{
	font-size:15px;
	font-weight:bold;
}

.notice_big{
	font-size:15px;
	font-weight:bold;
}

.reserve_summary{
	margin:0 0 60px 0;

}

.today_summary{
	margin:0 0 0 0px;
}

.today_summary:after{
	content: '';
	display: block;
	clear: both;
}

.today_summary li{
	position:relative;
	float:left;
	padding:0 30px;
	color:#73879c;
}

.today_summary li:after{
	position:absolute;
	content:'';
	top:8px;
	right:0;
	height:50px;
	width:2px;
	background:#adb2b5;
/*	border-right:2px solid #adb2b5;*/
}

.today_summary li:last-child::after{
	background:none;
}


.today_summary li .title{
	font-size:12px;
}

.today_summary li .item{
	text-align:center;
	font-size:36px;
	font-weight:bold;
}

.today_summary li .sub_item{
	font-size:12px;
}

.expenses_title{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#73879c;
}

.expenses_list{
	margin:0 0 50px 0;
}

.expenses_form{
	margin:0 0 0 20px;
}

/* �ʐ� */

.interview_detail{
	width:100px;
	padding:8px 0;
	background:#17a2b8;
	color:#fff;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.interview_detail:hover{
	background:#138496;
}

.interview_title{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#73879c;
}

.interview_search{
	margin:0 0 20px 0;
}

.interview_search:after{
	content: '';
	display: block;
	clear: both;
}

.interview_search li{
	float:left;
	margin:0 6px 10px 0 ;
}

.interview_search .submit{
	float:left;
}

.interview_search .submit input{
	width:200px;
	padding:8px 0;
	background:#26b99a;
	color:#fff;
	border:1px solid #169f85;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.calender td{
	position:relative;
	width:60px;
	height:40px;
	text-align:center;
}

.day{
	position:absolute;
	top:0px;
	left:5px;
	font-size:11px;
}

.interview_num{
	font-size:15px;
	font-weight:bold;
}

.message_list{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.message_list:after {
	content: '';
	display: block;
	clear: both;
}

.message_list li{
	float:left;
	margin:10px;
	padding:10px;
	border:1px solid #d9dee4;
	text-align:center;
}

.message_list li .img{
	width:120px;
	height:150px;
	margin:0 auto 10px auto;
	overflow:hidden;
	border:1px solid #d9dee4;
}

.message_list li .name{
	position:relative;
	margin:0 auto 10px auto;
	height:40px;
	overflow:hidden;
	text-align:center;
}

.new_message{
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
}

.new_message .item{
	margin:0 auto;
	background:#ff0000;
	color:#fff;
	font-size:13px;
}

.message_list li .detail{
	display:block;
	width:90%;
	margin:0 auto;
	padding:6px 0;
	background:#17a2b8;
	color:#fff;
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
	font-size:14px;
}

.message_list li .detail:hover{
	background:#138496;
	text-decoration:none;
}

.add_item{
	margin:0 0 0 10px;
}

.add_item:after {
	content: '';
	display: block;
	clear: both;
}

.add_item li{
	float:left;
	margin:0 10px 0 0 ;
}

.add_confirm{
	padding:8px 5px;
	background:#26b99a;
	color:#fff;
	border:1px solid #169f85;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.add_confirm:hover{
	background:#169f85;
	text-decoration:none;
}

.add_regist{
	padding:8px 5px;
	background:#17a2b8;
	color:#fff;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.add_regist:hover{
	background:#138496;
	text-decoration:none;
}

/* ���b�Z�[�W */

.message_left{
	width:80px;
	margin:0 auto;
	padding:6px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#ccc;
	text-align:center;
	color:#fff;
	cursor:pointer;
}

.line__container {
	width:90%;
	padding:0;
	background: #7494c0;
	overflow: hidden;
	margin: 20px auto;
	font-size: 80%;
}

/* �^�C�g������ */
.line__container .line__title {
  background: #273246;
  padding: 10px;
  text-align: center;
  font-size: 150%;
  color: #ffffff;
}

/* ��b���� */
.line__container .line__contents {
  padding: 10px;
  overflow: hidden;
  line-height: 135%;
}

.line__container .scroll {
  height: 500px;
  overflow-y: scroll;
}

/* �X�^���v�摜�ő啝 */
.line__container .stamp img {
  max-width:150px;
}

/* ����̉�b */
.line__container .line__left {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
    max-width: 80%;
    clear: both;
}

.line__container .line__left:after {
	content: '';
	display: block;
	clear: both;
}

/* �A�C�R���摜 */
.line__container .line__left figure {
    width: 50px;
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0;
    margin: 0;

}

/* �����`��p�� */
.line__container .line__left figure img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.line__container .line__left .line__left-text {
	margin-left: 70px;
}

.line__container .line__left .line__left-text .name {
  font-size: 80%;
  color: #ffffff;
}

/* �R�����g�G���A */
.line__container .line__left .text {
	float:left;
  margin: 0;
  position: relative;
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
}
.line__container .line__left .text2 {
	float:left;
  margin: 0;
  position: relative;
  padding: 10px;
  border-radius: 20px;
}

/* �����o�� */
.line__container .line__left .text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 10px;
  border-right: 20px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* �����̉�b */
.line__container .line__right {
    position: relative;
    display: block;
    margin: 5px 0;
    max-width: 75%;
    float: right;
    margin-right: 15px;
    margin-bottom:0 0 20px 0;
    clear: both;
}

/* �R�����g�G���A */
.line__container .line__right .text {
  padding: 10px;
  border-radius: 20px;
  background-color: #8de055;
  margin: 0;
  margin-left: 80px;
}

.line__container .line__right .text2 {
  padding: 10px;
  border-radius: 20px;
  margin: 0;
  margin-left: 80px;
}

.delete_btn{
	display:block;
	width:100%;
	border:1px solid;
}

/* �����o�� */
.line__container .line__right .text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 10px;
  border-left: 20px solid #8de055;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* �������X�^���v�𑗂鎞 */
.line__container .line__right .stamp {
  position: relative;
  margin-left: 80px;
}

/* ���ǃG���A */
.line__container .line__right .date {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  text-align: right;
  left: -30px;
  bottom: 0px;
  font-size: 80%;
  color: #ffffff;
}

.message_area{
	text-align:center;
}

.message_area textarea{
	width:90%;
	height:100px;
	margin:0 auto 20px  auto;
	border:1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.message_area .file{
	width:90%;
	text-align:left;
	margin:0 auto 20px  auto;
}

.send_message{
	width:90%;
	margin:0 auto;
	padding:5px 0;
	background:#17a2b8;
	border:0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

/* �}�j���A�� */

.manual{
	width:98%;
	margin:0 auto 20px auto;
	overflow-x:auto;
}

.manual_title{
	margin:0 0 20px 0;
	font-weight:bold;
	color:#73879c;
}

.manual_detail_title{
	margin:0 0 20px 0;
	font-size:21px;
	font-weight:bold;
	color:#444;
}

.manual_text{
	margin:0 0 30px 10px;
	font-weight:bold;
	color:#444;
	line-height:1.6;
}

.explain{
	margin:0 0 30px 0;
	color:#333;
	line-height:1.6;
}

.flow_chart{
	width:98%;
	margin:0 auto 30px auto;
	padding:20px 10px;
	background:#f7f7f7;
}

.flow_chart li:after {
	content: '';
	display: block;
	clear: both;
}

.flow_chart li.arrow_bottom{
	position:relative;
	padding:2px 0 6px 0;
	font-weight:bold;
}

.sub_title{
	float:left;
	margin:0 0 6px 0;
	padding:10px 7px;
	background:#fff;
	border:1px solid #444;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#444;
	font-weight:bold;
}

.right_arrow{
	float:left;
	margin:0 6px;
	font-weight:bold;
	line-height:3;
}

.manual_list{
}

.manual_list:after {
	content: '';
	display: block;
	clear: both;
}

.manual_list li.item{
	float:left;
	margin:0 10px 0 0;
}

.manual_list li ul li{
}

.manual_list li ul li.title{
	padding:16px;
	background:#f7f7f7;
	font-size:13px;
	color:#444;
}

.manual_list li ul li a{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:13px;
}

.manual_list li ul li a::before{
	position:absolute;
	top:9px;
	left:5px;
	content:"\0bb";
	font-size:11px;
	color:#444;
}

.mokuji{
	margin:0 0 30px 10px;
	padding:10px;
	background:#f5f7fa;
}

.mokuji li {
	padding:6px 0;
	font-size:14px;
}

.mokuji li a{
	color:#5a738e;
}

.manual_explain li{
	margin:0 0 16px 10px;
}

.manual_explain li a:hover{
	text-decoration:none;
}

.manual_explain li.main_title{
	margin:0 0 20px 5px;
	font-size:18px;
	font-weight:bold;
	color:#405467;
}

.manual_explain li.video{
	color:#444;
	line-height:1.6;
}

.manual_explain li.video video{
	width:700px;
	border:1px solid #eee;
}

.manual_explain li.video2{
	color:#444;
	line-height:1.6;
}

.manual_explain li.video2 video{
	width:900px;
	border:1px solid #eee;
}

.manual_explain li.title{
	color:#444;
	line-height:1.6;
}

.manual_explain li.img3{
	margin:0 0 30px 20px;
	width:300px;
	color:#444;
	border:1px solid #eee;
}
.manual_explain li.img{
	margin:0 0 30px 20px;
	width:600px;
	color:#444;
	border:1px solid #eee;
}

.manual_explain li.img2{
	margin:0 0 30px 20px;
	width:900px;
	color:#444;
	border:1px solid #eee;
}

.manual_explain li.img3{
	margin:0 0 30px 20px;
	width:300px;
	color:#444;
	border:1px solid #eee;
}

.memo_list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
.memo_list li:last-child{
	border:none;
}

.memo_title{
	margin:0 0 14px 0;
	font-weight:bold;
}

.memo_msg{
	font-size:14px;
	color:#555;
}

.memo_btn:after{
	content: '';
	display: block;
	clear: both;
}

.memo_btn div{
	float:left;
	margin:0 10px 0 0 ;
}

a.edit{
	display:block;
	width:50px;
	padding:3px 0;
	background:#17a2b8;
		color:#fff;
	text-align:center;
	border:1px solid #17a2b8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
	vertical-align: bottom;
}

.edit:hover{
	background:#138496;
	text-decoration:none;
}

.daily_memo{
	margin: 0 0 60px 20px;
}

.top_memo:after{
	content: '';
	display: block;
	clear: both;
}

.top_memo li{
	float:left;
}

.top_memo li:first-child{
	margin:0 10px 0 0;
}

.memo_msg{
	width:600px;
	height:100px;
	background:#fff;
	margin:0 0 10px 0;
	padding:10px 0;
	border:1px solid #eee;
	overflow-y:auto;
}

.memo_form{
	width:600px;
	height:800px;
	margin:0 0 10px 0;
	border:1px solid #eee;
}

.memo_view{
	margin:0 0 10px 20px;
	padding:10px 0;
	width:96%;
	background:#ffffff;
	border:1px solid #ccc;
	text-align:center;
}

.memo_text{
	width:98%;
	margin:0 auto;
	text-align:left;
	line-height:1.6;
	font-size:14px;
}

.reserve_back{
	margin:0 0 20px 20px;
	padding:0 0 20px 0;
}

/*���[�_���{�̂̎w�� + ���[�_���O���̔w�i�̎w��*/
.modal-container,.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index:200000;
}
/*���[�_���{�̂̋[���v�f�̎w��*/
.modal-container:before,.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*���[�_���{�̂Ɂuactive�v�N���X�t�^�������̃X�^�C��*/
.modal-container.active,.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
/*���[�_���g�̎w��*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*���[�_����̃R���e���c�̎w��*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}

.nickname{
	font-size:13px;
}

.small{
	font-size:13px;
}

.room_no{
	padding:5px 0 0 0 ;
	font-size:13px;
}

.hotel_information{
	font-size:13px;
}

.point_table{
	margin: 0 0 20px 0;
}

.color_btn{
	width:60px;
	padding:6px 0;
	background:#17a2b8;
	color:#fff;
	text-align:center;
/*	border:1px solid #169f85;*/
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor:pointer;
}

.color_btn:hover{
	text-decoration:none;
	background:#138496;
}

.order_copy_box{
	margin:0 0 20px 0;
}

.order_copy_box:after{
	content: '';
	display: block;
	clear: both;
}

.order_copy_box li{
	float:left;
	margin:0 10px 10px 0 ;
	padding:10px 0;
	border:1px solid #ccc;
	text-align:center;
}

.order_copy_box li div{
	width:96%;
	margin:0 auto 20px auto;
	text-align:left;
}

.insert_btn{
	
}

.insert_btn:after{
	content: '';
	display: block;
	clear: both;
}

.insert_btn li{
	float:left;
	margin:0 10px 0 0 ;
}

.insert_btn li:last-child{
	margin:0;
}

.insert_btn li a{
	text-decoration:none;
}

.kousei{
	margin:0 0 10px 0;
}

.s_list{
	padding:3px 0;
}

.s_list:after{
	content: '';
	display: block;
	clear: both;
}

.s_list li{
	float:left;
	margin:3px 5px 3px 0;
/*	width:50%;*/
	color:#999;
	text-align:left;
	border:0;
}

.s_list li label{
	margin:0;
	padding:3px 5px;
}

.s_list li .s_item{
	width:100%;
	margin:0 auto;
	text-align:center;
	border:1px solid #eee;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
	background:#fff;
}

.s_list li .s_item label{
	margin:0;
	padding:3px 5px;
}

.s_list li a{
}

input[type="checkbox"]{
	display: none;
}

.checkbox {
	position: relative;
	margin:0;
	padding:0;
	cursor: pointer;
	width:100%;
	height:100%;
}

input[type=checkbox]:checked + .checkbox{
	margin:0;
	width:100%;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#17a2b8;
	color:#fff;
}

ul.check{
}

ul.check:after{
	content: '';
	display: block;
	clear: both;
}

ul.check li{
	float:left;
	margin:0 10px 0 0 ;
	border:1px solid #eee;
}

ul.check li input[type="checkbox"]{
	margin:0;
	padding:0;
}

ul.check li label{
	margin:0;
	padding:3px 5px;
	background:#fff;
}

.s_list2{
}

.s_list2:after{
	content: '';
	display: block;
	clear: both;
}

.s_list2 li{
	float:left;
	margin:3px 0 0 0 ;
	color:#999;
	text-align:left;
	border:0;
}

.s_list2 li .s_item{
	width:100%;
	margin:0 auto;
	text-align:center;
	border:1px solid #eee;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
	background:#fff;
}

ul.s_list2 li .s_item label{
	margin:0;
	padding:3px 5px;
	background:#fff;
}

.s_list2 li a{
}

.c_list{
	padding:3px 0;
}

.c_list:after{
	content: '';
	display: block;
	clear: both;
}

.c_list li{
	float:left;
	margin:3px 0;
	width:100px;
	color:#999;
	text-align:left;
	border:0;
}

.c_list li .s_item{
	width:90%;
	margin:0 auto;
	text-align:center;
	background:#fff;
	color:#999;
	border:1px solid #fff;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
}

.c_list li a{
}

.n_checkbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding:3px 0;
	width:100%;
	height:100%;
	display:block;
}

input[type=checkbox]:checked + .n_checkbox{
	
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#B91646;
	border:0;
	color:#fff;
}

input#date{
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #999;
	height:24px;
}

.group_tag{
	margin:0 0 20px 20px;
}

.group_tag:after {
	content: '';
	display: block;
	clear: both;
}

.group_tag li a{
	float:left;
	margin:0 14px 10px 0 ;
	padding:10px 5px;
	border:1px solid #3478f5;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#3478f5;
	font-weight:bold;
	font-size:14px;
}

.group_tag li.active a{
	background:#3478f5;
	color:#fff;
}

input.errors,select.errors{
	border:1px solid #ff0000;
}

.error_message{
	margin:0 0  10px 0;
	font-size:14px;
	color:#ff0000;
}

.mark {
	width:60%;
	margin:0 0 20px 0;

}

.mark:after {
	content: '';
	display: block;
	clear: both;
}

.mark li{
	float:left;
	width:170px;
	margin:0 3px 5px 0;
	font-size:12px;
	border:1px solid #ccc;
}

.mark li:after {
	content: '';
	display: block;
	clear: both;
}

.mark li div{
	float:left;
	padding:3px ;
	font-size:13px;
}

.mark li div:nth-child(1):after {
	content: ':';
	margin:0 0 0 5px;
}

.scout{
	margin:0 5px 0 0 ;
	padding:1px 3px;
	background:#3333ff;
	color:#fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size:12px;
}

.zappi{
	margin:0 5px 0 0 ;
	padding:1px 3px;
	background:#006633;
	color:#fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size:12px;
}