@charset "utf-8";

/* ………………………………………………………………………………………………… */
/* てがろぐ -Fumy Otegaru Memo Logger- ギャラリースタイルシート for Ver 2.7.0 */
/* MySet  ※カテゴリ不要のためVer 3.0.0 のカテゴリ関係をコピペしていない */
/* ………………………………………………………………………………………………… */
/* Table of Contents：
   -------------------
	■全体共通装飾
		▼リンクの装飾
		▼URLが書かれた場合の装飾

	■ページ最上部(ヘッダ)領域
		▼タイトル区画
		▼管理・投稿ボタン区画
			▼検索窓区画
	▼ヘッダ領域：画面の横幅が800px以上の場合
	▼ヘッダ領域：画面の横幅が480px以下の場合

	■入力フォームの表示領域
		▼本文入力欄
		▼投稿コントロール部分(ボタンや字数カウンタなど)
		▼投稿ボタン
		▼文字装飾ボタン群

	■メイン(ログ掲載)領域
		▼表示対象の限定時などの「限定条件」表示行
		▼日付境界バー

	■投稿ボックス(一発言)ごとの表示
		▼投稿情報(Head)
			▼投稿番号部分
			▼投稿日時のリンク
			▼New!サイン部分
		▼投稿画像＋本文抜粋
			▼画像ボックス
			▼投稿本文抜粋
		▼投稿情報(Foot)
			▼ユーザ名部分
			▼投稿ユーザID
			▼編集リンク
	▼画面幅が狭い場合の上書き装飾

	■一発言だけが表示される際に追加表示されるユーティリティリンク群の装飾
		▼ナビのリンクリスト

	■ページナビゲーション領域
		▼ページ前後移動リンク群ボックス全体
		▼ページ番号リンク群ボックス全体
		▼限定解除リンク(＝HOMEに戻るリンク)

	■サブ領域
		▼フリースペース区画

	■ページ最下部(フッタ)領域
*/


/*-- MySet "Select" --*/
select {
 -moz-appearance: button;
 -webkit-appearance: button;
appearance: button;
padding: 3px; width: 60%;
background: white;
border: 1px solid #c9c9c9;
color: #222;
font-size: 0.95em;}

input { padding: 3px 4px; background-color: #fff; border: 1px solid #9c9c9c; border-radius: 0.4em; }
input:hover { color: #999; }
input:active { color: #999; }

.postdate a:hover{ color: gainsboro; }		/* MySet */
.postid a:hover{ color: gainsboro; }		/* MySet */

ul li {list-style:none;} /* MySet */

/* ============== */
/* ■全体共通装飾 */
/* ============== */

body {

	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","游ゴシック","YuGothic",sans-serif;
	margin: 0;
	padding: 0;
	background-color: white;
color: dimgrey; 
/* MySet */ /* ※ text-shadowは抽出して全消し */
}


	/* -------------- */
	/* ▼リンクの装飾 */
	/* -------------- */
	a:link { color: #778899; text-decoration: none; }		/* 未訪問リンク */
	a:visited { color:#708090; }	/* 既訪問リンク */
	a:hover { color: gainsboro; text-decoration: none; }	/* マウスが載ったとき */

	/* ------------------------- */
	/* ▼URLが書かれた場合の装飾 */
	/* ------------------------- */
	.url {
		display:inline-block;
		word-break:break-all;	/* 自動リンクのはみ出しを防ぐ */
	}


/* ========================== */
/* ■ページ最上部(ヘッダ)領域 */
/* ========================== */
header {
	display: table;				/* タイトルとボタンで2段組 */
	background-color: lightslategrey;	/* 背景色 */
	width: 100%;				/* 横幅 */
}

	/* -------------- */
	/* ▼タイトル区画 */
	/* -------------- */
	.headtitle {
		display: table-cell;	/* タイトルとボタンで2段組 */
		margin: 0;				/* 外側の余白量 */
		padding: 0.2em;			/* 内側の余白量 */
		color: white;			/* 文字色 */
		line-height: 1;			/* 行の高さ */
	}

		/* ▽メインタイトル */ /* MySet */
.maintitle {
margin: 0;	/* 外側の余白量 */
padding: 0.5em; 
}
		/* ▽メインタイトルのリンク */
		.maintitle a {
			color: white;			/* 文字色 */
			text-decoration: none;	/* 下線を消す */
		}
		/* ▽メインタイトルのリンクにマウスが載ったとき */
		.maintitle a:hover {
			color: lightsteelblue;				/* 文字色 */
			text-decoration: none;	/* 下線 */
		}

		/* ▽サブタイトル */
		.subtitle {
			display: inline-block;	/* インラインブロック化 */
			font-size: 0.55em;		/* 文字サイズ */
		}

		/* ▽タイトル下部の概要文 */
		.mainguide {
			margin: 3px 0 0 0;	/* 外側の余白量 */
			line-height: 1.2;	/* 行の高さ */
		}

	/* ---------------------- */
	/* ▼管理・投稿ボタン区画 */
	/* ---------------------- */
	.headcontrol {
		display: table-cell;	/* タイトルとボタンで2段組 */
		text-align: center;		/* 中央寄せ */
		vertical-align: middle;	/* 上下の中心寄せ */
		padding: 0 3px;			/* 内側の余白量 */
	}

		/* ------------ */
		/* ▼検索窓区画 */
		/* ------------ */
		.searcharea {
			margin: 0.25em;					/* 外側の余白量 */
			padding: 0.25em;				/* 内側の余白量 */
			background-color: inherit;			/* 背景色 */ /* MySet */
		}
		/* ▼見出し */
		.searcharea .cornertitle {
			font-weight: bold;
			margin: 0;
			color: #ccc;
		}

		.searchbox {
			margin: 0;		/* 外側の余白量 */
		}
			.queryinput {
				border: 2px solid slategrey;
				border-radius: 0.5em;
				font-size: 1em;
				padding: 0.25em 0.5em;
			}
			.searchbox .submitbutton {
				background-color: darkslategrey; opacity: 0.6; /* MySet */
				border: 1px solid slategrey;
				font-size: 1em;
				padding: 0.22em 0.64em;
				border-radius: 1em;
				font-weight: bold;
				color: white;
				display: inline-block;
				margin: 0 0 0 3px;
			}
			.searchbox .submitbutton:hover {
				background-color: lightsteelblue;
				color: white;
			}

			/* ▽検索対象を限定するチェックボックス */
			.searchtarget {
				margin: 0;
				font-size: 0.85em;
				line-height: 1.3; color:white;
			}


	/* ----------------------------------------- */
	/* ▼ヘッダ領域：画面の横幅が800px以上の場合 */
	/* ----------------------------------------- */
	@media all and (min-width: 800px) {
		/* 投稿・管理ボタン区画 */
		.headcontrol {
			white-space: nowrap;	/* ヘッダ領域のボタン部分を横並びに強制する */
		}

		/* タイトル区画 */
		.mainguide {
			line-height: 1;			/* 行の高さ */
		}
	}

	/* ----------------------------------------- */
	/* ▼ヘッダ領域：画面の横幅が480px以下の場合 */
	/* ----------------------------------------- */
	@media all and (max-width: 480px) {

		/* タイトルとボタンの段組は解消 */
		header { display: block; }
		.headtitle { display: block; }
		.headcontrol { display: inline-block; }

		/* タイトル区画 */
		.subtitle {
			font-size: 0.35em;		/* 文字サイズ */
			vertical-align: middle;	/* 上下の中心寄せ */
		}
		.mainguide {
			font-size: 0.8em;		/* 文字サイズ */
			line-height: 1.25;		/* 行の高さ */
		}
	}


/* ======================== */
/* ■入力フォームの表示領域 */		/* ※これはQUICKPOST用です。新規投稿専用画面や編集画面ではCGI内蔵のCSSが使われるため、ここの記述は適用されません。 */
/* ======================== */
.postform {
	background-color: #fffefe;	/* 背景色 */
	margin: 1em;			/* 外側の余白量 */
	padding: 1em;			/* 内側の余白量 */
}
.postform p {
	margin: 0;
}
	/* ------------ */
	/* ▼本文入力欄 */
	/* ------------ */
	textarea.tegalogpost {
		border: 2px solid slategrey;	/* 枠線 */
		border-radius: 0.67em;		/* 枠の角丸 */
		background-color: white;	/* 背景色 */
		font-size: 0.9rem;			/* 文字サイズ */
		padding: 0.5em;				/* 内側の余白量 */
		margin-bottom: 0.25em;		/* 外側下の余白量 */
		box-sizing: border-box;		/* サイズ解釈方法 */
		width: 100%;				/* 横幅 */
		height: 4.3em;				/* 高さ */
		overflow-wrap: break-word;	/* 折り返し方法 */
		overflow: auto;				/* はみ出した場合の処理 */
	}
		/* ▽プレースホルダ(※入力文字数がゼロの際にだけ見える薄文字)の装飾 */
		textarea.tegalogpost:placeholder-shown { color: #777; }			/* 通常時 */
		textarea.tegalogpost:focus:placeholder-shown { color: #bbb; }	/* カーソルが入ったとき */
		textarea.tegalogpost:-ms-input-placeholder { color: #aaa; }		/* for IE */

	/* ------------------------------------------------ */
	/* ▼投稿コントロール部分(ボタンや字数カウンタなど) */
	/* ------------------------------------------------ */
	.line-control {
		margin: 0.25em 0;	/* 外側の余白量 */
	}

	/* ------------ */
	/* ▼投稿ボタン */
	/* ------------ */
	.postbutton {
		display: inline-block;		/* インラインブロック化 */
		background: slategrey;			/* 背景色 */
		color: white;				/* 文字色 */
		font-size: 1rem;			/* 文字サイズ */
		font-weight: bold;			/* 太字 */
		text-decoration: none;		/* 下線を消す */
		padding: 0.25em 0.75em;		/* 内側の余白量 */
		border: 1px solid slategrey;	/* 枠線 */
		border-radius: 1em;			/* 枠の角丸 */
	}
	/* ▼投稿ボタンにマウスが載ったとき */
	.postbutton:hover {
		background-color: lightsteelblue;	/* 背景色 */
	}

	/* ------------------ */
	/* ▼文字装飾ボタン群 */	/* ★Ver 1.4.0以降で使用 */ /*MySet 削除 */
	/* ------------------ */

/* ====================== */
/* ■メイン(ログ掲載)領域 */
/* ====================== */
.mainarea {
	margin: 1em;	/* 外側の余白量 */
	padding: 0;		/* 内側の余白量 */
}

	/* ------------------------------------------ */
	/* ▼表示対象の限定時などの「限定条件」表示行 */
	/* ------------------------------------------ */
	.situation {
		margin: 0 0 1em 0;	/* 外側の余白量 */
		font-weight: bold;	/* 太字 */
		color: slategrey;		/* 文字色 */
	}
	.situation:empty { display: none; }	/* 限定表示がない場合は存在自体を消す */

	/* -------------- */
	/* ▼日付境界バー */
	/* -------------- */
	.dateseparator {
		background-color: lightslategrey;	/* 背景色 */
		color: white;			/* 文字色 */
		padding: 2px 1em;		/* 内側の余白量 */
	}

	/* ▼日付境界バーの表示文字列の先頭に付加する記号 */
	.dateseparator::before {
		content: '▼'; /* 何も付け加えたくない場合はこの1行を消して下さい */
	}

	/* ▼日付境界バー内のリンク(ボタン) */
	.dateseparator a {
		display: inline-block;	/* インラインブロック化 */
		margin-left: 1.5em;		/* 外側左の余白量 */
		color: #ddd;			/* 文字色 */
		font-size: 0.75em;		/* 文字サイズ */
		font-weight: normal;	/* 太字を解除 */
		border: 1px solid #ffc;	/* 枠線 */
		border-radius: 1em;		/* 枠の角丸 */
		padding: 0px 1em;		/* 内側の余白量 */
		text-decoration: none;	/* 下線を消す */
		vertical-align:middle;	/* 上下の中心寄せ */
	}
	/* ▼日付境界バー内のリンク(ボタン)にマウスが載ったとき */
	.dateseparator a:hover {
		background-color: #ccc;	/* 背景色 */
		color: slategrey;			/* 文字色 */
		border-color: #ccc;		/* 枠線の色 */
	}


/* ================================ */
/* ■投稿ボックス(一発言)ごとの表示 */	/* ※この領域は、内側スキンで生成しているHTMLに対する装飾です。 */
/* ================================ */
.onelogbox {
	display: inline-block;			/* ブロックを横並びにする */
	border-top: 1px #ccc dashed;	/* ブロック上端の枠線 */
	width: 230px;					/* 横幅サイズ */
	vertical-align: top;			/* 上寄せ */
	margin: 0 5px 0 0;			/* 外側の余白 */
	padding: 0.34em 0.2em 1.2em 0.2em;				/* 内側の余白 */
	font-size: 0.95em;
}

	/* ---------------- */
	/* ▼投稿情報(Head) */
	/* ---------------- */
	.oneloghead {
		margin: 0;
	}

		/* ………………… */
		/* ▼投稿番号部分 */
		/* ………………… */
		.memonum {
			margin: 0.3em 0;	/* 外側の余白量 */
			font-size: 0.8em;	/* 文字サイズ */
			color: grey;		/* 文字色 */
		}

		/* ▽投稿番号のリンク */
		.memonum a {
			text-decoration: none;	/* 下線を消す */
		}

		/* ▽投稿番号のリンクにマウスが載ったとき */
		.memonum a:hover {
			color: lightsteelblue;			/* 文字色 */
		}

		/* ……………………… */
		/* ▼投稿日時のリンク */
		/* ……………………… */
		.postdate {
			display: inline-block;		/* インラインブロック化 */
			font-size: 0.9em;			/* 文字サイズ */
		}

		/* …………………… */
		/* ▼New!サイン部分 */
		/* …………………… */
		.newsign {
			display: inline-block;	/* インラインブロック化 */
			color: #f55;			/* 文字色 */
			margin-right: 0.35em;	/* 外側下の余白量 */
		}

	/* -------------------- */
	/* ▼投稿画像＋本文抜粋 */
	/* -------------------- */
	.onelogmain {
		margin: 0;
		min-height: 220px;
	}

		/* ………………… */
		/* ▼画像ボックス */
		/* ………………… */
		.imagebox {
			margin: 0;
		}

		.embeddedimage {
			max-width: 100%;	/* 横方向にはみ出ないようにする */
			max-height: 240px;	/* 大きくなりすぎないようにする */
			width: auto;	/* 横幅を固定したい場合を除いて、ここは auto のままにするのがお勧め */
			height: auto;	/* 高さを固定したい場合を除いて、ここは auto のままにするのがお勧め */
		}

		/* -------------- */
		/* ▼投稿本文抜粋 */
		/* -------------- */
		.onelogtext {
			line-height: 1.3;
			overflow-wrap: break-word;
		}


/* 矢印リンク */ /* MySet - allowを文字（Read Moreなど）に変更 */
.allowlink { font-size:0.9em; border-bottom: 1px dotted tomato;  line-height: 2em; }

/* マウスが載った際 */ /* MySet */
.allowlink:hover { border-bottom: 1px dotted tomato; }

/* 続きを読むボタン（クラス名.readmoreは変更しないこと） */ /* MySet */
.readmorebutton:link,
.readmorebutton:visited {
font-size: 0.8em;
color: lightsteelblue;
text-decoration: none;
background-color: none;
border-bottom: 1px dotted lightsteelblue;
}
.readmorebutton:hover {
font-size: 0.8em;
color: gainsboro;
text-decoration: none;
background-color: none;
border-bottom: 1px dotted lightsteelblue;
}




			/* ‥‥‥‥‥‥‥‥‥ */
			/* ハッシュタグリンク */
			/* ‥‥‥‥‥‥‥‥‥ */
			.onelogtext .taglink {
				text-decoration: none;		/* 下線を消す */
				font-size: 0.75em;			/* 文字サイズ */
				padding: 0 0.25em;			/* 内側の余白 */
				background-color: white;
				border: 1px solid white;
				border-radius: 3px;
				vertical-align: middle;
			}

	/* ---------------- */
	/* ▼投稿情報(Foot) */
	/* ---------------- */
	.onelogfoot {
		margin: 0;
		padding: 3px 0;
		text-align: right;
		font-size: 0.8em;
	}

			/* ‥‥‥‥‥‥‥ */
			/* ▼ユーザ名部分 */
			/* ‥‥‥‥‥‥‥ */
			.username {
				display: block;		/* ブロック化 */
				padding-top: 4px;	/* 内側上の余白量 */
			}

			/* ‥‥‥‥‥‥‥ */
			/* ▼投稿ユーザID */
			/* ‥‥‥‥‥‥‥ */
			.postuserid {
				margin: 0 0.3em;	/* 外側の余白量 */
			}

			/* ▽ユーザIDのリンク */
			.postuserid a {
				text-decoration: none;		/* 下線 */
				color: #999;				/* MySet */
			}
			/* ▽ユーザIDのリンクにマウスが載ったとき */
			.postuserid a:hover { color: #fffefe; }

			/* ▽ユーザアイコン */
			.usericon {
				width: 16px;
				height: 16px;
				vertical-align: -10%;
			}

			/* ‥‥‥‥‥‥ */
			/* ▼編集リンク */
			/* ‥‥‥‥‥‥ */
			.editlink a {
				display: inline-block;	/* インラインブロック化 */
				font-size: 0.82em;		/* 文字サイズ */
				color: black;			/* 文字色 */
				text-decoration: none;	/* 下線を消す */
				background-color: #eee;	/* 背景色 */
				border: 1px solid #ccc;	/* 枠線 */
				border-radius: 0.5em;	/* 枠の角丸 */
				padding: 0 0.5em;		/* 内側の余白量 */
			}

			/* ▽編集リンクにマウスが載ったとき */
			.editlink a:hover {
				color: white;			/* 文字色 */
				background-color: #08f;	/* 背景色 */
				border-color: #08f;		/* 枠線の色 */
			}

	/* ------------------------------ */
	/* ▼画面幅が狭い場合の上書き装飾 */
	/* ------------------------------ */
	@media all and (max-width: 480px) {
		/* ▼投稿情報カラム */
		.onelogside {
			width: 64px;		/* 横幅 */
		}
		/* ▼投稿本文 */
		.comment {
			margin-left: 0.3em;	/* 外側左の余白量 */
			line-height: 1.45;	/* 行の高さ */
		}
	}


/* ====================================================================== */
/* ■一発言だけが表示される際に追加表示されるユーティリティリンク群の装飾 */	/* 各投稿の個別ページでのみ表示される囲みナビ用の装飾です。 */
/* ====================================================================== */
.utilitylinks {
	margin: 2em 1em 1em 1em;	/* 外側の余白量 */
	padding: 0.5em;				/* 内側の余白量 */
	border: 1px solid #ccc;		/* 枠線 */
	border-radius: 1em;			/* 枠の角丸 */
	background-color: white;		/* 背景色 */
	font-size: 0.9em;			/* 文字サイズ */
}
/* ▼ナビのリンクリスト */
.utilitylinks ul {
	color: darkslategrey;			/* 文字色 */
}


/* ========================== */
/* ■ページナビゲーション領域 */
/* ========================== */
.pagenavi {
	margin: 2.5em 0px;			/* 外側の余白 */
	padding: 0.5em 0px;			/* 内側の余白 */
	text-align: center;			/* 中央寄せ */
	border-width: 3px 0px;		/* 枠線の太さ */
	border-style: dotted;		/* 枠線の種類 */
	border-color: #ccc;		/* 枠線の配色 */
	background-color: white;	/* 背景色 */
	text-align: center;			/* センタリング */
}

	/* ------------------------------------ */
	/* ▼ページ前後移動リンク群ボックス全体 */
	/* ------------------------------------ */
	.pagelinks {
		margin: 0.15em;		/* 外側の余白 */
	}

	/* ▼ページ移動リンクの文字 */
	.pagelinks a {
		font-weight: bold;	/* 太字 */
	}

	/* -------------------------------- */
	/* ▼ページ番号リンク群ボックス全体 */
	/* -------------------------------- */
	p.pagenums {
		margin: 0.5em;		/* 外側の余白 */
	}

	/* ▼ページ番号リンクの数字 */
	.pagenums a.pagenumlink {
		margin: 0px 2px 0px 2px;	/* 外側の余白 */
		padding: 0.2em 0.5em;		/* 内側の余白 */
		font-size: 1em;				/* 文字サイズ */
		font-weight: bold;			/* 太字 */
	}
	/* ▽現在のページ番号の装飾 */
	a.pagenumhere {
		text-decoration: none;		/* リンク装飾を消す */
		background-color: lightslategrey;	/* 背景色 */
		color: white;				/* 文字色 */
		border-radius: 0.3em;			/* 角丸 */
	}
	/* ▽ページ番号リンクにマウスが載った際の装飾 */
	a.pagenumlink:hover {
		text-decoration: none;		/* リンク装飾を消す */
		background-color: lightslategrey;	/* 背景色 */
opacity: 0.6;
		color: white;				/* 文字色 */
		border-radius: 0.3em;		/* 角丸 */
	}

	/* ------------------------------------ */
	/* ▼限定解除リンク(＝HOMEに戻るリンク) */
	/* ------------------------------------ */
	.pagehome {
		margin: 0.15em;		/* 外側の余白 */
		font-weight: bold;	/* 太字 */
	}


/* ========== */
/* ■サブ領域 */
/* ========== */
.subarea {
	margin: 1em;					/* 外側の余白量 */
	padding: 0 1em;					/* 内側の余白量 */
	background-color: white;			/* 背景色 */
	border: 1px dotted white;		/* 枠線(左側) */
}

	/* -------------------- */
	/* ▼フリースペース区画 */
	/* -------------------- */
	.freespacearea {
		margin: 0;					/* 外側の余白量 */
		padding: 0;					/* 内側の余白量 */
	}
	/* ▼見出し */
	.freespacearea .cornertitle {
		margin: 0;							/* 外側の余白量 */
		font-weight: bold;					/* 太字 */
		color: slategrey;						/* 文字色 */
	}

		/* ▽フリースペースの本文 */
		.freespacebody {
			margin: 0.5em 0;		/* 外側の余白量 */
			padding: 0.75em;		/* 内側の余白量 */
			background-color: white;	/* 背景色 */
			border-radius: 0.5em;	/* 角丸 */
			line-height: 1.5;		/* 行の高さ */
		}

		/* ▽フリースペースの編集リンク */
		.freespaceedit {
			margin: 0;
			text-align: right;
font-size: 0.7em;
padding:3px;
	}

/* ▽フリースペースの編集リンク MySet */
.freespaceedit a {color: #8298b0;}
/* ▽フリースペースの編集リンクにマウスが載ったとき MySet */
.freespaceedit a:hover {color: lightsteelblue;}

/* サブ領域その２----- MySet ----- fusenのcssからコピペ ----- */

	/* ------------------------ */
	/* ▼ハッシュタグリスト区画 */
	/* ------------------------ */
	.hashtaglistarea {
		margin: 0px 0px 0.5em 0px;
		padding: 1em;
		background-color: white;
		border: 1px solid #ddd;
		border-radius: 1em;
		display: inline-block;
		vertical-align: top;
		min-height: 7em;
		max-width: 50%;
		box-sizing: border-box;
	}
	/* ▼見出し */
	.hashtaglistarea .cornertitle {
		font-weight: bold;
		margin: 0;
		color: grey;
		border-bottom: 1px dotted white;
	}
		/* ▽ハッシュタグリスト */
		.hashtaglist {
			margin: 0.5em;
			padding: 0;
			list-style-type: none;
font-size:90%; /* MySet */
		}
		.hashtaglist li {
			display: inline-block;
		}
		/* ▽ハッシュタグリスト内の該当件数 */
		.hashtaglist .num {
			font-size: 0.9em;
			color: #ababab;
			margin-left: 0.25em;
		}

	/* ------------------ */
	/* ▼日付別リスト区画 */
	/* ------------------ */
	.datelistarea {
		margin: 0px 0px 0.5em 0px;
		padding: 1em;
		background-color: white;
		border: 1px solid #ddd;
		border-radius: 1em;
		display: inline-block;
		vertical-align: top;
		min-height: 7em;
		max-width: 48%;
		box-sizing: border-box;
	}
	/* ▼見出し */
	.datelistarea .cornertitle {
		font-weight: bold;
		margin: 0;
		color: grey;
		border-bottom: 1px dotted white;
	}
		/* ▽日付リスト(年単位) */
		.datelimitlist {
			margin: 0.5em 0;
			padding: 0 0 0 20px;
		}
		/* ▽日付リスト(月単位) */
		.datelimitsublist {
			margin: 0;
			padding: 0 0 0 10px;
			list-style-type: none;
			font-size: 0.95em;
		}
			/* ▽年表記が単独で存在する場合に、月表示を横に並べる */
			.datelimitlist .datelimitsublist .datelimit-month {
				display: inline-block;
				margin-right: 0.9em;
			}
			/* ▽年表記が単独で存在する場合に、月リンク内に含まれる年表記を非表示にする */
			.datelimitlist .datelimitsublist .year {
				display: none;
			}
		/* ▽日付リスト内の該当件数 */
		.datelimitlist .num {
			font-size: 0.85em;
			color: #ababab;
			margin-left: 0.3em;
		}
		/* ▽日付リンク項目 */
		.datelistlink:hover {
/* MySet（リンクカラーを基本設定と同様にするため削除） */
			border-radius: 3px;
		}

		/* ▽日付プルダウンメニュー区画 */
		.datelimitbox {
			margin: 0.5em;
		}

/* MySet - datelimitbox アーカイブのプルダウン*/
.datelimitbox select {font-size: 0.9em; color:#666; width: 6.5em;}

		/* ▽昇順/降順選択ラジオボタン区画 */
		.datelimitboxoptions {
			display: block;
		}
		.datelimitboxoptions label {
			display: inline-block;
			margin-right: 0.5em;
font-size: 0.75em;
		}

	/* -------------- */
	/* ▼汎用サブ区画 */
	/* -------------- */
	.multisubbox {
		margin: 0px 0px 0.5em 0px;
		padding: 1em;
		background-color: white;
		border: 1px solid #ddd;
		border-radius: 1em;
		display: inline-block;
		vertical-align: top;
		min-height: 7em;
	}

/* MySet - multisubbox */
.multisubbox .cornertitle {
	margin: 0;			/* 外側の余白量 */
	font-weight: bold;		/* 太字 */
	color: grey;		/* 文字色 */
	border-bottom: 1px dotted white;
	}
.multisubbox .sublist { font-size: 85%; line-height: 2em; }
.multisubbox ul {margin-left: -2.5em; }


/* ========================== */
/* ■ページ最下部(フッタ)領域 */
/* ========================== */
footer {
	margin: 1em 0px 0px 0px;	/* 外側の余白 */
	padding: 0.5em 0px;			/* 内側の余白 */
	background-color:white;	/* 背景色 */
	color: #ababab;				/* 文字色 */
border-top: 3px dotted #ccc;
border-bottom: 3px dotted #ccc;
}

	/* ▼管理操作リンク群 */
	footer .control-links {
		text-align: center;		/* 中央寄せ */
		margin: 0.5em;			/* 外側の余白量 */
	}

	/* ▼戻るリンク */
	.backlink {
		text-align: center;		/* 中央寄せ */
		margin: 0.5em;			/* 外側の余白量 */
	}

	/* ▼フッタ内リンクの装飾 */
	footer a:link    { font-weight: 700; }  	/* 未訪問 */
	footer a:visited { font-weight: 700; }  	/* 訪問済み */
	footer a:hover   { font-weight: 700; } 	/* マウスが乗ったとき */
	footer a:active  { font-weight: 700; }	/* アクティブ時 */

	/* 著作権表示(Poweredby)のデザイン */
	.poweredby { padding-top: 2em; padding-right: 1em; line-height: 2em;
font-size: 0.75em;
text-align: right; color: #ababab; background-color: white /*MySet */
 }

.pagehome {display: none;}

/* End of file */

