@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:200,300) screen and (min-width: 800px);
/* ---------------------------------------------------------------

  忍者ブログ デフォルトテンプレート

--------------------------------------------------------------- */

/*  全体の基本設定
    ------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
html,body {
  width:100%;
  min-width:1080px;
  margin:0;
  padding:0;
  background-color:#fff;
  font-family: sans-serif;
  color:#444;
}
a {
  color: #98514b;
  text-decoration:underbar;
}
a:hover,
a:active,
a:focus {
  color: #98514b;
  text-decoration:none;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.inner {
  width:960px;
  margin:0 auto;
}
fieldset {
  border: 0;
}
input {
  width: 100%;
}
textarea {
  width: 100%;
}

/*  アイコンの設定
    ------------------------------------------------------- */
@font-face {
  font-family: 'awesome';
  src: url('/admin/font/pc/awesome.eot?v=3.0.1');
  src: url('/admin/font/pc/awesome.eot?#iefix&v=3.0.1') format('embedded-opentype'),
       url('/admin/font/pc/awesome.woff?v=3.0.1') format('woff'),
       url('/admin/font/pc/awesome.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'awesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
.icon-home:before {content: '\f230';}
.icon-edit:before {content: '\270d';}
.icon-comment:before {content: '\e718';}
.icon-chevron-left:before {content: '\e75d';}
.icon-chevron-right:before {content: '\e75e';}
.icon-double-angle-up:before {content: '\f102';}
.icon-user:before {content: '\f464';}
.icon-folder-close:before {content: '\f4c1';}
.icon-calendar:before {content: '\f4c5';}
.icon-search:before {content: '\f50d';}
.icon-clock:before {content: '\f554';}

/*  ボタンの設定
    ------------------------------------------------------- */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  background-image: none;
  outline: 0;
}
.btn-primary {
    text-align: center;
}
.btn-primary .btn {
  padding: 1em 2em;
  background: #98514b;
  color: #fff;
  display: inline-block;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
button.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*  ヘッダー、メニュー部分の設定
    ------------------------------------------------------- */
#HeaderBlock {
  width:100%;
  background-color:#98514b;
}
/* ヘッダー全体の設定 */
.header {
  min-height: 150px;
  width: 960px;
  margin-left: auto; margin-right:auto;
}
/* ヘッダーの見出し部分の設定 */
.headerTitle {
  font-size: 200%;
  margin: 0;
  padding-top: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.headerTitle:first-letter {
  font-size: 250%;
  font-weight: 200;
}
/* ヘッダーの見出し文字の設定 */
.headerTitleLink {
  color:#fff;
  text-decoration:none;
}
/* ヘッダーの見出し下の文章の設定 */
.headerDesc {
  margin: 0;
  padding-bottom: 0;
  font-size: 80%;
  color: #fff;
}
/* メニュー部分の設定 */
.nav:before,
.nav:after {
  display: table;
  content: "";
}
.nav:after {
  clear: both;
}
.headerNavList {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  color: #ffffff;
}
.headerNavList > li {
  display: inline-block;
  float: left;
  width: auto;
}
.headerNavList > li > a {
  padding: 1em;
  display: inline-block;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.headerNavList > li > a:hover,
.headerNavList > li > a:focus {
  background:  rgba(255,255,255, 0.4);
  color: #fff;
  text-decoration: none;
}
/* メニューの検索窓部分の設定 */
.headerNavList .search {
  float: right;
  padding: 0;
}
.navbarSearch {
  margin: 0;
  padding-bottom: 0.5em;
}
.navbarSearch .searchQuery {
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0.5em;
  width: 15em;
  font-size: 80%;
}

/*  記事、サイドバーなどページ内のメインブロックの設定
    ------------------------------------------------------- */
#MainContainer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#MainContainer:before,
#MainContainer:after {
  display: table;
  content: "";
}
#MainContainer:after {
  clear: both;
}

/* メインコンテンツ部分の設定 */
#ArticleBlock {
  margin-right: 30px;
  width: 750px;
  float: left;
}

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

/* カテゴリー一覧・検索結果・日付別一覧のタイトル上の表示の設定 */
.listTitle {
  margin: 0 0 14px;
  font-size: 1.4em;
  line-height: 20px;
  color: #98514B;
}

/* 記事タイトルの設定 */
.articleTitle,.entryListTitle {
  position: relative;
  z-index: 1;
  margin: 0 0 1em 2em;
  padding: 2em 0 0.5em 0 !important;
  font-weight: normal;
  font-size: 1.5em;
  color: #98514b;
  border-bottom: solid 1px #98514b;
  line-height: 1.4em;
}

.time {
  font-size:4.5em;
  position:absolute;
  font-family:'Raleway',sans-serif;
  font-weight:200;
  color:#ddd;
}

/* 記事詳細、ページの本文部分全体の設定 */
#EntryTextBox {
  background: #fff;
}
/* 記事詳細のコメント部分の設定 */
#CommentBlock {
  background: #fff;
}
/* 本文部分の設定 */
.entryList>li:not(:first-child) {
  margin-top: 150px;
}
#ArticleBlock {
  margin-top:50px;
}
/* 本文中のリンクの設定 */
.entryText a {
  color: #98514b;
  text-decoration:underbar;
}
.entryText a:hover,
.entryText a:active,
.entryText a:focus {
  color: #98514b;
  text-decoration:none;
}
/* 本文中のテキストの設定 */
.entryText {
    line-height:170%;
}
.entryText li {
  line-height:140%;
  margin-bottom:10px;
}
.entryText h1,
.entryText h2,
.entryText h3,
.entryText h4,
.entryText h5,
.entryText h6 {
  margin-top: 3em;
}
.entryText h1 {font-size: 1.75em;}
.entryText h2 {font-size: 1.5em;}
.entryText h3 {font-size: 1.25em;}
.entryText h4 {font-size: 1.15em;}
.entryText h5 {font-size: 1.05em;}
.entryText h6 {font-size: 1em;}
/* 一覧ページの設定 */
.entryList {
  margin-left: 0;
  list-style: none;
}
/* 一覧ページの記事部分の設定 */
.entryList > li {
  margin-bottom: 2em;
  background: #fff;
}
/* 一覧ページの記事タイトルリンクの設定 */
.entryListTitle a {
  text-decoration: none;
}
.entryListTitle a:link,
.entryListTitle a:visited,
.entryListTitle a:hover,
.entryListTitle a:active,
.entryListTitle a:focus {
  text-decoration: none;
}
/* 一覧ページの「つづきを読む」部分の設定 */
.entryPsLink {
  padding:0.3em 0 0 0.3em;
}
.entryPsLink a {
  color:#fff;
  border-radius: 5px;
}
.entryPsLink a:link {
  padding: 10px;
  background-color:#98514b;
  color:#fff;
  border: solid 1px #fff;
  text-decoration:none;
}
.entryPsLink a:hover,
.entryPsLink a:active,
.entryPsLink a:focus {
  color:#98514b;
  background-color:#fff;
  border: solid 1px #98514b;
}
/* 記事フッター部分の設定 */
.entryFooter {
  margin: 0;
  list-style: none;
  font-size: 80%;
  color: #aaa;
}
.entryFooter li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
.entryFooter a {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 2px;
}
.entryFooter a:link,
.entryFooter a:visited {
  color: #aaa;
  border: 1px solid #eee;
  text-decoration:none;
}
.entryFooter a:hover,
.entryFooter a:active,
.entryFooter a:focus {
  color: #666;
  border: 1px solid #ccc;
}
.entryFooter a [class^="icon-"] {
  color: #ccc;
}
.entryFooter a span {
  display: inline-block;
}
/* 記事詳細のコメント部分全体のタイトルの設定 */
.commentBlockTitle {
  margin-top: 1em;
  font-weight: normal;
  font-size: 125%;
  color: #98514b;
  border-bottom: solid 1px #98514b;
}
/* 記事詳細のコメント部分全体のタイトル用アイコンの設定 */
.commentBlockTitle:before {
  font-family: 'awesome';
  color: #98514b;
  content: '\e718';
  display: inline-block;
  padding-right: 0.5em;
}
/* 記事詳細の各コメント部分全体の設定 */
.commentTextBox {
  margin-bottom: 28px;
  padding: 14px 28px;
  background: #fff;
}
/* 記事詳細の各コメントのタイトルの設定 */
.commentTitle,
[id^="commentRes"]{
  margin: 0;
  color:#98514B;
}
/* 記事詳細の管理者コメント部分の設定 */
.commentResBlock {
  color: #737373;
  border-left: 7px solid #d9d9d9;
}
/* コメントフォーム部分の設定 */
#CommentForm {
  padding: 1em;
}
.commentFormBlock input[type="text"],
.commentFormBlock input[type="password"],
.commentFormBlock textarea {
  margin-bottom: 1em;
  height: 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* コメント入力欄の設定 */
#CommentText {
  height: 15em;
}
/* ページャーの設定 */
.pager {
  list-style: none;
  display: table;
  width: 100%;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: table-cell;
  color: #fff;
  text-align:center;
}
.pager.pagetop li {
  text-align:left;
}
.pager li > span,
.pager a {
  border-radius: 5px;
}
.pager li > span {
  display: inline-block;
  padding: 0.5em;
  color: #ccc;
  border: 1px solid #ccc;
  text-decoration:none;
}
.pager a {
  display: inline-block;
  padding: 0.5em;
  color: #fff;
  background: #98514b;
  border: 1px solid #fff;
  text-decoration:none;
}
.pager a:hover,
.pager a:focus {
  background: #fff;
  color: #98514b;
  border: 1px solid #98514b;
}
.pager [class^=icon-] {
    margin-right: 0.5em;
}
.pager .next [class^=icon-] {
    margin-right: 0;
    margin-left: 0.5em;
}
.pager.pagetop {
  margin-bottom: 0;
}
.pager.pagetop a {
  background: #98514b;
  color: #fff;
  font-size: 80%;
  border: 1px solid #98514b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: .5em 1em;
}

/* サイドバーの設定 */
.pluginBlock {
  margin: 0;
  width: 180px;
  padding: 0;
  float: right;
}

/* 各プラグイン部分の設定 */
.plugin {
  margin-top:1em;
}
.plugin:first-child {
  margin-top:100px;
}
/* プラグインのタイトルの設定 */
.pluginTitle {
  color: #98514b;
  border-bottom:solid 1px #98514b;
}
/* プラグインのコンテンツ部分の設定 */
.pluginBody {
  font-size:70%;
}
.pluginBody a {
  color:#555;
  text-decoration:underbar;
}
.pluginBody a:hover,a:active,a:focus {
  color:#777;
  text-decoration:none;
}

/*各プラグイン処理内の基本デザイン*/
.plugin_data,
.plugin_data *,
.PluginContents {
  line-height: 2em;
}
.plugin_data + .plugin_data {
  margin-top: 0.5em;
}
/* 各プラグイン処理内基本デザインの下に記載する日付など */
.plugin_data_date {
  font-size: 80%;
  color: #777;
  margin-bottom: 0.5em;
}

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

/* プラグインのカレンダー用テーブル */
.CalendarMoveTable,
.CalendarTable {
  width: 100%;
  line-height:1em;
}
.CalendarMoveTable td,
.CalendarTable th,
.CalendarTable td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
}
/* カレンダー日付移動部分のデザイン */
.CalendarMoveTr {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.CalendarMoveTr a:link,
.CalendarMoveTr a:visited,
.CalendarMoveTr a:hover {
  display: inline-block;
  text-decoration: none;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.CalendarMoveTr a:hover,
.CalendarMoveTr a:active {
  color: #b3b3b3;
}
/* カレンダー日付移動用左側部分のデザイン */
.CalendarMoveTr td {
    border-bottom: 0;
}
.CalendarMoveTr .CalendarPrevTd {
  text-align: left;
  border-right: 0;
}
.CalendarPrevTd a {
  padding-left: 10px;
  color: #aaa;
}
.CalendarPrevTd a:before {
  font-family: 'awesome';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\e75d";
  color: #ccc;
  margin-right: 14px;
}
/* カレンダー日付移動中央部分のデザイン */
.CalendarMoveTr .CalendarNowTd {
  text-align: center;
  border-left: 0;
  border-right: 0;
}
/* カレンダー日付移動用右側部分のデザイン */
.CalendarMoveTr .CalendarNextTd {
  text-align: right;
  border-left: 0;
}
.CalendarNextTd a {
  padding-right: 10px;
  color: #999999;
}
.CalendarNextTd a:after {
  font-family: 'awesome';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\e75e";
  color: #cccccc;
  margin-left: 14px;
}
/* 曜日表示部分のデザイン */
.CalendarWdayTr th {
  text-align: center;
  font-weight: normal;
  color: #333333;
  background: #efefef;
}
/* 日付表示部分のデザイン */
.CalendarTr td {
  text-align: center;
  color: #737373;
}
/* 記事が存在する場所の設定 */
.CalendarTdLink a {
  display: inline-block;
  min-width: 14%;
  padding: 5px;
  margin: -5px;
  text-align: center;
  font-weight: bold;
}
/* ブログ内検索用デザイン */
.blogsearch:before,
.blogsearch:after {
  display: table;
  content: "";
}
.blogsearch:after {
  clear: both;
}
.blogsearch .box {
  width: 70%;
  float: left;
}
.blogsearch .btn {
  width: 22%;
  float: right;
  text-align: center;
}
/* コメント用デザイン */
.plugin_cm_with_res img {
  margin-left: 7px;
  vertical-align: text-top;
}
/* プロフィール用デザイン */
.profile_image {
  margin-bottom: 10px;
}
/* バーコード用デザイン */
.qrcode_image {
  text-align: center;
}

/*  フッターの設定
    ------------------------------------------------------- */
#FooterBlock {
  margin-bottom: -3px;
  padding-bottom: 3px;
  padding-top: 20px;
  text-align: center;
  font-size: 11.9px;
  color: #fff;
  background: #98514b;
}
#FooterBlock ul {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
/* フッター内のリンクの設定 */
#FooterBlock a {
  margin-right: .5em;
  display: inline-block;
  color: #ffffff;
  border-radius: 2px;
}
#FooterBlock a:link,
#FooterBlock a:visited {
  text-decoration: underline;
}
#FooterBlock a:focus {
}
#FooterBlock a:hover,
#FooterBlock a:focus {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
   /* 表示領域が800px以下の場合に適用するスタイル */
  html,body {min-width:100%;}

  .header {width:100%;}
  .headerTitle {font-family:sans-serif; padding-left:10px; padding-right:10px;}

  #MainContainer {width:100%;}
  #ArticleBlock {width:100%; margin-right:0;}

  .entryText {margin-left:10px; margin-right:10px;}
  .time {font-size:20px; color:#777;}

  .pluginBlock {width:100%;}
  .pluginTitle {font-size:110%;}
  .pluginBody {font-size:100%;}
  ul.pager {padding:0;}
  .pager.pagetop li {text-align:center;}
}

@media screen and (max-width: 600px) {
  .headerNavList li {width:100%;}
  .headerNavList li a {display:block; width:100%; text-align:center; padding-right:0; padding-left:0; border-top:solid 1px #fff;}
  .headerNavList li a:last-child {border-bottom:solid 1px #fff;}

  .entryList > li:not(:first-child) {margin-top:20px;}
  .entryListTitle {margin-left:20px;}
  .navbarSearch {padding:0 10px 0 0; margin-bottom:9px; text-align:right;}

  .pager_moji {display:none;}
  .icon-chevron-right,.icon-chevron-left, .icon-home {
    margin-left:0!important; margin-right:0!important;
    padding:5px; width:2em!important; height:2em;}
  .icon-chevron-right:before {font-size:2em; line-height:1em;}
  .icon-chevron-left:before {font-size:2em; line-height:1em;}
  .icon-home:before {font-size:2em; line-height:1em;}
}