/*
Theme Name: 明日に向かって2025v1
Author: まわるフリフリのフリ 2025.9.16 色々簡素化を目指す
Author: まわるフリフリのフリ 2025.9.15 見出しフォント設定調整、アーティクル横幅の変更など見た目改善作業開始
Author: まわるフリフリのフリ 2024.11.11 BlueskyTimelineの導入設置
Author: まわるフリフリのフリ 2024.8.16 見出しとリンクなどの文字サイズ、カラー設定を変更
Author: まわるフリフリのフリ 2024.5.19 ※homeにFLFLロゴを設置
Author: まわるフリフリのフリ 2023.9.3 ※記事本文のフォントファミリー修正
Author: まわるフリフリのフリ 2023.3.8 ※functionでPNGアイコン画像への対応でif文を拡張
Author: まわるフリフリのフリ 2023.2.12
*/

@charset "utf-8";



/* =Twenty Twelve CSS Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}

a { text-decoration : none}
img { vertical-align : middle}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}


/*
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
*/


html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ecf1f2;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 基礎 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/




html{
     width: 100%;
	 font-size: 62.5%; /* -> 10px */ 
     background-color: #f8f8f8;
     border: solid 0px blue;
}

body {
	width: 900px;
	font-family: 'Hiragino Kaku Gothic Pro','Roboto','Noto Sans JP', sans-serif;
	background-color: transparent;
	margin: 0 auto;
	border: 0px solid lime;
}


/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {	
	
	html {
		width: 375px;
		margin: 0 auto;
	}
	
	body {
		width: 100%;
		border: 0px solid lime;
	}
}

/************************************************************************* カテゴリー＆タグのボタン設定 *******************/

/*__________________ヘッダー専用_________________*/

.header_category a:link {
	display: inline-block;
	float: none;
	font-family: 'Futura','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 1.6rem;
	color: white !important;
	font-weight: normal !important;
	line-height: 1.6; /*ボタンの基本サイズ感になります*/
	margin: 0 0.4rem 0 0;
	padding: 0.2em 0.6em;
	background-color: #ff1e8a;
	border: solid 0px #ff1e8a !important;
	border-radius:4px;
}

.header_category a:visited { color: white !important; border: solid 0px #ff1e8a !important; border-radius:4px; }
.header_category a:hover { color:white !important; background: #01a5ff; border: solid 0px #01a5ff !important; border-radius:4px; }
.header_category a:active { color:white !important; background: darkslategray; border: solid 0px darkslategray !important; border-radius:4px; }

/* __________________520px以下での変更_________________ */
@media screen and (max-width: 520px) {
	
	.header_category a:link {
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 0.2em 0.2em;
	}
	
	.header_category a:visited { color: white !important; font-size: 1.2rem; border: solid 1px #ff1e8a !important; border-radius:4px; }
	.header_category a:hover { color:white !important; background: #01a5ff; font-size: 1.2rem; border: solid 1px #01a5ff !important; border-radius:4px; }
	.header_category a:active { color:white !important;; background: darkslategray; font-size: 1.2rem; border: solid 1px darkslategray !important; border-radius:4px; }
}


.header_tag a:link {
	font-size: 1.4rem !important;
	color: white !important;
	line-height: 1.4;
	text-align: center;
	margin-right: 4px;
	padding: 0.18em 0.6em;
	background-color: #01a5ff;
	border-radius:4px;
	border: solid 1px #01a5ff !important;
}

.header_tag a:visited { color: white !important; border: solid 1px #01a5ff !important; border-radius:4px; }
.header_tag a:hover { color:white !important; background: #ff1e8a; border: solid 1px #ff1e8a !important; border-radius:4px; }
.header_tag a:active { color:white !important; background: darkslategray; border: solid 1px darkslategray !important; border-radius:4px; }

/*__________________本体・その他_________________*/

.category a:link {
	display: inline-block;
	float: none;
	font-family: 'Futura','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 1.6rem;
	color: darkslategray !important;
	font-weight: normal !important;
	line-height: 1.6;
	margin: 0 0.4rem 0 0;
	padding: 0.2em 0.6em;
	background-color: white;
	border: solid 1px gray !important;
	border-radius:4px;
}

.category a:visited { color: darkslategray !important; background: white; border: solid 1px gray !important; border-radius:4px; }
.category a:hover { color:white !important; background: #ff1e8a; border: solid 1px #ff1e8a !important; border-radius:4px; }
.category a:active { color:white !important;; background: #01a5ff; border: solid 1px #01a5ff !important; border-radius:4px; }

.tag a:link {
	font-size: 1.4rem !important;
	color: darkslategray !important;
	line-height: 1.4;
	text-align: center;
	padding: 0.18em 0.6em;
	border: solid 1px lightgray !important;
}

.tag a:visited { color: darkslategray !important; background: white; border: solid 1px lightgray !important; border-radius:4px; }
.tag a:hover { color:white !important; background: #01a5ff; border: solid 1px #01a5ff !important; border-radius:4px; }
.tag a:active { color:white !important; background: #ff1e8a; border: solid 1px #ff1e8a !important; border-radius:4px; } 



/************************************************************************* ヘッダー（タイトル周り）　*******************/

header {
	font-family: 'Futura','Futura-Medium','Hiragino Sans',sans-serif;
	font-size: 1.6rem;
	color: #3e3e3e;
	font-weight: normal;
	width: 900px;
	height: auto;
	display: flex;
	align-items: center;
	margin: 0px auto 0px auto;
	background-color: #f8f8f8;
	border: solid 0px red;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	header {
		width: 100%;
	}
}

section#code_name {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px auto 0px auto;
	background-color: #f8f8f8;
	border: solid 0px green;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	section#code_name {
		padding-top: 30px;
		border: solid 0px green;
	}
}

section#code_name img#ICON {
	display: block;
	width: 100px;
	height: 100px;
	float: none;
	border-radius: 200px;
}


section#code_name .BOX01{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	margin: 0 auto;
	border: solid 0px orange;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	section#code_name .BOX01 {
		display: flex;
		flex-direction: row;
		border: solid 0px orange;
	}
}

section#code_name .BOX01_ICON {
	width: 100px;
	height: auto;
	display: block;
	padding: 0;
	margin: 40px auto 40px auto;
	border: solid 0px purple;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	section#code_name .BOX01_ICON {
		margin: 0px;
		border: solid 0px purple;
	}
}

section#code_name .BOX01_info {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: solid 0px limegreen;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	section#code_name .BOX01_info {
		width: auto;
		flex-direction: column;
		margin: auto;
		border: solid 0px limegreen;
	}
}

section#code_name .BOX01_B2A {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: right;
	border: solid 0px blue;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	section#code_name .BOX01_B2A {
		width: auto;
		text-align: center;
		margin-bottom: 10px;
		border: solid 0px blue;
	}
}

section#code_name .BOX01_B2B {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 30px;
	margin: 0;
	text-align: left;
	line-height: 1.4;
	border: solid 0px hotpink;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	section#code_name .BOX01_B2B {
		width: auto;
		padding: 0px;
		text-align: center;
		border: solid 0px hotpink;
	}
}

section#code_name .BOX02 {
	font-family: 'Futura','Futura-Medium','Hiragino Sans',sans-serif;
	font-size: 6.4rem;
	font-weight: 800;
	/* color: #444242 */
	color: #1f3737ff;
	letter-spacing: -1px;
	line-height: 1;
	width: 860px;
	height: auto;
	transform: rotateZ( 3deg );
		position: relative;
		top: 30px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: transparent;
	border: solid 0px black;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
section#code_name .BOX02 {
	font-family: 'Futura','Futura-Medium','Hiragino Sans','Hiragino Kaku Gothic Pro',sans-serif !important;
	color: #1f3737ff;
	width: 360px;
	font-size: 4.6rem;
	font-weight: 800; 
	transform: rotateZ( 3deg );
		position: relative;
		top: 0px;
	margin: 20px auto;
	padding: 0px;
	text-shadow: 2px 3px 6px #bababa;
	border: solid 0px red;
}
}

section#code_name .BOX02 img {
	width: 640px !important;
	height: 798px !important;
	margin: 0px auto;
	border: solid 0px red;
}


section#code_name .BOX03{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 60px auto 0px auto;
	text-align: center;
	line-height: 2;
	/* border: solid 0px aqua; */
	border: solid 0px gray;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
section#code_name .BOX03 {
	margin: 0px auto 0px auto;
	text-align: center;
	line-height: 2;
	border: solid 0px aqua;
}
}

section#code_name .BOX03 iframe[id*="twitter-widget-"] {
	width: 90px !important;
	height: 22px !important;
	vertical-align: middle;
	margin: 0px auto 0px auto !important;
	border: solid 0px #ffa622;
}

/************************************************************************* 検索フォーム　*******************/

section#search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 120px;
	font-size: 2.0rem;
	margin: 0px auto 0px auto;
	text-align: center;
	border: solid 1px #ecf1f2;
	border-style: none none none none;
	border: solid 0px black;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	section#search {
		width: 320px;
		height: auto;
		margin: 20px auto 20px auto; 
	}
}

#form_OYA {
	display: block;
	width: auto;
	height: 120px;
	border: solid 2px blue;
}

#form_A {
	display: block;
	width: auto;
	height: 120px;
	border: solid 2px green;
}

#form_B {
	display: none;
	width: auto;
	height: 120px;
	border: solid 2px green;
}


.search-form {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 90%;
	height: 40px;
	padding-top: 0px;
	margin: 0px auto;
	border: solid 0px red;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	.search-form {
		display: flex;
		flex-wrap: wrap;
		width: 318px;
		height: auto;
		margin: 0 auto;
		text-align: center !important;
	}
}


select#cat {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 180px;
	height: 40px;
	display: block;
	order: 0;
	float: right;
	margin: 0px 10px;
	padding: 0px 1.2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #333;
	background-color: white;
	background-image: none;
	border: 1px solid #e0e0d2;
	border-radius: 4px;
	word-break: normal;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	select#cat {
		width: 100px;
		order: 2;
		font-size: 1.6rem;
		margin: 0px;
		padding: 0px 0.8rem;
		margin-bottom: 10px;
	}
}

.search-form #s {
  width: 300px;
  height: 34px;
  order: 1;
  line-height:0px;
  padding: 0px 0px 0px 6px;
  margin: 0px 10px 0px 0px;
  font-size: 2.0rem;
  font-weight: normal;
  color: #333;
  background-color: transparent;
  border-top: solid 0px green;
  border-right: solid 0px green;
  border-bottom: solid 1px #d6d6d6;
  border-left: solid 0px green;
  border-radius:0px;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	.search-form #s {
		width: 300px;
		height: 50px;
		order: 1;
		margin: -20px auto 10px 0px;
		padding: 0 10px;
		text-align: center;
		border-radius:0px;
	}
}

.search-form input#img {
  vertical-align: middle;
  order: 2;
  position: relative;
  	top: 0px;
  	right: 0px;
  	left: -30px;
  margin-right: -20px;
  border: solid 0px transparent;
  color: transparent;
  background-repeat: no-repeat;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	.search-form input#img {
		width: 26px;
		height: 26px;
		order: 0;
		position: relative;
		top: 20px;
		right: -50px;
		left: 130px;
		margin-right: 0px;
	}
}

select#tag {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 120px;
	height: 40px;
	display: block;
	float: right;
	order: 3;
	margin: 0px 10px;
	padding: 0px 1.2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #333;
	background-color: white;
	background-image: none;
	border: 1px solid #e0e0d2;
	border-radius: 4px;
	word-break: normal;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	select#tag {
		width: 100px;
		font-size: 1.6rem;
		text-align: center;
		order: 3;
		margin: 0px 4px 0px 4px;
		padding: 0px 0.8rem;
		margin-bottom: 10px;
	}
}

select#archive-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 120px;
	height: 40px;
	display: block;
	float: right;
	order: 4;
	margin: 0px 10px;
	padding: 0px 1.2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #333;
	background-color: white;
	background-image: none;
	border: 1px solid #e0e0d2;
	border-radius: 4px;
	word-break: normal;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	select#archive-dropdown {
		width: 100px;
		order: 4;
		font-size: 1.6rem;
		text-align: center !important;
		margin: 0px;
		padding: 0px 0.8rem;
		margin-bottom: 10px;
	}
}

/************************************************************************* ここからMain Body アーティクル本体　*******************/

article {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 0px;
	border: solid 0px #ecf1f2;
	/* background: linear-gradient(white, #f8f8f8); */
	background: #f8f8f8;
	border: solid 0px green;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	article {
		width: 100%;
		margin: 0 auto;
	}
}

section#post {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: solid 0px rgb(255, 30, 138);
}

/************************************************************************* POST記事タイトルまわり *******************/

#post section#title { /*基本文字設定*/
	font-family: 'Futura','Futura-Medium','Hiragino Sans',sans-serif;
	font-size: 1.6rem;
	color: #3e3e3e;
	font-weight: normal;
	width: auto;
	height: auto;
	display: flex;
	margin: 50px 0px 20px 0px;
	border: solid 0px red;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	#post section#title {
		margin: 10px 0px 16px 0px;
	}
}


#post section#title .title_ICON {
	width: 100px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: solid 0px purple;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	/* #post section#title .title_ICON {
		width: 100%;
		flex-direction: row;
		align-items: center;
		} */
}



#post section#title .title_OYA-BOX {
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
	border: solid 0px limegreen;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	#post section#title .title_OYA-BOX {
		padding-left: 2px;
	}
}


#post section#title .title_BOX01 {
	width: auto;
	height: auto;
	border: solid 0px orange;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	#post section#title .title_BOX01 {
		display: none;
	}
	
	/* #post section#title .title_BOX01 {
		font-size: 1.2rem;
		color: #888;
		margin: 8px auto 0px auto;
		text-align: center;
	}
	
	#post section#title .category a:link {
		display: inline-block;
		float: none;
		font-family: 'Futura','Hiragino Kaku Gothic Pro',sans-serif;
		font-size: 1.4rem;
		color: darkslategray !important;
		font-weight: normal !important;
		line-height: 1.6;
		margin: 0 0.4rem 0 0;
		padding: 0.2em 0.4em;
		background-color: white;
		border: solid 1px gray !important;
		border-radius:4px;
	}
	
	.category a:visited { color: darkslategray !important; border: solid 1px gray !important; border-radius:4px; }
	.category a:hover { color:white !important; background: #ff1e8a; border: solid 1px #ff1e8a !important; border-radius:4px; }
	.category a:active { color:white !important; background: #01a5ff; border: solid 1px #01a5ff !important; border-radius:4px; }
	
	#post section#title .tag a:link {
		display: inline-block;
		float: none;
		font-family: 'Futura','Hiragino Kaku Gothic Pro',sans-serif;
		font-size: 1.4rem;
		color: darkslategray !important;
		font-weight: normal !important;
		line-height: 1.6;
		margin: 0 0.4rem 0 0;
		padding: 0.1em 0.4em;
		background-color: white;
		border: solid 1px lightgray !important;
		border-radius:4px;
	}
	
	.tag a:visited { color: darkslategray !important; border: solid 1px lightgray !important; border-radius:4px; }
	.tag a:hover { color:white !important; background: #01a5ff; border: solid 1px #01a5ff !important; border-radius:4px; }
	.tag a:active { color:white !important; background: #ff1e8a  border: solid 1px #ff1e8a !important; border-radius:4px; } */
	
}

#post section#title .title_BOX02 {
	width: auto;
	height: auto;
	font-size: 3.0rem;
	color: #e74e00;
	margin: 8px 0px 0px 0px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.2;
	border: solid 0px blue;
}

#post section#title .title_BOX02 a:link { color: darkslategray; }
#post section#title .title_BOX02 a:visited { color: darkslategray; }
#post section#title .title_BOX02 a:hover { color: #ff1e8a; }
#post section#title .title_BOX02 a:active { color: #0883ac; }

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	#post section#title .title_BOX02 {
		width: 98%;
		font-size: 2.0rem;
		font-weight: 500;
		margin: 8px 0px 0px 4px;
		text-align: left;
	}
}


#post section#title .title_BOX03 {
	width: auto;
	height: auto;
	line-height: 2.2;
	border: solid 0px gray;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	#post section#title .title_BOX03 {
		font-size: 1.4rem;
		font-weight: 400;
		color: #888;
		text-align: left;
		margin: 0px 0px 0px 4px;
}
}


#post section#title img#ICON {
	width: 100px;
	height: 100px;
	border-radius: 200px;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	
	#post section#title img#ICON {
	width: 80px;
	height: 80px;
	border-radius: 160px;
	}
}

/************************************************************************* POST記事本文テキストまわり　*******************/

#post p {
 	/* font-family: 'Futura','Futura-Medium','YuGothic',sans-serif; */
	/* font-family: 'Futura','Futura-Medium','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif; */
	/* font-family: 'Futura','Futura-Medium',"游ゴシック体", '游ゴシック', 'Yu Gothic', YuGothic, "メイリオ", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-family: 'Futura','Futura-Medium','Noto sans jp',sans-serif;
	width: auto;
	margin: 30px auto 0px auto;
	padding: 0px 100px 0px 100px;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2;
	color: #555;
	word-break: break-all;
	background-color: transparent;
	border: solid 0px purple;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post p {
		color: #333;
		margin: 20px auto 0px auto;
		padding: 0px 12px 0px 22px;
		font-size: 1.7rem;
		line-height: 1.8;
	}
}

#post p a:link { 
	font-size: 2.0rem;
	font-weight: 600;
	color: darkslategray;
	vertical-align: 0px;
	line-height: 1.4;
	border-bottom: 1px dotted darkslategray;
}
#post p a:visited { color: darkslategray; border-bottom: 1px solid darkslategray;}
#post p a:hover { color: #ff1e8a; border-bottom: 1px dotted #ff1e8a; }
#post p a:active { color: #0883ac; border-bottom: 1px dotted #0883ac; }

#post h3  {
	width: 700px;
	font-family: 'Futura','Futura-Medium','Hiragino Sans',sans-serif;
	color: #2b2b2b;
	font-size: 3.8rem;
	font-weight: bolder;
	letter-spacing: -1px;
	line-height: 1.3;
	/* text-align: center; */
	margin: 70px auto 40px auto;
	padding: 0px 0px 0px 30px;
	border: 8px solid lightgray;
	border-style: none none none solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post h3 {
		width: 94%;
		color: #2b2b2b;
		font-size: 3rem;
		font-weight: 700;
		margin: 70px auto 40px 10px;
		padding: 0px 0px 0px 4px;
		border: 0px solid lightgray;
		border-bottom: 1px solid lightgray;
	}
}


#post h4  {
	width: 700px;
	font-family: 'Futura','Futura-Medium','Hiragino Sans',sans-serif;
	color: #333;
	font-size: 3.4rem;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.3;
	margin: 70px auto 40px auto;
	padding: 6px 0px 8px 0px;
	/* border-bottom: 1px solid lightgray; */
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post h4 {
		width: 92%;
		color: #333;
		font-size: 2.6rem;
		font-weight: 700;
		border: 0px solid #617c61;
		border-bottom: 1px solid lightgray;
	}
}

#post h5  {
	width: 700px;
	color: #363636;
	font-family: 'Futura','Futura-Medium','Noto sans jp',sans-serif; 
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.3;
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/* background-image: url(h5.svg);
	background-repeat: no-repeat; */
	border: solid 0px #c4d4e7;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post h5 {
		width: 95%;
		color: #363636;
		font-size: 2.2rem;
		font-weight: 600;
		margin: 40px auto 0px 4px;
		padding: 0px 0px 0px 6px;
	}
}

#post h6  {
	width: 700px;
	color: #363636;
	font-family: 'Futura','Futura-Medium','Noto sans jp',sans-serif; 
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 60px 0px -4px 100px;
	padding: 4px 0px 4px 18px;
	border: 12px solid lightgray;
	border-style: none none none solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post h6 {
		width: 92%;
		color: #363636;
		font-size: 2.0rem;
		font-weight: 400;
		margin: 40px auto 0px 14px;
		padding: 0px 0px 0px 6px;
		border: 6px solid lightgray;
		border-style: none none none solid;

	}
}

#post strong  {
	color: black;
	font-size: 2.1rem;
	font-weight: bold;
	line-height : 1.4;
}


#post em  {
	color: #d90000;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: normal;
	vertical-align:0px;
	line-height : 1.4;
}

#post i , i a {
	font-family: 'Hiragino Maru Gothic Pro';
	color: #888;
	font-size: 1.6rem;
	font-weight: normal !important;
	font-style: italic;
}

#post ins  {
	color: #333;
	background-color: #fff651;
}

.change{
	font-size: 1.8rem;
	color:#cab64a;
}

.red{
	color:red;
}

.under-color{
	background-color:yellow;
}

.small-gray {
	font-size: 1.4rem;
	font-weight: normal;
	color: gray;
}

.big-gray {
	font-size: 2.1rem;
	font-weight: bold;
	line-height : 1.4;
	color: #a3a3a3;
}


.reiwa-pink {
	color: #ff1e8a;
	font-size: 2.1rem;
	font-weight: bold;
	line-height : 1.4;
	background-color: yellow;
}

.reiwa-block {
	color: white;
	font-size: 2.8rem;
	font-weight: bold;
	line-height : 1.0;
	margin: 30 auto 0 auto;
	text-align: center;
	padding: 0.2rem 1.0rem;
	background-color:#ff1e8a;	
}

.chic_strong {
	color: black;
	font-size: 2.1rem;
	font-weight: bold;
	line-height : 1.4;
	background-color: #ddd;
}

.FLFL {
	width: 50px !important;
	height: 50px !important;
	margin: 30px auto 30px auto !important;
	background-image: url(FLFL-chat.png);
	background-size: 100%;
	border: 0px green solid;
}

.ChatGPT-Chat {
	width: 50px !important;
	height: 50px !important;
	margin: 30px auto 30px auto !important;
	background-image: url(ChatGPT-Chat.png);
	background-size: 100%;
	border: 0px green solid;
}

.Miki {
	width: 50px !important;
	height: 50px !important;
	margin: 30px auto 30px auto !important;
	background-image: url(Miki-Chat.png);
	background-size: 100%;
	border: 0px green solid;
}

#post .ChatGPT {
	width: 700px !important;
	margin: 30px auto 0px auto;
	padding: 0px 30px 30px 30px !important;
	background-color: #fbfbfb;
	border-radius: 10px;
	border: 1px #e1e1e1 solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .ChatGPT {
		width: 94% !important;
		padding: 0px !important;
	}
}

#post .ChatGPT p {
	font-family: 'Hiragino Sans' !important;
	font-size: 1.7rem !important;
	font-weight: 200 !important;
	width: 700px !important;
	padding: 0px !important;
	line-height: 2.0 !important;
	margin: 0px 30px 0px 0px;
	word-break: normal !important;
	border: 0px green solid !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .ChatGPT p {
		width: 92% !important;
		font-size: 1.6rem !important;
		margin: 0px 10px 0px 14px;
		padding: 0px;
	}
}


#post .ChatGPT img.aligncenter {
	width: 50px !important;
	height: 50px !important;
	margin: 30px auto 30px auto !important;
	border: 0px green solid !important;
}

#post .ChatGPT .code {
	width: 700px;
	height: auto;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 0px 0px 10px 0px;
	border: solid 0px red;
	border-radius:4px;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .ChatGPT .code {
		width: 96%;
		margin: 0px auto 30px auto;
		padding: 0px;
		border: solid 1px red;
	}
	
	#post .ChatGPT .code p em {
		font-family: 'Hiragino Maru Gothic Pro';
		color: #aa8c08;
		font-size: 1.6rem;
		line-height: 0 !important;
		border: solid 0px #000;
	}
	
	
}

.DeepL {
	font-family: 'Hiragino Sans' !important;
	font-size: 2.0rem !important;
	font-weight: 200 !important;
	width: 640px !important;
	margin: 30px auto 0px auto;
	padding: 30px 30px 30px 40px;
	line-height: 2.0 !important;
	word-break: normal;
	background-color: #f4f4f4; 
	border-radius: 10px;
	border: 0px #e1e1e1 solid;
}

.DeepL p {
	font-family: 'Hiragino Sans' !important;
	font-size: 2.0rem !important;
	font-weight: 200 !important;
	width: 580px !important;
	position: relative;
	left: -130px;
	line-height: 2.0 !important;
	padding: 0px;
	word-break: normal !important;
}

#post .caption {
	width: 700px !important;
	color: #888;
	font-size: 1.6rem;
	margin: -30px auto 70px auto;
	line-height: 1.8 !important;
	font-style: italic;
	border: 0px red solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .caption {
		width: 90% !important;
		padding: 0px 0px 0px 14px;
		line-height: 1.6 !important;
		margin: -20px auto 40px auto;
	}
}


#post .comment {
	width: 700px !important;
	color: #999;
	font-size: 1.6rem;
	margin: 60px auto 0px auto;
	line-height: 1.8 !important;
	font-style: italic;
	border: 0px red solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .comment {
		width: 92% !important;
		padding: 0px 10px 0px 14px;
		line-height: 1.6 !important;
		margin: 20px auto 0px auto;
	}
}

#post .comment a {
	color: #ff1e8a;
	border-bottom: 1px solid #ff1e8a;
}

#post .bluesky-embed {
	margin: 0px auto !important;
	border: 0px red solid !important;
}


blockquote {
	width: 700px;
	margin: 0 auto;
	position:relative;
	background-color: #efefef; 
	padding: 20px 0px 40px 0px;
	margin-top: 30px;
	border-radius: 10px;
	border: 1px #e1e1e1 solid;
}

blockquote:before {
	font-family: 'Hiragino Maru Gothic Pro';
	position:absolute;
	top: 0px;
	content:'“'; /*--引用符を追加します。--*/
	font-size: 180px;
	opacity: .2;
	color:#5c87a6;
}

blockquote:after {
	font-family: 'Hiragino Maru Gothic Pro';
	position:absolute;
	bottom: -100px;
	right: 10px;
	content: '”';
	font-size: 180px;
	opacity: .2;
	color:#5c87a6;
	}

blockquote p {
	font-family: 'Hiragino Maru Gothic Pro' !important;
	font-size: 2.4rem !important;
	width: 520px !important;
	color: gray !important;
	margin: 30px 0px 0px 0px !important;
	line-height: 1.4 !important;
	border: 0px red solid !important;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	blockquote {
		width: 92% !important;
		position:relative;
		background-color: #efefef;
		margin: 16px 0px 0px 14px;
		padding: 10px 0px 16px 0px !important;
		border-radius: 10px;
		border: 1px #e1e1e1 solid;
		line-height: 1.6 !important;
	}
	
	blockquote:before {
		display: none;
	}
	
	blockquote:after {
	display: none;
	}
	
	blockquote p {
		font-family: 'Hiragino Maru Gothic Pro' !important;
		font-size: 1.6rem !important;
		width: 90% !important;
		color: gray !important;
		margin: 10px 0px 0px 0px !important;
		line-height: 1.4 !important;
		border: 0px red solid !important;
	}
}

#post p a img.aligncenter {
	-webkit-backface-visibility: hidden;
	display: block !important;
	width: auto !important;
	max-width: 700px !important;
	height: auto !important;
	image-rendering: auto !important;
	margin: 50px auto 50px 0px !important;
	border: 0px orange solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post p a img.aligncenter {
		max-width: 375px !important;
		margin: 40px auto 40px -22px !important;
		border: 0px red solid;
	}
}

#post img.aligncenter {
	-webkit-backface-visibility: hidden;
	display: block !important;
	width: auto !important;
	max-width: 700px !important;
	height: auto !important;
	image-rendering: auto !important;
	margin: 50px auto !important;
	border: 0px #ecf1f2 solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post img.aligncenter {
		max-width: 320px !important;
		margin: 40px auto 40px auto !important;
		border: 0px red solid;
	}
}

#post iframe {
	display: block !important;
	max-width: 900px;
	max-height: 900px;
	margin: 0px auto;
	border: 0px #dcdcdc solid;
}

#post iframe.wp-embedded-content {
	width: 700px !important;
	/* height: 340px !important; 高さを入れると下部に余計なマージンが入るので　*/
	margin: 0px auto !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post iframe  {
		max-width: 100% !important;
		max-height: auto !important;
		margin: 0px auto 0px -4px !important;
		border: 0px red solid;
	}
	
	#post iframe.wp-embedded-content  {
		width: 280px !important;
		margin: 0px auto 0px -2px !important;
		border: 0px red solid;
	}
}

iframe[id*="twitter-widget-"] {
	margin: 40px auto !important;
	width: 500px !important;
}

#post .twitter-tweet {
	margin: 40px auto !important;
	width: 540px !important;
}

audio {
	width: 480px !important;
	display: block;
	clear: both;
	height: auto;
	margin: 0 auto !important;
	background-color: slategray !important;
	border: solid 4px red;
}

 #post .wp-audio-shortcode {
	width: 640px !important;
	display: block !important;
	margin: 30px auto !important;
	background: hotpink !important;
	border: solid 0px hotpink !important;
}

/************************************************************************* ダウンロードマネージャーTEST　*******************/



.w3eden .mb-2, .w3eden .my-2 {
width: 700px !important;
font-size: 16px;
margin: 20px auto 20px auto;
}


#post .w3eden h3 {
	width: auto !important;
	font-size: 20px;
	border: none;
	margin: 0;
	padding: 0;
	border: solid 0px red;
}


/************************************************************************* リスト　*******************/
/* ＿＿＿＿＿＿　チェック付きリスト　＿＿＿＿＿＿＿ */

#post ul {
	width: 680px;
	list-style-type:disc;
	margin: 40px auto;
	padding: 20px 20px 10px 20px;
	background-color: #f3f3f3;
	border-radius :8px;
	border: 0px solid #dfe3e3;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ul  {
		width: 92% !important;
		margin: 20px auto 20px auto !important;
		padding: 10px 0px 10px 0px;
		background-color: #eee;
	}
}



#post ul li {
	position: relative;
	list-style-type: none;
	font-family: 'Futura','Futura-Medium','Noto sans jp',sans-serif;  	
	font-size: 2.3rem;
 	font-weight: 400;
	letter-spacing: 0;
 	line-height: 1.4;
 	list-style-type: none!important;
	color: black !important;
	margin: 0px 0px 10px 20px;
	padding-bottom: 8px;
	border: 0px solid #ccc;
}
/*__________________520px以下での変更_________________*/	
@media screen and (max-width: 520px) {
	#post ul li  {
		font-size: 1.9rem;
		font-weight: 400;
		margin: 0px 0px 0px 28px;
		padding-bottom: 0px;
		border: 0px solid #ccc;
	}
}

 #post ul li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: -26px;
        width: 17px;
        height: 18px;
        background-image: url(list-check.svg);
    }
/*__________________520px以下での変更_________________*/	
@media screen and (max-width: 520px) {
	#post ul li:before  {
		top: 5px;
		left: -22px;
	}
}

#post ul p {
	width: auto;
	 color: #555;
	 font-size: 1.6rem;
	 line-height : 1.6;
	margin: 0px 10px 20px 16px !important;
	padding: 0px !important;
	letter-spacing: 0.16rem;
	border: 0px solid #ccc;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ul p  {
		width: 90% !important;
		color: #111;
		font-size: 1.5rem;
		letter-spacing: 0.06rem;
		margin: 20px 0px 20px 18px !important;
		padding: 0px !important;
	}
}


#post ul img.aligncenter {
	-webkit-backface-visibility: hidden;
	display: block !important;
	max-width: 640px !important;
	height: auto !important;
	image-rendering: auto !important;
	margin: 50 auto !important;
	border: 0px purple solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ul img.aligncenter {
		max-width: 100% !important;
		margin: 30px auto 30px 0px !important;
	}
}

#post ul a img.aligncenter {
	-webkit-backface-visibility: hidden;
	display: block !important;
	max-width: 640px !important;
	image-rendering: auto !important;
	margin: 50px auto 0px -18px !important;
	border: 0px purple solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ul a img.aligncenter {
		max-width: 340px !important;
		margin: 30px auto 30px -15px !important;
		border: 0px purple solid;
	}
}

#post ul a:link { color: #ee4800; }
#post ul a:visited { color: #ee4800; }
#post ul a:hover { color: #0e7faf; }
#post ul a:active { color: #00c4ff; }

#post ul p a:link { color: #ee4800; font-size: 1.6rem; font-weight: normal;}
#post ul p a:visited { color: #ee4800; font-size: 1.6rem; font-weight: normal; }
#post ul p a:hover { color: #0e7faf; font-size: 1.6rem; font-weight: normal; }
#post ul p a:active { color: #00c4ff; font-size: 1.6rem; font-weight: normal; }

/* ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　番号付きリスト　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */


#post ol {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	width: 680px;
	margin: 40px auto;
	padding: 20px 20px 10px 20px;
	background-color: #f3f3f3;
	/* background-color: #fbfbfb; */
	border-radius :8px;
	border: 0px solid #dfe3e3;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ol  {
		width: 92% !important;
		margin: 20px auto 20px auto !important;
		padding: 10px 0px 10px 0px;
		background-color: #eee;
	}
}

#post ol li {
	font-family: 'Futura','Futura-Medium','Noto sans jp',sans-serif;  	
	font-size: 2.3rem;
 	font-weight: 400;
 	line-height: 1.4;
 	position: relative;
 	padding-left: 8px;
 	color: black !important;
	margin: 0px 0px 10px 20px;
	padding-bottom: 8px;
	border-bottom: dashed 0px silver;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ol li {
		font-size: 1.9rem;
		font-weight: 400;
		margin: 0px 0px 0px 28px;
		padding-bottom: 0px;
		border: 0px solid #ccc;
	}
}

#post ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: orangered;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 1.5rem;
  border-radius: 50%;
  left: -20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 20%;
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
  border: 0px solid #ffce79;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ol li:before {
		left: -22px;
	}
}


#post ol p {
	width: auto;
 	/* font-family: "Hiragino Kaku Gothic Pro", sans-serif; */
	 color: #555;
	 font-size: 1.6rem;
	 line-height : 1.6;
	margin: 0px 10px 20px 16px !important;
	padding: 0px !important;
	letter-spacing: 0.16rem;
	border: 0px solid #ccc;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ol p  {
		width: 90% !important;
		color: #111;
		font-size: 1.5rem;
		letter-spacing: 0.06rem;
		margin: 20px 0px 20px 18px !important;
		padding: 0px !important;
	}
}

#post ol img.aligncenter {
	-webkit-backface-visibility: hidden;
	display: block !important;
	max-width: 640px !important;
	height: auto !important;
	image-rendering: auto !important;
	margin: 50 auto !important;
	border: 0px purple solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ol img.aligncenter {
		max-width: 100% !important;
		margin: 30px auto 30px 0px !important;
	}
}

#post ol a img.aligncenter {
	-webkit-backface-visibility: hidden;
	display: block !important;
	/* width: auto !important; */
	max-width: 640px !important;
	/* height: auto !important; */
	/* image-rendering: auto !important; */
	margin: 50px auto 50px auto !important;
	border: 0px purple solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post ol a img.aligncenter {
		max-width: 340px !important;
		margin: 30px auto 30px -15px !important;
		border: 0px purple solid;
	}
}

#post ol a:link { color: #0e7faf; }
#post ol a:visited { color: #0e7faf; }
#post ol a:hover { color: #ee4800; }
#post ol a:active { color: #00c4ff; }

#post ol p a:link { color: #0e7faf; font-size: 1.6rem; font-weight: normal;}
#post ol p a:visited { color: #0e7faf; font-size: 1.6rem; font-weight: normal; }
#post ol p a:hover { color: #ee4800; font-size: 1.6rem; font-weight: normal; }
#post ol p a:active { color: #00c4ff; font-size: 1.6rem; font-weight: normal; }

/************************************************************************* ポスト記事の更新日時info *******************/

#post p.postinfo {
	width: auto;
	color: #777;
	font-size: 1.6rem;
	text-align: right;
	margin: 70px 70px 0px auto;
	padding: 0px 20px 0px 0px;
	border: solid 0px green;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post p.postinfo {
		margin: 50px 10px 0px auto;
		padding: 0px 0px 0px 0px;
	}
}

#post p.postinfo a {
	font-size: 1.6rem;
}

#foot_spacer {
	width: auto;
	height: 40px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: solid 0px blue;
}

/************************************************************************* pageナビ　*******************/

#pagenavi {
	max-width: 700px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	margin: 0 auto;
	padding: 0;
	border: solid 0px blue;
}

.wp-pagenavi {
	display: inline-flex;
	flex-wrap: wrap;
	clear: both;
	justify-content:center;
	font-size: 1.6rem;
	border: 0px solid red;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	.wp-pagenavi {
		width: 300px;
		max-height: 60px;
		clear: initial;
	}
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 10px 2px 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration:none;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 4px 8px;
	}
}

.wp-pagenavi a:hover{
    color:#FFF;
    background-color:#0883ac;
    border-color:#0883ac;
    }
	
.wp-pagenavi span.current{
	color: #999;
	background-color: #eaeaea;
	border-color: #d8d8d8;
	font-weight: bold;
    }

/************************************************************************* このカテゴリーの前後の記事リンク *******************/

#postlink-box {
	width: 700px;
	height: auto;
	display: block;
	float: none;
	color: darkslategray;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.0rem;
	padding-top: 0px;
	margin: 70px auto 180px auto;
	border: solid 0px darkslategray;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#postlink-box {
		width: 320px;
		height: 100%;
		font-size: 2.2rem;
		padding-bottom: 0;
		margin: 40px auto;
	}
}

#postlink-inner-box {
	display: flex;
	width: auto;
	font-size: 2.4rem;
	padding-bottom: 3.0rem;
	border: 0px solid aqua;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#postlink-inner-box {
		font-size: 2rem;
	}
}

#postlink-box a:link {
	width: auto;
	height: auto;
	font-family: 'Futura','Futura-Medium','Hiragino Sans W8',sans-serif;
	font-size: 3.2rem;
	font-weight: 800;
	color: white;
	margin: 0px auto;
	letter-spacing: -1px;
	background-color: #ff1e8a;
	border-radius: 0px;
	border: solid 0px greenyellow;
}

#postlink-box a:visited { color: white !important; }
#postlink-box a:hover { color: white !important; background-color: #01a5ff;}
#postlink-box a:active { color: yellow !important; }

#postlink-box .Box01 {
	width: 350px;
	height: auto;
	text-align: left;
	float: left;
	line-height: 1.2 !important;
	border: solid 0px purple;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#postlink-box .Box01 {
		width: 160px;
	}
}

#postlink-box .Box02 {
	width: 350px;
	height: auto;
	text-align: right;
	float: left;
	line-height: 1.2 !important;
	border: solid 0px limegreen;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#postlink-box .Box02 {
		width: 160px;
		float: right;
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ポスト内特別区　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/************************************************************************* オーディオプレーヤー　*******************/

#post .demo_sample {
	width: 600px;
	height: auto;
	margin: 40px auto 0px auto;
	padding: 8px;
	font-size: 1.3rem;
	color: grey;
	background-color: #f2f2f2;
	border-radius: 4px;
	border: solid 1px #e1e1e1;
}

#post .demo_sample img {
	width: 100px;
	height: 100px;
	float: left;
	border: solid 0px green;
}

#post .demo_sample strong {
	font-size: 1.6rem;
	color: #444;
	font-weight: normal;
	float: none;
	clear: right;
	text-align: left;
	margin: 0px 0px 60px 10px;
	border: solid 1px red;
}

#post .demo_sample i {
	font-size: 1.4rem;
	clear: right;
	font-weight: normal;
	font-style: italic; 
	line-height: 2.6;
	margin: 10px 0px 0px 20px;
	border: solid 0px blue;
}

#post .demo_sample em {
	font-family: 'Helvetica neue';
	font-size: 1.6rem;
	clear: right;
	font-weight: normal;
	font-style: normal;
	color: grey;
	line-height: 1;
	margin: 10px 0px 0px 20px;
	border: solid 0px blue;
}

#post .demo_sample audio {
	width: auto;
	clear: both;
	height: 40px;
	margin: 0px;
	border: solid 0px red;
}

#post .demo_sample p {
	width: 500px;
	text-align: left;
	letter-spacing: 0.4px;
	border: solid 0px green;
}

/************************************************************************* ポスト内特別区（.block）*******************/

#post .block        {
	width: 640px;
	font-size: 1.4rem;
	color: #777;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #eaeaea;
	border: solid 1px #e4dbaf;
	border-radius:4px;
}

#post .block p {
	width: auto;
	font-size: 1.4rem;
	margin: 16px 0px 0px 10px;
	padding: 0px;
	color: #444;
	font-weight: normal;
	line-height: 1.6;
	border: solid 0px blue;
}

#post .block  b {
	font-weight: bold;
}

#post .block dt  {
	width: auto;
	display: inline-block;
	clear: left;
	color: white;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	background-color: #0f7e96;
	border: 0px solid #b9e0eb;
	border-radius:4px;
}

#post .block ul {
	margin-top: 20px;
	margin-left: 16px;
	padding: 0px;
}

#post .block li {
	font-size: 1.5rem;
	line-height: 1.4;
	background: url("check.svg") left center no-repeat;
	margin: 10px 10px 6px 0px;
	padding-left: 20px;
	color: #444;
	font-weight: normal;
	list-style: none;
}

#post .block a:link {
	color: #0e7faf;
	font-weight: normal;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 4px;
	padding-left: 8px;
	border-left: solid 10px #00c4ff;
}
#post .block a:visited { color: #0e7faf; border-left: solid 10px #00c4ff;}
#post .block a:hover { color: #ee4800; }
#post .block a:active { color: #00c4ff; }

/************************************************************************* ポスト内特別区（.link）*******************/

#post .link  {
	width: 740px;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	height: auto;
	font-size: 1.4rem;
	padding: 8px 6px 30px 16px;
	background-color: #f4f4f4;
	border: solid 0px #e4dbaf;
	border-radius:4px;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .link  {
		width: 92%;
		font-size: 1.6rem;
		padding: 8px 6px 10px 6px;
	}
}

#post .link p {
	width: auto;
	margin: 16px 0px 0px 10px;
	padding: 0px;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
	border: solid 0px blue;
}

#post .link b {
	width: auto;
	display: inline-block;
	clear: left;
	color: white;
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: none;
	margin: 8px 0px 12px 0px;
	padding: 8px 4px 6px 6px;
	background-color: #bbb;
	border: 0px solid #b9e0eb;
	border-radius:4px;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .link b {
		font-size: 1.6rem;
	}
}

#post .link a:link {
	color: #0e7faf;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 4px;
	padding-left: 16px;
	border-left: solid 10px #ccc;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .link a:link {
		font-size: 1.6rem;
	}
}

#post .link a:visited { color: #0e7faf; border-left-color: #ccc;}
#post .link a:hover { color: #ee4800; }
#post .link a:active { color: #00c4ff; }


/************************************************************************* ポスト内特別区（.code）*******************/

#post .code {
	background-color: /* #eee; */ transparent; /* #f6f7f8; */
	width: 700px;
	height: auto;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 16px 10px 10px 10px;
	border: solid 0px red;
	border-radius:4px;
}

/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .code {
		width: 92%;
		padding: 0px;
	}
}

#post .code p {
	width: auto;
	font-size: 1.4rem;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #444;
	font-weight: normal;
	line-height: 1.6;
	border: solid 0px blue;
}

#post .code b {
	color: #4c5a60;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 40px auto 30px 0px;
	padding: 2px 0px 6px 0px;
	border: solid 0px #c4d4e7;
}

#post .code dt  {
	width: auto;
	display: inline-block;
	clear: left;
	color: white;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 6px;
	background-color: #425069;
	border: solid 0px #e4dbaf;
	border-radius:4px;
}

#post .code em {
	font-family: 'Hiragino Maru Gothic Pro';
	color: #aa8c08;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
	margin-left: 0px;
	border: solid 0px #000;
}

#post .code a:link { color: #3a563e; }
#post .code a:visited { color: #3a563e; }
#post .code a:hover { color: #ff0772; }
#post .code a:active { color: #00c4ff; }

/************************************************************************* TablePressプラグイン用 *******************/

/*
#post .tablepress  h2 {
	width: 660px;
	color: #555;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 40px auto -8px auto;
	padding: 0px 0px 4px 24px;
	background-image: url(h5.svg);
	background-repeat: no-repeat;
	border: solid 0px #c4d4e7;
}
*/

/************************************************************************* ここからフッター *******************/

footer {
	width: auto;
	height: auto;
	margin: 0px auto 60px auto;
	padding: 0px;
	background-color: #f8f8f8;
	border: solid 0px black;
}

section#footer_container {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
	background: linear-gradient( #f8f8f8,white );
	border: solid 0px orangered !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	section#footer_container {
	padding-bottom: 10px;
}
}


/************************************************************************* ツイッター *******************/

section#twitter {
	width: 740px;
	height: auto;
	margin: 0px auto 0 auto;
	background-color: transparent;
	border: solid 0px #ecf1f2;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	section#twitter {
	width: 320px !important;
}
}

#TW {
	width: auto;
	height: auto;
	position: relative;
	left: -10px;
	border: solid 0px blueviolet;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#TW {
	left: 0px;
}
}

#TW iframe[id*="twitter-widget-"] { 
	width: 860px !important;
	margin: 30px auto 0px 20px !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#TW iframe[id*="twitter-widget-"] {
	width: 320px !important;
	margin: 0px auto 0px auto !important;
}
}

/************************************************************************* Bluesky *******************/

section#BlueSKY {
	width: 740px;
	height: auto;
	margin: 0px auto 0 auto;
	background-color: transparent;
	border: solid 1px #ecf1f2;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	section#twitter {
	width: 320px !important;
}
}

#BSKY {
	/* width: auto; */
	max-width: 100% !important;
	height: auto;
	/* position: relative; */
	/* left: -10px; */
	border: solid 0px blueviolet;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#BSKY {
	left: 0px;
}
}

#BSKY iframe { 
	max-width: 100% !important;
	margin: 30px auto 0px auto !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#TW iframe[id*="twitter-widget-"] {
	width: 320px !important;
	margin: 0px auto 0px auto !important;
}
}


/************************************************************************* Bandcamp *******************/

section#AD {
	width: auto;
	height: auto;
	color: darkslategray;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: transparent;
	color: black;
	border: solid 0px rosybrown;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	section#AD {
	width: 320px !important;
}
}

#AD a:link {
	width: auto;
	font-weight: bold;
	color: darkslategray !important;
	border: solid 0px red;
}

#AD a:hover { color: #ff1e8a !important; }
#AD a:active { color: #01a5ff; }
#AD a:visited { color: darkslategray !important; }

#AD iframe {
	display: block !important;
	width: 700px !important;
	margin: 20px auto 0px auto !important;
	border: solid 0px #d8d8d8 !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#AD iframe {
	width: 320px !important;
}
}

/************************************************************************* フッターメニュー（カテゴリー＆タグのボタン達）*******************/

section#footer_menu {
	width: auto;
	height: auto;
	display: flex;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	color: darkslategray;
	border: solid 0px skyblue;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	section#footer_menu {
		display: block;
	}
}

section#footer_menu p {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

#footer_menu .Box01{
	width:400px;
	height: auto;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin: 20px auto;
	border: solid 0px blue;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#footer_menu .Box01{
		width: 96%;
		padding: 0px 0px 0px 4px;
		border: solid 0px darkgreen;
	}
}

#footer_menu .Box02{
	width:500px;
	height: auto;
	/* color: black; */
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 20px auto;
	border: solid 0px darkgreen;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#footer_menu .Box02{
		width: 96%;
		padding: 0px 0px 0px 4px;
		border: solid 0px darkgreen;
	}
	/*__________________520px以下でTAGクラウドの枠線がグレイになってしまう不具合の対処（2025.9.16）_________________*/
	#footer_menu .Box02 .tag a:visited { color: darkslategray !important; background: white; border: solid 1px lightgray !important; border-radius:4px; }
}

/************************************************************************* コピーライト *******************/

div#copyright {
	width: auto;
	margin: 60px auto 0px auto;
	font-family: 'Lucida Grande','Helvetica';
	text-align: center;
	font-size: 1.0rem;
	color: #666;
	font-weight: normal;
	border: 0px solid purple;
}

/************************************************************************* 映画百本鑑賞リストのインデックス設定 *******************/

div#index {
	width: 100%;
	word-break: break-all;
	border: 0px solid burlywood;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#index  {
		width: 98% !important;
		border: 0px solid purple;
	}
}


#index dl       {
	margin: 0px auto 30px 30px;
	padding: 0;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#index dl  {
		width: 98% !important;
		margin: 0px 0px 30px 0px !important;
		border: 0px solid blue;
	}
}

#index dt  {
	color: #575757;
	font-size: 2.0rem;
	font-family: "Hiragino Kaku Gothic Pro", "Lucida Grande";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-stretch: condensed;
	display: block;
	width: 711px;
	height: 24px;
	margin: 0px auto 14px 10px;
	padding: 4px 0px 0px 7px;
	border: solid 20px #999;
	border-style: none none none solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#index dt  {
		width: 88% !important;
	}
}


#index dd       {
	letter-spacing: 0.05em;
	font-family: "Hiragino Kaku Gothic Pro", "Lucida Grande";
	font-size: 1.6rem;
	color: #999;
	line-height: 1.4;
	font-weight: bold;
	margin: 6px 0px 6px 20px;
	padding: 0px 0px 0px 8px;
	border: 10px solid #CCC;
	border-style: none none none solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#index dd  {
		margin: 6px 0px 6px 10px;
		padding: 0px 0px 0px 8px;
	}
}

#index em      {
	color: #ff1e8a;
	font-weight: bold;
	font-style: normal;
	border: 0px solid purple;
}

#index b      {
	font-size: 1.0rem;
	color: #969696;
	font-weight: bold;
}

#index a:link	{ color: #575757; text-decoration: none; font-weight: bold; }
#index a:visited	{ color: #575757; }
#index a:hover	{ color: #c0c0c0; }
#index a:active	{ color: #00ddff; }

/************************************************************************* 映画百本一言メモ（.hitokoto）*******************/

#post .hitokoto {
	width: 700px !important;
	margin: 80px auto 0px auto;
	padding: 20px 30px 30px 30px !important;
	background-color: #fbfbfb;
	border-radius: 10px;
	border: 1px #e1e1e1 solid;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .hitokoto {
		width: 92% !important;
		padding: 20px 0px 20px 10px !important;
	}
}

#post .hitokoto p {
	font-family: 'Hiragino Sans' !important;
	font-size: 1.7rem !important;
	font-weight: 200 !important;
	width: 700px !important;
	padding: 0px !important;
	line-height: 1.6 !important;
	margin: 30px 30px 0px 0px;
	word-break: normal !important;
	border: 0px green solid !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .hitokoto p {
		width: 94% !important;
		font-size: 1.6rem !important;
		margin: 20px 20px 0px 6px;
		padding: 0px;
		border: 0px green solid !important;
	}
}

#post .hitokoto b {
display: block;
width: auto;
color: darkslategray;
font-size: 2.4rem;
font-weight: bold;
letter-spacing: -1px;
line-height: 1.2;
background-repeat: no-repeat;
border: solid 0px #c4d4e7;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
#post .hitokoto b {
	display: block;
	width: 96%;
	color: #425242;
	font-size: 2.4rem;
	font-weight: 800;
	margin: 0px 0px 0px 6px !important;
	padding: 0px 0px 0px 0px !important;
}
}

#post .hitokoto i {
	font-family: 'Hiragino Sans' !important;
	color: #888;
	font-weight: lighter;
	font-size: 1.8rem;
	font-style: normal;
}

#post .hitokoto img.aligncenter {
	max-width: 250px !important;
	margin: 30px auto !important;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
#post .hitokoto img.aligncenter  {
	width: 80%;
	margin: 20px auto 0px auto !important;
}


#post .hitokoto a:link {
	font-size: 1.8rem;
	font-weight: bold;
}
/*__________________520px以下での変更_________________*/
@media screen and (max-width: 520px) {
	#post .hitokoto a:link {
		font-size: 1.6rem;
	}
}


/************************************************************************* 年月別アーカイブのBOX *******************/

.archive-box         {
	display:-webkit-box;
	display:-moz-box;
	width: 800px;
	height: auto;
	margin: 0px auto;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-border-radius: 0px;
	background-color: #ffffff;
	border: solid 0px black;
}

.archive-box .Box01{
	width:200px;
	background-color: #f8f8f8;
	margin: 20px 20px 20px 20px;
	padding: 20px 10px 0px 10px;
	border: solid 0px blue;
}

.archive-box .Box02{
	width:200px;
	background-color: #f8f8f8;
	margin: 20px 20px 20px 20px;
	padding: 20px 10px 0px 10px;
	border: solid 0px blue;
}

.archive-box .Box03{
	width:200px;
	background-color: #f8f8f8;
	margin: 20px 20px 20px 20px;
	padding: 20px 10px 0px 10px;
	border: solid 0px blue;
}

.archive-box dl       {
	margin: 0px auto 30px 30px;
	padding: 0;
}

.archive-box dt  {
	color: #575757;
	font-size: 2.0rem;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-stretch: condensed;
	display: block;
	width: 160px;
	height: 24px;
	margin: 0px auto 14px 10px;
	padding: 4px 0px 0px 7px;
	border: solid 20px #999;
	border-style: none none none none;
}

.archive-box dd       {
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	color: #999;
	line-height: 1.4;
	font-weight: bold;
	margin: 6px 0px 6px 40px;
	padding: 0px 0px 0px 8px;
	border: 10px solid #CCC;
	border-style: none none none solid;
}

.archive-box em      {
	color: #ff1e8a;
	font-weight: bold;
	font-style: normal;
}

.archive-box b      {
	font-size: 1.0rem;
	color: #969696;
	font-weight: bold;
}

.archive-box a:link	{ color: #575757; text-decoration: none; font-weight: bold; }
.archive-box a:visited	{ color: #575757; }
.archive-box a:hover	{ color: #c0c0c0; }
.archive-box a:active	{ color: #00ddff; }

