@charset "UTF-8";

/* *************************************************************

*   Base CSS
*   Since:2017-02
*   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 */
html:first-child body {min-height: 100%;padding-bottom: 1px;} /* for opera scroll area show */




/* font family
---------------------------------------------------- */
body {
	font-size: 95%;
	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:#777;
}


/* 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 */