@charset "UTF-8";

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

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

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


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


body {
	position:relative;
	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: 100%;
	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;*/
	color:#666;
}


@font-face {
	font-family:'HannariMincho';
	src: url('../font/HannariMincho-Regular.woff') format('woff');
}
@font-face {
	font-family:'Habataki';
	src: url('../font/habataki-p.woff') format('woff');
}
@font-face {
	font-family:'allura';
	src: url('../font/Allura-Regular.woff') format('woff');
}

.ftbold{font-weight:bold;}
.ftgreen{color: #1D9A87;}
.ftbrown{color: #996600;}
.ftred{color: #CC0066;}



/* a tag
---------------------------------------------------- */
a {text-decoration: none;overflow: hidden;outline: none;cursor:pointer;color:#3366CC;}
a:hover {text-decoration:none;color:#7496DC;}
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;
image-rendering: -webkit-optimize-contrast;-webkit-backface-visibility: hidden;}

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;posiition:relative;margin:0;padding:0;}



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