*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
	font-family:"·L³n¥¿¶ÂÅé", arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #4ea1d3;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	display: block;
}