@charset "UTF-8";

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

*   Base CSS
*   Since:2021-01
*   Editor:ricostyle

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


/* Base reset
---------------------------------------------------- */
html,body { margin: 0; padding: 0; height: 100%;width: 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: 110%;
	line-height:1em;
	font-weight:normal;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	/*font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;*/
	line-height: 1;
	color:#666;
}


/* 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;
    vertical-align: baseline;
}

strong { font-weight: bold !important;}

dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

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;}


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


/* rayout
------------------------------------------------------------ */
#container{height:auto;height:100%;width:100%;overflow: hidden;}


/* a tag
------------------------------------------------------------ */
a {
	color:#44B7A9;
	cursor:pointer;
}
a:hover {
	color:#7ECFC4;
	text-decoration:none;
}


/* CLEARFIX
------------------------------------------------------------ */
/* .clearfix {overflow:hidden;} */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	}
.clearfix { display: inline-block; }/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }/* End hide from IE-mac */


/* A TEL
------------------------------------------------------------ */
a[href^="tel:"] { cursor: default; }
