*
{
	position:relative;
	box-sizing:border-box;
	float:left;
	width:100%;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

html, body {
    position: absolute;
    width: 100%;
    height: 100%;
}

img,canvas
{
	width:auto;
	float:none;
}

table,tr,td,thead,tbody,th,tfoot
{
	width:auto;
	float:none;
}



body {
}

.mainbackground {
    background-image: url(../images/kendavare.jpg);
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mainBody {
    position: relative;
    width: 100%;
    height: calc(100% - 40px );
    background-color: rgba(255, 255, 255, 0.92);
    overflow: auto;
}

.mainTitle {
    height: 40px;
    background-color: rgba(255, 255, 255, 0.92);
    background-image: linear-gradient(white,rgba(255, 255, 255, 0.52));
    border-bottom: solid thin #5f5f5f;
}

.mainTitle_txt {
    font-size: 20px;
    width: auto;
    padding-left: 10px;
    padding-top: 10px;
    opacity: 0;
}

.mainTitle_menuBox {
    width: auto;
}

.mainTitle_menuBoxUnit {
    width: auto;
    padding: 5px;
    margin-left: 10px;
    height: 40px;
    padding-top: 11px;
}