<meta charset="UTF-8"><!--文字コードの指定-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poiret+One"><!--GoogleFonts -->
<style type="text/css">
/* フォントのライセンス表記 */
/*
'Poiret One' is licensed under the Open Font License.
https://fonts.google.com/specimen/Poiret+One
*/

/* リセットCSS */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bolder}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* 共通設定 */

html {
 font-size: 75%;
}
body {
 font-size: 1.2rem;
 font-family: 'メイリオ', 'ヒラギノ角ゴ', sans-serif;
 letter-spacing: 0.2em;
 line-height: 150%;
}

h1,h2,h3 {
 font-family: 'Poiret One', serif;
}
h2 {
 margin-bottom: 0.5em;
 font-size: 1.5em;
 font-weight: normal;
 border-bottom: solid 1px #dddddd;
}
h3 {
 margin: 1em 0em 1em 0.5em;
 font-size: 1.2em;
}
em {
 background-color: #dddddd;
 font-style: normal;
}
input,textarea,button,select {
 font-size: 100%;
 font-family: inherit;
 color: #222222;
 background-color: #ffffff;
 border: solid 1px #888888;
}
textarea {
 padding: 0.2em;
}
ul,ol {
 list-style: none;
}
header,footer,main {
 margin: 1rem auto;
 width: 90%;
 max-width: 500px;
}

/* 段落設定 */

section {
 margin: 1em 0em;
}
p {
 padding: 0em 1em;
}
p:first-of-type {
 margin-top: 1em;
}

/* メインコンテンツ設定 */

main {
 display: block;
 padding: 2rem 0rem;
 line-height: 170%;
}
main a {
 color: #000000;
 border-bottom: solid 2px #ededed;
}

/* ヘッダー、ナビゲーション設定 */

header {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 margin: 5rem auto 2rem;
}
nav {
 margin: 2rem auto;
}
nav ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
nav li {
 box-sizing: border-box;
 text-align: center;
 font-size: 1.4rem;
}
nav li a {
 padding: 0.3em;
 margin: 1em;
 font-family: 'Poiret One', cursive;
 color: #000000;
}

/* フッター設定 */

footer {
 padding-bottom: 5em;
 text-align: right;
 color: #444444;
}
footer a {
 color: #444444;
}
</style>
