/*
theme name: MY THEME
Author: Amimal
Description: This is my original theme.
Version: 2.9
*/

body {margin: 0;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', system-ui, sans-serif;
}

.container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*記事*/
article 	{margin-bottom: 2.5rem;}

article h1 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2em);
    font-weight: normal;
}
article h1 a {color: #000000;
			 text-decoration: none}

/*記事の付加情報*/
.postinfo {
    margin-top: 15px;
    font-size: 0.875rem; /* 14px相当 */
}

.postinfo a {
    color: #333;
    text-decoration: none;
}

.postinfo .postcat {
    margin-left: 1.25em;
}

/*前後の記事へのリンク*/
.pagenav a {
    padding: 5px 10px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    color: #666666;
    font-size: clamp(1rem, 1.5vw, 1.5em);
    text-decoration: none;
}

.pagenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagenav .old,
.pagenav .new {
    flex: 1;
    text-align: center;
}

.pagenav a {
    flex: 1;
    text-align: center;
}
/* ヘッダー */
header	  {margin-bottom: 40px;
	  background-color: #4a5f7e;
          color: #ffffff}

header a {color: #ffffff;
		 text-decoration: none}

.siteinfo	{overflow: hidden;
			padding-top: 14px;
			padding-bottom: 14px}

.siteinfo h1 {float: left;
			 margin: 0;
			 font-family: 'Acme', sans-serif;
			 font-size: 20px}

.siteinfo p  {float: right;
			 margin: 0;
			margin-top: 5px;
			 font-size: 12px}

/* フッター */
footer	{margin-top: 40px;
		padding-top: 14px;
		padding-bottom: 14px;
		background-color: #4a5f7e;
        color: #ffffff}


