@charset 'utf-8';

body,
input, textarea, code, select {
    font-family:
		"M PLUS 1p",		/* Google Fonts */
        "Helvetica Neue",
        "Segoe UI",
        Verdana,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "BIZ UDPGothic",
        Meiryo,
        sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	color: #3c3e44;
	font-size: 16px;
	line-height: 1.5;

    -webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

    background-color: #f3f4f5;
}
input, textarea, code, select {
    font-size: 1rem;
	line-height: 1.25;
}

code, pre {
    font-size: 1em;
	font-family: "Courier New", Consolas, monospace;
}


a {
	color: #4c7dbf;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
	font-weight: 500;
	line-height: 1.25;
}

h1 {font-size: 2.4em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.25em;}


p {
	margin: 0 0 1.5em;
}

img {
	border: 0;
	vertical-align: top;
}

figure, figcaption {
	display: block;
	margin: 0;
	padding: 0;
}

nav li:before {
	display: none;
}

form {
	display: block;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
input[type=search] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}