@charset "utf-8";
/* ---------------------------------------------------------------

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

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

/*  全体の基本設定
    ------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Arial, "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 165%;
  color: #333333;
  background-color: #ffffff;
  padding-top: 0;
}
#container2{ 
	margin:0 auto 0 auto;
	width:900px;
	background:#fff url("https://arara.syoyu.net/File/tun.gif") no-repeat top center;
}
small {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 160%; 
}
a {
  color: #31847b;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #ed8000;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1 {
  font-size: 30px; 
 font-weight: bold;
  line-height: 20px;
}
h2 {
  font-size: 24px;
 font-weight: bold;
  line-height: 1px;
}
h3 {
  font-size: 16px;
 font-weight: bold;
  margin: 20px 0 0 0px;
}
h4{
  font-size: 13px;
 font-weight: bold;
  margin: 20px 0 0 0px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
hr {
  margin: 0px 0 0 0;
  border-top: 1.5px solid #888888;
}
blockquote {
  padding: 0 0 0 1em;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Arial, "メイリオ","Hiragino Kaku GothicPro", sans-serif;
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  vertical-align: middle;
  border-radius: 2px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
  box-shadow: 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  height: 6em;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/*  印刷用の設定
    ------------------------------------------------------- */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}

/*  アイコンの設定
    ------------------------------------------------------- */
@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;
  padding: 4.06px 12.04px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 3px;
}
.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: 11px 19px;
  font-size: 16px;
  background: #0099dd;
  color: #ffffff;
  display: inline-block;
  -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;
}

/*  ヘッダー、メニュー部分の設定
    ------------------------------------------------------- */
/* ヘッダー全体の設定 */
.header {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 90px;
  background: #ff9900;
}
/* ヘッダーの見出し部分の設定 */
.headerTitle {
  margin: 0;
  padding-top: 0px;
  height: 1px;
}
/* ヘッダーの見出し文字の設定 */
.headerTitleLink {
  font-size: 24.5px;
  line-height: 36.75px;
  font-weight: bold;
  color: #666666;
}
.headerTitleLink:hover,
.headerTitleLink:focus {
  color: #a6a6a6;
}
.headerTitleLink:active {
  color: #666666;
}
/* ヘッダーの見出し下の文章の設定 */
.headerDesc {
    margin-bottom: 0.1em;
    color: #737373;
}
/* メニュー部分の設定 */
.nav:before,
.nav:after {
  display: table;
  content: "";
}
.nav:after {
  clear: both;
}
.headerNavList {
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  background: #333333;
  color: #ffffff;
  height: 40px;
}
.headerNavList > li {
  display: inline-block;
  float: left;
  width: auto;
}
.headerNavList > li > a {
  padding: 10px 28px;
  display: inline-block;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.headerNavList > li > a:hover,
.headerNavList > li > a:focus {
  background: #8c8c8c;
  color: #ffffff;
  text-decoration: none;
}
/* メニューの検索窓部分の設定 */
.headerNavList .search {
  float: right;
}
.navbarSearch {
  margin: 5px 0 0;
  padding: 0 28px 0 0;
}
.navbarSearch .searchQuery {
  margin-bottom: 0;
  margin-left: 4px;
  padding: 4px 7px;
  width: 200px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

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

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

/* カテゴリー一覧・検索結果・日付別一覧のタイトル上の表示の設定 */
.listTitle {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 5px;
}
/* カテゴリー一覧・検索結果・日付別一覧のタイトル上のアイコンの設定 */
.listTitle [class^="icon-"] {
  display: inline-block;
  width: 10px;
  vertical-align: top;
  padding-right: 0.5em;
}

/* 記事タイトルの設定 */
.articleTitle {
  margin: 0;
  padding: 28px 20px 0 !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}

/* 記事詳細、ページの本文部分全体の設定 */
#EntryTextBox {
  padding: 0 20px 28px;
}
/* 記事詳細のコメント部分の設定 */
#CommentBlock {
  background: #ffffff;
}

/* 本文部分の設定 */
.entryText {
  padding-top: 20px;
  margin-bottom: 20px;
}
/* 本文中の画像の設定 */
.entryText img {
  margin-bottom: 10px;
  margin-right: 10px;
}
/* 本文中のリンクの設定 */
.entryText a,
.entryText a:link,
.entryText a:visited {
  text-decoration: underline;
}
.entryText a:focus {
  text-decoration: underline;
  color: #2bbeff;
}
/* 本文中のテキストの設定 */
.entryText h1,
.entryText h2,
.entryText h3,
.entryText h4,
.entryText h5,
.entryText h6,
.entryText strong,
.entryText b {
  font-weight: bold;
}
.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: 28px;
  padding: 20px;
}
/* 一覧ページの記事タイトルリンクの設定 */
.entryListTitle {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  color: #333333;
}
.entryListTitle:link,
.entryListTitle:visited {
  color: #333333;
}
.entryListTitle:hover,
.entryListTitle:active,
.entryListTitle:focus {
  color: #8c8c8c;
}
/* 一覧ページの「つづきを読む」部分の設定 */
.entryPsLink {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 拍手部分の設定 */
.NinjaClap {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 記事フッター部分の設定 */
.entryFooter {
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  font-size: 10.5px;
  color: #31847b;
}
.entryFooter li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1px;
}
.entryFooter li:last-child {
  margin-right: 0;
}
.entryFooter a {
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 5px;
}
.entryFooter a:link,
.entryFooter a:visited {
  color: #6456a3;
  border: 0px solid #e5e5e5;
}
.entryFooter a:hover,
.entryFooter a:active,
.entryFooter a:focus {
  color: #e4007f;
  border: 0px solid #bfbfbf;
}
.entryFooter a [class^="icon-"] {
  color: #cccccc;
}
.entryFooter a span {
  display: inline-block;
  padding-left: 5.25px;
  line-height: 20px;
}

/* 記事詳細のコメント部分全体の設定 */
#CommentBlock {
  background: transparent;
  padding-top: 28px;
  padding: 20px;
}
/* 記事詳細のコメント部分全体のタイトルの設定 */
.commentBlockTitle {
  margin-top: 10;
  font-weight: bold;
  font-size: 120%;
}
/* 記事詳細のコメント部分全体のタイトル用アイコンの設定 */
.commentBlockTitle:before {
  font-family: 'awesome';
  content: '\e718';
  display: inline-block;
  padding-right: 0.5em;
}
/* 記事詳細の各コメント部分全体の設定 */
.commentTextBox {
  margin-bottom: 28px;
  padding: 14px 28px;
  background: #ffffff;
}
/* 記事詳細の各コメントのタイトルの設定 */
.commentTitle,
[id^="commentRes"]{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
/* 記事詳細の各コメントのフッター部分の設定 */
.commentTextBox .entryFooter {
  margin-top: 0;
  margin-bottom: 14px;
}
.commentTextBox .entryFooter .user a {
  border: 0;
  padding-left: 0;
}
.commentTextBox .entryFooter [class^=icon-] {
  margin-right: .5em;
}
.commentTextBox .entryFooter .user [class^=icon-] {
  padding-left: 0;
}
/* 記事詳細の管理者コメント部分の設定 */
.commentResBlock {
  margin: 20px 0;
  padding: 10px 15px;
  color: #737373;
  border-left: 7px solid #d9d9d9;
}
[id^=CommentRes] {
  margin: 0;
}

/* コメントフォーム部分の設定 */
#CommentForm {
  padding: 10px;
}
#CommentForm form {
  margin-bottom: 0;
}
.commentFormBlock label {
    display: inline-block;
    cursor: default;
}
.commentFormBlock input[type="text"],
.commentFormBlock input[type="password"],
.commentFormBlock textarea {
  margin-bottom: 10px;
  height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* コメント入力欄の設定 */
#CommentText {
  height: 10em;
}

/* コメント編集のフォームの設定 */
.commentEdit label {
  width: 18%;
  display: inline-block;
  text-align: right;
  margin-right: 2%;
  cursor: default;
  vertical-align: top;
  line-height: 30px;
}
.commentEdit input[type="text"],
.commentEdit input[type="password"],
.commentEdit textarea {
  width: 75%;
  display: inline-block;
  margin-bottom: 2em;
}

/* ページャーの設定 */
.pager {
  margin: 20px 0;
  list-style: none;
  display: table;
  width: 100%;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: table-cell;
  color: #cccccc;
  text-align: center;
  vertical-align: middle;
}
.pager li.prev {
  text-align: left;
}
.pager li.next {
  text-align: right;
}
.pager a,
.pager li > span {
  display: inline-block;
  padding: 6px 30px;
  background: #d5d5d5\9;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.pager a,
.pager a:link,
.pager a:visited {
  background: #a6a6a6\9;
  background: rgba(0, 0, 0, 0.3);
}
.pager a:hover,
.pager a:focus {
  background: #bebebe\9;
  background: rgba(0, 0, 0, 0.2);
}
.pager [class^=icon-] {
    margin-right: .5em;
}
.pager .next [class^=icon-] {
    margin-right: 0;
    margin-left: .5em;
}

/* ページトップのリンク部分の設定 */
.pager.pagetop {
  margin-bottom: 0;
}
.pager.pagetop li {
  padding-right: 14px;
  text-align: right;
}
.pager.pagetop a {
  background: #999999;
  color: #ffffff;
  font-size: 11.9px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: .5em 1em;
}

/* サイドバーの設定 */
.pluginBlock {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 240px;
  padding: 0;
  float: right;
}

/* 各プラグイン部分の設定 */
.plugin {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 28px;
  padding-bottom: 0px;
  border: 0;
  border-radius: 0;
}
/* プラグインのタイトルの設定 */
.pluginTitle {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 0px;
  line-height: 14px;
  font-size: 12px;
  color: #f39700;
  word-wrap: break-word;
  background: #444440;
}
/* プラグインのコンテンツ部分の設定 */
.pluginBody {
  overflow: hidden;
  padding: 5px 5px;
  font-size: 11px;
}

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

.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%;
}
.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: #999999;
}
.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: #cccccc;
  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 {
  text-align: center;
  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: #ed8b00;
  background: #444444;
}
#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: #ed8b00;
  border-radius: 2px;
}
#FooterBlock a:link,
#FooterBlock a:visited {
  text-decoration: underline;
}
#FooterBlock a:focus {
}
#FooterBlock a:hover,
#FooterBlock a:focus {
  color: #ed6c00;
  text-decoration: none;
}


.highslide-container div {
	font-family: メイリオ,Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border-color: silver;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: silver;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: silver;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(https://www.akibatec.net/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(https://www.akibatec.net/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: silver;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(https://www.akibatec.net/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px white;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(https://www.akibatec.net/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(https://www.akibatec.net/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(https://www.akibatec.net/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: silver;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(https://www.akibatec.net/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(https://www.akibatec.net/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: silver;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: silver;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(https://www.akibatec.net/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: silver;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(https://www.akibatec.net/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(https://www.akibatec.net/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(https://www.akibatec.net/highslide/graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(https://www.akibatec.net/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(https://www.akibatec.net/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid silver;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(https://www.akibatec.net/highslide/graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(https://www.akibatec.net/highslide/graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid silver;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(https://www.akibatec.net/highslide/graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(https://www.akibatec.net/highslide/graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid silver;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}