/*----------------------------------------------------
** WEB COMBO COMPLETE / common.css
** Ver.2.0.0
** copyright 2020 GRANTEST Inc.
**---------------------------------------------------*/
html,
body {
	-webkit-text-size-adjust: none;
	display: block;
  color: var(--defColor);
}
body {
  overscroll-behavior-y: none;
}
html.wcSettingStart {
	max-width: var(--wcStartWidth,100vw);
}
html.wcSettingStart body {
	max-width: var(--wcStartWidth,100%);
}
html.wcLoading:not(.wcSettingStart),
html.wcLoading:not(.wcSettingStart) body {
	max-width: 100vw;
}
html.wcLoading body > * {
  opacity: 0;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,address {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	overflow: visible;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
html {
	position: relative;
	z-index: 1;
  font-family: var(--basefont);
	font-size: var(--fontSize,100%);
}
html[scr-behavior="true"] {
  --behavior: 1px;
}
html[scr-behavior="false"] {
  --behavior: 0px;
}
img {
	vertical-align: bottom;
  overflow: clip;
}
html[font-set="true"] body {
  font-family: var(--basefont);
}