@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600');
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none
}
a {
  background-color: transparent
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: none;
 padding:0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height:auto;
}
/*input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance:none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* ==========================================================================
   Template css
========================================================================== */
/* Base elements
------------------------------------------------- */

body {
  background-color: #F9F9F9;
  color: #222222;
}
body, textarea, input, select {
  font-family: Montserrat, Helvetica neue, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
ul, ol, li, dl, dt, dd {
  list-style: none;
}
p {
  margin: 0;
}
input[type="text"], input[type="password"] {
  border: 1px solid #dadada;
  font-size: 14px;
  padding: 2px 10px 1px;
}
textarea {
  border: 1px solid #dadada;
  font-size: 14px;
  padding: 3px 10px 2px;
}
input[type="text"], input[type="password"], input[type="submit"], textarea, select {
  outline: none;
}
/* Hyper text
------------------------------------------------- */

a {
  text-decoration: none;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
a:link {
  color: #222222;
}
a:visited {
  color: #222222;
}
a:focus, a:hover, a:active {
  color: #a1a1a1;
}
.entry_body a, .entry_body a:visited, .trackback_link a, .trackback_link a:visited, .plugin-all a, .plugin-all a:visited, .plg_blomaga a, .plg_blomaga a:visited {
  color: #5397db;
}
.entry_body a:focus, .entry_body a:hover, .entry_body a:active, .trackback_link a:focus, .trackback_link a:hover, .trackback_link a:active, .plugin-all a:focus, .plugin-all a:hover, .plugin-all a:active, .plg_blomaga a:focus, .plg_blomaga a:hover, .plg_blomaga a:active {
  color: #80acd9;
}
.entry_body a:hover, .trackback_link a:hover, .plugin-all a:hover, .plg_blomaga a:hover {
  text-decoration: underline;
}
/* Clear Fix
------------------------------------------------- */
/* For modern browsers */

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}
/* Layout
------------------------------------------------------------ */
#l-wrap {
  clear: both;
  width: 100%;
  padding: 140px 0 0 0;
  margin: 0;
  box-shadow: 0px 0px 60px #EBEBEB inset;
  -webkit-box-shadow: 0px 0px 60px #EBEBEB inset;
  -moz-box-shadow: 0px 0px 60px #EBEBEB inset;
}
#l-container {
  overflow: hidden;
}
#l-container, .header_inner, .footer_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
#l-header {
  padding: 80px 0 0 0;
  margin: 0;
  overflow: hidden;
}
#l-header_inner {
  width: 1000px;
  height: 220px;
  margin: 0 auto;
  position: relative;
}
#l-main {
  float: left;
  width: 640px;
  padding: 0 0 100px 0;
}
#l-sidecontents {
  float: right;
  width: 280px;
  padding: 0;
}
#l-footer {
  border-top: 1px solid #ccc;
  padding: 32px 15px;
  clear: both;
}
.footer_inner {
  text-align: center;
}
.none {
  display: none !important;
}
/* icon
------------------------------------------------------------ */

.tpl_icon {
  background: url(https://blog-imgs-76-origin.fc2.com/t/e/m/templates/shimple_white_icon1.png) 0 0 no-repeat;
  display: inline-block;
 *display: inline;
  zoom: 1;
}
.comment_icon {
  width: 17px;
  height: 17px;
  background-position: 0 0;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.track_icon {
  width: 17px;
  height: 18px;
  background-position: 0 -40px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.prev_icon {
  width: 8px;
  height: 12px;
  background-position: -5px -103px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.next_icon {
  width: 8px;
  height: 12px;
  background-position: -6px -79px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
/* Header
------------------------------------------------------------ */
header#l-header {
  /*background: url(https://brighterday.jp/common/bg_noize_gry05.gif);*/
  background: none;
  border-bottom: #ddd 1px solid;
  z-index: 1;
}
.plofili_img {
  width: 220px;
  text-align: center;
  float: left;
  margin: 0 48px 0 0;
  border-bottom: 1px solid #dadada;
}
.plofili_img_mask {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.plofili_img_mask img {
  max-width: 200px;
  float: left;
  position: absolute;
}
.author_name {
  margin: 16px 0 24px;
}
.header_summary {
  float: left;
  word-wrap: break-word;
  height: 100px;
  background: url("https://brighterday.jp/common/img/icon/bd-icon_brw01_100@2x.png") no-repeat 0 0;
  background-size: 100px 100px;
  padding-left: 110px;
  color: #151515;
  padding-top: 5px\9;
  padding-bottom: 10px\9;
}
.header_summary a {
  color: #151515;
}
.blog_name {
  margin: 0;
  padding: 0;
  font-size: 38px;
  font-weight: 400;
  position: relative;
  top: -5px;
}
.blog_introduction {
  margin: 0 0 10px 3px;
  font-size: 0.80em;
  font-weight: 600;
}
/* Entry
------------------------------------------------------------ */

.topentry {
  margin: 0 0 40px;
}
.topentry header {
  margin: 0 0 100px 0;
}
.topentry + .topentry {
  padding: 40px 0 0;
  border-top: 1px solid #dadada;
}
.topentry_title {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: 1px dashed #c4c4c4;
  padding: 0 0 8px;
  -ms-word-break: break-all;
  word-break: break-all;
  border-bottom: 1px dashed #c4c4c4;
}
.topentry_title a {
  color: #606060;
}
.topentry_title a:hover {
  color: #a1a1a1;
}
ul.entry_date {
  margin: 0;
  padding: 0;
}
ul.entry_date li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  box-sizing: border-box;
}
ul.entry_date>li {
  margin-left: 10px;
  float: right;
  font-size: 0.85em;
  color: #7EBBD5;
}
.entry_body {
  margin: 0 0 0 10px;
  overflow: hidden;
  margin: 0;
  clear: both;
}
.topentry_text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.entry_more_link {
  margin: 0;
  text-align: right;
  padding: 8px 0;
}
#l-main .entry_body input[type="submit"], #l-main .entry_body .entry_more_link a {
  background-color: #fff;
  color: #606060;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
}
#l-main .entry_body input[type="submit"]:hover, #l-main .entry_body .entry_more_link a:hover {
  background-color: #efefef\9;
  color: #606060;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}
/* SNS */

.fc2_footer {
  margin: 32px 0 0 0;
}
.entry_more_link + .fc2_footer {
  margin-top: -28px;
  margin-right: 105px;
}
/* 日付コメントリンク */

.entry_more_link + .entry_footer {
  margin: 16px 0 0;
}
.fc2_footer + .entry_footer {
  margin-top: 16px;
}
.entry_body .entry_footer a, .ralate_area ul.ralate_list li a {
  color: #222222;
}
.entry_body .entry_footer a:hover, .ralate_area ul.ralate_list li a:hover {
  color: #a1a1a1;
}
#l-main .entry_footer .category {
  color: #606060;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  display: inline-block;
 *display: inline;
  zoom: 1;
  vertical-align: middle;
}
#l-main .entry_footer .category:hover {
  color: #a1a1a1;
}
#l-main .entry_footer .comment, #l-main .entry_footer .track, #l-main .entry_footer .date {
  margin: 0 0 0 16px;
  color: #7b7b7b;
}
#l-main .entry_footer .comment:hover, #l-main .entry_footer .track:hover, #l-main .entry_footer .date:hover {
  color: #a1a1a1;
}
.entry_body p.theme {
  margin: 20px 0px 0px;
}
.entry_body p.theme a, .entry_body p.theme a:hover {
  text-decoration: none;
}
/* Entry (html tag)
------------------------------------------------------------ */

.entry_body p {
  margin: 8px 0;
}
.entry_body h2, .entry_body h3, .entry_body h4 {
  margin: 0em 0em 0.5em;
  font-weight: normal;
}
.entry_body ul, .entry_body ol {
  margin: 1em 0em 1em;
}
.entry_body ul li {
  /*list-style: disc outside;*/
  margin-left: 0;
}
.entry_body ol li {
  list-style: decimal outside;
  margin-left: 0;
}
.entry_body table {
  border: solid 1px #dadada;
  border-collapse: collapse;
}
.entry_body table th, .entry_body table td {
  padding: 0.3em 0.5em;
  border-color: #dadada;
}
.entry_body {
  word-wrap: break-word;
}
.entry_body img {
  max-width: 100%;
  height: auto;
}
.entry_body dl {
}
.entry_body dt {
}
.entry_body dd {
}
.entry_body pre {
}
/* Blockquote
------------------------------------------------------------ */

blockquote {
  border-left: 4px solid #dadada;
  margin: 8px 0 8px 24px;
  padding: 4px 7px;
}
.entry_body blockquote p {
  margin: 0;
}
/* コメント・トラックバック
------------------------------------------------------------ */

h2.sub_contents_title {
  font-size: 22px;
  color: #222222;
  font-weight: 100;
  margin: 0 0 20px 0;
}
h3.sub_contents_title {
  font-size: 1.0em;
  color: #aaa;
  font-weight: 100;
  margin: 0 0 20px 0;
}
#trackback-top {
  float: left;
}
.trackback_input {
  width: 623px;
  /*width: 665px\9;*/
  border: 1px solid #dadada;
  padding: 3px 7px;
  clear: both;
}
.trackback_link {
  float: right;
  margin: 4px 0 0;
}
.trackback_link a {
  font-size: 13px;
}
.comment_area {
  margin: 0 0 64px 0;
}
.sub_contents_body {
  font-size: 0.85em;
}
/* コメントフォーム
------------------------------------------------------------ */

#comment_form {
  margin: 0 0 40px;
}
.comment_form_left, .comment_form_right {
  margin: 0;
  width: 300px;
  float: left;
}
.comment_form_left {
  margin-right: 30px;
}
.form_title {
  font-size: 14px;
}
.form_input {
  margin: 0 0 8px;
}
.comment_form_left .input_text {
  width: 280px;
}
.comment_form_right .form_textarea {
  margin-top: -4px;
}
.comment_form_right textarea {
  font-size: 15px;
  padding: 2px 10px;
  width: 288px;
  height: 244px;
}
.himitu_title {
  margin: 16px 0 0;
}
.comment_form_left #himitu {
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.himitu_label {
  font-size: 14px;
  vertical-align: middle;
}
.comment_form textarea {
  font-size: 14px;
  padding: 2px 10px;
  width: 667px;
  border: 1px solid #dadada;
  height: 185px;
}
.comment_form .comment_tool_wrap {
  margin: 0;
}
.comment_area .form_btn {
  clear: both;
  text-align: right;
  margin: 10px 0;
}
.comment_area .form_btn input {
  color: #606060;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
  margin-left: 16px;
}
.comment_area .form_btn input:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  background-color: #efefef\9;
}
/* コメント一覧
------------------------------------------------------------ */

.sub_contents_footer {
  padding: 20px 0 10px 0;
  margin: 0 0 24px;
  font-size: 13px;
  text-align: right;
  border-bottom: 1px solid #dadada;
}
.sub_contents_footer a {
  color: #5397db;
}
.sub_contents_footer a:hover {
  text-decoration: underline;
  color: #80acd9;
}
/* ページャ
------------------------------------------------------------ */

.page_navi {
  text-align: center;
  margin: 40px 0 80px;
  clear: both;
}
.page_navi .pager_prev, .page_navi .pager_next, .page_navi .pager_home {
  color: #606060;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px 5px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
}
.page_navi .pager_prev:hover, .page_navi .pager_next:hover, .page_navi .pager_home:hover {
  background-color: #efefef\9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}
.pager_prev span, .pager_next span {
  vertical-align: middle;
}
.page_navi .pager_prev {
  float: left;
  padding-left: 15px;
}
.page_navi .pager_prev:hover {
  padding-left: 15px;
}
.page_navi .pager_next {
  float: right;
  padding-right: 15px;
}
.page_navi .pager_next:hover {
  padding-right: 15px;
}
.page_navi .pager_home {
}
/* Related article
------------------------------------------------------------ */

.entry_body .relate_dl {
  margin: 24px 8px;
}
.entry_body .relate_dt {
  margin: 0 0 4px;
  font-size: 18px;
}
.entry_body .relate_dd {
  margin: 0;
}
.entry_body .relate_ul {
  padding: 0;
  margin: 0;
}
.entry_body .relate_li {
  list-style: none;
  font-size: 14px;
}
.relate_li_nolink {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}
.entry_body .relate_li a {
  padding: 4px 0;
  display: block;
  color: #7b7b7b;
}
.entry_body .relate_li a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}
/* ==========================================================================
   Sidemenu (Plugin)
========================================================================== */
/*#l-sidecontents img {
  max-width: 100%;
  height: auto;
}*/
.sidecontents_area {
  font-size: 16px;
  padding: 0 0 50px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #dadada;
  clear: both;
}
.sidecontents_area:last-child {
  border-bottom: none;
}
.plg_desc_header {
  font-size: 14px;
}
.plg_desc_footer {
  font-size: 14px;
}
.plg_title, #titlelist_header, dl.locate>dt, h2.sub_header {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0 0 0;
  color: #222222;
}
.plg_body {
  word-wrap: break-word;
  font-size: 14px;
}
.plg_body a:hover {
  text-decoration: underline;
}
.plg_area ul {
  margin: 0;
  padding: 0;
}
.plg_area li {
  margin: 0 0 8px 0;
  padding: 0;
}
.sidecontents_area textarea {
  resize: vertical;
}
/* tag(Plugin)
------------------------------------------------------------ */

.plugin-tag {
  margin: 0;
}
.plugin-tag a {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  margin: 0 8px 0 0;
}
/* Search(Plugin)
------------------------------------------------------------ */

#l-sidecontents .plg_body input[type="text"] {
  width: 198px;
  padding: 2px 10px 1px;
  margin: 0 0 8px;
}
#l-sidecontents .plg_body input[type="submit"] {
  color: #606060;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  padding: 4px 16px;
  font-size: 12px;
  -webkit-transition: box-shadow 0.2s linear 0;
  transition: box-shadow 0.2s linear 0;
  float: right;
}
.plg_body input[type="submit"]:hover {
  background-color: #efefef\9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}
/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
  margin: 0;
  padding: 0;
  background: none;
  margin: 0 auto;
}
table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}
table.calender caption a:hover {
  color: #898F95
}
table.calender caption a:active, table.calender caption a:visited {
  color: #7b7b7b;
}
table.calender th, table.calender td {
  padding: 4px;
  border-bottom: 1px dotted #cccccc;
  text-align: center;
  font-size: 14px;
  padding: 4px 6px;
}
table.calender td a {
  display: block;
  font-size: 14px;
  color: #5397db;
}
table.calender td a:active, table.calender td a:visited, table.calender td a:hover {
  color: #80acd9;
}
table.calender th#sun {
  color: #f76f6f;
}
table.calender th#sat {
  color: #5757F1;
}
/* category-list(Plugin)
------------------------------------------------------------ */
.plugin-category-list-date {
  font-size: 12px;
}
.plugin-category-list-link {
  font-size: 15px;
}
/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
  text-align: left;
  margin-bottom: 10px;
}
.tab input {
  padding: 3px 5px;
}
.tab input.b1 {
  margin-right: 5px;
}
.mylog {
  width: 90%;
  padding: 5px;
  border: 1px solid #A5A5A5;
  text-align: left;
  background-color: #FFFFFF;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;/* for IE6 */
}
.mylog .title {
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  margin: 0px 0px 10px;
  padding: 0px 0px 3px;
}
.mylog dl {
  margin: 0px;
  padding: 0px;
}
.mylog dt.day {
  margin: 0px;
  padding: 0px 0px 5px;
  background-color: #FFFFFF;
  background-image: none;
  text-align: left;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;/* for IE6 */
}
.mylog dd.piyolog {
  width: 100%;
  margin: 0px 0px 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  padding: 0px 0px 10px;
}
.license {
  text-align: right;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;/* for IE6 */
}
/* blomaga-count(Plugin)
------------------------------------------------------------ */
.plugin-blomaga-count a {
}
/* Footer
------------------------------------------------------------ */

.powered, .ad, .copyright {
  margin: 0;
}
/* Baton
------------------------------------------------------------ */

.blog_baton {
  border: 1px solid #dadada;
  padding: 24px 24px 0;
}
.blog_baton dl, .blog_baton dt {
  margin: 0;
}
.baton_a {
  margin: 0 0 16px;
}
.baton_q {
  border-bottom: 1px dotted #dadada;
}
/* Sponsor
------------------------------------------------------------ */

#fc2_text_ad .fc2_infeed1, .entry_body .fc2_infeed1 {
  margin: 24px 8px;
}
#fc2_text_ad a, .entry_body .fc2_infeed1 a {
  color: #7b7b7b;
  font-size: 14px;
}
#fc2_text_ad a:hover, .entry_body .fc2_infeed1 a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}
/* =================================================
  headersearch
================================================= */
#headersearch {
  position: absolute;
  bottom: -1px;
  right: 0;
}
#headersearch input {
  -webkit-appearance: none;
  border-radius: 0;
}
#headersearch input[type="text"] {
  background: #FBFBFB;
  border: 1px solid #ddd;
  color: #aaa;
  width: 200px;
  padding: 0 10px;
  height: 30px;
  display: block;
  float: right;
}
#headersearch input[type="submit"] {
  font-family: FontAwesome;
  background: #dddddd;
  color: #fff;
  border: 1px solid #ddd;
  width: 60px;
  padding: 0;
  height: 32px;
  cursor: pointer;
  display: block;
  float: right;
  margin-left: -1px;
}
#headersearch input[type="submit"]:hover {
  background-color: #0081B8;
}
/* =================================================
  topnav
================================================= */

#topnav {
  display: none;
  width: 100%;
  height: 85px;
  overflow: hidden;
  background: #151515;
  z-index: 10;
}
.nav-inr {
  max-width: 1000px;
  margin: 15px auto;
  font-size: 0.85em;
}
.nav-tab {
  position: absolute;
  top: -70px;
  right: 0;
  width: 32px;
  height: 30px;
  cursor: pointer;
}
.nav-tab i {
  display: block;
  color: #ddd;
  font-size: 32px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.nav-tab i:hover, #topnav a:hover {
  /*  color: #0081b8;*/color: #7ebbd5;
}
#topnav a {
  display: block;
  float: right;
  border-left: #efefef 1px solid;
  border-right: #efefef 1px solid;
  padding: 0 25px;
  font-weight: 400;
  margin: 0 0 15px -1px;
  /*  color: #7b7b7b;*/color: #efefef;
}
.nav-inr p {
  clear: both;
  padding-bottom: 5px;
}
/* =================================================
  cm-tb
================================================= */

.ct-expand, .cmtb-expand {
  width: 100%;
  font-size: 92%;
  background: #C4C4C4;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding: 10px 0;
}
.ct-expand:hover, .cmtb-expand:hover {
  background: #56A3BD;
}
#cm_tb {
  display: none;
}
.trackback_area {
  padding: 0 0 40px 0;
}
/* タグ
------------------------------------------------------------ */
.tag_list {
  border-top: 1px dashed #c4c4c4;
  margin-top: 60px;
  padding: 35px 0 15px 0;
  text-align: center;
  clear: both;
  display: none;
}
.tag_list a, .topentry-idx-link>a {
  background: #c4c4c4;
  color: #ffffff;
  font-size: 0.85em;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
.tag_list a:hover, .topentry-idx-link>a:hover {
  background: #56a3bd;
  color: #ffffff;
  text-decoration: none;
}
/* related Entries
------------------------------------------------------------ */
.ralate_area {
  border-top: 1px dashed #c4c4c4;
  margin-top: 60px;
  padding: 30px 0;
  color: #7F705D;
}
.ralate_area h4.hd-ralate {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.ralate_area ul.ralate_list {
  margin: 0;
  padding: 0;
}
.ralate_area ul.ralate_list li {
  font-size: 0.85em;
  margin: 0 25px 10px 25px;
  padding-left: 5px;
  list-style-type: none;
}
/* Entry_footer
------------------------------------------------------------ */
.entry_footer {
  padding: 30px 0;
  border-top: 1px dashed #c4c4c4;
  font-size: 13px;
  height: 30px;
}
.entry_footer div {
}
.entry_footer .entry_community {
  float: left;
}
.entry_footer .entry_community span {
  float: left;
  padding: 2px 25px 0 0;
  display: block;
}
.entry_footer .entry_data {
  float: right;
}
/* topentry-index
------------------------------------------------------------ */
#body-idx {
  width: 640px;
}
.topentry-idx {
  -ms-word-break: break-all;
  word-break: break-all;
  position: relative;
  height: 260px;
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px dashed #c4c4c4;
}
.topentry-idx-date {
  color: #56a3bd;
  font-size: 0.85em;
  text-align: right;
}
.topentry-idx-title {
  width: 100%;
  height: 54px;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0;
font-feature-settings : "palt";
}
.topentry-idx-dscr {
  width: 460px;
  height: 100px;
  position: absolute;
  overflow: hidden;
  top: 104px;
  right: 0;
  font-size: 0.85em;
  line-height: 1.5;
}
/*.topentry-idx-dscr:after {
  content: "...";
  width: 25px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F9F9F9;
  text-align: right;
  padding: 0 5px 2px 0;
}*/
.topentry-idx-img {
  position: absolute;
  top: 105px;
  left: 0;
  width: 150px;
}
.topentry-idx-img img {
  width: 150px;
  height: auto;
}
.topentry-idx-link>a {
  position: absolute;
  bottom: 40px;
  right: 0;
}
/* =================================================
  Footer
================================================= */
#footer {
  background: #151515;
  z-index: 200;
  position: relative;
  color: #efefef;
}
#footer a {
  color: #efefef;
}
#footer a:hover {
  color: #56a3bd;
}
#footer .ftr-gotop a {
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  padding: 5px;
  font-weight: 300;
  font-size: 1.1em;
  z-index: 99;
}
#footer .ftr-nav {
  clear: both;
  max-width: 480px;
  height: 200px;
  margin-left: 500px;
  padding: 0 0 0 20px;
  border-left: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
}
#footer .ftr-nav-inr {
  height: 200px;
}
#footer .ftr-nav-inr:first-child {
  width: 220px;
  padding: 0 19px 0 0;
  float: left;
  border-right: 1px solid rgba(255,255,255,0.10);
}
#footer .ftr-nav-inr:last-child {
  width: 239px;
  float: right;
}
.ftr-nav-inr ul {
  margin: 38px 0 0 0;
  padding: 0;
}
.ftr-nav-inr li {
  position: relative;
}
.ftr-nav-inr a {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.85em;
  color: #efefef;
}
.ftr-nav .ftr-nav-inr a.recycler {
  background: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
.ftr-nav .ftr-nav-inr a.recycler img {
  width: 220px;
  height: auto;
}
.ftr-nav-inr .foot-mail:after {
  content: "掲載商品のお問い合わせなどご気軽にどうぞ。";
  position: absolute;
  top: 22px;
  left: 17px;
  font-size: 13px;
}
/* footer_plg
------------------------------------------------- */
#footer_plg {
  padding: 60px 0;
  zoom: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
#footer_plg:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#footer_plg .footer_content {
  position: absolute;
  left: 0;
  top: 40px;
  width: 480px;
  padding: 0;
}
#footer_plg h3 {
  color: #efefef;
  font-weight: 300;
  font-size: 1.1em;
}
/* footer_inner
------------------------------------------------- */
#footer_inner /* フッター(コピーライト等) */ {
  font-size: 0.75em;
  padding: 40px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#footer_plg .plugin-myimage {
  margin: 0;
  width: 140px;
  float: left;
}
#footer_plg .auth-intro2 {
  width: 320px;
  float: left;
  margin: 0 0 0 20px;
}
#footer_plg .author {
  margin: 0 0 10px 0;
  width: 100%;
}
#footer_plg .intro-2 {
  width: 320px;
  font-size: 13px;
  margin: 0;
  -ms-word-break: break-all;
  word-break: break-all;
}
#footer_plg .plg_body {
  width: 480px;
}
/* gotop-fixed
------------------------------------------------- */
a.gotop-fixed {
  text-align: center;
  color: #56a3bd;
  font-size: 46px;
  bottom: 30px;
  display: none;
  height: 46px;
  position: fixed;
  right: 30px;
  width: 46px;
  z-index: 99;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
a.gotop-fixed:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
/* aside----------------------------------------------------
menu
------------------------------------------------------------ */
ul.menu {
  margin: 0 0 40px 0;
  text-align: left;/*  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: -0.1em;*/
}
ul.menu li {
  margin: 0;
}
ul.menu li a {
  display: block;
  border-bottom: 1px dashed #c4c4c4;
  font-size: 1.2em;
  margin: 0 0 0;
  padding: 20px 0 0 10px;
  color: #222222;
}
ul.menu li a:hover {
  background: #DCECF1;
  text-decoration: none;
}
/* aside----------------------------------------------------
archive
------------------------------------------------------------ */

ul.plg-archive {
  height: 280px;
  overflow: hidden;
}
ul.plg-archive li {
  width: 50%;
  float: left;
}
.ct-expand {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #c4c4c4;
  color: #fff;
  cursor: pointer;
  font-size: 0.85em;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.ct-expand:hover {
  background: #56a3bd;
}
/* aside----------------------------------------------------
category
------------------------------------------------------------ */
.plg-category>div {
  margin: 0 0 8px 0;
}
/* aside----------------------------------------------------
Recent Entry
------------------------------------------------------------ */
.recent_entry {
  -ms-word-break: break-all;
  word-break: break-all;
}
.recent_entry li {
  margin: 0 0 12px 0;
}
.recent_entry a>span {
  white-space: nowrap;
}
/* aside----------------------------------------------------
Tagcloud
------------------------------------------------------------ */  
#tagcloud {
  text-align: center;
}
#tagcloud li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
#tagcloud a {
  background: #c4c4c4;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  margin: 2px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
#tagcloud a:hover {
  background: #56a3bd;
  color: #ffffff;
  text-decoration: none;
}
/* all archives - title list
------------------------------------------------------------ */

ul#titlelist {
  margin: 0;
  padding: 0;
  -ms-word-break: break-all;
  word-break: break-all;
}
ul#titlelist>li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: circle;
}
ul#titlelist>li span {
  white-space: nowrap;
}
ul#titlelist>li span, ul#titlelist>li span a {
  color: #7ebbd5;
  font-size: 13px;
}
ul#titlelist>li span a:hover {
  color: #A7D0E2;
}
/* ----------------------------------------------------
#result
------------------------------------------------------------ */
#result h2.sub_header {
  margin: 0 0 40px 0;
}
#result ol {
  margin: 0;
  padding: 0;
  -ms-word-break: break-all;
  word-break: break-all;
}
#result ol li {
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px dashed #ccc;
}
#result dl {
  position: relative;
}
#result dt {
  margin: 0 0 15px 0;
}
#result dd {
  margin: 0;
  font-size: 13px;
}
/*#result .rslt_summary {
  color: #222222;
  padding: 0 0 20px 0;
}*/
#result .rslt_summary {
  color: #222222;
  padding: 0 0 30px 0;
  width: 500px;
  min-height: 110px;
}
#result dd.topentry-idx-img {
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  top: 38px;
  left: 535px;
  overflow: hidden;
}
#result dd.topentry-idx-img>img {
  width: 250px;
  height: auto;
  position: relative;
  top: -30px;
  left: -50px;
}
#result .rslt_date {
  color: #7ebbd5;
  position: absolute;
  bottom: 0;
  right: 0;
}
#result .rslt_url a {
  font-weight: 600;
  color: #7ebbd5;
  position: absolute;
  bottom: 0;
  left: 0;
}
#result .rslt_url a:hover {
  color: #B0D5E8;
}
/* others
------------------------------------------------------------ */

.outlined {
  border: 1px solid #dadada;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  overflow: hidden;
}
.edtn {
  font-family: Georgia, serif;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sp {
  display: none !important;
}
a.entry-foot-bnr {
  display: block;
}
.topentry_text ul {
  list-style-type: none;
}
.hidden
{display:none !important;}

.new-line-xs
{display:block;}

#header h1 a
{font-weight:bolder !important;}


/* display-none : need2fix
------------------------------------------------------------ */
.plofili_img, #tmplt {
  display: none !important;
}

/* retina
------------------------------------------------------------ */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
/*.header_summary {
  background: url("https://blog-imgs-72-origin.fc2.com/b/r/i/brighterdayweb/bd-icon_60_2@2x.png") no-repeat 0 5px;
  background-size: 60px 60px;
}*/

}
/* Temp
------------------------------------------------------------ */

/*.header_summary
{background: url("https://blog-imgs-123-origin.fc2.com/b/r/i/brighterdayweb/bd-icon_noshi_100@2x.png") no-repeat 0 0 !important;
background-size: 100px 100px !important;}*/






