.LayoutTop{
	display: flex;
	align-items: center;
	background-image: url(../images/yama19.jpg);
	background-size: cover;
	background-position: center;
}
.LayoutTop .title{
	text-decoration: none;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	text-shadow: 1px 1px 0 #000;
	color: white;
	font-size: 60px;
	vertical-align: middle;
	padding-left: 80px;
}

.Custom table{
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}
.Custom .Cell .Day{
	font-size: 70%;
}
.Custom .Cell .DayText{
	font-size: 50%;
}



@keyframes fadeInMsg {
	0% {opacity: 0}
	20% {opacity: 1}
	80% {opacity: 1}
	100% {opacity: 0}
}

.RES_MESSAGE{
	margin: 0px;
	padding: 10px;
	color: white;
	background-color: rgba(0,0,0,0.5);
	animation: fadeInMsg 5s linear 0s 1 normal forwards;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
}

.SystemLogin{
	position: fixed;
	right: 10px;
	top: 0.2em;
	z-index: 10000;
	background-color: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0 rgba(255, 254, 254, 0.842);
	padding: 8px;
	border-radius: 20%;
	cursor: pointer;
	user-select: none;
}
.SystemLoginView{
	display: flex;
	justify-content: center;
	align-items: center;
}
.SystemLoginView table{
	margin: auto;
	background-color: rgba(100,100,255,0.5);
	padding: 5px;
}


.SystemManager{
	position: fixed;
	right: 10px;
	top: 3em;
	z-index: 10000;

}
.SystemManager div{
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0 rgba(255, 254, 254, 0.842);
	padding: 8px;
	border-radius: 20%;
	margin: 4px;
	cursor: pointer;
	user-select: none;
}
.TextEditArea textarea{
	width: 100%;
	height: 100%;
}
.HtmlEditArea iframe{
	width: 100%;
	height: 100%;
}
.PanelArea{
	padding: 1px;
}
.PanelArea span{
	box-sizing:border-box;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: rgba(255,255,255,0.5);

}
.TitleArea input{
	width:100%; 
	height:100%; 
	box-sizing:border-box;
}
.MainArea{
	position: absolute;
	top:0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	overflow: auto !important;
	box-sizing: border-box;
}

@keyframes DiaryShow {
    0%   {opacity: 0.3;transform: scaleY(0.2);}
    100% {opacity: 1;transform: scaleY(1.0);}
}
.Diary{
	animation: DiaryShow 0.3s ease 0s 1 normal;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

.InfoArea {
	position: absolute;
	left:800px;
	width:300px;
	height: 100%;
	overflow: auto !important;
	box-sizing:border-box;
	background-color: white;

}

.InfoArea .Diary{
	background-color: beige;
	padding: 1ex;
	margin: 0.5em;
}
.InfoArea .Diary .Title{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-size: 90%;
	color: rgb(44, 44, 44);

	min-height: 1em;
	min-width: 8ex;
}
.InfoArea .Diary .Message{
	color: rgb(0, 0, 0);
}

.InfoArea .Diary .Date{
	font-size: 60%;
	text-align: right;
}


.DiaryArea {
	position: absolute;
	box-sizing:border-box;
	height:100%;
	overflow: auto !important;
	padding: 1ex;
	width: 800px;

}
.DiaryArea .DiaryClient {

}


.DiaryArea .DiaryClient .Diary{
	background-color: beige;
	padding: 1em;
	margin-bottom: 2em;

}
.DiaryArea .DiaryClient .Diary .Title{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-size: 180%;
	color: rgb(12, 161, 92);
	min-height: 1em;
	min-width: 8ex;
	font-weight: bold;
}

.DiaryArea .DiaryClient .Diary .Date{
	font-size: 80%;
	text-align: right;
}

.InfoArea .Edit,.DiaryArea .Edit{
	position: absolute;
	right: 30px;
	margin: 3px;
	background-color: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0 rgba(255, 254, 254, 0.842);
	padding: 8px;
	border-radius: 20%;
	cursor: pointer;
	user-select: none;
}

.video-container {
	position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe,.video-container object,.video-container embed {
		position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

