@charset "utf-8";
/* CSS Document */

  	.header {
		width:100%;	
		background-color:#00F;
		color:#FFF;
		display:none;
	}
	.header .title {
		float:left;
		width:20%;
	}
	.navbar-collapse {
		float:right;
		height:10px;
		width:80%
	}
	.navbar-collapse ul {
		float:right;
		display:flex;
		list-style-type:none;
	}

	.navbar-collapse ul li a{
		font-weight:bold;
		font-size:13px;
		color:#FFF;
	
	}
/*	.sidebar {
		float:left;
		display:block;
		width:10vw;
		height:95vh;
		background-color:#ACACFF;
	}*/
	body {
		background-color:#06F;	
	}
	#main_contents {
		display:none;
		width:100%;
	}
	#main-container {
		float:left;
		background-color:#FFF;	
		width:100%;
		height:100vh;
		display:block;
		overflow:scroll;
		padding:30px;
	}
	.fc-day-sun,.fc-slot-sun  {
		background-color:#FF6699;		
		
	}
	.fc-day-sun a,.fc-slot-sun a,.fc-day-sat a,.fc-slot-sat a{
		color:#FFF;	
	}
	.fc-day-sat,.fc-slot-sat {
		background-color:#6699FF;
		color:#FFF;	
	}
	.fc-day-past,.fc-slot-past,.fc-slot-disabled,.fc-day-disabled {
		background-color:#CCC;	
	}
	.fc-day {
		border:1px solid #000;	
	}
	.fc-theme-standard th,.fc-theme-standard td {
		border:1px solid var(--fc-border-color,#c0c0c0);	
	}
	.fc-header-toolbar {
		display:none;	
	}
	a.btn-radius-solid {
	  background: #f1e767;
	  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
	  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
	  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
	}
	
	a.btn-radius-solid:hover {
	  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
	  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
	  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
	}
	.menu-li {
		list-style-type:none;
		margin-top:10px;
	}
	*,
	*:before,
	*:after {
	  -webkit-box-sizing: inherit;
	  box-sizing: inherit;
	}
	
	#main-container {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  /*font-size: 62.5%;/*rem算出をしやすくするために*/
	}
	
	.btn,
	a.btn,
	button.btn {
	  font-size: 1.6rem;
	  font-weight: 700;
	  line-height: 1.5;
	  position: relative;
	  display: inline-block;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  letter-spacing: 0.1em;
	  color: #212529;
	  border-radius: 0.5rem;
	  border:1px #FFF;
	}
	.box30 {
    /*margin: 2em 0;*/
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	}
	.box30 .box-title {
		font-size: 4em;
		background: #5fc2f5;
		padding: 4px;
		text-align: center;
		color: #FFF;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	.box30 p {
		padding: 15px 20px;
		margin: 0;
	}
	.box30-1 {
		width:600px;
		height:600px;
		text-align:center;
		margin: auto;
		padding-buttom:20px;
	}
	.menu {
		margin-top:20px;
		line-height:300%;
	}
	.radiobutton {
	  display: none;
	}
	.lb_class {
	　margin:10px;
	  background-color: skyblue;
	  padding: 10px 20px;
	}
	.radiobutton:checked + .lb_class {
	  background-color: pink;
	}
	.why_class {
		width:25vw;	
	}
	#tb_reserzation {
		width:100%;	
	}
	#tb_reserzation td,#tb_reserzation th {
		border:1px solid;
	}
	.ui-widget-overlay {
		
	}
/* slot labelのサイズ */
td.fc-timegrid-slot.fc-timegrid-slot-label{
  font-size: 0.1em;
}
/* slotのサイズ */
td.fc-timegrid-slot.fc-timegrid-slot-lane.fc-timegrid-slot-minor{
  font-size: 0.1em;
}
td.fc-timegrid-slot.fc-timegrid-slot-lane{
  font-size: 0.1em;
  padding-left:0;
}
.menu-li {
	margin-bottom:10px;	
}
HTML CSS Result Skip Results Iframe
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* font-size: 62.5%;*/
}
.ui-dialog-title {
	font-size:30px;	
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
#manager_tb {
	width:1000px;
	margin:1px;
	padding:1px;
}
#manager_tb tbody tr td,#manager_tb thead tr th{
	border:1px solid #000;
	padding:0.5rem;
}
#pm_calendar_table {
	width:400px;
	margin:1px 1px 1px 1px;
	padding:1px 1px 1px 1px;
}
#pm_detail_table {
	width:800px;
	padding:1px 1px 1px 1px;
}
#pm_calendar_table tbody tr td ,#pm_calendar_table thead tr th {
	border:1px solid #000;
	padding:0.5rem;
}
#pm_detail_table tbody tr td,#pm_detail_table thead tr th {
	border:1px solid #000;
	padding:0.5rem;
	
}
#pm_calendar_table tbody tr td .selected {
	background-color:#00b7ee;
}
#group_tb tbody tr td,#group_tb thead tr th{
	border:1px solid #000;
	padding:0.5rem;
}
#device_tb tbody tr td,#device_tb thead tr th{
	border:1px solid #000;
	padding:0.5rem;
}
#group_tb,#device_tb {
	margin:1px;
	padding:1px;
}
#sc_table tbody tr td,#sc_table thead tr th {
	border:1px solid #000;
	padding:0.5rem;
}
#sc_table {
	width:500px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}