html {
	padding: 0px;
	margin: 0px;
}
body{
	width:100vw;
	height:100vh;
	display: block;
	margin: 0px;
}
.deffont,body,select,input,button{
	font-size:1.8vw;
}
option{
    height: 0.0em;
}
.cFlexHorizontal {
	display: flex;
	flex-direction: row;
}
.cFlexVertical {
	display: flex;
	flex-direction: column;
}
.cFlexCenter {
	display:flex;
	justify-content:center;
	width:100%;
}
.cFlVCenter {
	display:flex;
	align-items: center;
}
.cFlHCenter {
	display:flex;
	justify-content:center;
}
.cFlexWrap {
	flex-wrap: wrap;
}
.cSpaceBetween{
	justify-content: space-between;
}
.cBold{
	font-weight:bold;
}
textarea{
	border-radius: 5px;
	border: solid 2px #f00;
}
.DefArea {
	padding: 0px;
	margin: 0px;
}
.TopSpace { padding-top: 0.5em;}
.LeftSpace { padding-left: 0.5em;}
.BottomSpace { padding-bottom: 0.5em;}
.HelpArea{ border-radius: 5px; border: solid 2px #000;}
.space5{ margin:5px;}

.cClrFAA { background-color:#FAA; }
.cClrAFA { background-color:#AFA; }
.cClrFFA { background-color:#FFA; }
.cClrAAF { background-color:#AAF; }
.cClrFAF { background-color:#FAF; }
.cClrAFF { background-color:#AFF; }
.cClrFFF { background-color:#FFF; }
.cClrAAA { background-color:#AAA; }

.cWPar30{ width:30%; }
.cSize1{ width:1.0em; }
.cSize2{ width:2.0em; }
.cSize3{ width:3.0em; }
.cSize4{ width:4.0em; }
.cSize5{ width:5.0em; }
.cSize6{ width:6.0em; }
.cSize7{ width:7.0em; }
.cSize8{ width:8.0em; }
.cSize9{ width:9.0em; }
.cSize10{ width:10.0em; }
.cSize11{ width:11.0em; }
.cSize12{ width:12.0em; }
.cSize13{ width:13.0em; }
.cSize14{ width:14.0em; }
.cSize15{ width:15.0em; }
.cSize16{ width:16.0em; }
.cSize17{ width:17.0em; }
.cSize18{ width:18.0em; }
.cSize19{ width:19.0em; }
.cSize20{ width:20.0em; }
.cSize22{ width:22.0em; }
.cSize24{ width:24.0em; }
.cSize26{ width:26.0em; }
.cSize28{ width:28.0em; }
.cSize30{ width:30.0em; }
.cSize34{ width:34.0em; }
.cSize35{ width:35.0em; }
.cSize40{ width:40.0em; }
.cSize50{ width:50.0em; }

.cVSize{ height:0.5em; }
.cVSize1{ height:1.0em; }
.cVSize2{ height:2.0em; }
.cVSize3{ height:3.0em; }
.cVSize4{ height:4.0em; }
.cVSize5{ height:5.0em; }
.cVSize6{ height:6.0em; }
.cVSize7{ height:7.0em; }
.cVSize8{ height:8.0em; }
