@charset "utf-8";

/*--------------------
■□■ reset ■□■
--------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

html, body {
	height: 100%;
}

img, a img {
	border: none;
}

th, td {
	vertical-align: top;
}

ul, ol{
	list-style: none;
}

h1, h2, h3, h4, h5, h6{
	font-size: 140%;
}

.clear{
	clear: both;
}

/*-- link color -------*/
a {
	color: #4e4e4e;
	text-decoration: underline;
}

a:hover {
	color: #f16e93;
	text-decoration: none;
}
p{
	line-height:1.4;
}