html, body{
	width: 100%;
}

body{
	background-color: #faf0e6;
	font-family: 'Noto Sans', sans-serif;
}
.tblRhythmH{
	font-size: 32px;
	text-align: center;
	border-collapse: collapse;
}
.tblRhythmH > tbody > tr > td{
}
#tblRhythm{
	font-size: 32px;
	text-align: center;
	border-collapse: collapse;
}
#tblRhythm > tbody > tr > td{
	width: 20%;
}

.wrapper {
    width: 1080px;
    min-width: 1080px;
    height: 1920px;
    margin: 0 auto;
    border: none;
    background-color: #faf0e6;
    position: relative;
}
.tab {
	position: relative;
	cursor: pointer;
	width: 1078px;
	height: 210px;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	border: solid thin #777777;
	border-bottom-style: none;
	background-color: #FFFFFF;
	border-radius:45px 45px 0px 0px;
	margin-bottom: -40px;
/* 	margin-top: 2px; */
}
.opened{
	border: solid thin #777777;
	border-top-style: none;
	background-color: #FFFFFF;
}
.tabTitle {
	font-size: 60px;
	font-family: 'Noto Sans', sans-serif;
}
.tabData {
	font-size: 45px;
	font-family: 'Noto Sans', sans-serif;
}
.border{
	z-index:200;
}
#spnName{
	position: absolute;
	top: 5px;
	left: 20px;
/*	display: inline-block;*/
/*	width: 50%;*/
/*	text-align: left;*/
	font-size: 48px;
	font-family: 'Noto Sans', sans-serif;
	color: #349f53;
/*	padding-top: 5px;*/
}
.divList{
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	width: 1008px;
	height:490px;
	left: 35px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 45px;
	background-color: #ffffff;
}
.spnCheckEvent{
	opacity: 0.4;
}

#denwaMsg1 {
	position: absolute;
	left: 690px;
	top: 10px;
	font-size: 40px;
	color: #349f53;
}

#denwaMsg2 {
	position: absolute;
	left: 820px;
	top: 10px;
	font-size: 40px;
	color: #349f53;
}

#denwaMsg3 {
	position: absolute;
	left: 950px;
	top: 10px;
	font-size: 40px;
	color: #349f53;
}

#acdspan {
	float: left;
	cursor: pointer;
}

#acdul {
	display: none;
	float: left;
}

.acdDiv {
	/*border: 5px solid #999999;*/
}

.imgOL  {
	max-width: 1080px;
	height: auto;
}




