@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro);

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;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}


/*下が書き換えcss 元はブログに記録*/
body {
  color: #F0F8FF;
  font-size: 16px;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;

  /* 旧：背景画像（保存用）
  background-image: url(https://dlf.blog.shinobi.jp/File/dlf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: transparent;
  */

  /* 新：深い蒼のグラデーション */
  background:
    radial-gradient(circle at 85% 15%, rgba(70, 120, 165, 0.35), transparent 35%),
    linear-gradient(
      to top right,
      #01050c 0%,
      #031020 45%,
      #071d35 75%,
      #123557 100%
    );
  background-attachment: fixed;
  background-size: cover;
}
a:link,
a:visited {
  color: #CCCCCC; /*#666666*/
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  color: #aaaaaa;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
::-moz-selection,
::selection {
  background: #333333;
  color: #FFFFFF;
}
strong,
b {
  font-weight: bold;
}
input,
textarea {
  padding: 3px;
  border: 1px solid #CCCCCC;
  background: #f1f1eb;
  color: #666666;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 4px #aaaaaa;
  -moz-box-shadow: 0px 0px 4px #aaaaaa;
  box-shadow: 0px 0px 4px #aaaaaa;
  border: 1px solid #aaaaaa;
}

#HeaderBase {
  background-color: ;/*#333*/
}
/*ブログタイトルを少し上にずらす*/
#HeaderBase  > header {
  margin: 0 auto;
  padding: 25px 0 45px;
  width: 830px;
}
#HeaderBase  > header  #TagLine{
  height: 30px;
  border-bottom: 2px solid #353535;
  padding: 7px 5px 0;
}
#HeaderBase  > header #BlogExplanation {
  float:left;
  color:#80848a;
}
#HeaderBase  > header #HeaderLinks {
  float:right;
  color:#e8ecef;
}
#HeaderBase  > header #HeaderLinks a{
  color:#e8ecef;
  font-weight :normal;
  padding:0 5px;
}

#HeaderBase  > header #HeaderInner{
}

#HeaderBase  > header #BlogTitle {
  text-align: left;
}
#HeaderBase  > header #BlogTitle a:link,
#HeaderBase  > header #BlogTitle a:visited {
  /*font-weight: bold;*/
  font-size: 250%;
  text-decoration: none;
  color: #FAFAFA;
  float:left;
}
#MenuPage  {
  text-align: left;
  float:right;
  padding:18px 0 0;
  margin:0 auto;
}
#MenuPage  ul {
  line-height: 2.0em; /*2.0*/
}
#MenuPage  li {
  display: inline;
  margin: 0 0 0 0.5em;
}
#MenuPage a {
  padding: 0.5em 12px;
  text-decoration: none;
  color:#f1f1eb;
}
#MenuPage a.current,
#MenuPage a:focus,
#MenuPage a:hover,
#MenuPage a:active {
  color:#bbb;
}

#MainBlock {
  margin: 30px auto 0;
  padding: 30px 0 ;
  background-image: ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 830px;
}
#EntryListBlock {
  margin: 0 0 20px 0px;
  float: left;
  width: 100%;
  background-image: ;
}
.EntryTextBox {
  width: 100%;
  margin: 0px 0px 30px;
}


.EntryTextBox .DateBlock {
	display:block;
	float:left;
    background:#333;
}

.DateCircle {
	width: 100px;
	height: 100px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    text-align:center;
}

.DateCircle .day {
    
    font-family: 'Anonymous Pro' ;
    color:#FFF;
    font-size: 2.2em;
    padding-top: 27px;
    display: block;
    line-height: 1em;
}

.DateCircle .month {
    font-family: 'Anonymous Pro' ;
    color:#FFF;
    font-size: 1.1em;
    margin:1px 0 0;
    display: block;
    line-height: 1em;
}

.EntryTextBox  .EntryTextBoxInner {
	float:right;
    width:620px;
    padding: 20px 40px 40px;
  background-color: #FAFAFA;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.EntryTextBox header {
  margin: 0 0 1em 0;
}
.EntryTextBox header .EntryTitle {
  margin: 0 0 0.3em 0;
  padding: 0 0 0;
  font-size: 1.7em;
  line-height: 1.7; /*1.7*/
  /*font-weight: bold;*/
}
.EntryTextBox header .EntryTitle a {
  text-decoration: none;
}
.EntryTextBox header .EntryTitle a:link,
.EntryTextBox header .EntryTitle a:visited {
  color: #333333;
}
.EntryTextBox header .EntryTitle a:hover {
  color: #aaaaaa;
}
.EntryTextBox header ul {
  margin: 0;
  text-align: right;
}
.EntryTextBox header li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 80%;
  font-style: oblique;
  color: #666666;
}
.EntryTextBox header li a:link,
.EntryTextBox header li a:visited {
  text-decoration: none;
  color: #666666;
}

.EntryTextBox .EntryPsText {
  margin: 2em 0;
  text-align: right;
}
.EntryTextBox .EntryPsText a {
  color: #333333;
  text-decoration: underline;
}
.EntryTextBox .EntryPsText:before {
  padding: 0 10px 0 0;
  text-decoration: none;
}
.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: #414244 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: #333333;
  padding: 0 0.2em;
}
.EntryText table {
  width: 100%;
  border: 1px solid #CCCCCC; /*1px*/
  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 #999999; /*#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 0 1px 1px;
  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: ; /*#EEEEEE*/
  color: #333333;
  padding: 10px;
  border-left: 1px solid #99ccff; /*#99ccff*/
  font-size: 90%;
  font-style: italic;
}
.EntryText blockquote cite {
  color: #666666;
}
.EntryText pre {
  background-color: #EEEEEE;
  padding: 10px;
  font-size: 90%;
}
.EntryText hr {
  border: 0;
  height: 1px;
  margin: 2em auto;
  background-color: #CCCCCC; /*#CCCCCC*/
}
.NinjaClap {
  padding: 1em 0 0;
}
.NinjaClap .NinjaClap a img {
  margin: 0 0.5em;
  vertical-align: middle;
  width: 80px;
}
#CommentBlock {
  margin: 0;
  width:620px;
  padding: 20px 40px ;
  float:right;
}
#CommentBlock .CommentMenuTitle {
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 10px;
}
.CommentTextBox {
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 0;
  border-bottom: 1px solid #CCCCCC;
}
.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: #666666;
  font-size: 90%;
}
.CommentResBox {
  margin: 1em 0 0 1em;
  padding: 0.5em 0 0.5em 1em;
  border-left: 1px solid #CCCCCC; /*3px*/
}
.CommentTitle,
.CommentResTitle {
  padding: 0.3em 0.2em 0 0;
  font-weight: bold;
  line-height: 1.4;
}
.CommentText,
.CommentResText {
  padding: 0.5em 0;
  line-height: 1.4;
}
.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;
  background:#FAFAFA;
}
.CommentFormBlock ul li textarea.CommentForms {
  resize: none;
  width: 270px;
}
.CommentFormBlock ul li .CommentForms_pass {
  width: 150px;
  margin: 0 5px 0 0;
  background:#FAFAFA;
}
.CommentFormBlock .CommentFormSubmit {
  clear: both;
  padding: 1em 0;
}
.CommentFormBlock .CommentFormSubmit input {
  padding: 0.5em 1em;
  background: #333333;
  cursor: pointer;
  color: #FAFAFA;
}
.CommentFormBlock .CommentFormSubmit input:hover {
  background: #aaaaaa;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.CommentBlock.edit {
  margin: 2em auto;
  padding: 2em;
  width: 280px;
}
#PageLinkBlock {
  margin: 20px auto 0;
}
#PageLinkBlock ul {
  text-align: center;
}
#PageLinkBlock ul li {
  display: inline;
  margin: 0;
}
#PageLink10Block {
  margin: 100px auto 50px ;
}
#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: #333333;
  padding: 5px 10px;
  font-weight: normal;
  font-size:120%;
  text-decoration: none;
  color: #FAFAFA;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#PageLink10Block #PageLink10 li span {
  background: #BBB;
  color: #333333;
}
#PageLink10Block #PageLink10 li a:focus,
#PageLink10Block #PageLink10 li a:hover,
#PageLink10Block #PageLink10 li a:active {
  background: #aaaaaa;
  color: #333333;
}

#PluginBlock {
  width: 100%;
  height:auto;
  background-color: #FAFAFA;
}

#PluginLayout {
  margin: 0 auto;
  overflow: auto;
  height:auto;
}

.PluginInnerBlock {
  width: 250px;
  padding: 20px 40px;
  height:auto;
}

.PluginTitle {
  line-height: 1.5; /*1.5*/
  font-size: 110%;
  font-weight: bold;
  margin: 1.0em 0;
  border-bottom:1px solid #EEE;
}
.PluginExplanation {
  line-height: 1.8; /*1.8*/
}
.PluginContents {
  padding: 5px 1em 0;
  line-height: 1.8; /*1.8*/
  height:auto;
}
.PluginContents li {
  line-height: 1.8; /*1.8*/
}
.PluginContents .plugin_data {
  padding: 0 0 5px;
}

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


.PluginContents .plugin_data * {
  line-height: 1.4; /*1.4*/
}
.PluginContents .plugin_data_date {
  text-align: right;
}
.CalendarMoveTable {
  margin: 0 auto;
  width: 100%;
}
.CalendarMoveTable td {
  height: 2em;
  text-align: center;
  vertical-align: middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
  text-decoration: none;
}
.CalendarMoveTable .CalendarPrevTd a {
  padding-left: 1.5em;
}
.CalendarMoveTable .CalendarPrevTd a:before {
  padding: 0 10px 0 0;
}
.CalendarMoveTable .CalendarNextTd a {
  padding-right: 1.5em;
}
.CalendarMoveTable .CalendarNextTd a:after {
  padding: 0 0 0 10px;
}
.CalendarTable {
  margin: 0 auto;
  width: 100%;
}
.CalendarTable th,
.CalendarTable td {
  height: 2.5em;
  border: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
}
.CalendarTable .CalendarWdayTr .CalendarWdaySat,
.CalendarTable .CalendarWdayTr .CalendarWday,
.CalendarTable .CalendarWdayTr .CalendarWdaySun {
  text-align: center;
  font-weight: bold;
}
.CalendarTable .CalendarTr .CalendarTd,
.CalendarTable .CalendarTr .CalendarTdSat,
.CalendarTable .CalendarTr .CalendarTdSun {
  text-align: center;
}
.CalendarTable .CalendarTdLink a {
  padding: 4px 0;
  display: block;
  text-align: center;
  color: #aaaaaa;
}
.CalendarTable .CalendarTdLink a .CalendarTdLinkFont {
  font-weight: bold;
}
.blogsearch .box {
  width: 150px;
  padding: 3px;
}
.blogsearch .btn {
  background: #333333;
  color: #FAFAFA;
  cursor: pointer;
  padding: 3px;
  font-size: 90%;
}
.blogsearch .btn:hover {
  background: #aaaaaa;
  color: #333333;
}
.qrcode_image {
  text-align: center;
}

#FooterBase {
  background-color: #333;
}

#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:#80848a;
}
#FooterBase > footer a {
  color:#80848a;
}


header,
footer,
.post,
.entry,
.article,
main,
.container {
  background: transparent !important;
  box-shadow: none !important;
}

/*タイトル領域の背景色を消す*/
.HeaderBase,
.HeaderInner {
  background: transparent !important;
  box-shadow: none !important;
}
/*透明化をより安定させるための補足*/
.HeaderBase,
.HeaderInner {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}



.EntryTextBoxInner,
.DateBlock DateCircle,
.ArticleBody,
.BlogBody {
  background: transparent !important;
}

/* 本文の基本色だけ指定する */
.EntryText,
.BlogBody,
.ArticleBody {
  color: #e8f2ff !important;
}

/* 子要素には色を強制せず、行間だけ整える */
.EntryText *,
.BlogBody *,
.ArticleBody * {
  line-height: 1.9;
}

/* 通常時：淡い青白（本文より少し濃い） */
.EntryTitle,
.EntryTitle a,
.ArticleTitle,
.ArticleTitle a {
  color: #cfe2ff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ホバー時：少し強い青 */
.EntryTitle a:hover,
.ArticleTitle a:hover {
  color: #b7d0ff !important;
}

/*日付背景色を消す*/
.DateBlock,
.DateCircle,
.EntryDate,
.DateBox {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#PluginBlock,
#PluginLayout,
.PluginInnerBlock {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#PluginBlock + * {
  background: transparent !important;
  background-color: transparent !important;
}

#MenuPage a {
  color: #b7d0ff !important;
}

#MenuPage a:hover {
  color: #e8f2ff !important;
}
/*詩的に整える*/
#MenuPage ul li a {
  font-size: 9px !important;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

/* 記事の日付表示を消す */
.DateBlock,
.DateCircle {
  display: none !important;
}

/* 日付を消したぶん、本文を左に寄せて幅を戻す */
.EntryTextBox .EntryTextBoxInner {
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

/* 個別記事の Prev / Next を消す */
#PageLinkBlock {
  display: none !important;
}

/* 記事一覧のページ番号送りも消す */
#PageLink10Block {
  display: none !important;
}

/* 管理画面・新しい記事を書く を少し見えるように */
.PluginContents .plugin_data a:link,
.PluginContents .plugin_data a:visited {
  color: rgba(210, 225, 245, 0.58) !important;
  font-size: 11px !important;
  letter-spacing: 0.03em;
  text-decoration: none;
}

/* ホバー時だけ少し明るく */
.PluginContents .plugin_data a:hover,
.PluginContents .plugin_data a:active {
  color: rgba(232, 242, 255, 0.82) !important;
}

/* ブログタイトル */
#HeaderBase > header #BlogTitle a:link,
#HeaderBase > header #BlogTitle a:visited {
  font-size: 150% !important;
  letter-spacing: 0.04em;
}

/* 記事タイトル */
.EntryTextBox header .EntryTitle {
  font-size: 1.25em !important;
  letter-spacing: 0.03em;
}

/* 記事タイトルの色（微調整） */
.EntryTitle {
  color: #d8e6ff !important;
}

/* 本文のサイズ調整 */
body {
  font-size: 16px;
}

/* 行間を少し広げる */
.EntryText,
.EntryText * {
  line-height: 1.6;
}

/* 本文枠の罫線を完全に消す */

.EntryTextBox,
.EntryTextBox * {
  border: none !important;
}

/* 記事下の余計な区切り線を消す */
.EntryFooter,
.EntryMore,
.EntryReadMore,
.EntryPager {
  border-top: none !important;
  border-bottom: none !important;
}

/* 本文枠の右下の黒い影を消す */
.EntryTextBox .EntryTextBoxInner {
  box-shadow: none !important;
  border: none !important;
}

/* プラグイン欄の白い区切り線を消す */
.PluginTitle {
  border-bottom: none !important;
}



/* 本文枠の線を消す */
.EntryTextBox {
  border: none !important;
  box-shadow: none !important;
}

/* 下部リンク周りの線を消す */
.EntryFooter,
.EntryMore,
.EntryReadMore,
.EntryPager {
  border: none !important;
}

/* Aブログ：タイトルとPageメニューの呼吸を少し広げる */
#MenuPage {
  padding-top: 42px !important;
}