@charset "UTF-8";

@import "reset.css?20200118";
@import "default.css?20200118";


/*//////////////////////////////////////////////////

---------------------------------------------

Suggested coding format

selector {
	property: value;
}

---------------------------------------------

Suggested order of property

	content
	display
	list-style
	position
	float
	clear

	width
	height
	margin
	padding

	color
	font
	line-height
	text-decoration
	text-align
	vertical-align
	white-space

	other text

	border
	background

* properties of margin, padding, border are written in a clockwise direction
  like... xxx-top, xxx-right, xxx-bottom, xxx-left

//////////////////////////////////////////////////*/
