.entry .col-form-label {
	text-align: left;
}
@media (min-width: 768px) {
	.entry .col-form-label {
		text-align: right;
	}
}
.entry .amount_label {
	text-align: right;
}

.entry section.apply {
	border: solid 1px #999;
}

.entry .personal .apply_area {
	border-bottom: dashed 1px #999;	
	padding: 1rem 1rem 0.5rem 1rem;
}
.entry .class_label {
	font-size: 1.25rem;
}
.entry .hidden {
	display: none;
}
.entry .course_row .card .name {		width: 20rem;	}
.entry .course_row .card .period {		width: 17rem;	}
.entry .course_row .card .accept {		width:  7rem;	} 
.entry .course_row .card .handling {	width: 15rem;	} 

.entry .course_row .card .course_name {
	font-size: 1.25rem;
	font-weight: bolder;
}
.entry .yet {		color: inherit;	}
.entry .doing {		color: #0066FF;	}
.entry .suspend {	color: #FF0066;	}
.entry .done {		color: inherit;	}
.entry .invalid {	color: inherit;	}

.entry .error_area {
	background-color: #ffeeee;
	
	border: solid 1px #FF0066;
    border-radius: 0.25rem;
	padding: 1rem;
	
	color: #ff0000;
}

.entry .attention_body {
/*	white-space: pre-wrap;*/
	white-space: inherit;
}

.entry .caution {
	font-size: 1.2rem;
	font-weight: bolder;
	margin-top: 0.25rem;
	color: #f06;
}

.index .remark {
/*	color: #F06; */
	font-weight: normal;
	white-space: pre-wrap;
}
.index .accept_message {
	white-space: pre-wrap;
}

.identify ul {
	padding-left:0;
	margin-left: 1rem;
}
.identify ul li {
	list-style-type: none;
}
.identify ul li:before {
	content:"＊";
	margin-left: -1rem;
}

.profile .form-check-inline .form-check-input {
    margin-top: -1.2rem;
}

.apply .form-control {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}
.apply .amount {
	display: block;
	width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.25rem;
    font-weight: 400;
	line-height: 1.5;
	border-bottom: solid 1px #333;
}

.attend .attend .attend_area {
    margin-bottom: 20rem;
}
.attend .attend_area .date {
	width: 24%;
}
.attend .attend_area .time {
	width: 19%;
}
.attend .attend_row_head .btn,
.attend .attend_row .btn {
	padding: .5rem .5rem;
	padding: 0 0.3rem;
}
.attend .sel {
	border: solid 1px #ccc;
	padding: 0.25rem 0.5rem;
}
.attend .with_effect .attend_row .sel.date {
	border-right-color: #000;
	border-right-width: 2px;
}
.attend .with_effect .attend_row .sel.date.no_bold {
	border-right-color: #ccc;
	border-right-width: 1px;
}
.attend .with_effect .attend_row .sel.reserve {
	border-left-color: #000;
	border-left-width: 2px;
}
.attend .with_effect .attend_row .sel.first_row.effect {
	border-top-color: #000;
	border-top-width: 2px;
}
.attend .with_effect .attend_row .sel.first_row.effect.no_bold {
	border-top-color: #ccc;
	border-top-width: 1px;
}
.attend .with_effect .attend_row .sel.last_row.effect {
	border-bottom-color: #000;
	border-bottom-width: 2px;
}
.attend .with_effect .attend_row .sel.last_row.effect.no_bold {
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
}
.attend .attend_row .sel .attend_select {
	font-weight: bolder;
}
.attend .amount_area em {
	font-style: normal;
}
.attend .amount_area .attend_amount em {
	font-size: 1.2rem;
    line-height: 1.25rem;
	font-weight: bolder;
}
.attend .amount_area .suggest_amount em {
	font-size: 1.2rem;
	font-weight: bolder;
}
.attend .amount_area .apply_amount em {
	font-size: 1.2rem;
	font-weight: bolder;
}
.attend .attend_area .subject {
	font-size: 1.25rem;
}
.attend .fix_area {
    bottom: 3.5rem;
	border: solid 1px #999;
	border-radius: 0.25rem;
	
	background-color: #fff;
	padding: 1rem;
}
.attend .error_area {
	background-color: #ffeeee;
	
	border: solid 1px #FF0066;
    border-radius: 0.25rem;
	padding: 1rem;
	
	color: #ff0000;
}
.attend .attend_guide {
	color: #f06;
}
.attend .attend_short_error {
	color: #f06;
	font-weight: bolder;
	width: 90%;
}
#dialog_attend .bold {
	background-color: #FF0;
	font-weight: bolder;
}

.confirm .col-form-label {
	text-align: left;
}
@media (min-width: 576px) {
	.confirm .col-form-label {
		text-align: left;
	}
}
.confirm .amount {
	height: auto;
}
.confirm .apply_area {
	border-bottom: dashed 1px #999;	
	padding: 1rem 1rem 0.5rem 1rem;
}
.confirm section.amount {
	border-bottom: double 1px #999;	
	font-size: 1.55rem;
}
.confirm section.amount .explain {
	font-size: 1.0rem;
	text-align: center;
}
.confirm section.operation_cost {
	border-bottom: double 1px #999;	
	font-size: 1.25rem;
}
.confirm .sel.smoke {
	background-color: #ccc;
}
.confirm .sel.select {
	background-color: #ccffff;
}
.confirm .lock_message {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
	border: solid 1px #f06;
	color: #f06;
	font-size: 1.2rem;
	font-weight: bolder;
}
.confirm .attend_short_error {
	color: #f06;
	font-weight: bolder;
}
.confirm .password {
	color: #F06;
}
.confirm .password_comment {
	padding-left: 1em;
	text-indent: -1em;
}
.confirm .schedule_link {	
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: solid 1px #06f;
	padding: 1.5rem;
	text-align: center;
	font-size: 1.2rem;
}
.confirm .schedule_link .link {
	line-height: 1.2rem;
}	
.confirm .schedule_link i {
	font-size: 2rem;
}
.confirm .apply_start_date .subject {
	font-size: 1.2rem;
	font-weight: normal;
}
.confirm .apply_start_date .date {
	font-size: 1.2rem;
}

.deny .card {
	border-color: #F06;
}
.deny .card-title {
	color: #F06;
	font-weight: bolder;
}

.check section {
	position: relative;
}
.check .command {
	position: absolute;
	top: 15rem;
    width: 100%;
}
.check .button_frame {
	
}
.check .check_frame {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	padding: 2.5rem;
	border: solid 2px #007BFF;
}

.ui-dialog {
	width: 100% !important;
}
@media (min-width: 576px) {
	.ui-dialog {
		width: 80% !important;
	}
}
@media (min-width: 768px) {
	.ui-dialog {
		width: 65% !important;
	}
}
@media (min-width: 992px) {
	.ui-dialog {
		width: 50% !important;
	}
}
@media (min-width: 1200px) {
	.ui-dialog {
		width: 500px !important;
	}
}
