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,font,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
header,
nav,
hgroup,
footer,
section,
article,
aside {
  display: block;
}
.clear {
  height: 0;
  line-height: 0;
  clear: both;
}

body {
  color: #FAFAFA;
  font-size: 13px;
  font-family: Arial,"メイリオ",sans-serif;
  background: #000000;
}
a:link,
a:visited {
  color: #FEF263;
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  color: #EE7800;
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

strong,
b {
  font-weight: bold;
}
input,
textarea {
  padding: 3px;
  border: 1px solid #2e3641;
  background: #232323;
  color: #FAFAFA;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border: 1px solid #4A89DC;
}

#HeaderBase {
}
#HeaderBase  > header {
  margin:0 auto;
  width:930px;
}
#HeaderBase  > header #HeaderLinks {
  float:right;
}
#HeaderBase  > header #HeaderLinks a{
  font-weight :normal;
  padding:0 5px;
}

#HeaderBase  > header #HeaderInner{
  padding: 40px 5px 40px;
}

#HeaderBase  > header #BlogTitle {
  text-align: left;
}
#HeaderBase  > header #BlogTitle a:link,
#HeaderBase  > header #BlogTitle a:visited {
  font-weight: bold;
  font-size: 200%;
  text-decoration: none;
  color:#FAFAFA
}

#MenuPage {
  background-color: #2e3641;
  width:930px;
  margin:0 auto;
}
#MenuPage ul {
  line-height: 2.5em;
}
#MenuPage li {
  display: inline-block;
}
#MenuPage a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color:#f1f1eb;
}
#MenuPage a.current,
#MenuPage a:focus,
#MenuPage a:hover,
#MenuPage a:active {
  color:#FFFFFF;
  background: #4A89DC;
}

#MainBlock {
  margin: 0px auto ;
  padding: 30px 0 ;
  width: 930px;
}

#EntryListBlock {
  margin: 0 0 20px 0px;
  float: left;
  width: 580px;
}
.EntryTextBox {
  margin: 0px 0px 30px;
  background-color: #232323;
}

.EntryTextBox header {
  margin: 0 ;
  padding: 20px 20px 0;
}

.EntryTextBox header .EntryTitle {
  font-size: 180%;
  line-height: 1.4;
}

.EntryTextBox header .EntryTitle a {
}

.EntryTextBox header .EntryTitle a:link,
.EntryTextBox header .EntryTitle a:visited {
  color: #FAFAFA;
}

.EntryTextBox header .EntryTitle a:hover {
  color: #FAFAFA;
}

.EntryTextBox .EntryBottomBlock {
  background-color:#323232;
  padding:1.0em;
}

.EntryTextBox .EntryBottomBlock ul {
  margin: 0;
  text-align: right;
}
.EntryTextBox .EntryBottomBlock li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 80%;
  color: #FAFAFA;
}
.EntryTextBox .EntryBottomBlock li a:link,
.EntryTextBox .EntryBottomBlock li a:visited {
  text-decoration: none;
  color: #FAFAFA;
}
.EntryTextBox .EntryBottomBlock .EntryCategory:before {
  content: "Category:";
}
.EntryTextBox .EntryBottomBlock  .EntryWriteDate:before {
  content: "Date:";
}

.EntryText {
  padding:30px 20px 20px;
}

.EntryText,
.EntryText * {
  line-height: 1.7;
}
.EntryText a:link,
.EntryText a:visited {
  text-decoration: underline;
}
.EntryText img {
  max-width: 100%;
  margin: 0;
}
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6 {
  margin: 1.5em 0px 0.6em;
  padding: 0 0 0 0.5em;
  word-wrap: break-word;
  font-weight: bold;
}
.EntryText h1,
.EntryText h2 {
  font-size: 130%;
  border-left: #5D9CEC 4px solid;
}
.EntryText h3 {
  font-size: 120%;
}
.EntryText h4 {
  font-size: 100%;
  font-style: italic;
}
.EntryText h5 {
  font-size: 100%;
  font-style: italic;
}
.EntryText h6 {
  font-size: 100%;
  font-style: italic;
}
.EntryText p {
  margin: 0.7em 0 1.5em 0.5em;
}
.EntryText mark {
  background: #FFDB4F;
  color: #555555;
  padding: 0 0.2em;
}
.EntryText table {
  width: 100%;
  border: 0 solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.EntryText table th,
.EntryText table td,
.EntryText table caption {
  padding: 2%;
}
.EntryText table th {
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  text-align: center;
}
.EntryText table td {
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-width: 0;
  text-align: center;
}
.EntryText ul,
.EntryText ol,
.EntryText dl {
  margin: 0.8em 1.2em;
}
.EntryText ul li {
  list-style: disc inside;
  margin: 0 0 0.3em 0;
}
.EntryText ol li {
  list-style: decimal inside;
  margin: 0 0 0.3em 0;
}
.EntryText dl dt {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.EntryText dl dd {
  margin: 0 0 0.8em 0.5em;
}
.EntryText blockquote {
  background-color: #434A54;
  color: #FAFAFA;
  padding: 10px;
  border-left: 3px solid #656D78;
  font-size: 90%;
  font-style: italic;
}
.EntryText blockquote cite {
  color: #FAFAFA;
}
.EntryText pre {
  background-color: #434A54;
  padding: 10px;
  font-size: 90%;
}
.EntryText hr {
  border: 0;
  height: 1px;
  margin: 2em auto;
  background-color: #434A54;
}

.EntryTextBox .EntryPsText {
  margin: 1.5em 0;
  text-align: center;
}
.EntryTextBox .EntryPsText a {
  display:block;
  padding:10px;
  text-decoration: none;
  background:#4A89DC;
  color:#FAFAFA;
}
.EntryTextBox .EntryPsText a:hover {
  background:#5D9CEC;
  color:#FAFAFA;
}

.NinjaClap {
  padding: 1em 0 0;
}
.NinjaClap .NinjaClap a img {
  margin: 0 0.5em;
  vertical-align: middle;
  width: 80px;
}
#CommentBlock {
  margin: 40px 0 0;
}
#CommentBlock .CommentMenuTitle {
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 10px;
  font-size:120%;
  color:#CCCCCC;
}
.CommentTextBox {
  margin: 0 0 2em;
  padding: 0.5em 0 0.5em 1em;

}
.CommentTextBox header {
  margin: 0;
}
.CommentTextBox header ul {
  margin: 0;
  text-align: right;
}
.CommentTextBox header ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-style: italic;
  color: #EEE;
  font-size: 90%;
}
.CommentResBox {
  margin: 1em 0 0 1em;
  padding: 0.5em 0 0.5em 1em;
  border-left: 3px solid #BBBBBB;
}
.CommentTitle,
.CommentResTitle {
  padding: 0.3em 0.2em 0 0;
  font-weight: bold;
  line-height: 1.4;
  color:#CCCCCC
}
.CommentText,
.CommentResText {
  padding: 0.5em 0;
  line-height: 1.4;
  color:#CCCCCC;
}
.CommentText * {
  line-height: 1.4;
  font-size: 90%;
}
.CommentFormBlock ul {
  margin: 3px 0;
}
.CommentFormBlock ul li {
  padding: 0.5em 0em;
  text-align: left;
  vertical-align: middle;
  font-size: 80%;
}
.CommentFormBlock ul li .CommentForms {
  width: 180px;
  margin: 0 5px 0 0;
}
.CommentFormBlock ul li textarea.CommentForms {
  resize: none;
  width: 270px;
}
.CommentFormBlock ul li .CommentForms_pass {
  width: 150px;
  margin: 0 5px 0 0;
}
.CommentFormBlock .CommentFormSubmit {
  clear: both;
  padding: 1em 0;
}
.CommentFormBlock .CommentFormSubmit input {
  padding: 0.5em 1em;
  background: #2e3641;
  cursor: pointer;
  color: #FAFAFA;
  border:0;
}
.CommentFormBlock .CommentFormSubmit input:hover {
  background: #4A89DC;
  color: #232323;
  border:0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.CommentBlock.edit {
  margin: 2em auto;
  padding: 2em;
  width: 280px;
}
#PageLinkBlock {
  margin: 20px auto 0;
}

#PageLinkBlock a{
  display:inline-block;
  height:40px;
  width:40px;
  text-align:center;
  vertical-align:baseline;
}
#PageLinkBlock .prev{
  float:left;
}
#PageLinkBlock .next{
  float:right;
}

#PageLinkBlock .prev {
    background: #2e3641 url('//bfile.shinobi.jp/6870/arrow-left.png') center center no-repeat;
}

#PageLinkBlock .prev:hover{
    background: #4A89DC url('//bfile.shinobi.jp/6870/arrow-left-hover.png') center center no-repeat;
}

#PageLinkBlock .next{
    background: #2e3641 url('//bfile.shinobi.jp/6870/arrow-right.png') center center no-repeat;
}

#PageLinkBlock .next:hover{
    background: #4A89DC url('//bfile.shinobi.jp/6870/arrow-right-hover.png') center center no-repeat;
}

#PageLinkBlock ul {
  text-align: center;
}
#PageLinkBlock ul li {
  display: inline;
  margin: 0;
}
#PageLink10Block {
  margin: 20px auto 30px;
}
#PageLink10Block #PageLink10 {
  width: auto;
  text-align: center;
  text-indent: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#PageLink10Block #PageLink10 li {
  margin: 5px;
  font-weight: bold;
  display: inline;
}
#PageLink10Block #PageLink10 li a,
#PageLink10Block #PageLink10 li span {
  background: #2e3641;
  padding: 5px 8px;
  font-weight: normal;
  text-decoration: none;
  color: #232323;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#PageLink10Block #PageLink10 li span {
  background: #4A89DC;
  color: #555555;
}
#PageLink10Block #PageLink10 li a:focus,
#PageLink10Block #PageLink10 li a:hover,
#PageLink10Block #PageLink10 li a:active {
  background: #4A89DC;
  color: #555555;
}

#PluginBlock {
  width: 320px;
  margin: 0;
  float: right;
  overflow: auto;
}
#PluginBlock2 {
  display: none;
  overflow: auto;
}
#PluginLayout,
#PluginLayout2 {
}
.PluginInnerBlock {
  margin: 0 auto 28px;
}

.PluginTitle {
  line-height: 1.5;
  padding: 1.0em;
  background-color:#2e3641;
  color:#ffffff;
}
.PluginContents {
  line-height: 1.8;
  background-color:#232323;
}

.PluginContents li {
  line-height: 1.8;
}

.PluginContents .plugin_data {
  padding: 20px 20px 0;
}

.PluginContents .plugin_data:last-child {
  padding: 20px 20px 20px ;
}

.PluginContents .plugin_data_date {
  padding: 0px 20px 0 ;
  text-align: right;
}

.PluginContents .plugin_data_date:last-child {
  padding: 0px 20px 15px ;
}

.PluginContents .plugin_data .plugin_cm_with_res {
}

.PluginContents .plugin_data .plugin_cm_with_res img{
  margin: 0 4px ;
}

.PluginContents .plugin_data a:link,
.PluginContents .plugin_data a:visited {
  color: #FEF263;
  outline: none;
  text-decoration: none;
}
.PluginContents .plugin_data a:hover,
.PluginContents .plugin_data a:active {
  color: #EE7800;
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.PluginContents .plugin_data * {
  line-height: 1.4;
}

.PluginContents .plugin_data .left {
  text-align: left;
}
.PluginContents .plugin_data .center {
  text-align: center;
}
.PluginContents .plugin_data .right {
  text-align: right;

}

.CalendarMoveTable {
  margin: 0 auto;
  width: 100%;
  /*border-bottom:1px solid #232323;*/
}
.CalendarMoveTable td {
  height: 2.7em;
  text-align: center;
  vertical-align: middle;
}

.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
  text-decoration: none;
  color:#FAFAFA;
}

.CalendarTable {
  margin: 0 auto;
  width: 100%;
}
.CalendarTable th,
.CalendarTable td {
  height: 3.0em;
  text-align: center;
  vertical-align: middle;
}
.CalendarTable .CalendarWdayTr .CalendarWdaySat,
.CalendarTable .CalendarWdayTr .CalendarWday,
.CalendarTable .CalendarWdayTr .CalendarWdaySun {
  display:none;
}
.CalendarTable .CalendarTr .CalendarTd,
.CalendarTable .CalendarTr .CalendarTdSat,
.CalendarTable .CalendarTr .CalendarTdSun {
  text-align: center;
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.CalendarTable .CalendarTdLink {
  display: block;
  text-align: center;
  background: #4A89DC;
  height: 22px;
  width: 22px;
  margin: 0 auto;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  text-align: center;
  vertical-align:middle;
}
.CalendarTable .CalendarTdLink:hover {
  background:#5D9CEC;
}
.CalendarTable .CalendarTdLink a {
  color:#FFFFFF;
  text-decoration:none;
}
.CalendarTable .CalendarTdLink a .CalendarTdLinkFont {
}
.blogsearch .box {
  width: 150px;
  padding: 3px;
}
.blogsearch .btn {
  background: #2e3641;
  color: #FAFAFA;
  cursor: pointer;
  padding: 4px 10px ;
  font-size: 90%;
  border:0;
}
.blogsearch .btn:hover {
  background: #4A89DC;
  color: #232323;
  border:0;
}åç
.qrcode_image {
  text-align: center;
}

.profile_image {
    padding:15px 15px 0;
}
.profile_image img {
  max-width: 100%;
  text-align: center;
}

#FooterBase {
}
#FooterBase > footer {
  margin: 0 auto;
  padding: 10px 20px;
}
#FooterBase > footer ul {
  text-align: center;
}
#FooterBase > footer li {
  display: block;
  width: 100%;
  padding: 7px 0 0;
  font-size: 90%;
  color:#FAFAFA;
}
#FooterBase > footer a {
  color:#FAFAFA;
}

@media screen and (max-width: 980px) {
  #HeaderBase > header {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #HeaderBase > header  #HeaderInner  {
    width: 95%;
    margin: 0;
    padding: 20px 5px 20px ;
  }
  #HeaderBase > header #BlogTitle,
  #HeaderBase > header #BlogExplanation {
    width: 95%;
    margin: 0px auto;
  }
  #HeaderLinks {
    display:none;
  }
 #MenuPage {
    width:100%;
    padding: 0;
    margin: 0 auto;
  }
  #MenuPage ul {
  }
  #MenuPage li {
  display: block;
  }
  #MainBlock {
    width: 100%;
    margin:0;
    padding:0;
  }
  #EntryListBlock {
    width: 100%;
    float: none;
    margin: 0px auto;
    padding: 5px 0;
  }
  #EntryListBlock .EntryTextBox {
    width: 96%;
    margin: 10px 2% 2%;
    padding: 2% 0 0;
  }
  #PageLinkBlock {
    width: 95%;
    margin: 20px auto 0;
  }
  #CommentBlock {
    width: 95%;
    margin: 20px auto 0;
  }
  #PluginBlock,
  #PluginBlock2 {
    width: 95%;
    float: none;
    margin: 0 auto 10px;
    padding: 0 0;
  }
  #PluginLayout,
  #PluginLayout2 {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
  }
  .PluginInnerBlock,
  .PluginInnerBlock2 {
    width: 100%;
    margin: 10px 0 0;
    padding: 2% 0;
  }
  .PluginInnerBlock:nth-last-of-type(1),
  .PluginInnerBlock2:nth-last-of-type(1) {
    margin: 10px 0 ;
  }
  #FooterBase > footer {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0;
  }
}










/*-------------------------
  　【Hatenatica 妖怪】
-------------------------*/

/* 【見出し】 */

p.hatenatica-yokai-heading-1 {
	border-bottom: 2px solid #BB5548;
	color: #BB5548;
	font-size: 120%;
	margin-bottom: 10px;
	padding-left: 5px;
}

p.hatenatica-yokai-heading-1::before {
	content: url('//hatenatica.kagome-kagome.com/File/icon-okka.gif');
}

p.hatenatica-yokai-heading-1-explanation {
	border-bottom: 2px solid #BB5548;
	color: #BB5548;
	font-size: 120%;
	margin-bottom: 10px;
	padding-left: 5px;
}

p.hatenatica-yokai-heading-1-explanation::after {
	content:"解説";
}

p.hatenatica-yokai-heading-1-explanation::before {
	content: url('//hatenatica.kagome-kagome.com/File/icon-okka.gif');
}

p.hatenatica-yokai-heading-2 {
	border-left: 2px solid #C8C2C6;
	color: #C8C2C6;
	font-size: 120%;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
}


/* 【テキスト】 */

p.hatenatica-yokai-text {
	font-size: 110%;
	margin-left: 30px;
}


/* 【読み方】 */

p.hatenatica-yokai-read {
	color: #C8C2C6;
	text-align: right;
}

p.hatenatica-yokai-read::before {
	content:"《";
}

p.hatenatica-yokai-read::after {
	content:"》";
}


/* 【リスト】 */

ul.hatenatica-yokai-list {
	font-size: 110%;
	margin-left: 30px;
}

p.hatenatica-yokai-list {
	font-size: 110%;
	margin-left: 30px;
}


/* 【画像】 */

img.hatenatica-yokai-image {
	max-width: 300px;
}

figure.hatenatica-yokai-caption {
	max-width: 300px;
	margin-left: 40px;
}

figcaption.hatenatica-yokai-caption {
	color: #C8C2C6;
	max-width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

img.hatenatica-yokai-list-image {
	display: block;
	margin: auto;
	max-width: 100%;
}


/* 【アイテム】 */

div.hatenatica-yokai-item {
	margin-left: 40px;
}


/* 【参考】 */

div.hatenatica-yokai-reference {
	margin-left: 40px;
}

p.hatenatica-yokai-reference-heading {
	font-weight: bold;
	margin-bottom: 5px;
}

p.hatenatica-yokai-reference-heading::before {
	content:"主な参考資料";
}

p.hatenatica-yokai-reference-list {
	line-height: 1.7em;
	margin-bottom: 10px;
}


/* 【ライン】 */

div.hatenatica-yokai-line {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}



/* 【PR】 */

p.hatenatica-yokai-pr {
	margin-bottom: 0;
}



/* 【吹き出し】 */

div.hatenatica-yokai-balloon {
	margin-left: 30px;
}


/* はてな（幽霊） */

/* 吹き出し本体 */
.hatenatica-yokai-balloon-hatena-yurei {
	position: relative;
	padding: 5px 20px;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: #524E4D;
	margin: 10px 10px 10px 110px;
	font-size: 110%;
	width: 60%;
}
/* 画像 - 絶対配置で左上に配置 */
.hatenatica-yokai-balloon-hatena-yurei .icon{
	position: absolute;
	left: -110px;
	top: 0;
	width: 80px;
}
img.hatenatica-yokai-balloon-hatena-yurei-icon {
	border: solid 3px #524E4D;
	border-radius: 50%;
}
/* 三角アイコン */
.hatenatica-yokai-balloon-hatena-yurei::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 15px solid #524E4D;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}


/* まみ（狸） */

/* 吹き出し本体 */
.hatenatica-yokai-balloon-mami-tanuki {
	position: relative;
	padding: 5px 20px;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: #8D6449;
	margin: 10px 110px 10px 10px;
	font-size: 110%;
	width: 60%;
}
/* 画像 - 絶対配置で右上に配置 */
.hatenatica-yokai-balloon-mami-tanuki .icon{
	position: absolute;
	right: -105px;
	top: 0;
	width: 80px;
}
img.hatenatica-yokai-balloon-mami-tanuki-icon {
	border: solid 3px #8D6449;
	border-radius: 50%;
}
/* 三角アイコン */
.hatenatica-yokai-balloon-mami-tanuki::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 15px solid #8D6449;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}



/* 【コンテナ】 */

div.hatenatica-yokai-container {
	display: flex;
	width: 100%;
}

div.hatenatica-yokai-container-item-1 {
	flex-basis: auto;
	flex-grow: 1;
	margin-bottom: 30px;
}

div.hatenatica-yokai-container-item-2 {
	flex-basis: 150px;
	margin-bottom: 30px;
	margin-left: 30px;
}



/* 【改行防止】 */

.no-wrap {
	display: inline-block;
}



/* 【スマホ設定】 */

@media screen and (max-width: 767px) {
	div.hatenatica-yokai-container-item-2 {
		display:none !important;
	}
}

