@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
}

/* ページの初期設定 */
html,body {
	width : 100%;
	height: 100%;
	position: relative;
}

html{
	min-height:100%;
	font-size: 10px/*62.5%*/!important;/*=10px ベースのフォントサイズ*/
	background-color: #FFF;
}

body {	
	min-height:100vh;	
	line-height: 1.4;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:var(--clr-bk);
	text-align: center;
	position:relative;
	
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	
	/*-webkit-text-size-adjust: none;
	text-size-adjust: none;*/
	color:#333!important;
}

/* 画像の初期設定 */
img {
	width : 100%;
	height: auto;
	vertical-align: top;
	border: none;
}


/* リンクの初期設定 */
a {
	color: var(--clr-g);
	font-weight:bold;
	text-decoration: none;
	vertical-align: middle;
}


/*レイアウト*/



















.ui-dialog{
	z-index:100001;
}


/*/// header ///
//////////////////////////////////////////////// */



/*/// contentns ///
//////////////////////////////////////////////// */


/*/// footer ///
//////////////////////////////////////////////// */


