@charset "UTF-8";
@import url(/assets/layouts/bootstrap-reboot-3968fe4d6e67f9b8904bcd4a73a95d68df764cc1ed39c134e9fb6d1cd238d3f7.css);
/* ヘッダー 
---------------------------------------- */
/* line 6, app/assets/stylesheets/layouts/default.scss */
.header {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: white;
  background-color: #eea340;
  height: 56px;
}

/* フッター下の余白防止 
---------------------------------------- */
/* line 21, app/assets/stylesheets/layouts/default.scss */
html, body {
  height: 100%;
  color: #474747;
}

/* line 26, app/assets/stylesheets/layouts/default.scss */
.wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
}

/* line 32, app/assets/stylesheets/layouts/default.scss */
.inner {
  padding-bottom: 300px;
  /*フッターの高さと同じにする*/
}

/* ページ上部へのリンクがずれないように 
---------------------------------------- */
/* line 37, app/assets/stylesheets/layouts/default.scss */
bg-danger
a.head_jump {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}

/* フォントカラー薄色 
---------------------------------------- */
/* line 46, app/assets/stylesheets/layouts/default.scss */
.font_light9 {
  color: #474747;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/layouts/default.scss */
.font_light8 {
  color: #474747;
  opacity: 0.8;
}

/* line 54, app/assets/stylesheets/layouts/default.scss */
.font_light7 {
  color: #474747;
  opacity: 0.7;
}

/* line 58, app/assets/stylesheets/layouts/default.scss */
.font_light6 {
  color: #474747;
  opacity: 0.6;
}

/* line 62, app/assets/stylesheets/layouts/default.scss */
.font_light5 {
  color: #474747;
  opacity: 0.5;
}

/* line 66, app/assets/stylesheets/layouts/default.scss */
.font_light4 {
  color: #474747;
  opacity: 0.4;
}

/* テーマカラーの背景色に塗る
---------------------------------------- */
/* line 77, app/assets/stylesheets/layouts/default.scss */
.tc-bg {
  background-color: #eea340;
}

/* コンテンツ右下リンク
---------------------------------------- */
/* line 83, app/assets/stylesheets/layouts/default.scss */
.right_bottom_link {
  margin: 0px;
  padding: 5px 10px;
  text-align: right;
}

/*  ヘッダーデザイン 
---------------------------------------- */
/* 色などの調整はカラーピッカーのスタイル指定スクリプトで上書きしている */
/* line 93, app/assets/stylesheets/layouts/default.scss */
.navbar-default {
  padding: 5px 0px;
  /* ヘッダーの高さ調節 */
  background-color: #eea340;
  border-color: silver;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  /* rgba の a は影の透明度 */
  height: 60px;
}

/*  ヘッダーデザイン 
---------------------------------------- */
/* 色などの調整はカラーピッカーのスタイル指定スクリプトで上書きしている */
/* line 103, app/assets/stylesheets/layouts/default.scss */
ul.header_menu li {
  display: inline-block;
}

/* フッダー 
---------------------------------------- */
/* line 112, app/assets/stylesheets/layouts/default.scss */
.footer_waku {
  width: 100%;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  text-align: center;
  background-color: #eea340;
}

/* line 122, app/assets/stylesheets/layouts/default.scss */
.footer_menu {
  margin: none;
  padding: 5px 0px 10px 0px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

/* line 129, app/assets/stylesheets/layouts/default.scss */
.footer_menu a {
  color: white;
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/layouts/default.scss */
.footer_menu a:link {
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/layouts/default.scss */
.footer_menu a:current {
  cursor: pointer;
}

/* layout ファイルから持ってきた。必要か検証するべき 
---------------------------------------- */
/* line 170, app/assets/stylesheets/layouts/default.scss */
html {
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
}

/* line 178, app/assets/stylesheets/layouts/default.scss */
body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
  color: #474747;
  border: none;
  padding-top: 60px;
}

/* line 187, app/assets/stylesheets/layouts/default.scss */
body ::selection {
  background: rgba(238, 163, 64, 0.2);
}

/* line 195, app/assets/stylesheets/layouts/default.scss */
body input[type="text"]:focus {
  border: 1px solid rgba(238, 163, 64, 0.9);
  outline: 0;
}

/* line 202, app/assets/stylesheets/layouts/default.scss */
.main {
  margin-top: 10px;
}

/* reCAPTCHA 中央寄せ 
---------------------------------------- */
/* line 211, app/assets/stylesheets/layouts/default.scss */
.g-recaptcha {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 300px;
  margin-top: 20px;
}

/* お知らせ：flash.notice デザイン
---------------------------------------- */
/* line 274, app/assets/stylesheets/layouts/default.scss */
div.header_notice_messages {
  margin: 3px 0px 7px;
  border: 4px dotted forestgreen;
  background-color: white;
  color: forestgreen;
  font-size: 110%;
  border-radius: 10px;
}

/* line 281, app/assets/stylesheets/layouts/default.scss */
div.header_notice_messages ul {
  padding: 8px 10px 3px 12px;
  list-style: none;
}

/* line 284, app/assets/stylesheets/layouts/default.scss */
div.header_notice_messages ul li {
  color: forestgreen;
  font-size: 110%;
  font-weight: bold;
}

/* エラー: flash.alert デザイン
---------------------------------------- */
/* line 295, app/assets/stylesheets/layouts/default.scss */
div.header_error_messages {
  margin: 3px 0px 7px;
  border: 4px dotted red;
  background-color: white;
  border-radius: 10px;
  font-size: 110%;
}

/* line 301, app/assets/stylesheets/layouts/default.scss */
div.header_error_messages ul {
  padding: 8px 10px 3px 12px;
  list-style: none;
}

/* line 304, app/assets/stylesheets/layouts/default.scss */
div.header_error_messages ul li {
  color: red;
  font-size: 110%;
  font-weight: bold;
}

/* リスト横並び 
---------------------------------------- */
/* line 315, app/assets/stylesheets/layouts/default.scss */
ul.yoko_list {
  text-align: left;
}

/* line 317, app/assets/stylesheets/layouts/default.scss */
ul.yoko_list li {
  display: inline-block;
  padding: 5px 10px;
}

/* リストデザイン 
---------------------------------------- */
/* line 326, app/assets/stylesheets/layouts/default.scss */
ul {
  margin: 0px 15px;
}

/* 無限スクロールのページネーション kaminari & jscroll 
---------------------------------------- */
/* line 4, app/assets/stylesheets/layouts/pagination.scss */
.pagination {
  visibility: hidden;
  height: 1px;
}

/* ページングデザイン will_pagename
---------------------------------------- */
/* line 13, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea {
  padding: 25px 0 25px 0;
  color: gray;
  text-align: center;
}

/* line 18, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination {
  background: white;
  text-align: center;
  cursor: default;
  height: 35px;
}

/* line 23, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination a, .pagenavArea .pagination span, .pagenavArea .pagination em {
  padding: 3px 6px;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 29, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination .disabled {
  color: #999999;
  border: 2px solid #dddddd;
  border-radius: 5px;
}

/* line 34, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #eea340;
  color: white;
  border: 2px solid #eea340;
  border-radius: 5px;
}

/* line 42, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination a {
  text-decoration: none;
  color: gray;
  border: 2px solid rgba(238, 163, 64, 0.2);
  border-radius: 5px;
}

/* line 47, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination a:hover, .pagenavArea .pagination a:focus {
  color: white;
  border-color: rgba(238, 163, 64, 0.1);
  background-color: rgba(238, 163, 64, 0.6);
}

/* line 53, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination .page_info {
  background: #eea340;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 60, app/assets/stylesheets/layouts/pagination.scss */
.pagenavArea .pagination .page_info b {
  color: #eea340;
  background: #eea340;
  padding: 3px 6px;
}

/*  メインタイトル タイトルカラー：角丸 
---------------------------------------- */
/* 影付きボックス メインコンテンツタイトル */
/* line 4, app/assets/stylesheets/layouts/title.scss */
.box_round_shadow {
  border-radius: 5px;
  font-weight: bold;
  font-size: 110%;
  padding: .5em 0 .3em 0;
  color: white;
  background-color: #81a556;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  /* rgba の a は影の透明度 */
  margin: 0px 0px 5px 0px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/layouts/title.scss */
  .box_round_shadow {
    font-size: 120%;
  }
}

/* line 27, app/assets/stylesheets/layouts/title.scss */
.title_b {
  color: #81a556;
  margin: 5px 0px 3px 0px;
  padding: 0.2em 0.2em;
  font-weight: bold;
  font-size: 110%;
  position: relative;
}

/* line 38, app/assets/stylesheets/layouts/title.scss */
.menu_title_b {
  color: #eea340;
  margin: 5px 0px 3px 0px;
  padding: 0.2em 0.2em;
  font-weight: bold;
  font-size: 110%;
  position: relative;
  text-align: center;
}

/* line 51, app/assets/stylesheets/layouts/title.scss */
.diary_select {
  overflow: hidden;
  padding: 0px 0px;
  text-align: right;
  color: gray;
  font-size: 90%;
}

/* line 58, app/assets/stylesheets/layouts/title.scss */
.diary_select select {
  padding-right: 20px;
  border-radius: 2px;
  margin: 0px 0px;
  border: 1px solid #a5a5a5;
  padding: 0px 0px;
  color: gray;
  outline: none;
  background: transparent;
  font-size: 90%;
}

/* 角丸外枠 タイトル  */
/* line 77, app/assets/stylesheets/layouts/title.scss */
.title_ol_box_ac {
  padding: .5em 0 .3em 0;
  color: #6f894f;
  font-weight: bold;
  font-size: 110%;
  border: 2px solid #6f894f;
  border-radius: 5px;
  text-align: center;
}

/* line 91, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_ac {
  margin: 5px 0px 10px 0px;
  padding: 0 .75em .25em 1.5em;
  color: #6f894f;
  font-weight: bold;
  font-size: 110%;
  position: relative;
  border-bottom: 2px solid #6f894f;
}

/* line 100, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_ac::before,
.title_r_ul_ac::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}

/* line 106, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_ac::before {
  top: .3em;
  left: .1em;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: #6f894f;
}

/* line 114, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_ac::after {
  top: .4em;
  left: .2em;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  /* line 122, app/assets/stylesheets/layouts/title.scss */
  .title_r_ul_ac {
    font-size: 120%;
  }
}

/* line 133, app/assets/stylesheets/layouts/title.scss */
.title_ul_ac {
  padding: .5em .75em .3em .3em;
  color: #6f894f;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 2px solid #6f894f;
}

/* line 145, app/assets/stylesheets/layouts/title.scss */
.title_r_b_ac {
  margin: 5px 0px 3px 0px;
  padding: 0 .75em .25em 1.5em;
  color: #6f894f;
  font-weight: bold;
  font-size: 110%;
  position: relative;
}

/* line 153, app/assets/stylesheets/layouts/title.scss */
.title_r_b_ac::before,
.title_r_b_ac::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}

/* line 159, app/assets/stylesheets/layouts/title.scss */
.title_r_b_ac::before {
  top: .3em;
  left: .1em;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #6f894f;
}

/* line 167, app/assets/stylesheets/layouts/title.scss */
.title_r_b_ac::after {
  top: .4em;
  left: .2em;
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 182, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_ac {
  margin: 5px 0px 10px 0px;
  padding: 0 .75em .15em 1.5em;
  color: #6f894f;
  font-weight: bold;
  font-size: 105%;
  position: relative;
  border-bottom: 3px dotted #6f894f;
}

/* line 191, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_ac::before,
.title_r_dul_ac::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}

/* line 197, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_ac::before {
  margin-top: 6px;
  top: .2em;
  left: .3em;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: #6f894f;
}

/* line 206, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_ac::after {
  margin-top: 6px;
  top: .3em;
  left: .4em;
  width: 13px;
  height: 13px;
  background: rgba(0, 0, 0, 0.15);
}

/* line 220, app/assets/stylesheets/layouts/title.scss */
.title_dul_ac {
  color: #6f894f;
  font-weight: bold;
  /*太字*/
  font-size: 105%;
  border-bottom: 3px dotted #6f894f;
  margin: 5px 0px 10px;
  padding: 0px 5px 3px;
}

/* line 227, app/assets/stylesheets/layouts/title.scss */
.title_dul_ac a {
  color: #6f894f;
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/layouts/title.scss */
.title_dul_ac a:hover {
  text-decoration: none;
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 242, app/assets/stylesheets/layouts/title.scss */
.link_down a {
  color: #6f894f;
  text-decoration: none;
}

/* line 246, app/assets/stylesheets/layouts/title.scss */
.link_down a:hover {
  text-decoration: none;
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 262, app/assets/stylesheets/layouts/title.scss */
.title_b_ac {
  color: #6f894f;
  margin: 5px 0px 3px 0px;
  padding: 0.2em 0.2em;
  font-weight: bold;
  font-size: 105%;
  position: relative;
}

/* line 275, app/assets/stylesheets/layouts/title.scss */
.b_ac {
  color: #6f894f;
  margin: 5px 0px 3px 0px;
  padding: 0.2em 0.2em;
  font-weight: bold;
  font-size: 105%;
  position: relative;
}

/* 角丸外枠 タイトル  */
/* line 293, app/assets/stylesheets/layouts/title.scss */
.title_ol_box_tc {
  padding: .5em .75em .3em .75em;
  color: #eea340;
  font-weight: bold;
  font-size: 115%;
  border: 2px solid #eea340;
  border-radius: 5px;
}

/* line 307, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_tc {
  margin: 5px 0px 10px 0px;
  padding: 0 .75em .25em 1.5em;
  color: #eea340;
  font-weight: bold;
  font-size: 120%;
  position: relative;
  border-bottom: 2px solid #eea340;
}

/* line 316, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_tc::before,
.title_r_ul_tc::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}

/* line 322, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_tc::before {
  top: .3em;
  left: .1em;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: #eea340;
}

/* line 330, app/assets/stylesheets/layouts/title.scss */
.title_r_ul_tc::after {
  top: .4em;
  left: .2em;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 341, app/assets/stylesheets/layouts/title.scss */
.title_r_b_tc {
  margin: 5px 0px 3px 0px;
  padding: 0 .75em .25em 1.5em;
  color: #eea340;
  font-weight: bold;
  font-size: 110%;
  position: relative;
}

/* line 349, app/assets/stylesheets/layouts/title.scss */
.title_r_b_tc::before,
.title_r_b_tc::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}

/* line 355, app/assets/stylesheets/layouts/title.scss */
.title_r_b_tc::before {
  top: .3em;
  left: .1em;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #eea340;
}

/* line 363, app/assets/stylesheets/layouts/title.scss */
.title_r_b_tc::after {
  top: .4em;
  left: .2em;
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 378, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_tc {
  margin: 5px 0px 10px 0px;
  padding: 0 .75em .15em 1.5em;
  color: #eea340;
  font-weight: bold;
  font-size: 105%;
  position: relative;
  border-bottom: 3px dotted #eea340;
}

/* line 387, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_tc::before,
.title_r_dul_tc::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}

/* line 393, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_tc::before {
  margin-top: 6px;
  top: .2em;
  left: .3em;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: #eea340;
}

/* line 402, app/assets/stylesheets/layouts/title.scss */
.title_r_dul_tc::after {
  margin-top: 6px;
  top: .3em;
  left: .4em;
  width: 13px;
  height: 13px;
  background: rgba(0, 0, 0, 0.15);
}

/* line 416, app/assets/stylesheets/layouts/title.scss */
.title_dul_tc {
  color: #eea340;
  font-weight: bold;
  /*太字*/
  font-size: 105%;
  border-bottom: 3px dotted #eea340;
  margin: 5px 0px 10px;
  padding: 0px 5px 3px;
}

/* line 433, app/assets/stylesheets/layouts/title.scss */
.title_b_tc {
  color: #eea340;
  margin: 5px 0px 3px 0px;
  padding: 0.2em 0.2em;
  font-weight: bold;
  font-size: 110%;
  position: relative;
}

/* line 5, app/assets/stylesheets/layouts/catchcopy.scss */
.catchcopy {
  color: #eea340;
  margin: 4px 0px 3px 0px;
  padding: -1.2em 0.2em;
  font-weight: normal;
  font-size: 105%;
  position: relative;
}

/* AI アイコン
---------------------------------------- */
/* line 8, app/assets/stylesheets/layouts/diary.scss */
.ai_icon {
  width: 46px;
  height: 33px;
}

/* いいね！ ポップアップウィンドウ
---------------------------------------- */
/* line 19, app/assets/stylesheets/layouts/diary.scss */
.nice_popup_window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background-color: white;
  border: 3px solid #eea340;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

/* いいね！アイコンボタン 
---------------------------------------- */
/* line 40, app/assets/stylesheets/layouts/diary.scss */
.nice {
  opacity: 0.8;
  background-image: url(/img/nice0.fw.png);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: cover;
  /* 画像のサイズを指定    */
  width: 40px;
  height: 30px;
  padding: none;
  border: none;
}

/* line 53, app/assets/stylesheets/layouts/diary.scss */
.nice_active {
  opacity: 0.8;
  background-image: url(/img/nice1.gif);
  background-repeat: no-repeat;
  /* 画像の繰り返しを指定  */
  background-position: center center;
  /* 画像の表示位置を指定  */
  background-size: cover;
  /* 画像のサイズを指定    */
  width: 40px;
  height: 30px;
  padding: none;
  border: none;
}

/* 日記周りデザイン
---------------------------------------- */
/* line 72, app/assets/stylesheets/layouts/diary.scss */
.diary_calendar {
  padding: 0px 0px 2px 3px;
  display: inline-block;
  vertical-align: middle;
}

/* line 79, app/assets/stylesheets/layouts/diary.scss */
.diary_date {
  color: #6f894f;
  font-weight: bold;
  font-size: 130%;
  display: inline-block;
  vertical-align: bottom;
  padding: 4px 0px 0px 3px;
  margin: 3px 0px 0px 0px;
}

/* line 91, app/assets/stylesheets/layouts/diary.scss */
.diary_head_left {
  vertical-align: bottom;
}

/* line 97, app/assets/stylesheets/layouts/diary.scss */
.diary_head_right {
  vertical-align: bottom;
  text-align: right;
}

/* line 104, app/assets/stylesheets/layouts/diary.scss */
.diary_head_right_space_1 {
  height: 15px;
  width: 100%;
}

/* line 111, app/assets/stylesheets/layouts/diary.scss */
.diary_head_right_space_2 {
  height: 18px;
  width: 100%;
}

/* line 125, app/assets/stylesheets/layouts/diary.scss */
.kaomozi {
  font-size: 75%;
  color: dimgray;
  margin: 0px;
  padding: 0px 4px 0px 0px;
}

/* line 133, app/assets/stylesheets/layouts/diary.scss */
.weight_mark {
  font-size: 90%;
  color: white;
  display: inline-block;
  background-color: yellowgreen;
  padding: 0px 5px;
  margin: 0px 0px 0px 0px;
  border-radius: 10px;
}

/* line 144, app/assets/stylesheets/layouts/diary.scss */
.fatrate_mark {
  font-size: 90%;
  color: white;
  display: inline-block;
  background-color: skyblue;
  margin: 0px 0px 0px 6px;
  padding: 0px 5px;
  border-radius: 10px;
}

/* line 157, app/assets/stylesheets/layouts/diary.scss */
.diaryArticleHead {
  padding: 2px 0px 0px 5px;
}

/* line 159, app/assets/stylesheets/layouts/diary.scss */
.diaryArticleHead .date {
  font-weight: bold;
  font-size: 115%;
  color: gray;
  background-color: none;
}

/* line 167, app/assets/stylesheets/layouts/diary.scss */
.diaryArticle p {
  margin: 0;
  padding: 5px 5px 20px;
}

/* line 170, app/assets/stylesheets/layouts/diary.scss */
.diaryArticle .diaryArticleHeadImg {
  vertical-align: bottom;
  padding: 5px 0 0 5px;
}

/* line 175, app/assets/stylesheets/layouts/diary.scss */
.diaryArticle .weight_num {
  vertical-align: bottom;
  padding: 0px 8px 6px 5px;
}

/* line 180, app/assets/stylesheets/layouts/diary.scss */
.diaryArticle .fatrate_num {
  vertical-align: middle;
  padding: 2px 8px 6px 5px;
}

/* line 185, app/assets/stylesheets/layouts/diary.scss */
.diaryArticle .mark_str {
  padding: 2px 0 6px 5px;
  vertical-align: middle;
}

/* line 190, app/assets/stylesheets/layouts/diary.scss */
.diaryArticle .diaryText {
  word-wrap: break-word;
}

/* line 196, app/assets/stylesheets/layouts/diary.scss */
.diaryEditNumLine {
  border: none;
  margin: 0px;
  padding: 0px 2px;
}

/* line 202, app/assets/stylesheets/layouts/diary.scss */
.diaryNumInput {
  margin-right: 0px;
  line-height: 1.2em;
}

/* line 209, app/assets/stylesheets/layouts/diary.scss */
.feelingMarkSelect {
  width: 100%;
  margin-top: 0px;
  padding: 2px;
  line-height: 1.4em;
  background-color: white;
}

/* line 218, app/assets/stylesheets/layouts/diary.scss */
.weightTitle {
  font-size: 10pt;
  padding: 3px 10px 1px 10px;
  border: none;
  position: relative;
  background-color: #B8CC44;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}

/* line 228, app/assets/stylesheets/layouts/diary.scss */
.fatrateTitle {
  font-size: 10pt;
  padding: 3px 5px 1px 5px;
  border: none;
  position: relative;
  background-color: #87D1EF;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/layouts/diary.scss */
.feelingMarkTitle {
  font-size: 10pt;
  padding: 3px 10px 1px 10px;
  border: none;
  position: relative;
  background-color: #EAC4BF;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}

/* 黒板 トップ 
---------------------------------------- */
/* line 5, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_top {
  margin: 15px 0px 0px 0px;
  height: 20px;
  border: none;
  padding: 0px;
}

/*  黒板 ミドル 
---------------------------------------- */
/* line 13, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle {
  margin: 0px;
  border: none;
  padding: 25px 30px 15px;
  background-image: url(/img/bbs/kokubanMiddle_520x20.fw.png);
  background-size: contain;
  background-repeat: repeat-y;
  color: white;
  /* テキストでのリンク */
}

/* line 21, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle h2 {
  margin: 0 0px 15px;
  padding: 0 5px 5px 5px;
  font-weight: bold;
  font-size: 120%;
  color: white;
  text-shadow: 0 1px 1px lightgray;
  border-bottom: 3px dotted white;
}

/* line 25, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle li {
  padding: 0 0 10px;
}

/* line 28, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle p {
  margin: 0;
  padding: 0 10px 10px;
  width: 460px;
}

/* line 35, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle a {
  color: #ffff55;
  text-decoration: underline;
}

/* line 42, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle .text-link:hover,
.kokuban_middle a:hover {
  text-decoration: underline;
}

/* line 47, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle .button {
  font-size: 110%;
  padding: 7px 20px 4px 20px;
  border: none;
  position: relative;
  background-color: #eaeaea;
  border-radius: 4px;
  color: dimgray;
  line-height: 20px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 1px 2px 2px #6b6b6b;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle .button:hover {
  background-color: #d8d8d8;
  box-shadow: 1px 2px 2px #595959;
}

/* line 66, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle .button:active {
  background-color: #d8d8d8;
  top: 3px;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle .ulFlatRight {
  font-size: 85%;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

/* line 74, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle .ulFlatRight li {
  display: inline;
  padding: 0px 5px 0px 0px;
}

/* line 76, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_middle form {
  font-size: 95%;
  color: #222222;
}

/*  黒板ボトム 
---------------------------------------- */
/* line 84, app/assets/stylesheets/layouts/bbs.scss */
.kokuban_bottom {
  margin: 0 0 40px 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 42px;
}

/* リスト横並び: デフォルトのファイルに上げるべき 
---------------------------------------- */
/* line 92, app/assets/stylesheets/layouts/bbs.scss */
.ulFlat li {
  display: inline;
}

/*  
---------------------------------------- */
/* 掲示板 記事 ヘッダー 
---------------------------------------- */
/* line 1, app/assets/stylesheets/layouts/sasstest.scss */
.linkbox {
  width: 100%;
}

/* line 5, app/assets/stylesheets/layouts/sasstest.scss */
.linkbox a {
  display: block;
  width: 100%;
  height: 100%;
}

/* トップページ用 デザイン 
---------------------------------------- */
/* line 6, app/assets/stylesheets/layouts/top.scss */
.top3banner {
  display: flex;
  flex-wrap: wrap;
}

/* line 11, app/assets/stylesheets/layouts/top.scss */
.top3banner li {
  list-style: none;
  width: calc(100%/3);
  /*←画像を横に4つ並べる場合*/
  padding: 0;
  /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
}

/* line 17, app/assets/stylesheets/layouts/top.scss */
.top3banner li img {
  max-width: 100%;
  /*画像のはみだしを防ぐ*/
  height: auto;
  /*画像の縦横比を維持 */
  border: none;
  /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

/* トップページ: アイキャッチリスト : FIXME たぶん使ってない。確認削除
---------------------------------------- */
/* line 26, app/assets/stylesheets/layouts/top.scss */
ul.eye_catch {
  border: dashed 2px #81a556;
  /*破線*/
  border-radius: 9px;
  margin-left: 10px;
  /*はみ出ないように調整*/
  margin-right: 10px;
  /*はみ出ないように調整*/
  padding: 0.5em 0.1em 0.5em 0.7em;
  list-style: none;
  /* リスト先頭の画像なし */
  font-size: 70%;
}

@media (min-width: 350px) {
  /* line 36, app/assets/stylesheets/layouts/top.scss */
  ul.eye_catch {
    padding: 0.5em 0.1em 0.5em 0.7em;
    font-size: 80%;
  }
}

@media (min-width: 576px) {
  /* line 43, app/assets/stylesheets/layouts/top.scss */
  ul.eye_catch {
    list-style-image: url(/img/li_head.gif);
    padding: 0.5em 0.5em 0.5em 2.0em;
    font-size: 100%;
  }
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/layouts/top.scss */
  ul.eye_catch {
    list-style-image: url(/img/li_head.gif);
    padding: 0.5em 0.5em 0.5em 2.0em;
    font-size: 105%;
  }
}

@media (min-width: 992px) {
  /* line 57, app/assets/stylesheets/layouts/top.scss */
  ul.eye_catch {
    list-style-image: url(/img/li_head.gif);
    padding: 0.5em 0.5em 0.5em 2.0em;
    font-size: 110%;
  }
}

/* 更新日記リスト 
---------------------------------------- */
/* line 5, app/assets/stylesheets/layouts/users.scss */
.inline_box_button {
  display: inline-block;
  /* inline-blockを指定 */
  width: 100%;
  /* 必要に応じて幅を設定 */
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border: none;
  position: relative;
  border-radius: 5px;
  -webkit-transition: none;
  transition: none;
  border: none;
}

/* line 19, app/assets/stylesheets/layouts/users.scss */
.inline_box_button:hover {
  text-decoration: none;
  box-shadow: 1px 1px 5px #8d8d8d;
}

/* line 23, app/assets/stylesheets/layouts/users.scss */
.inline_box_button:active {
  top: 3px;
  box-shadow: none;
  text-decoration: none;
  box-shadow: 1px 1px 5px #4d4d4d;
}

/* line 29, app/assets/stylesheets/layouts/users.scss */
.inline_box_button:visited {
  top: 3px;
  box-shadow: none;
  text-decoration: none;
}

/* リンクのアンダーラインを消すスタイル 
---------------------------------------- */
/* line 38, app/assets/stylesheets/layouts/users.scss */
.link_normal_text {
  font-weight: normal;
  text-decoration: none;
  /* アンダーラインを消す */
}

/* line 42, app/assets/stylesheets/layouts/users.scss */
.link_normal_text:hover {
  font-weight: normal;
  text-decoration: none;
  /* ホバー時もアンダーラインを消す */
}

/* line 46, app/assets/stylesheets/layouts/users.scss */
.link_normal_text:active {
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/layouts/users.scss */
.link_normal_text:visited {
  text-decoration: none;
}

/* ゼブラ リスト :  掲示板のスレッドリストで利用されている
---------------------------------------- */
/* line 57, app/assets/stylesheets/layouts/users.scss */
.bg_design {
  margin: 0px 0px;
  padding: 5px 15px;
}

/* line 62, app/assets/stylesheets/layouts/users.scss */
.bg_white {
  background-color: none;
}

/* line 65, app/assets/stylesheets/layouts/users.scss */
.bg_zebra {
  background-color: rgba(238, 163, 64, 0.25);
  border-radius: 5px;
}

/*  aside コンテンツ ボックス:タイトル下スペースの調整だけ 
---------------------------------------- */
/* line 7, app/assets/stylesheets/layouts/aside_contents_box.scss */
.contents {
  padding: 5px 7px 5px 8px;
}

/*  aside コンテンツ ボックス:タイトル下スペースの調整だけ 
---------------------------------------- */
/* line 13, app/assets/stylesheets/layouts/aside_contents_box.scss */
.contents_aside_box {
  padding: 5px 7px 15px 8px;
}

/* 更新情報 new! タイトル デザイン 
---------------------------------------- */
/* line 19, app/assets/stylesheets/layouts/aside_contents_box.scss */
.update_new {
  color: #eea340;
  font-size: 120%;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  vertical-align: top;
  background-image: url(/img/new.gif);
  background-position-x: 105px;
  background-position-y: 5px;
  background-repeat: no-repeat;
}

/*  aside コンテンツ ボックス:タイトル下スペースの調整だけ 
---------------------------------------- */
/* line 35, app/assets/stylesheets/layouts/aside_contents_box.scss */
.contents_boder_box {
  padding: .5em .75em .3em .75em;
  border: 1px solid #eea340;
  border-radius: 5px;
  margin-bottom: 15px;
}

/*  aside 背景色指定
---------------------------------------- */
/* line 44, app/assets/stylesheets/layouts/aside_contents_box.scss */
.aside_base {
  margin: 10px 0px 20px;
  padding: 10px 10px 10px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #eea340;
}

/*  タグクラウド
---------------------------------------- */
/* line 54, app/assets/stylesheets/layouts/aside_contents_box.scss */
.tagFrame {
  overflow: hidden;
  margin: 5px auto 10px;
  padding: 10px 6px;
  text-align: center;
}

/* line 60, app/assets/stylesheets/layouts/aside_contents_box.scss */
.tagFrame li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 7px 3px;
  font-weight: bold;
  letter-spacing: -1px;
}

/* line 68, app/assets/stylesheets/layouts/aside_contents_box.scss */
.tagFrame li a {
  position: relative;
  top: 0px;
  left: -10px;
  z-index: 10;
  margin: 0;
  padding: 10px 3px;
  border: 1px dotted silver;
  color: #000;
  font-size: 1em;
  line-height: 1.7em;
  border-radius: 15px;
}

/*  ボタンデザイン: aside 
---------------------------------------- */
/* line 86, app/assets/stylesheets/layouts/aside_contents_box.scss */
.button_aside {
  margin: 3px 10px 10px;
  padding: 3px 20px 0px;
  font-weight: bold;
  border: none;
  position: relative;
  background-color: silver;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 1px 2px 2px #a7a7a7;
  border: none;
}

/* line 100, app/assets/stylesheets/layouts/aside_contents_box.scss */
.button_aside a:hover {
  color: red;
}

/* line 102, app/assets/stylesheets/layouts/aside_contents_box.scss */
.button_aside:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/layouts/aside_contents_box.scss */
.button_aside:active {
  top: 3px;
  box-shadow: none;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/layouts/aside_contents_box.scss */
.button_aside:visited {
  top: 3px;
  box-shadow: none;
  text-decoration: none;
}

/* line 120, app/assets/stylesheets/layouts/aside_contents_box.scss */
a.button_aside:hover {
  color: orange;
}

/* line 124, app/assets/stylesheets/layouts/aside_contents_box.scss */
a.button:active {
  color: orange;
}

/* タブ: update デザイン 
---------------------------------------- */
/* line 6, app/assets/stylesheets/layouts/tab.scss */
#tab_update li {
  font-size: 90%;
  min-width: 40px;
  display: inline-block;
  padding: 3px 3px 0px;
  /* 上 左右 下 */
  color: white;
  background: #eea340;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  /* アニメーション効果 */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: bottom;
  transition: ease 0.2s;
  margin: 0px 0px 0px 3px;
  opacity: 0.75;
}

/* line 24, app/assets/stylesheets/layouts/tab.scss */
#tab_update li:hover {
  opacity: 0.5;
}

/* line 27, app/assets/stylesheets/layouts/tab.scss */
#tab_update li.select {
  /* background-color: silver; */
  background-color: #eea340;
  /* padding:13px 6px 7px; 上 左右 下 */
  opacity: 1;
}

/* タブ コンテンツデザイン
---------------------------------------- */
/* line 36, app/assets/stylesheets/layouts/tab.scss */
.content_wrap_aside {
  border-radius: 5px;
  border: 1px solid #eea340;
  clear: left;
  width: 100%;
  background: white;
  padding: 10px;
  text-align: left;
  font-size: 95%;
  margin: 0px 0px 15px 0px;
}

/* line 92, app/assets/stylesheets/layouts/tab.scss */
.disnon {
  display: none;
  /* 非表示 */
}

/* line 5, app/assets/stylesheets/layouts/main_contets_box.scss */
.piyo {
  color: red;
}

/* FAQページ レイアウト 
---------------------------------------- */
/* line 11, app/assets/stylesheets/layouts/main_contets_box.scss */
.faq_contents {
  margin: 0px 10px 0px 10px;
  padding: 0px 20px;
}

/* ゼブラボックス背景色 
---------------------------------------- */
/* line 19, app/assets/stylesheets/layouts/main_contets_box.scss */
.zebra_box_bg_color {
  background-color: #81a556;
}

/* ページングデザイン 
---------------------------------------- */
/* line 26, app/assets/stylesheets/layouts/main_contets_box.scss */
.pagination > li > a {
  border: none;
  /*枠線をなくす*/
  color: gray;
  /*文字の色を変える*/
}

/* 表示しているページ番号のデザイン */
/* line 31, app/assets/stylesheets/layouts/main_contets_box.scss */
.pagination > .active > a {
  background: red;
  /*背景の色を変える*/
  border-radius: 15px;
  /*角を丸くする*/
}

/* line 36, app/assets/stylesheets/layouts/main_contets_box.scss */
.pagination > .active > a:hover {
  background: blue;
  /*背景の色を変える*/
}

/* ホバー時のデザイン*/
/* line 40, app/assets/stylesheets/layouts/main_contets_box.scss */
.pagination > li > a:hover {
  border-radius: 15px;
  /*角を丸くする*/
}

/* ノーマルのコンテンツボックス：影あり */
/* line 46, app/assets/stylesheets/layouts/main_contets_box.scss */
.contents_box {
  margin: 10px 2px 10px 2px;
  padding: 20px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px 5px 5px 5px;
}

/*  ノート デザイン
---------------------------------------- 
padding:0px 4px 15px 0px; */
/*  ノート上ライン */
/* line 64, app/assets/stylesheets/layouts/main_contets_box.scss */
.contents_note_top {
  margin: 10px 2px 0px 10px;
  border: 1px solid #FAFAFA;
  width: 97%;
}

/*  ノートコンテンツボックス */
/* line 70, app/assets/stylesheets/layouts/main_contets_box.scss */
.contents_note_box {
  background-image: url(/img/note12.png);
  background-repeat: repeat-y;
  background-color: white;
  margin: 0px 5px 25px 0px;
  padding: 15px 10px 15px 30px;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px 3px 3px 2px;
}

/*  画像 up スペース ajax 更新部分 */
/* line 80, app/assets/stylesheets/layouts/main_contets_box.scss */
#ajaximage_box {
  margin: 0px;
  padding: 10px;
  border-radius: 2px 3px 3px 2px;
}

/* line 89, app/assets/stylesheets/layouts/main_contets_box.scss */
.silver_box {
  margin: 5px 0px 15px 0px;
  padding: 10px;
  background-color: rgba(230, 230, 230, 0.9);
  border-radius: 5px;
  font-size: 85%;
}

/* ポップアップ 汎用メッセージ
---------------------------------------- */
/* line 99, app/assets/stylesheets/layouts/main_contets_box.scss */
.popup_window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background-color: white;
  border: 3px solid #eea340;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 2px 2px #a7a7a7;
  text-align: center;
  z-index: 1000;
  /* 高い値を設定 */
}

/*  ボタンデザイン 
---------------------------------------- */
/* line 118, app/assets/stylesheets/layouts/main_contets_box.scss */
.button {
  opacity: 0.8;
  margin: 3px 10px 10px;
  padding: 5px 20px 3px;
  font-weight: bold;
  border: none;
  position: relative;
  background-color: #81a556;
  border-radius: 5px;
  color: white;
  -webkit-transition: none;
  transition: none;
  box-shadow: 1px 2px 2px #a7a7a7;
  border: none;
  color: white;
}

/* line 135, app/assets/stylesheets/layouts/main_contets_box.scss */
.button:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}

/* line 140, app/assets/stylesheets/layouts/main_contets_box.scss */
.button:active {
  top: 3px;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/* line 146, app/assets/stylesheets/layouts/main_contets_box.scss */
.button:visited {
  top: 3px;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/*  ボタン( mini ) デザイン 
---------------------------------------- */
/* line 155, app/assets/stylesheets/layouts/main_contets_box.scss */
.button_mini {
  margin: 3px 0px 10px;
  padding: 5px 7px 3px;
  font-weight: bold;
  font-size: 90%;
  border: none;
  position: relative;
  background-color: green;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 1px 2px 2px #a7a7a7;
  border: none;
}

/* line 170, app/assets/stylesheets/layouts/main_contets_box.scss */
.button_mini:hover {
  opacity: 0.8;
  text-decoration: none;
  color: peru;
}

/* line 175, app/assets/stylesheets/layouts/main_contets_box.scss */
.button_mini:active {
  top: 3px;
  color: pink;
  box-shadow: none;
  text-decoration: none;
}

/* line 181, app/assets/stylesheets/layouts/main_contets_box.scss */
.button_mini:visited {
  top: 3px;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/layouts/menu.scss */
.ocmenu_waku {
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  padding: none;
}

/* line 18, app/assets/stylesheets/layouts/menu.scss */
.ocmenu_header {
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 5px 0px 10px;
  margin: 0px 0px 5px 0 px;
}

/* line 28, app/assets/stylesheets/layouts/menu.scss */
.ocmenu_label {
  color: white;
  height: 16px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

/* line 46, app/assets/stylesheets/layouts/menu.scss */
.menubutton img {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 45px;
}

/* line 56, app/assets/stylesheets/layouts/menu.scss */
.menu_open {
  opacity: 1;
}

/* line 59, app/assets/stylesheets/layouts/menu.scss */
.menu_close {
  opacity: 0;
}

/* line 62, app/assets/stylesheets/layouts/menu.scss */
.menu_open.active {
  opacity: 0;
}

/* line 65, app/assets/stylesheets/layouts/menu.scss */
.menu_close.active {
  opacity: 1;
}

/* line 72, app/assets/stylesheets/layouts/menu.scss */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 89, app/assets/stylesheets/layouts/menu.scss */
.menu_box {
  font-size: 12pt;
  border-style: solid;
  border-color: #eea340;
  border-width: 2px 6px 6px 6px;
  background-color: white;
  margin-top: -1px;
  padding: 15px 10px 15px 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 25px;
  color: #474747;
}

/* line 110, app/assets/stylesheets/layouts/menu.scss */
.menu_pc_box {
  font-size: 12pt;
  border-style: solid;
  border-color: #eea340;
  border-width: 1px;
  background-color: white;
  padding: 10px 5px 10px 8px;
  border-radius: 5px;
  color: #474747;
}

/* line 124, app/assets/stylesheets/layouts/menu.scss */
.menu_title_pc {
  color: #eea340;
  margin: 5px 5px 0px;
  padding: 0px;
  text-align: left;
  font-weight: bold;
  font-size: 112%;
}

/* line 136, app/assets/stylesheets/layouts/menu.scss */
.menu_user {
  list-style: none;
  /* デフォルトのアイコンを消す */
  font-size: 100%;
}

/* line 141, app/assets/stylesheets/layouts/menu.scss */
.menu_item {
  list-style: none;
  /* デフォルトのアイコンを消す */
  font-size: 100%;
}

/* line 145, app/assets/stylesheets/layouts/menu.scss */
.menu_item a {
  display: inline-block;
  color: #474747;
  width: 100%;
}

/* line 150, app/assets/stylesheets/layouts/menu.scss */
.menu_item a:link {
  color: #474747;
}

/* line 153, app/assets/stylesheets/layouts/menu.scss */
.menu_item a:visited {
  color: #474747;
}

/* line 156, app/assets/stylesheets/layouts/menu.scss */
.menu_item a:hover {
  color: #474747;
  background-color: rgba(238, 163, 64, 0.2);
  border-radius: 3px;
}

/* line 163, app/assets/stylesheets/layouts/menu.scss */
.menu_item li:not([class]) {
  position: relative;
  padding-left: 15px;
}

/* line 167, app/assets/stylesheets/layouts/menu.scss */
.menu_item li.new {
  position: relative;
  padding-left: 26px;
}

/* line 171, app/assets/stylesheets/layouts/menu.scss */
.menu_item li.error {
  position: relative;
  padding-left: 12px;
}

/* line 181, app/assets/stylesheets/layouts/menu.scss */
.menu_item li:not([class]):before {
  content: "";
  position: absolute;
  top: .35em;
  left: 5px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #eea340;
}

/* line 192, app/assets/stylesheets/layouts/menu.scss */
.menu_item li.new:before {
  content: url(/img/new.gif);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 10px;
}

/* line 200, app/assets/stylesheets/layouts/menu.scss */
.menu_item li.error:before {
  content: url(/img/error_icon.gif);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 9px;
  height: 10px;
}

/* line 212, app/assets/stylesheets/layouts/menu.scss */
.menu_width {
  width: 280px;
}

/* 上に戻るボタン
---------------------------------------- */
/* line 7, app/assets/stylesheets/layouts/back_to_top.scss */
.back-to-top {
  background: url(/img/layout/arrow_50x50.png);
  width: 54px;
  /*幅*/
  height: 54px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
  background-color: #eea340;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border: 2px solid white;
  z-index: 2;
}

/* 配色選択ボックス 外枠 縦250px スクロールバー
---------------------------------------- */
/* line 8, app/assets/stylesheets/layouts/color_schemes.scss */
.color_scheme_select_outline_box {
  display: inline-block;
  height: 250px;
  overflow-y: scroll;
  border: 0px solid silver;
}

/* 配色ボックス枠
---------------------------------------- */
/* line 16, app/assets/stylesheets/layouts/color_schemes.scss */
.color_scheme_box {
  width: 95px;
  height: 115px;
  border: 3px solid white;
  float: left;
}

/* line 26, app/assets/stylesheets/layouts/color_schemes.scss */
.color_scheme_header {
  width: 93px;
  height: 40px;
  background-color: dimgray;
  color: white;
  text-align: center;
}

/* line 36, app/assets/stylesheets/layouts/color_schemes.scss */
.color_scheme_title {
  width: 93px;
  height: 30px;
  background-color: gray;
  color: white;
  text-align: center;
}

/* line 46, app/assets/stylesheets/layouts/color_schemes.scss */
.color_scheme_subtitle {
  width: 93px;
  height: 30px;
  color: silver;
  font-weight: bold;
  border-bottom: 2px dotted silver;
  text-align: center;
  font-size: 85%;
}

/* 配色選択ボックス 外枠 縦250px スクロールバー
---------------------------------------- */
/* line 9, app/assets/stylesheets/layouts/base_images.scss */
.base_image_select_outline_box {
  display: inline-block;
  height: 400px;
  overflow-y: scroll;
  border: 0px solid silver;
}

/* 配色ボックス枠
---------------------------------------- */
/* line 18, app/assets/stylesheets/layouts/base_images.scss */
.base_image_box {
  width: 80px;
  height: 80px;
  border: 2px solid white;
  float: left;
}

/* 埋め込みタグ関連のデザイン 
---------------------------------------- */
/* line 4, app/assets/stylesheets/layouts/hidden_tag.scss */
.tag_box {
  border: 1px solid black;
  padding: 5px 7px;
}

/* line 1, app/assets/stylesheets/layouts/htab.scss */
.htab {
  font-size: 90%;
  display: flex;
  align-items: center;
  width: 99%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 8px;
}

/* line 11, app/assets/stylesheets/layouts/htab.scss */
.htab li {
  min-width: 60px;
  text-align: center;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 3px;
  background: #81a556;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
  opacity: 0.75;
}

/* line 25, app/assets/stylesheets/layouts/htab.scss */
.htab li a {
  text-decoration: none;
  padding: 5px 15px 0px;
  display: block;
  font-weight: normal;
  color: white;
}

/* line 34, app/assets/stylesheets/layouts/htab.scss */
.htab li a:link {
  color: white;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/layouts/htab.scss */
.htab li.current {
  opacity: 0.5;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/layouts/htab.scss */
.htab li:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/layouts/htab.scss */
.htab li.selected {
  background: #81a556;
  opacity: 1;
  cursor: default;
}

@media (min-width: 450px) {
  /* line 57, app/assets/stylesheets/layouts/htab.scss */
  .htab {
    margin: 0px 0px 0px 12px;
    font-size: 100%;
  }
  /* line 61, app/assets/stylesheets/layouts/htab.scss */
  .htab li {
    min-width: 80px;
    margin: 0px 0px 0px 6px;
  }
}

/* ノーマルのコンテンツボックス：影あり */
/* line 77, app/assets/stylesheets/layouts/htab.scss */
.chtab_contents_box {
  margin: 0px 2px 20px 2px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #81a556;
  padding: 15px 10px 15px 15px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
}

/* ノーマルのコンテンツボックス：影あり */
/* line 86, app/assets/stylesheets/layouts/htab.scss */
.chtab_contents_box_noborder {
  margin: 0px 2px 20px 2px;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 10px 15px 15px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.25);
}

/* aside で使うテーマカラーのミニタブ */
/* line 97, app/assets/stylesheets/layouts/htab.scss */
.minitab_tc {
  display: flex;
  align-items: center;
  width: 99%;
  padding: 0px 0px 0px 0px;
  margin: 0px 15px 0px 15px;
  color: white;
}

/* line 107, app/assets/stylesheets/layouts/htab.scss */
.minitab_tc li {
  min-width: 50px;
  text-align: center;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 6px;
  background: #eea340;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
  opacity: 0.75;
}

/* line 120, app/assets/stylesheets/layouts/htab.scss */
.minitab_tc li a {
  text-decoration: none;
  padding: 5px 5px 0px;
  display: block;
  color: white;
  font-size: 95%;
  color: white;
}

/* line 130, app/assets/stylesheets/layouts/htab.scss */
.minitab_tc li a:link {
  color: white;
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/layouts/htab.scss */
.minitab_tc li.current {
  opacity: 0.5;
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/layouts/htab.scss */
.minitab_tc li:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* line 142, app/assets/stylesheets/layouts/htab.scss */
.minitab_tc li.selected {
  background: #eea340;
  opacity: 1;
  cursor: default;
}

/* line 5, app/assets/stylesheets/layouts/_color.scss */
.color_theme {
  color: #eea340;
}

/* line 8, app/assets/stylesheets/layouts/_color.scss */
.color_title {
  color: #81a556;
}

/* line 11, app/assets/stylesheets/layouts/_color.scss */
.color_theme_bk {
  background-color: #eea340;
}

/* line 14, app/assets/stylesheets/layouts/_color.scss */
.color_title_bk {
  background-color: #81a556;
}

/* line 18, app/assets/stylesheets/layouts/_color.scss */
.eye_catch_ac {
  border: dashed 2px #81a556;
  /*破線*/
  border-radius: 9px;
  margin-left: 10px;
  /*はみ出ないように調整*/
  margin-right: 10px;
  /*はみ出ないように調整*/
  list-style-image: url(/img/li_head.gif);
}

/* line 26, app/assets/stylesheets/layouts/_color.scss */
.eye_catch_tc {
  border: dashed 2px #eea340;
  /*破線*/
  border-radius: 9px;
  margin-left: 10px;
  /*はみ出ないように調整*/
  margin-right: 10px;
  /*はみ出ないように調整*/
  list-style-image: url(/img/li_head.gif);
}

/* 日記周りデザイン
---------------------------------------- */
/* line 43, app/assets/stylesheets/layouts/links.scss */
.b2link {
  background: none;
  /* 背景を削除 */
  border: none;
  /* ボーダーを削除 */
  color: #007bff;
  /* テキストの色を青に設定 */
  text-decoration: none;
  /* 下線を追加 */
  cursor: pointer;
  /* カーソルをポインターに変更 */
  padding: 0;
  /* パディングを削除 */
  font: inherit;
  /* フォントを親要素から継承 */
}

/* line 55, app/assets/stylesheets/layouts/links.scss */
.b2link:hover {
  color: #0056b3;
  /* ホバー時の色を変更 */
  text-decoration: underline;
  /* 下線を追加 */
}

/* line 62, app/assets/stylesheets/layouts/links.scss */
a.button {
  opacity: 0.8;
  margin: 3px 10px 10px;
  padding: 5px 20px 3px;
  font-weight: bold;
  border: none;
  position: relative;
  background-color: #81a556;
  border-radius: 5px;
  color: white;
  -webkit-transition: none;
  transition: none;
  box-shadow: 1px 2px 2px #a7a7a7;
  border: none;
  color: white;
}

/* line 78, app/assets/stylesheets/layouts/links.scss */
a.button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/layouts/links.scss */
a.button:active {
  top: 3px;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/layouts/links.scss */
a.button:visited {
  top: 3px;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/layouts/chrome_config.scss */
input:-webkit-autofill {
  box-shadow: 0 0 0px 100px white inset;
}

/*# sourceMappingURL=application_cs54.css-96984a960e9f9c809af20e628093e003f25edb4d7277bdc9ebc8237b0b7fd02e.map */
