/*V-Toolsの共通 CSS*/

/*	==========================================================================
	ヘッダ
	========================================================================== */
header{
	display:flex;
	line-height:1.3;
	padding:10px;
	border-bottom:2px solid #e2e8f0;
	position:sticky;
	top:0;
	background:#f8fafc;
	z-index:1000;
	box-shadow:0 20px 40px rgba(15,23,42,0.04);

	& div{
		&:first-child{flex:0 1 auto;padding-right:3px}
		&:last-child{flex:1 1 auto;font-weight:bold;text-align:right;}
	}
	& a{
		text-decoration:none;
		&:any-link{color:#06C;}
		&.login{display:block;margin-bottom:.4em;font-weight:normal}
	}
	& .mob-tel{display:none;}
}

/*	==========================================================================
	フッタ
	========================================================================== */
footer{
	margin:1px;
	padding:2px;
	position:sticky;bottom:0;
	z-index:1000;
	border:2px none gray;
	border-style:solid none none;
	background:#f8fafc;
	font-size:80%;
	text-align:center;
}
