@charset "utf-8";

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
File name: style.css
Last Editor: Yuki Tanaka
Date: 2019.01.05
Table of contents:
-Base Layout
-Common
 -Link
-Contents
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*==============================
-Base Layout
==============================*/




/*==============================
-Common
==============================*/
body {
	background: #fff;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

/*-Link---------------------*/
a,
abbr a {
	color: #333;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus,
abbr a:hover,
abbr a:active,
abbr a:focus {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}



/*==============================
-Contents
==============================*/
h1, p {
	display: block;
	padding: 50px;
}

header h1 {
	margin-top: 50px;
}

main p {
	margin-left: 5px;
	font-size: 110%;
}

footer p {
	font-size: 84%;
}
