@charset "UTF-8";

/*
Theme Name: MY THEME_1.4.4
Author: toipiano
Description: This is my original theme.
Version: 1.4.4
*/

body {
	margin: 0;
	font-family: 'メイリオ' , 'Hiragino Kaku Gothic Pro' , sans-serif;  /* カンマ抜け有り */
}


/*　ヘッダー画像　*/
.top {
	max-width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	vertical-align: bottom;
	z-index: -1;
}

/*　トグルボタン　*/
button {
	display: none;
	padding: 6px;
	border: none;
	background-color: transparent;
	color: #888888;
	font-size: 28px;
	cursor: pointer;
}

button:focus {
	outline: none
}


/*　ナビゲーションメニュー　*/
.menu1 ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu1 li a {
	display: block;
	padding: 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.menu1 li a:hover {
	background-color: #eeeeee;
}

/*　グリッド　*/
body {
	display: grid;
	grid-template-columns:
	[left]minmax(20px,1fr)
	[main]minmax(200px, 1140px)
	[main-end]minmax(20px,1fr)
	[right];
	grid-template-rows:
	[head]auto
	[head]auto
	[img]auto
	[main]auto
	[foot]auto
	[foot]auto
	[bottom];
}

.top {
	grid-column-start: main;
	grid-row-start: img;
}

header {
	width: auto;
	grid-column-start: main;
	grid-row-start: head;
	margin-left: 20px;
}

.contents {
	grid-column-start: main;
	grid-row-start: main;
	width: 78%;
	box-sizing: border-box;
}

.blogmenu {
	grid-column-start: main;
	grid-row-start: main;
	width: 20%;
	box-sizing: border-box;
	justify-self: end;
}

footer {
	grid-column-start: main;
	grid-row-start: foot 2;
}

button {
	grid-column-start: main;
	grid-row-start: head;
	justify-self: end;
	align-self: center;
}

.menu1 {
	grid-column-start: main;
	grid-row-start: head;
	justify-self: end;
	align-self: center;
}




/*　ヘッダー　*/

header a	{
	color: #444444;
	text-decoration: none;
}

header h1	{
	font-family: 'Raleway' , sans-serif;
	font-size: 35px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #CCC;
}


/* フッター */
footer		{
	margin-top: 40px;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #444444;
}

/* メニュー */
.blogmenu ul	{margin: 0;
		padding: 0;
		list-style: none;
		clear: both}

.blogmenu .widget	{margin-bottom: 30px;
			padding: 20px;
			background-color: #e8e8e8}

.blogmenu .widgettitle	{margin-top: 10px;
			margin-bottom: 20px;
			border-right: solid 10px #4a5f7e;
			color: #4a5f7e;
			font-size: 14px}

.blogmenu li a		{display: block;
			padding: 10px 5px;
			color: #666666;
			font-size: 14px;
			text-decoration: none}

.blogmenu li a:hover	{background-color: #ffffff}



/*　記事関連　*/
article	{
	color: #333333;	/* 1.4.3で追記 */
	margin-bottom: 40px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.05em;	/* 1.4.3で追記 */
}

article p	{
	font-size: 16px;
	padding: 10px;
}

.green	{color: #009900;}	/* 1.4.4で追記　*/
.orange	{color: #ff9900;}	/* 1.4.4で追記　*/
.purple	{color: #6633cc;}	/* 1.4.4で追記　*/
.pink {color: #ff66ff;}	/* 1.4.4で追記　*/
.red	{color: #ff4500;}	/* 1.4.4で追記　*/
.blue	{color: #6699ff;}	/* 1.4.4で追記　*/


article h1	{	/*　1.3.6追加　*/
	margin: 5px 0;
	padding: 2px 5px 0 5px;
	border-left: solid 5px #009933;
	border-bottom : solid 1px #009933; 
	font-size: 20px;
	font-weight: normal;
}

article h1 a	{
	color: #000000;
	text-decoration: none;
}

article blockquote {	/*　1.3.6追加　*/
	background-color: #f3f3f3;
	padding: 5px 20px;
	color: #535353;
}

article img {	/*　1.3.7追加　*/
	max-width: 100%;
	height: auto;
}

table {	/*　1.3.7追加　*/
	max-width: 100%;
	height: auto;
}

/*　記事の付加情報　*/
.postinfo	{
	margin-top: 15px;
	font-size: 16px;
}

.postcat	{
	font-size: 16px;
}

.postinfo a	{
	color: #000000;
	text-decoration: none;
}

.postinfo .postcat	{
	margin-left: 20px;
}

.postinfo .postcom	{
	margin-left: 20px;
}

.postinfo .posttime	{
	margin-left: 5px;
}

.postinfo i	{
	color: #888888;
}


/* 前後の記事へのリンク */
.pagenav a	{
	padding: 5px 10px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.pagenav .old a	{
	float: left;
}

.pagenav .new a	{
	float: right;
}

.pagenav	{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}

/*　見出し　*/
.archive-title	{
	margin-top: 0;
	margin-bottom: 40px;
	background-color: #eeeeee;
	font-size: 14px;
	font-weight: normal;
}

.archive-title i	{
	padding: 15px;
	background-color: #4a5f7e;
	color: #ffffff;
}

/* コメント投稿フォーム */
#respond p	{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
}

#respond label	{
	font-size: 14px;
}

#respond input, #respond textarea	{
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#respond input[type="submit"]	{
	width: 200px;
	padding: 10px;
	border: none;
	background-color: #e6cc1c;
	-webkit-appearance: none;
	cursor: pointer;
}

#respond input[type="submit"]:hover	{
	background-color: #ffaa00;
}

#respond .required	{
	color: #ff0000;
}

/* コメント */
#comments footer	{
	background: none;
	margin: 0;
	color: #000000;
	font-size: 12px;
}

#comments footer a	{
	color: #000000;
}

#comments footer div	{
	display: inline;
}

#comments ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments article	{
	border: dotted 1px #aaaaaa;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
}

#comments .comment-content	{
	margin-left: 30px;
}

.comment-form-comment	{	/* 1.4.3で追記 */
	text-align: left;
}

/*　テーブルレイアウト　*/
table {
	border-collapse: collapse;
}

th,td {
	padding: 5px 10px;
	border: solid 1px #808080;
}

th {
	background-color: #F0F8FF;
	font-weight: normal;
}





/*　====== 1179px以下 =====　*/
@media (max-width: 1179px) {

.top {
	grid-column-start: left;
	grid-column-end: right;
}

}

/*　====== 767px以下 =====　*/
@media (max-width: 767px) {
.menu1 {
	grid-row-start: head 2;
	justify-self: stretch;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}

button {
	display: block;
}

.menu1 ul {
	flex-direction: column;
}

footer {
	width: auto;
}

.blogmenu {
	grid-column-start: main;
	grid-row-start: foot;
	width: auto;
	justify-self: stretch;
}

.blogmenu ul {
	overflow: hidden;
	display: block;	/* 1.3.8 gridからblockへ　*/
	grid-template-columns: 1fr;	/* 1.3.8 columns 1fr、rowをauto*3に　*/
	grid-template-rows: auto auto auto;
}

.contents {
	width: 100%;
}

tr,th,td,thead,tbody,tfoot {
	overflow: hidden;
	display: block;
}

}