@charset "utf-8";

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family:sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, hgroup, main, section {
  display: block;
}

body {
	margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji","游ゴシック","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-weight: 500;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  background-color: #ddd;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: .1rem 0;
}

p {
  margin: .2;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
	margin: 0rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
  margin-right: 1rem;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
	font-size: smaller;
  	color: #aaa;
}

sub,
sup {
  position: relative;
  font-size: smaller;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.EntryTextBox a {
	text-shadow: none;
}

.EntryTextBox a:hover {
	text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 4px;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 1rem 0 1.5rem;
  margin: 0;
  border: thin solid #888;
  background-color: #eee;
  border-radius: 4px;
}

legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */


/* 全体の基本設定----------------------------- */

:root{
  font-size: 16px;
}

@media all and (max-width:1050px){
:root{
	font-size:32px;
	}
	body{
	line-height: 2;
	}
	a{
	text-decoration: underline;
	}
}

iframe{
	margin: .8rem 0;
}

em {
	padding: 0 3px;
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
hr {
  box-sizing: content-box;
  overflow: visible;
  margin: 20px 0;
	border:1px dotted #cccccc;
	}

blockquote {
  margin: 0.8rem 1.5rem;
  padding: 1.2rem;
  border-left: 5px solid #aaa;
  background: linear-gradient(to right, #eee 50%, transparent 80%);
  font-size: smaller;
}
blockquote cite {
	text-align: right;
  display: block;
  line-height: 150%;
  color: #888;
}
blockquote cite:before {
  content: "―";
}

q:before,{
  content: "“";
}
q:after{
  content: "”";
}

ul{
	padding:0;
}
li{
	margin: 0 .5rem;
	padding: .5rem;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 1;
}

/*  印刷用の設定
    ------------------------------------------------------- */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}

/*  アイコンの設定
    ------------------------------------------------------- */
@font-face {
  font-family: 'awesome';
  src: url('/admin/font/pc/awesome.eot?v=3.0.1');
  src: url('/admin/font/pc/awesome.eot?#iefix&v=3.0.1') format('embedded-opentype'),
       url('/admin/font/pc/awesome.woff?v=3.0.1') format('woff'),
       url('/admin/font/pc/awesome.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'awesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
.icon-search:before {
  content: '\f50d';
}
/*  ボタンの設定
    ------------------------------------------------------- */
.btn {
	display: inline-block;
	padding: .3rem 1.5rem;
	font-size: smaller;
	text-align: right;
	vertical-align: middle;
	cursor: pointer;
	border: 3px outset #c22;
	border-radius: 20px;
	background-color: #f00;
    color: #fff;
	font-weight: bold;
}
.btn:hover,
.btn:focus {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
.btn:active {
  border: 3px inset #b22;
}
.btn-primary {
    text-align: center;
}

/* コンテンツの横幅------------------------------------------- */
.contwidth{
	width:950px;
	margin: auto;
}
@media all and (max-width:1050px){
	.contwidth{
		width:100%;
	}
}

/*  ヘッダーの設定--------------------------------- */
header {
	display: flex;
	align-items: flex-end;
	width: 100%;
}
header a {
	color: #eee;
}

#BlogHeader {
	color: #aaa;
	background-color: #111;
	background-image: url(//3daysago.gg-blog.com/Img/1621824318/);
	background-repeat: no-repeat;
	background-position: 120% 50px;
	min-height: 150px;
}
@media all and (max-width:1050px){
	#BlogHeader {
		min-height: auto;
	}
}

/* ヘッダーの見出し部分の設定 */
.BlogTitle {
	font-size: 2rem;
	margin:1rem 0;
	color: #eee;
	}
	
/* ヘッダーの見出し下の文章の設定 */
.BlogDesc {
    color: #666;
	font-size: smaller; 
	float: right;
	text-align: right;
	padding: 10rem 2rem 1rem;
}
@media all and (max-width:1050px){
	.BlogDesc{
		padding: 1rem 2rem 1rem;
	}
}

/* 日付、カテゴリ等の枠------------------------------- */
.state {
	font-size: smaller;
	text-decoration: none;
	border: thin solid #777;
	border-radius: 15px;
	padding: 0 .6rem;
	margin: 0 .2rem;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
}
.state:hover {
	background-color: #666;
	opacity: 0.9;
}

/* ナビ部分の設定------------------------------- */
nav{
	display: flex;
}
.headerNavList{
  display: flex;
  background: #666666;
  color: #fff;
	flex-wrap: nowrap;
}
nav ul {
	list-style-type: none;
	display: flex;
}

.headerNavList a {
	color: #eee;
}
.headerNavList a:hover {
	background-color: #111;
}

/* ナビ検索窓部分の設定 */
.search {
	text-align: right;
	flex: 1;
	padding-right: .5rem;
}

.navbarSearch {
  margin: .3rem 1rem;
}
.navbarSearch .searchQuery {
  margin: 0 0 0 .5rem;
  padding: .3rem .5rem;
  width: 150px;
  font-size: smaller;
  font-weight: normal;
  line-height: 1rem;
}

/* ページャーの設定 */
.pager {
  justify-content: space-between;
  margin: .5rem 0 2rem;
}
.pager div {
	min-width: 4rem;
	border: thin solid #111;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
    overflow: hidden;
	white-space: nowrap;
}
.pager p {
	margin: .5rem .8rem;
	text-align: center;
	text-overflow: ellipsis;
    overflow: hidden;
}
.prev, .next {
	width: 9rem;
}
.pager a {
	background-color: #fff;
	border-radius: 6px;
}
.pager a:hover {
	color: #fff;
	background-color: #F00;
}


/* フッターの設定 ----------------------------------------　*/

footer{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

/*  ブログ全体のフッターの設定 */
#FooterBlock {
	padding: 1rem;
	bottom: 0;
	color: #fff;
	background: #444444;
	width: 100%;
}

#FooterBlock .BF {
	margin: .3rem .5rem 1.5rem;
	font-size: smaller;
}

.BlogFooter {
	width: 100%;
	display:flex;
}

.BlogFooter .pr {
	flex: 1;
}

@media all and (max-width:1050px){
	.BlogFooter {
		flex-direction: column;
		align-items: flex-end;
	}
}


/*  記事、サイドバーなどページ内のメインブロックの設定----------------------- */
#Container{
	display: flex;
	align-items: flex-start;
	justify-content:space-around;
	margin: auto;
	padding: 1rem 0 0;
}
@media all and (max-width:1050px){
	#Container{
		display: inline;
		margin: auto 0;
		padding: 1rem .8rem 0;
	}	
}

/* メインコンテンツ部分の設定 */
main {
	width: 650px;
}
@media all and (max-width:1050px){
	main{
		width:100%;	
	}
}

/* 記事の枠 */
article{
	border: thin solid #111;
	border-radius: 4px;
	margin: .5rem 0 2rem;
	background: #fff;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2);
}

/* コメント編集の時のコンテンツ部分の設定 */
#ArticleBlock.commentEdit {
	border: thin solid #111;
	border-radius: 4px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* カテゴリー一覧・検索結果・日付別一覧のタイトル上の表示の設定 */
.listTitle {
	margin: 0 0 1rem;
}
.listTitle dl {
	display: flex;
}

/* 記事タイトルの設定 */
.EntryHeader{
	flex-wrap: nowrap;
	background-color: #111;
	padding: .7rem .5rem .7rem 1.2rem;
	color: #ddd;
}
.EntryHeader .title {
	flex: 1;
}
.date, .category {
}
 
@media all and (max-width:1050px){
	.EntryHeader{
		flex-wrap: wrap;
	}
	.EntryHeader .title{
		flex: initial;
	}
}
	
/* 記事詳細、ページの本文部分全体の設定 */
.EntryTextBox {
	padding: 1.5rem 2rem .5rem;
  font-size: 100%;
}

/* 簡略記事 */
.EntryDesc{
	font-size: smaller;
	border: thin dashed #111;
	border-radius: 4px;
	background-color: #eee;
	margin:　.5rem;
	padding: .8rem 1.1rem;
	opacity: 0.5;
}
.ImageDesc{
	max-width: 100px;
	max-height: 100px;
	float: left;
}
.EntryLink {
	clear: both;
	text-align: right;
}
.EntryLink a:after{
content:" ▼";
}

/* 本文部分の設定 */
.entryText {
}
.entryPsText {
	margin-top: 1.5rem;
}

/* 本文中の画像の設定 */
.entryText img {
  margin-bottom: 10px;
  margin-right: 10px;
}
/* 本文中のリンクの設定 */
.EntryTextBox a,
.EntryTextBox a:link,
.EntryTextBox a:visited {
}

/* 拍手部分の設定 */
.NinjaClap {
  margin: 1.5rem;
}
/* 記事フッター部分の設定 */
.commentLink{
	font-size: smaller;
	text-align: right;
	padding: .5rem 1rem 1.2rem;
}
.omatome{
	border-top: 6px solid #f00;
}

/* 記事詳細のコメント部分全体の設定 */
#CommentBlock {
  background: transparent;
  padding: 1.5rem 2rem;
  border-top: thin dashed #ddd;
  border-bottom: thin dashed #ddd;
}
/* 記事詳細のコメント部分全体のタイトルの設定 */
.commentBlockTitle {
}
/* 記事詳細のコメント部分全体のタイトル用アイコンの設定 */
.commentBlockTitle:before {
  font-family: 'awesome';
  content: '\e718';
  display: inline-block;
  padding-right: .5em;
}
/* 記事詳細の各コメント部分全体の設定 */
.commentTextBox {
	border: thin solid #888;
	margin: 1.2rem  .2rem;
	padding: 0 .5rem .5rem 0; 
	border-radius: 4px;
}
.commentText{
	margin: .8rem;
}
/* 記事詳細の各コメントのタイトルの設定 */
.commentTitle,
[id^="commentRes"]{
}
.commentTitle {
	padding: .5rem;
	flex: 1;
}

/* 記事詳細の各コメントのフッター部分の設定 */
.user {
	margin-left: 1rem;
	flex: 1;
	font-size: smaller;
}

/* 記事詳細の管理者コメント部分の設定 */
.commentResBlock {
  margin: .8rem 1.5rem;
  padding: 0 .5rem .5rem 0; 
  background-color: #ddd;
  border-left: 7px solid #888;
  opacity: 0.7;
  border-radius: 4px;
}
[id^=CommentRes] {
  margin: 0;
}
.commentResText {
	padding: .5rem;
}

/* コメントフォーム部分の設定 */
#CommentForm {
  padding: 1rem 2rem;
}
#CommentForm form {
	margin: 1rem;
}
.commentFormBlock {
  border-top: thin dashed #ddd;
}
.commentForm label {
	text-align:right;
    cursor: default;
	float: left;
	width: 8rem;
}
.commentForm input[type="text"],
.commentForm input[type="password"],
.commentForm textarea {
  margin: .3rem;
  height: 1.3rem;
  width: 15rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.commentForm input[type="text"],
.commentForm input[type="password"] {
	  width: 11em;
}
.commentForm textarea {
	  width: 22em;
}

/* コメント入力欄の設定 */
#CommentText {
  height: 5rem;
}


/* サイドバーの設定 */
aside {
	width:250px;
	margin: 0 .8rem;
}
@media all and (max-width:1050px){
	aside {
		width:auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/* 各プラグイン部分の設定 */
.plugin {
	border: thin solid #111;
	border-radius: 4px;
	margin: .5rem 0 1rem;
	background: #fff;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
}
@media all and (max-width:1050px){
	.plugin {
		flex-basis: 45%;
		margin: .5rem;
	}
	.pluginBody {
		max-height: 500px;
		overflow: auto;
	}
}

/* プラグインのタイトルの設定 */
.pluginTitle {
	color: #eee;
	background-color: #111;
	padding: .3rem 1.2rem;
	font-weight: bold;
	word-wrap: break-word;
}

/* プラグインのコンテンツ部分の設定 */
.pluginBody {
  padding: .3rem 1.3rem;
  font-size: 100%;
}

@media all and (max-width:1050px){
.pluginBody {
  font-size: 85%;
}

}

/*各プラグイン処理内の基本デザイン*/
.plugin_data,
.plugin_data * {
}
.plugin_data + .plugin_data {
  margin: .5rem 0;
}
/* 各プラグイン処理内基本デザインの下に記載する日付など */
.plugin_data_date {
  font-size: smaller;
  color: #737373;
  margin-bottom: .5rem;
}
.plugin_data .right {
  float: right;
}
@media all and(max-width:1050px){
.plugin_data .right {
	text-align: right;
	}
}

.plugin_data .right:before,
.plugin_data .right:after {
  display: table;
  content: "";
}
.plugin_data .right:after {
  clear: both;
}

/* プラグインのカレンダー用テーブル */
.CalendarTable {
  width: 100%;
  border: 2px solid #666;
}
.CalendarTable th,
.CalendarTable td {
  color: #aaa;
  padding: .4rem auto;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-right: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
}
/* カレンダー日付移動部分のデザイン */
.CalendarMove{
	justify-content: space-between;
}
/* 日付表示部分のデザイン */
.CalendarTr td {
}
/* 記事が存在する場所の設定 */
.CalendarTdLink a {
  font-weight: bold;
}
/* 日曜日、土曜日の設定 */
.CalendarTdSun{
	background-color: #fee;
}
.CalendarTdSat{
	background-color: #eef;
}


/* ブログ内検索用デザイン */
.blogsearch:before,
.blogsearch:after {
  display: table;
  content: "";
}
.blogsearch:after {
  clear: both;
}
.blogsearch .box {
  width: 70%;
  float: left;
}
.blogsearch .btn {
  width: 22%;
  float: right;
  text-align: center;
}

/* コメント用デザイン */
.plugin_cm_with_res img {
  margin-left: 7px;
  vertical-align: text-top;
}
/* プロフィール用デザイン */
.profile_image {
  margin-bottom: 10px;
}
.profile_image img {
  border-radius: 50%;
  border: thin solid #111;
}

/* バーコード用デザイン */
.qrcode_image {
  text-align: center;
}

