/* <system section="theme" selected="17391345971645925085"> */
@charset "utf-8";

/*
  Theme: 四角と線
  Author: 泉杏
  Description: 幅960px以上で2カラムになります
  Responsive: yes
*/

body {
line-height: 1.6;
letter-spacing: 0.1em;
font-family: sans-serif;
}

/* 順序付きリスト・順不同リスト */
ol { list-style: decimal; }
ul { list-style: square; }

/* 定義リスト */
dt,dt a  { font-weight: bold; }

/* テーブル */
table {
border-top: solid 1px #808080;
border-left: solid 1px #808080;
}
th {
font-weight: bold;
border-bottom: solid 1px #808080;
border-right: solid 1px #808080;
padding: 4px;
}
td {
border-bottom: solid 1px #808080;
border-right: solid 1px #808080;
padding: 4px;
}

/* 引用 */
q { color: #000080; }
blockquote {
border: dashed 1px #000080;
border-radius: 4px;
margin: 1em 8px;
padding: 0 16px;
}

/* リンク */
a { text-decoration: underline; }
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #800000; }
a:active { color: #800000; }
a.keyword {
text-decoration: none;
border-bottom: solid 1px #c0c0c0;
}

/* 画像 */
.entry-thumb { margin: 8px 16px; border-radius: 4px; }
.urllist-image { border-radius: 4px; }
img.hatena-id-icon { border-radius: 2px; }
img.profile-icon { border-radius: 4px; }
img.circle-image { border-radius: 4px; }
.footer-address img { border-radius: 2px; }

/* 広告 */
.google-afc-user-container {
text-align: center;
margin: 0 auto;
}

/* ヘッダ(グローバルヘッダ) */
/* グローバルヘッダの中はiframeですが、#globalheader-container に
背景色や文字色を指定することでiframeの中にも色が反映されます。 */
#globalheader-container {
width: 100%;
color: #ffffff;
background-color: #000000;
}

#container {
background-color: #ffffff;
border: solid 1px #808080;
margin-top: 32px;
padding: 1em;
}

/* ブログタイトル・説明文 */
#blog-title { margin: 0 0 16px; }
h1#title {
text-align: center;
margin: 16px auto 0;
}
h1#title a {
color: #000000;
text-decoration: none;
}
#blog-description {
font-size: 120%;
font-weight: normal;
text-align: center;
margin: 16px auto;
}

/* タイトル下(ヘッダ)の文章 */
#top-editarea {
text-align: right;
margin: 0 0 16px;
}

/* パンくず(カテゴリーページで表示されます) */
#top-box { margin: 16px; }

/* 記事部分など */
.entry,
.archive-entries {
margin: 0 0 16px;
}
.archive-heading { margin: 0 16px; }
header.entry-header,
.archive-entry-header {
border-top: double 3px #808080;
border-bottom: double 3px #808080;
margin-top: 8px;
padding: 8px 16px 0;
position : relative;
}
header.entry-header a,
.archive-entry-header a {
text-decoration: none;
}
.entry-title { margin: 4px 0 0; }
.categories { text-align: right; margin: 4px; }
.entry-content,
.entry-footer,
.archive-entry-body { padding: 8px 16px; }
.entry-thumb { margin: 8px 16px; }

/* 「編集する」リンク */
header.entry-header,
.archive-entry-header {
position : relative;
}
.entry-header-menu {
position : absolute;
top: 4px;
right: 4px;
font-weight: bold;
border: solid 1px #0000ff;
padding: 2px 4px;
}

/* コメント */
.comment-box ul {
list-style: none;
border-top: solid 1px #808080;
margin: 16px 0;
padding: 0;
}
.comment-box li {
border-bottom: dashed 1px #808080;
margin: 0;
padding: 0 16px;
}
li.read-more-comments {
padding-top: 16px;
padding-bottom: 16px;
}

/* Pager */
.pager{
text-align: center;
margin: 16px auto;
padding-top: 16px;
}
.pager .pager-prev { padding-right: 8px; }
.pager .pager-next { padding-left: 8px; }

/* サイドバー */
.hatena-module  {
border: solid 1px #808080;
margin: 0 16px 16px;
}
.hatena-module-title {
font-weight: bold;
border-top: dashed 1px #808080;
border-bottom: dashed 1px #808080;
margin: 8px 0;
padding: 4px 8px;
}
.hatena-module-title a { text-decoration: none; }
.hatena-module-body { padding: 8px 16px; }

/* urllist module */
/* リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは
.hatena-urllist という共通の class が振られます */
.hatena-urllist { list-style: none; margin: 0; padding: 0; }
.hatena-urllist li { border-bottom: dashed 1px #c0c0c0; padding: 4px 0; }
.hatena-urllist li a { text-decoration: none; }

/* フッタの文章 */
#bottom-editarea {
text-align: right;
margin: 16px 0 0;
}

/* フッター */
#footer {
background-color: #ffffff;
border: solid 1px #808080;
margin-bottom: 32px;
padding: 1em;
}
.footer-address {
text-align: center;
margin: 16px auto 0;
}
p.services {
text-align: center;
margin: 16px auto;
}
.guest-footer-content {
text-align: center;
border-bottom: dashed 1px #808080;
margin: 16px auto;
}

/* 600px以上 */
@media (min-width: 600px) {
#container,#footer { width: 88%; margin-left: auto; margin-right: auto; }
}

/* 960px以上 */
@media (min-width: 960px) {
#content:after { content: ""; display: block; clear: both; }
#wrapper { float: left; width: 71%; }
#box2 { float: left; width: 29%; }
}

/* 1300px以上 */
@media (min-width: 1300px) {
#container,#footer { width: 1300px; margin-left: auto; margin-right: auto; }
}
/* </system> */

/* <system section="background" selected="FFFEE4"> */
body{background:#FFFEE4;}
/* </system> */

/* 768px以上 */
@media (min-width: 768px) {
#content:after { content: ""; display: block; clear: both; }
#wrapper { float: right; width: 71%; }
#box2 { float: right; width: 29%; }
}

/* 1032px以上 */
@media (min-width: 1032px) {
#container,#footer { width: 1000px; margin-left: auto; margin-right: auto; }
}



/* 記事のタイトルの文字大きさ指定 */
.entry-title {
    font-size: 15pt;
}

/* 記事のタイトルの日付文字大きさ指定 */
.date, .sectioncategory {
    font-size: 70%;
}


/* サイドバーの文字大きさ指定 */
.hatena-module-title, .hatena-module-body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 67%;
}


/* 改行で大きく空いてしまうのを防ぐ */
.entry-content p { margin:0}


/* ヘッダーの色を変える */
#globalheader-container {
    color: #BBBBBB;
    background: #FFFFE0;
}


/*記事が書かれてからの日付を消す*/
.entry-footer-time {
display: none;
}

/*記事下のＩＤを消す*/
span.author.vcard{
display:none;
} 

body{
word-wrap : break-word;
overflow-wrap : break-word;
}


/*画像を記事幅に合わせる*/
img{
max-width: 100% !important;
height: auto !important;
}


.article-btn a{
  position: relative;
  display: inline-block;
  padding: 1.0em 1.0em;
  text-decoration: none;
  color: black;
  background: #ffa500;/*背景色*/
  border-bottom: solid 2px #ffb6c1;/*少し濃い目の色に*/
  border-radius: 0px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: none;
}



.article-btn2 a{
  position: relative;
  display: inline-block;
  padding: 1.0em 1.0em;
  text-decoration: none;
  color: white;
  background: #ed1c1c;/*背景色*/
  border-bottom: solid 2px #6b0d0d;/*少し濃い目の色に*/
  border-radius: 0px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: none;
}





/*ヘッダを赤字で点滅*/
.moji_iro{
font-weight: bold;
-webkit-animation: moji 0.5s ease 1s infinite alternate;
-o-animation: moji 0.5s ease 1s infinite alternate;
-moz-animation: moji 0.5s ease 1s infinite alternate;
}

@-webkit-keyframes moji {
0% {color:red;}
100% {color:pink;}
}
