@charset "utf-8";

/* ----------------------------------------
	Common Settings
---------------------------------------- */
body {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-color: #fff;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

button, input, select, textarea {
	font-family : inherit;
	font-size   : 100%;
}