@charset "UTF-8";

/* *************************************************************

*   Base CSS
*   Since:2020-07
*   Editor:ricostyle

************************************************************* */


/* Base reset
---------------------------------------------------- */
html,body { margin: 0; padding: 0; height: 100%;}

html{background:#FFF;}
body {
	position:relative;
	background:#FFF;
	margin: 0 auto;
	height: auto !important;
	text-align: center; /* for win ie */
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	-webkit-text-size-adjust: 100%;
}

html>/**/body {overflow:-moz-scrollbars-vertical; } /* for firefox scroll area show */



/* font family
---------------------------------------------------- */
body {
	font-size: 95%;
	line-height:1em;
	font-weight:normal;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	line-height: 1;
	color:#555;
}


/* link
---------------------------------------------------- */
a {text-decoration: none;overflow: hidden;outline: none;}
a:hover {text-decoration:none;}
a {/*\*/overflow: hidden;/**/}


/* Style Reset
------------------------------------------------------------ */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,
th,td,img,strong,address,em
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font: inherit;
	list-style: none;
    vertical-align: baseline;
}

strong { font-weight: bold !important;}

table{border-collapse:collapse;border-spacing:0;empty-cells: show;}
td,th{vertical-align:top;text-align:left;font-weight:normal;}
table caption { text-align: left; }

img {border: none; vertical-align: bottom; background: transparent;}
a img {border: none; }
p img{vertical-align:0em;}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


/* Tags Define
------------------------------------------------------------ */
html>/**/body { overflow:-moz-scrollbars-vertical; } /* for firefox scroll area show */