@charset "utf-8";
@import url("./fonts.css");

@media (min-width:992px) {
	.logo {
		display: flex;
		justify-content: flex-end;
		 
	}
}

@media (max-width:991px) {
	.logo {
		display: flex;
		justify-content: center;
		 
	}
}

body {
	margin: 0;
	padding: 0;
}

header {
	margin-top: 50px;
	margin-bottom: 10px;
}

article {
	margin-top: 10px;
	margin-bottom: 50px;
}

footer {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: solid 2px;
	padding-top: 10px;
	line-height: 150%;
}

img {
	height: 100%;
}

li img {
	height: 24px;
}

.logo img {
	width: 85px;
}

.bg_under_line {
	background: url(../../../resource/image/underline.png) no-repeat bottom / contain;
}

#month_area {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.week_height {
	height: 30px;
}

.one_day_body {
	width: 95%;
	height: 95%;
	opacity: 0;
	cursor: pointer;
}

.one_day {
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	background-color: #808080;
	cursor: not-allowed;
}

.cur_point {
	cursor: pointer;
}

.weekdays {
	color: #000000;
}

.holiday {
	color: #FF0000;
}

.saturday {
	color: #0000FF;
}

.sending {
	display: inline;
}
