@charset "UTF-8";

/* base style */
html {
	height:100%;
}
body{
	display:flex;
	min-height:100%;
	margin-top:9.15rem;
	color:rgba(57,57,57,1.00); /* #393939 */
	font-family:游ゴシック体,YuGothic,'Yu Gothic','ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ, Meiryo,sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:100%;
	line-height:1.8em;
	margin:0;
	flex-direction:column;
	font-weight: 500;

}

a{
	text-decoration:none;
}
a:hover{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	opacity:0.6;
}
.clr{
	margin:0;
	padding:0;
	clear:both;
}