@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, main, section {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,footer,header,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
h1,h2,h3,h4,h5,p,li,dt,dd { line-height: 1; }
img {
	max-width: 100%;
	vertical-align: top;
}
a{
	color: #df003a;
	font-weight: normal;
	text-decoration: underline;
}
a:visited{
	color: #df003a;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
a:hover img{
	filter:alpha(opacity="75");
	opacity: 0.75;
}
select{
	font-size: 14px;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
/*------------------------------------------------------
   PC
------------------------------------------------------*/
body {
	background: #fff;
	color: #3d3d3c;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}
.wrapper {
	overflow: hidden;
	width: 100%;
}
.navbar-laravel {
	box-shadow: none;
	border-bottom: 1px solid #e60019;
}
nav .container {
	position: relative;
	height: 50px;
	margin: 0 auto;
	width: 1400px;
}
.py-4.image-body.main {
	padding: 0 !important;
}
.main .container {
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}
.main .container .nav {
	width: 1200px;
	margin: 0 auto;
}
.logo a {
	background: url("../images/logo.png") no-repeat;
	background-size: contain;
	display: block;
	height: 60px;
	width: 250px;
	text-indent: -9999px;
	pointer-events: none;
}

/*gNav--------------------*/
.main .container .navContainer {
	background: #353535;
	height: 49px;
	width: 100%;
}
.navContainer .gNav {
	margin: 0 auto;
	width: 1400px;
}
.gNav table {
	border-left: 1px solid #fff;
}
.gNav table th {
	border-right: 1px solid #fff;
	color: #df003a;
	height: 49px;
	padding: 0 1em;
	vertical-align: middle;
	font-weight: normal;
}
.gNav table th a {
	color: #fff;
	text-decoration: none;
}
.gNav table th a.active {
	color: #df003a;
}
/*page title-----------------*/
.titleArea {
	margin: 0 auto;
	position: relative;
	width: 1400px;
}
.titleArea h2,
.login .card h2 {
	font-size: 20px;
	position: relative;
	margin: 40px 0 ;
	padding: 0.5em;
	border-left: 5px solid #e60019;
}
.login .card h2 {
	margin: 0 0 20px;
}
.titleArea h2:before,
.login .card h2::before {
	position: absolute;
	left: -5px;
	bottom: 0;
	content: '';
	width: 5px;
	height: 50%;
	background-color: #353535;
}

/*login & csv-------------------------*/
.login h1 {
	margin: 30px 0;
	font-size: 30px;
	text-align: center;
}
.card {
	border: 1px solid #e60019;
	border-radius: 10px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	width: 80%;
}
.card + .card {
	margin: 20px auto 0;
}
.container .form-group.row {
	display: block;
	text-align: center;
	margin: 0 0 1em;
	width: 100%;
}
.container .card .form-group.row {
	margin: 10px 0 0;
}
.cardContents label {
    display: inline-block;
    width: 13%;
	vertical-align: middle;
}
.cardContents .col-md-6,
.cardContents .col-md-10{
    display: inline-block;
    width: 35%;
	text-align: left;
	vertical-align: middle;
}
.cardContents .col-md-6 input {
    border: 1px solid #e60019;
    font-size: 1rem;
    margin: 0 0.5em 0 0;
    padding: 0.25em 1em;
    width: 100%;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:focus {
	background: #fff ;
}
.card .col-form-label {
    padding-top: 4px;
    padding-bottom: 5px;
}
/*calendar----------------------*/
.titleArea #datepicker {
	position: absolute;
	right: 0;
    top: -212px;
}
.daily .titleArea #datepicker {
	top: -237px;
}
#datepicker .ui-widget.ui-widget-content,
#ui-datepicker-div {
	height: 200px;
	width: 205px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	border: 1px solid #e60019;
}
#datepicker .ui-datepicker .ui-datepicker-header,
#datepicker .ui-datepicker th,
#datepicker .ui-datepicker td a,
.ui-datepicker .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-calendar td a {
	padding: 0 !important;
	line-height: 1.6;
}
#datepicker .ui-datepicker .ui-datepicker-prev, #datepicker .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: -2px !important;
}
#datepicker th.ui-datepicker-week-end span,
#datepicker td.ui-datepicker-week-end a,
#ui-datepicker-div th.ui-datepicker-week-end span,
#ui-datepicker-div td.ui-datepicker-week-end a {
    color: #cc005b;
}
#datepicker tr th:last-of-type span,
#datepicker tr td:last-of-type a,
#ui-datepicker-div tr th:last-of-type span,
#ui-datepicker-div tr td:last-of-type a{
    color: #0051ca !important;
}
#datepicker tr td a,
#ui-datepicker-div tr td a{
	text-align: center;
}
#datepicker .ui-state-highlight, #datepicker .ui-widget-content #datepicker .ui-state-highlight, #datepicker .ui-widget-header .ui-state-highlight,
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content #ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
    border: 1px solid #e60019;
    background: #e60019;
    color: #fff;
}

/*main contents----------------*/
.container .row {
	margin: 0 auto;
	width: 1400px;
}

/******************************
   btn
********************************/
.btnArea {
	margin: 20px 0 0;
	text-align: center;
	width: 100%;
}
.btnArea02 {
	margin: 0;
}
.btnArea .btn,
.btnArea button{
	background: #e60019;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 1rem;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
	width: 280px;
}
.btn,
.btnArea button{
	border: none;
	border-radius: 0;
	padding: 0 2em;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
}
.btn.btn-primary {
	background: #445bab;
}
.btn.btn-danger {
	background: #c42788;
}
.btn.btn-warning {
	background: #f29411;
	color: #fff;
}
.btn.btn-search {
	background: #e60019;
}
a.btn.btn-warning,
.btn.btn-search {
	color: #fff;
}
.btn.btn-blue,
.btnArea button.classschedule {
	background: #132978;
}
a.btn:visited {
	color: #fff;
}
/******************************
   table
********************************/
.roomTable thead, .roomTable tbody,
.userTable thead, .userTable tbody,
.eventTable thead, .eventTable tbody {
	display: block;
	width: 100%;
}
.roomTable tbody,
.userTable tbody,
.eventTable tbody {
	max-height: 500px;
	overflow-y: scroll;
	width: 100%;
}
.row table {
	width: 100%;
}
.row .eventTable {
	margin: 10px 0 0;
}
.row table th {
	background: #132978;
	border-left: 1px dotted #132978;
	color: #fff;
	padding: 0.25em;
	box-sizing: border-box;
}
.row table td {
	padding: 0.25em;
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #132978;
	box-sizing: border-box;
}
.eventTable td:nth-of-type(5) {
	white-space: pre-wrap;
}
.row table tr th:nth-of-type(1),
.row table tr td:nth-of-type(1) {
	border-left: none;
}
.userTable th,
.userTable td {
	width: 13%;
}
.userTable td {
	word-break: break-all;
}
.userTable th:first-of-type,
.userTable td:first-of-type{
	width: 5%;
}
.userTable th:nth-of-type(2),
.userTable td:nth-of-type(2) {

}
.userTable th:nth-of-type(5),
.userTable td:nth-of-type(5),
.userTable th:nth-of-type(6),
.userTable td:nth-of-type(6){
	width: 7%;
}
.userTable th:last-of-type,
.userTable td:last-of-type{
	width: 9.4%;
}
.roomTable th:first-of-type,
.roomTable td:first-of-type,
.roomTable th:nth-of-type(3),
.roomTable td:nth-of-type(3){
	width: 2.5%;
}
.roomTable th:nth-of-type(4),
.roomTable td:nth-of-type(4){
	width: 4%;
}
.roomTable th:nth-of-type(2),
.roomTable td:nth-of-type(2) {
	width: 4%;
}
.roomTable th:nth-of-type(5),
.roomTable td:nth-of-type(5),
.roomTable th:nth-of-type(6),
.roomTable td:nth-of-type(6) {
	width: 4%;
}
.roomTable th:nth-of-type(7),
.roomTable td:nth-of-type(7){
	width: 3.8%;
}
.roomTable th:nth-of-type(8),
.roomTable td:nth-of-type(8) {
	width: 7.5%;
}
.roomTable th:nth-of-type(9),
.roomTable td:nth-of-type(9) {
	width: 3.5%;
}
.roomTable th:nth-of-type(10),
.roomTable td:nth-of-type(10),
.roomTable th:nth-of-type(11),
.roomTable td:nth-of-type(11),
.roomTable th:nth-of-type(12),
.roomTable td:nth-of-type(12){
	width: 6%;
}
.roomTable th:nth-of-type(2),
.roomTable th:nth-of-type(4) {
	width: 3.5%;
}
.roomTable th:nth-of-type(5),
.roomTable th:nth-of-type(6) {
	width: 3.8%;
	font-size: 15px;
}
.roomTable th:nth-of-type(7) {
	width: 3.6%;
	font-size: 15px;
}
.roomTable th:last-of-type,
.roomTable td:last-of-type{
	width: 9%;
}
.eventTable th:first-of-type,
.eventTable td:first-of-type{
	width: 3%;
}
.eventTable th:nth-of-type(2),
.eventTable td:nth-of-type(2),
.eventTable th:nth-of-type(3),
.eventTable td:nth-of-type(3){
	width: 4.5%;
}
.eventTable th:nth-of-type(4),
.eventTable td:nth-of-type(4){
	width: 20%;
}
.eventTable th:nth-of-type(5),
.eventTable td:nth-of-type(5){
	width: 6.5%;
	min-width: 190px;
}
.eventTable th:nth-of-type(6),
.eventTable td:nth-of-type(6){
	width: 6.4%;
}
.eventTable th:nth-of-type(7),
.eventTable td:nth-of-type(7){
	width: 6%;
}
.eventTable th:nth-of-type(8),
.eventTable td:nth-of-type(8){
	width: 9%;
}
/*******************************
select
********************************/
.selectContainer,
#lecture_info .form-group:nth-of-type(1) .col-md-10 {
	overflow: hidden;
	width: 90%;
	text-align: center;
}
#lecture_info .form-group:nth-of-type(1) .col-md-10,
#lecture_info .col-md-10.selectContainer {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}
.selectContainer select,
#lecture_info .col-md-10 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.selectContainer select::-ms-expand,
#lecture_info .col-md-10 select::-ms-expand {
    display: none;
}
.selectContainer,
#lecture_info .form-group:nth-of-type(1) .col-md-10 {
	position: relative;
	border: 1px solid #e60019;
	border-radius: 2px;
	background: #ffffff;
}
.selectContainer::before,
#lecture_info .form-group:nth-of-type(1) .col-md-10::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #e60019;
	pointer-events: none;
}
.selectContainer select,
#lecture_info .col-md-10 select{
	padding: 5px 38px 5px 8px;
	color: #666666;
}

/*******************************
input textArea
********************************/
input, textarea {
	border: 1px solid #e60019;
	font-size: 1rem;
	margin: 0 0.5em 0 0;
	padding: 0.2em 1em;
	width: 70%;
}
input.form-control {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}
input.form-check-input {
	width: auto;
}
textarea {
	height: 120px;
}
/*******************************
必須
********************************/
.required {
	font-size: 10px;
	color: #e60019;
	vertical-align: baseline;
}
.required02 {
	font-size: 10px;
	color: #445bab;
	vertical-align: baseline;
}
/*******************************
hr
********************************/
hr {
    width: 1400px;
    margin: 0 auto 10px;
}

/*******************************
errors flash_message ajax_message
********************************/
div#validation_errors,
div#flash_message,
div#ajax_message,
div#XMLHttpRequest,
div#textStatus,
div#errorThrown,
#createReservations,
.row.section form {
    width: 1400px;
    margin: 0 auto;
}

/*footer-----------------------*/
.footer {
	background: #353535;
	margin: 20px 0 0;
}
.footer .copyright {
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
}

/********************************
個別ページ
*********************************/
/*教室利用状況---------------------*/
.justify-content-between {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.room.card {
	margin: 0 auto;
	padding-top: 0;
	position: relative;
}
.room.card > form {
	height: 81px;
}
_::-webkit-full-page-media, _:future, :root .room.card > form {/*safari*/
    margin: 0;
}
.room .leftCol {
	float: left;
	width: 20%;
}
.room .leftCol input,
.col-md-2.bg.room > #text {
	width: 50%;
} 
.room .centerCol {
	float: left;
	width: 40%;
}
.room .centerCol .col:first-child input {
	width: 71%;
}
.room .rightCol {
	float: left;
	width: 30%;
}
.room #submit {
	float: left;
	width: 10%;
}
.room div label,
.room div .col-md-2,
.room .rightCol .col .container {
	display: inline;
	vertical-align: middle;
}
.room .rightCol .col {
	position: relative;
	height: 33px;
	right: -150px;
}
.room .rightCol .col label {
	position: relative;
	top: 0.25em;
}
.room .rightCol .col .container {
    width: 60%;
    position: absolute;
    left: 6em;
}
.room div .col:first-child {
	margin: 0 0 10px;
}

.room #submit .btn {
	position: absolute;
	right: 40px;
	bottom: 24px;
}
.room.card.clear.row {
	border: none;
	box-shadow: none;
}
.remark-s {
	width: 200px;
	margin: 0 0 0 38px;
}
.centerCol .col .col-md-2 > #room-type {
	width: 71px;
}
.room.day_of_week,
.room.month {
	width: 165.5px;
}
.read-only.bg {	
	background: #e6c2c6;
	border: 1px solid transparent;
}
.read-only.bg:focus {
	outline: none;
	pointer-events: none;
}
.daily > .titleArea > h2 {
	width: 400px;
	margin-bottom: 15px;
}
.daily > .titleArea > .col-sm-2 {
	position: relative;
	top: 25px;
}
.daily > .titleArea > .row {
	width: 160px;
	height: 25px;
}
.daily > .titleArea > .row > div {
	width: 35px;
}
.daily > .titleArea > .row > div:first-child {
	margin-left: 20px;
}
.daily .row.justify-content-between {
	padding-top: 5px;
}
table.top-event {
	width: 1200px;
	margin-bottom: 0;
}
table.noAdmin-eve {
	width: 1200px;
	margin-bottom: 0;
}
table.top-event > tbody tr > td,
table.noAdmin-eve > tbody tr > td {
	padding-left: 30px;
}

/*印刷画面----------------------*/
#print_btn {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 15px;
}
#print_btn .btn-search {
	width: 280px;
}
#print_btn .btn-search:focus {
	background-color: #e60019;
	color: #fff;
}
.row.print_row {
	width: 1030px;
}
.row .print_tle {
	width: 1030px;
	padding: 20px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*教室利用内容----------------------*/
.rightBtn {
	position: absolute;
	right: 40px;
	top: 40px;
}
.rightBtn-wrap{
	padding: 0 0 20px 0;
}
.align-right {
	text-align: right;
}
.align-right span {
	margin: 0 0 0 2em;
}
.row.reservations {
	width: 1077px;
}
.row.reservations table {
	margin: 30px 0 0;
}
.row.reservations table th {
	word-break: keep-all;
}
#reserve-display-tb th.num {
	width: 22px;
}
#reserve-display-tb th.select {
	width: 24px;
	font-size: 15px;
}
#reserve-display-tb th.date {
	width: 92px;
}
#reserve-display-tb th.s-time,
#reserve-display-tb th.e-time {
	width: 69px;
	font-size: 15px;
}
#reserve-display-tb th.room,
#reserve-display-tb td:nth-last-child(5) {
	min-width: 100px;
	max-width: 115px;
}
#reserve-display-tb th.title,
#reserve-display-tb td:nth-last-child(4)	 {
	max-width: 354px;
}
#reserve-display-tb th.retouch {
	width: 69px;
	font-size: 15px;
 }
 #reserve-display-tb th.update {
	 width: 135px;
 }
 #reserve-display-tb th.update-by,
 #reserve-display-tb td:last-child {
	 max-width: 105px;
 }
 #reserve-display-tb td > input {
	 margin-bottom: 6px;
 }
 
/*教室利用状況検索------------------*/
.justify-content-center {
    max-width: 1400px;
    margin: 0 auto;
}
#search_via_room h3,
#search_via_date h3,
#search_via_option h3{
	font-size: 1.2rem;
	font-weight: 700;
}
#search_via_date .col-md-2,
#search_via_option .col-md-2{
	float: left;
	width: 35%;
}
#search_via_room .col-md-2 {
	float: left;
	width: 20%;
}
#search_via_room label.col-md-2,
#search_via_date label.col-md-2,
#search_via_option label.col-md-2 {
	width: 10%;
}
#search_via_date .leftCol {
	float: left;
	width: 17%;
	padding: 0.4em 0 0 2.5em;
}
#search_via_date .capacity_min_max {
	float: left;
	width: 25%;
}
#search_via_date .capacity_min_max input {
	width: 30%;
}
#search_via_option .col-md-6 {
	float: left;
	width: 50%;
	padding: 0.4em 0 0 2.5em;
}
#search_via_room #submit,
#search_via_date #submit,
#search_via_option #submit {
	float: right;
	width: 10%;
}
#search_via_date .clear,
#search_via_option .clear,
#search_via_room .clear {
	margin: 10px 0 0;
}
.search-option-tr td:first-child {
	width: 50px;
}
.search-option-tr td:nth-child(2),
.search-option-tr td:nth-child(10) {
	width: 140px;
}
.search-option-tr td:nth-child(3), 
.search-option-tr td:last-child {
	width: 100px;
}
.search-option-tr td:nth-child(4),
.search-option-tr td:nth-child(5) {
	width: 80px;
}
.search-option-tr td:nth-child(6) {
	width: 70px;
}
.search-option-tr td:nth-child(7) {
	width: 100px;
}
.search-option-tr td:nth-child(9) {
	width: 150px;
}
.search-option-tr td:last-child {
	width: 100px;
}
.selectContainer.state-search,
#search_via_option .selectContainer.state-search {
	width: 167.5px;
}
#search_via_date .col-md-2.state-search {
	width: 220px;
}

/*教室利用登録---------------------*/
.container .row.posi {
	position: relative;
	height: 30px;
}
.container .row.posi .classschedule {
	position: absolute;
	right: 0;
	top: 0;
}
.card h3 {
    margin: 0;
}
.container .row.section .row {
	text-align: left;
}
.container .form_check_inline {
	display: inline-block;
}
#lecture_info h3,
#reserve_info h3,
#reserve_ganerator h3 {
	font-size: 1.2rem;
	font-weight: 700;
}
#lecture_info label,
#reserve_info label,
#reserve_ganerator label {
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	width: 150px;
	vertical-align: middle;
}
#lecture_info .col-md-5,
#lecture_info .col-md-10 {
    display: inline-block;
	padding: 0;
    width: 800px;
	vertical-align: middle;
}
#lecture_info .col-md-5.s-short,
#lecture_info .col-md-10.s-short,
#lecture_info .col-md-5.bg.s-short {
	width: 100px;
}
#lecture_info .col-md-5.short,
#lecture_info .col-md-10.short {
    width: 150px;
}
#reserve_info .col-md-6 .bg.short {
	width: 106px;
}
#lecture_info .col-md-5.middle {
	width: 360px;
}
#lecture_info .col-md-10.middle > input,
#lecture_info .col-md-10.bg.middle,
#lecture_info .mail .col-md-5.middle {
	width: 543px;
}
#lecture_info .col-md-5.long {
	width: 650px;
}
#lecture_info input, 
#lecture_info textarea {
	width: 100%;
}
#lecture_info textarea {
	height: 5em;
}
#reserve_info .reservations,
#reserve_ganerator .reservations{
	margin: 20px 0 0;
}
#reserve_info .box,
#reserve_ganerator .box {
	height: fit-content;
	border: 1px dashed #ccc;
}
#reserve_info .leftCol,
#reserve_ganerator .leftCol {
	display: inline-block;
	margin: 0;
	width: 10%;
	vertical-align: top;
}
#reserve_info .centerCol,
#reserve_ganerator .centerCol {
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	width: 79%;
	border: 1px dashed #ccc;
	border-width: 0 1px;
}
#reserve_info .rightCol,
#reserve_ganerator .rightCol {
	display: inline-block;
	margin: 0;
	width: 9%;
	vertical-align: top;
	padding: 20.8px 0 0;
}
#reserve_info .centerCol label,
#reserve_info .row03 label,
#reserve_ganerator .centerCol label,
#reserve_ganerator .row03 label {
	display: inline;
	width: auto;
}
#reserve_info .form-group.row01,
#reserve_ganerator .form-group.row01 {
    display: inline-block;
    width: 40%;
	vertical-align: top;
}
#reserve_info .form-group.row01 {
	margin-bottom: 0;
}
#reserve_info .form-group.row01 .col-md-2,
#reserve_ganerator .form-group.row01 .col-md-2 {
	display: inline-block;
	width: 70%;
}
.conf #reserve_info .form-group.row01 .col-md-2,
.form-group.row01 > .col-md-2.bg#reserve_date-add {
	width: 34%;
}
#reserve_info .form-group.row03 .col-md-2,
#reserve_ganerator .form-group.row03 .col-md-2 {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
#reserve_info .form-group.row03 .col-md-4,
#reserve_ganerator .form-group.row03 .col-md-4{
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}
#reserve_info .form-group.row03 .col-md-4 .selectContainer,
#reserve_ganerator .form-group.row03 .col-md-4 .selectContainer {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
#reserve_info .form-group.row03 .col-md-4 .btn,
#reserve_ganerator .form-group.row03 .col-md-4 .btn {
	margin: 0 0 0 10px;
}
#reserve_info .row02,
#reserve_ganerator .row02 {
	display: inline-block;
	width: 59%;
	vertical-align: top;
}
#reserve_info .row02 .col-md-3 {
	margin: 0 0 10px;
	padding: 0;
}
#reserve_ganerator .row02 .col-md-3 {
	margin: 10px 0;
	padding: 0;
}
.conf #reserve_info .row02 .col-md-3,
#reserve_time-add {
	width: 77%;
    display: inline-block;
}
#reserve_info .row02 .selectContainer,
#reserve_ganerator .row02 .selectContainer {
	display: inline-block;
	width: 15%;
	vertical-align: middle;
	margin: 0 0.25em;
}

#reserve_info .row .selectContainer,
#reserve_ganerator .row .selectContainer {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
#reserve_ganerator .row .selectContainer {
	margin: 0 0.25em;
}
#reserve_info .row .col-md-2,
#reserve_ganerator .row .col-md-2{
	display: inline;
}
#reserve_ganerator .row .col-md-2.offset-6 {
	display: inline-block;
	/* margin-left: 59.2%;
	padding-left: 8px; */
	margin-left: 640px;
	box-sizing: border-box;
	width: 40%;
}
#reserve_ganerator .row .col-md-2.offset-6 .selectContainer {
	width: 17%;
}
#reserve_info .col-md-6,
#reserve_ganerator .col-md-6 {
	display: inline-block;
    width: 83%;
}
#reserve_info .rightCol .deleteformbox,
#reserve_info .rightCol .addformbox,
#reserve_ganerator .rightCol .deleteformbox,
#reserve_ganerator .rightCol .addformbox {
	display: block;
	text-indent: -99999px;
	height: 40px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
#reserve_info .rightCol .minus,
#reserve_info .rightCol .plus,
#reserve_ganerator .rightCol .minus,
#reserve_ganerator .rightCol .plus {
	height: 40px;
	position: relative;
	margin: 0 auto 1.25em;
	width: 40px;
}
#reserve_info .rightCol .minus::before,
#reserve_ganerator .rightCol .minus::before{
	font-family: "Font Awesome 5 Free";
	content: '\f056';
	color: #c42788;
	font-size: 40px;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#reserve_info .rightCol .plus::before,
#reserve_ganerator .rightCol .plus::before{
	font-family: "Font Awesome 5 Free";
	content: '\f055';
	color: #445bab;
	font-size: 40px;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#lecture_info .bg,
#reserve_info .bg,
#reserve_ganerator .bg,
#reserve_ganerator .bg,
.form-group.row.reservation-time #reserve_time-add {
	background: #e6c2c6;
	padding: 0.25em 1em;
}
#reserve_info .col-md-6.bg {
	width: 70%;
}
#reserve_info .form-group.center,
#reserve_ganerator .form-group.center {
	text-align: center;
}
#reserve_info .form-group.center .btn,
#reserve_ganerator .form-group.center .btn {
	margin: 50px auto 0;
}
div.chart_div table {
    width: auto;
    margin: 0 auto !important;
}
.container .card .form-group.row.reservation-time {
	margin: 0;
}
.box .form-group.row.reserve-row-height {
	margin-top: 0;
}
.box .form-group.row.reserve-row-height02 {
	margin-top: 3px;
}
#time_setter_view .col-md-3 .selectContainer {
	margin-left: 0;
}
.flex-box {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
  	display: -ms-flexbox;
}
#lecture_info .flex-item01 {
	flex-basis: 260px;
	width: 260px;
	-webkit-flex-basis: 260px;
  	-ms-flex-basis    : 260px;
	-ms-flex-preferred-size: 260px;
}
#lecture_info .flex-item02 {
	flex-basis: 260px;
	width: 260px;
	-webkit-flex-basis: 260px;
  	-ms-flex-basis    : 260px;
	-ms-flex-preferred-size: 260px;
}
#lecture_info .flex-item02 {
	padding: 0 0 0 20px;
}
#lecture_info .flex-item03 {
	flex-basis: 500px;
	width: 500px;
	-webkit-flex-basis: 500px;
  	-ms-flex-basis    : 500px;
	-ms-flex-preferred-size: 500px;
}
#lecture_info .flex-item02 > label {
	width: 110px;
}
#lecture_info .flex-item03 > label {
	width: 70px;
}
#lecture_info .flex-item01 > .s-short.h-control,
#lecture_info .flex-item02 > .s-short.h-control,
#lecture_info .flex-item03 > .middle {
	padding: 4px 0 5px;
}
#lecture_info .flex-item01 > .bg.s-short,
#lecture_info .flex-item02 > .bg.s-short,
#lecture_info .flex-item03 > .bg.middle {
	padding-left: 15px;
}
.form-group.row.tell {
	width: 310px;
	float: left;
}
.form-group.row.mail {
	width: 1300px;
}
#lecture_info .mail > label {
	width: 80px;
	margin: 0 0 0 17px;
}
.required02.margin-cntl {
	width: 243px;
	margin-left: 59px;
}
.row02 > .reservation-time.margin-cntl {
    position: relative;
    left: -90px;
}
.rightBtn.display-lecture {
	display: contents;
}
.rightBtn.display-lecture > a {
	margin: 0 0 7px 0;
	position: relative;
    left: 945px;
}
_::-webkit-full-page-media, _:future, :root .col-md-2.room_selection {
    padding-left: 12px;
}

/*行事管理------------------------*/
.row.event form {
	width: 100%;
}
.row.event form #sqz_from,
.row.event form #sqz_until {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
}
.row.event .col-md-5 #first_date,
.row.event .col-md-5 #last_date {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.rightBtn-event {
	padding: 20px;
	display: inline;
}
.row.event form #sqz_from {
	margin: 0 0 0 10px;
}
.event .form-group.row {
	text-align: left;
}
.form-group.row01#reserve_row {
	width: 324px;
}
.col-md-3 > .selectContainer#margin-l {
	margin-left: 0;
}
.reservation-time .col-md-3.bg#reserve_time-add {
	width: 138px;
}

/*ユーザ管理------------------------*/
#user-checkbox > input {
	width: 16px; 
	margin: 0 0 5px 0;
}

/*CSV登録------------------------*/
input.form-control.csv {
	width: 180%;
}

/*教室管理------------------------*/
