@charset "UTF-8";

.n_mp {
	margin: 0 !important;
	padding: 0 !important;
}

.mr_r {
 	margin-right: 1em;
}

.pd_6 {
 	padding: 6px;
}

.invalid_form {
	background: #ffcbcb;
}

.invalid_text {
	font-size: 0.8em;
	color: #fe6c7b;
}

.title_text {
	color: #785a00;
	font-size: 2rem;
}

.text_red {
	color: #fe6c7b;
}

.t_14 {
	font-size: 14px;
}

.w28 {
	width: 28% !important;
}

.w42 {
 	width: 42% !important;
}

.centering {
	text-align: center;
}
.bold{
	font-weight: bold;
}
button[type="submit"] {
	width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

table.timetable {
	margin: 0 auto;
	border-collapse: collapse;
}

table.timetable th{
	border: 1px solid #ddd;
	background: #fff;
}

table.timetable td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #fff;
}

table.timetable td.gray {
	background: #ccc;
}

table.timetable td.active {
	background: #fae1fa;
}

table.timetable img {
	display: inline;
}

table.timetable img:hover {
	cursor: pointer;
}


.datetime {
	display: none;
}

.subwindow_body {
	min-width: 100% !important;
}

.subwindow_box {
	width: 80%;
	max-height: 380px;
	margin: 8px auto;
	padding: 10px;
	border: 1px solid #b4a371;
	background: #fff;
}

.subwindow_body input[type=button]{
	background: #785A00;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
	margin: 10px 0;
	cursor: pointer;
}

.video_area {
	margin: 10px 0;
}

/*
table.stripe th {
	text-align: center !important;
	font-weight: normal !important;
}

table.stripe tr:nth-child(odd) {
	background: #fff0f8 !important;
}

table.stripe tr:nth-child(even) {
	background: #fff !important;
}*/

.nowrap {
	white-space: nowrap;
}

.scr_thum
{
	max-width: 75px;
	max-height: 56px;
}

* html body .scr_thum
{
	width: expression(this.width >= this.height ? "75px" : "auto");
	height: expression(this.width <= this.height ? "56px" : "auto");
}

.rd5 {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px;
}

#modal-content {
    position: fixed;
    display: none;
    z-index: 2;
    width: 580px;
    height: 220px;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -290px;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    overflow: auto;
}

div[id^="error-modal-content"] {
    position: fixed;
    display: none;
    z-index: 2;
    width: 580px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -290px;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    overflow: auto;
}

#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}

#calendar {
	background: #FFF;
}

.red_box {
	background: #fff;
	border: #ff0000 3px solid;
	padding: 15px;
	width: 100%;
	max-width: 830px;
	margin: 0 auto 50px;
}
.red_box p {
	font-weight: 700;
}
.red_box .ttl,
.red_box .ttl_t {
	color: #ff0000;
	font-size: 120%;
	font-weight: 700;
}
.rec_boxmt {
	margin-top: 50px;
	margin-bottom: 0!important;
}
.mt10{
	margin-top:10px;
}
.mt50 {
	margin: 50px auto 0;
}
.cnt_in02 .red_box {
    width: auto;
}

.alart_box {
	border: #ff0000 3px solid;
	padding: 10px;
	margin: 20px auto 0;
	max-width: 300px;
}
.cnt_cl_blue .alart_box p {
	margin: 0;
}