:root{
	--font-min-jp: "游明朝","Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro";
	--font-got-jp: "游ゴシック", YuGothic, "ヒラギノ丸ゴ ProN", "メイリオ", Meiryo, "ヒラギノ角ゴ Std W3", Osaka;
	--font-sub-alp: "Red Hat Display";
	font-size: 14px;
}

.ffyg{
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Std W3", Osaka !important;
}

.ffym{
	font-family: "游明朝","ヒラギノ明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
	"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
}

*{
	margin:0;
	padding:0;
	text-decoration:none;
	outline: none
}

 h1,h2,h3,h4,h5,ul,il,
 dl
 {
	margin: 0;
	padding: 0;
}

address,
article,
aside,
button,
details, 
dd,
dl,
dt,
figcaption, 
figure,
footer,
header,
menu,
main,
nav,
p,
section
{
	display:block;
	margin: 0;
	padding: 0;
}

table{
    border-collapse:collapse;
	border:none;
	word-wrap:break-all;
	/*word-break:break-all;*/
	display:block;
}

ul,
li
{
	list-style-type:none;
}

img{ 
	display: block;/* 余白の削除 */
	border: none;
	vertical-align:middle;
}

em, 
strong,
i
{
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

.clearFix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
}

.none{
	display:none;
}

/* BODY +++++++++++++++++++++++++ */
body{
	margin: 0 auto;
	min-width: 320px;
	font-family: "游明朝","ヒラギノ明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
	"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #6e6f70;
	color: #565656;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 22px;	
		
	overflow: auto;
}

body.grid{
	background: transparent url('../labo/images/grid/grid.svg') 0 0 repeat-y;
	background-size: auto 2000px;
}

