@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* List
   ========================================================================== */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

li {
  list-style: inherit; }

/*    common settings
/*********************************/
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background-color: #fcfcfe;
  color: #222;
  font-size: 14px; }

.innerBox {
  margin: 0 auto;
  display: block; }

.clear {
  clear: both; }

.clear:after {
  content: '';
  display: block;
  clear: both; }

/* Webkit */
::-webkit-input-placeholder {
  color: #dedede;
  opacity: 1; }

/* Firefox 18 以前 */
:-moz-placeholder {
  color: #dedede; }

/* Firefox 19 以降 */
::-moz-placeholder {
  color: #dedede;
  opacity: 1; }

/* IE 10 以降 */
:-ms-input-placeholder {
  color: #dedede; }

@media screen and (min-width: 601px) {
  a img {
    transition: opacity .16s; }

  a:hover img {
    opacity: .7; }

  .flex {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
/*** text setting ***/
.txt_8 {
  font-size: 8px; }

.txt_9 {
  font-size: 9px; }

.txt_10 {
  font-size: 10px; }

.txt_11 {
  font-size: 11px; }

.txt_12 {
  font-size: 12px; }

.txt_13 {
  font-size: 13px; }

.txt_14 {
  font-size: 14px; }

.txt_15 {
  font-size: 15px; }

.txt_16 {
  font-size: 16px; }

.txt_17 {
  font-size: 17px; }

.txt_18 {
  font-size: 18px; }

.txt_19 {
  font-size: 19px; }

.txt_20 {
  font-size: 20px; }

.txt_21 {
  font-size: 21px; }

.txt_22 {
  font-size: 22px; }

/*** margin setting ***/
.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mr40 {
  margin-right: 40px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

/* float setting */
.fl {
  float: left;
  display: block; }

.fr {
  float: right;
  display: block; }

body {
  min-width: 970px; }

.innerBox {
  width: 960px; }

.pc--none {
  display: none; }

.sp--none {
  display: inherit; }

main {
  float: left;
  width: 620px; }

p {
  margin: 0; }

/*    often use
/*********************************/
img + .page_ttl:before {
  display: none; }

.page_ttl {
  position: relative;
  height: 25px;
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 28px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  background: #222;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14); }
.page_ttl:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  width: 25px;
  height: 25px;
  background: #0094e7; }
.page_ttl.page_sub_ttl {
  height: 24px;
  margin-bottom: 15px;
  margin-left: 27px;
  line-height: 24px; }
.page_ttl.page_sub_ttl:before {
  left: -27px;
  width: 24px;
  height: 24px; }

/*    HEADER
/*********************************/
#header_ttl {
  height: 15px;
  margin: 0;
  line-height: 15px;
  color: #fff;
  font-weight: normal;
  text-align: right;
  background: #222; }

header {
  margin: 20px 0 45px; }

.search header, .archive header {
  margin-bottom: 50px; }

#logo {
  max-width: 260px; }

#header_searchForm {
  position: relative;
  width: 240px;
  height: 23px;
  margin-top: 6px; }
#header_searchForm input[type="text"] {
  box-sizing: border-box;
  width: 240px;
  height: 23px;
  padding: 0 28px 0 10px;
  border: 1px solid #cfcfcf;
  line-height: 21px; }
#header_searchForm #header_btn_submit {
  display: block;
  position: absolute;
  top: 4px;
  right: 9px;
  width: 16px;
  height: 15px; }
#header_searchForm #header_btn_submit input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

#gNav {
  position: relative;
  border-radius: 2px;
  background: #2f2f2f;
  background: -moz-linear-gradient(top, #373737 0%, #292929 100%);
  background: -webkit-linear-gradient(top, #373737 0%, #292929 100%);
  background: linear-gradient(to bottom, #373737 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#292929',GradientType=0 );
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
#gNav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
#gNav ul > li {
  position: relative;
  list-style: none;
  float: left;
  width: 16.667%; }
#gNav ul > li > a {
  position: relative;
  display: block;
  padding: 3px 0;
  text-decoration: none; }
#gNav ul > li > a span {
  position: relative;
  display: block;
  height: 19px;
  border-right: 1px solid #252525;
  border-left: 1px solid #3e3e3e;
  font-size: 11px;
  line-height: 19px;
  color: #efefef;
  text-align: center; }
@media screen and (min-width: 601px) {
  #gNav ul > li > a:hover span {
    color: #da2d3b; } }
#gNav ul > li ol {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 3px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.17);
  list-style: none;
  background: #2f2f2f; }
#gNav ul > li ol li {
  list-style: none; }
#gNav ul > li ol li a {
  display: block;
  color: #efefef;
  font-size: 11px;
  padding: 4px 2px;
  text-decoration: none; }
@media screen and (min-width: 601px) {
  #gNav ul > li ol li a:hover {
    color: #da2d3b; } }
#gNav ul > li:first-child a span {
  border-left: none; }
#gNav ul > li:nth-child(6n) a span {
  border-right: none; }
#gNav ul > li:last-child:not(:nth-child(6n)) a span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 1px;
  height: 100%;
  margin-left: 1px;
  background: #3e3e3e; }
#gNav ul i {
  display: none; }

/*    FOOTER
/*********************************/
footer {
  height: 21px;
  margin-top: 65px;
  background: #151515; }
footer .innerBox {
  text-align: center;
  color: #888;
  font-size: 11px;
  line-height: 21px; }

#btn_arrowFoot {
  position: fixed;
  right: 50px;
  bottom: -48px;
  width: 48px;
  height: 48px;
  background: url(img/common/arrow_footer.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: bottom .12s; }
#btn_arrowFoot.btn_show {
  bottom: 50px; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #btn_arrowFoot {
    background-image: url(img/common/arrow_footer@2x.png); } }

/*    SIDEBAR
/*********************************/
aside {
  overflow: hidden;
  float: right;
  width: 300px; }
aside ul {
  padding: 0;
  margin: 0;
  list-style: none; }
aside a {
  color: #385da6;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  line-height: 20px; }
@media screen and (min-width: 601px) {
  aside a:hover {
    color: #da2d3b !important; } }
aside .side_item + .side_item {
  margin-top: 35px; }
aside .side_ttl {
  overflow: hidden;
  margin-bottom: 15px; }
aside .side_ttl h2 {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 8px;
  margin: 0 0 0 9px;
  line-height: 20px; }
aside .side_ttl h2:before, aside .side_ttl h2:after {
  content: "";
  position: absolute;
  top: 0;
  height: 20px;
  background: #f0f0f0; }
aside .side_ttl h2:before {
  left: 0;
  width: 9px;
  margin-left: -9px; }
aside .side_ttl h2:after {
  left: 100%;
  width: 600px;
  height: 20px; }
aside #side_ranking {
  counter-reset: section; }
aside #side_ranking li {
  position: relative;
  padding-left: 1.55em;
  padding-right: 4px;
  margin-bottom: 3px; }
aside #side_ranking li:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 13px;
  letter-spacing: -0.06em;
  font-weight: bold;
  counter-increment: section;
  content: counters(section,".") "."; }
aside #side_cate {
  border: 1px solid #f0f0f0;
  border-bottom: none; }
aside #side_cate > li {
  border-bottom: 1px solid #f0f0f0; }
aside #side_cate > li > span {
  position: relative;
  display: block;
  height: 25px;
  padding-left: 13px;
  line-height: 25px;
  background: -moz-linear-gradient(top, #fefeff 0%, #f7fbff 64%, #f5faff 100%);
  background: -webkit-linear-gradient(top, #fefeff 0%, #f7fbff 64%, #f5faff 100%);
  background: linear-gradient(to bottom, #fefeff 0%, #f7fbff 64%, #f5faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#f5faff',GradientType=0 );
  cursor: pointer; }
aside #side_cate > li > span:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 13px;
  height: 7px;
  background: url(img/common/arrow_close.png) center center no-repeat;
  background-size: cover;
  cursor: pointer; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  aside #side_cate > li > span:before {
    background-image: url(img/common/arrow_close@2x.png); } }
aside #side_cate > li > span.arrow_none {
  padding: 0; }
aside #side_cate > li > span.arrow_none:before {
  display: none !important; }
aside #side_cate > li > span.arrow_none a {
  display: block;
  padding-left: 13px;
  line-height: 25px; }
aside #side_cate > li > span.active:before {
  background-image: url(img/common/arrow_open.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  aside #side_cate > li > span.active:before {
    background-image: url(img/common/arrow_open@2x.png); } }
aside #side_cate > li > span a {
  font-size: 12px;
  color: #575757; }
aside #side_cate > li ul {
  display: none;
  padding: 6px 0 12px;
  border-top: 1px solid #f0f0f0;
  background: #f8f8f8;
  overflow: hidden; }
aside #side_cate > li ul li {
  height: 20px;
  padding-left: 22px;
  line-height: 20px; }
aside .fl {
  max-width: 205px;
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
aside .fr {
  padding-right: 4px;
  color: #c5c5c5; }
aside #side_tags, aside .tagcloud {
  line-height: 30px;
  word-wrap: normal; }
aside #side_tags a, aside .tagcloud a {
  display: inline-block;
  margin-right: 4px; }

/*    SP display
/*********************************/
@media screen and (max-width: 600px) {
  body {
    min-width: 100%; }

  .innerBox {
    width: 96%; }

  .pc--none {
    display: inherit; }

  .sp--none {
    display: none; }

  main, aside {
    width: 100%;
    float: none; }

  /*    often use
  /*********************************/
  .page_ttl {
    margin-bottom: 20px; }

  /*    HEADER
  /*********************************/
  header {
    position: relative;
    margin: 10px 0 20px; }

  #header_searchForm {
    float: none;
    margin: 0; }

  #gNav--open {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer; }

  #gNav {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 100%;
    height: 100%;
    width: 60%;
    margin: 0;
    background: #2f2f2f;
    transition: left .18s; }
  #gNav.gNav--open {
    left: 40%;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.18); }
  #gNav h2 {
    padding: 6px 0;
    margin: 0;
    box-shadow: 0 0 4px rgba(120, 120, 120, 0.1);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #2a2a2a; }
  #gNav ul > li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #292929;
    border-top: 1px solid #373737; }
  #gNav ul > li:first-child {
    border-top: none; }
  #gNav ul > li:last-child {
    position: relative; }
  #gNav ul > li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background: #373737; }
  #gNav ul > li a span {
    padding: 8px;
    border: none;
    text-align: left; }
  #gNav ul > li ol {
    position: relative;
    background: #383838;
    padding: 4px 0; }
  #gNav ul > li ol li a {
    padding-left: 12px; }
  #gNav ul i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 22px;
    height: 22px;
    margin: auto;
    font-style: normal;
    cursor: pointer; }
  #gNav ul i:before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5px;
    box-shadow: 0 0 2px rgba(244, 244, 244, 0.3);
    font-size: 13px;
    line-height: 22px;
    color: #ddd;
    font-weight: bold;
    text-align: center;
    background: #444; }

  #btn_gNav {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 2px;
    right: 10px;
    display: block;
    width: 27px;
    height: 27px;
    margin: auto;
    background: url(img/common/btn_gNav.png) center center no-repeat;
    background-size: cover;
    cursor: pointer; } }
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #btn_gNav {
    background-image: url(img/common/btn_gNav@2x.png); } }

@media screen and (max-width: 600px) {
  /*    FOOTER
  /*********************************/
  footer {
    height: auto; }
  footer .innerBox {
    font-size: 8px; }

  #btn_arrowFoot {
    right: 25px;
    width: 40px;
    height: 40px; }
  #btn_arrowFoot.btn_show {
    bottom: 25px; }

  /*    SIDEBAR
  /*********************************/
  aside {
    margin-top: 35px; } }
/*    TOP PAGE
/*********************************/
#hotTopics img:first-child {
  width: 25px;
  height: 25px; }

.post_wrap {
  position: relative;
  margin-bottom: 45px; }
.post_wrap img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px; }
.post_wrap h2 + .post_item {
  border-top: none;
  padding-top: 0; }
.post_wrap .post_item {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
  text-decoration: none; }
.post_wrap .post_item:first-child {
  border-top: none;
  padding-top: 0; }
.post_wrap .post_item:last-child {
  position: relative;
  padding-bottom: 17px; }
.post_wrap .post_item:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  margin-top: 1px;
  background: fff; }
.post_wrap .post_item .post_thumb {
  float: left;
  width: 85px;
  padding-top: 85px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #ebebeb; }
.post_wrap .post_item .post_thumb + .post_content {
  float: right;
  width: 523px; }
.post_wrap .post_item .post_head .post_thumb {
  width: 50px;
  padding-top: 50px; }
.post_wrap .post_item .post_head .post_head_txt {
  width: 558px;
  float: right; }
.post_wrap .post_item .post_content h3 {
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #424242;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }
.post_wrap .post_item .post_content .post_date {
  height: 12px;
  margin: 0 0 5px;
  font-size: 10px;
  line-height: 12px;
  color: #c5c5c5; }
.post_wrap .post_item .post_content .post_date:last-child {
  margin-bottom: 0; }
.post_wrap .post_item .post_content .post_date span {
  padding: 0 3.5px;
  margin-left: 5px;
  font-size: 8px;
  line-height: 12px;
  color: #fff;
  vertical-align: middle;
  background: #e81f22;
  border-radius: 1px; }
.post_wrap .post_item .post_content .post_text {
  margin: 0;
  line-height: 17px;
  color: #424242; }
@media screen and (min-width: 601px) {
  .post_wrap .post_item:hover .post_thumb {
    opacity: .7; }
  .post_wrap .post_item:hover .post_content h3 {
    color: #da2d3b;
    text-decoration: underline; } }
.post_wrap.post_cate {
  position: relative;
  width: 295px;
  margin-bottom: 35px;
  padding-bottom: 43px; }
.post_wrap.post_cate .post_item {
  padding: 6px 0; }
.post_wrap.post_cate h3 {
  font-size: 14px !important;
  line-height: 17px;
  height: 17px; }
.post_wrap.post_cate .btn_cate_more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1px;
  border-radius: 10.2px;
  background: -moz-linear-gradient(top, #e4e4e4 0%, #f0f0f0 100%);
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #f0f0f0 100%);
  background: linear-gradient(top, #e4e4e4 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f0f0f0',GradientType=0 ); }
.post_wrap.post_cate .btn_cate_more div {
  padding: 1px;
  border-radius: 9.6px;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #f6f6f6 100%);
  background: linear-gradient(top, #e6e6e6 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f6f6f6',GradientType=0 ); }
.post_wrap.post_cate .btn_cate_more div a {
  display: block;
  width: 155px;
  height: 25px;
  border-radius: 9px;
  color: #828282;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  background: -moz-linear-gradient(top, #fff 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);
  background: linear-gradient(top, #fff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eaeaea',GradientType=0 ); }
@media screen and (min-width: 601px) {
  .post_wrap.post_cate .btn_cate_more:hover a {
    background: -moz-linear-gradient(top, #fbfbfb 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #e6e6e6 100%);
    background: linear-gradient(top, #fbfbfb 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e6e6e6',GradientType=0 ); } }

.post_meta {
  height: 14px;
  margin-bottom: 2px;
  line-height: 14px; }
.post_meta span, .post_meta a {
  display: inline-block;
  line-height: 14px;
  padding: 0 4px;
  color: #222;
  line-height: 12px;
  background: #f0f0f0;
  transition: opacity .16s;
  text-decoration: none; }
.post_meta a:hover {
  opacity: .8; }

/*    ARCHIVE
/*********************************/
#panList {
  margin-top: -25px;
  margin-bottom: 9px; }
#panList li {
  position: relative;
  float: left;
  height: 16px;
  margin-left: 18px;
  font-size: 12px;
  line-height: 16px; }
#panList li:before {
  content: ">";
  position: absolute;
  top: -.2px;
  right: 100%;
  width: 18px;
  height: 1.4em;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center; }
#panList li:first-child {
  margin-left: 0; }
#panList li:first-child:before {
  display: none; }
#panList li a {
  color: #385da6;
  text-decoration: none;
  line-height: 1.4em; }
#panList + .post_wrap {
  margin-bottom: 12px; }
#panList + .post_wrap.description_box {
  padding-bottom: 17px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 24px; }
#panList + .post_wrap.description_box p {
  padding: 0 3px; }

#pager {
  text-align: center; }
#pager ul {
  font-size: 0;
  display: inline-block; }
#pager ul li {
  display: inline-block;
  background: #222;
  transition: opacity .16s; }
#pager ul li + li {
  margin-left: 5px; }
@media screen and (min-width: 601px) {
  #pager ul li:hover {
    opacity: .8; } }
#pager ul #first a, #pager ul #last a {
  width: 21px;
  padding-right: 3px;
  letter-spacing: -.25em; }
#pager ul #prev + li {
  margin-left: 18px; }
#pager ul #next {
  margin-left: 18px; }
#pager ul #current {
  background: #17b0c7;
  opacity: 1; }
#pager ul #current span {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #fff; }
#pager ul a {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center; }

/*    SINGLE
/*********************************/
article .post_meta {
  margin-bottom: 25px; }

#ttl_single, #ttl_page {
  margin: 0;
  font-size: 24px; }

#ttl_page {
  padding-left: 5px;
  border-bottom: 1px solid #eaeaea; }

#version_box {
  border: 1px solid #222;
  padding-bottom: 7px; }
#version_box #version {
  height: 23px;
  padding: 0;
  padding-left: 12px;
  margin: 0 0 9px;
  background: #222;
  font-size: 14px;
  color: #fff;
  line-height: 22px; }
#version_box p {
  font-size: 13px;
  line-height: 1.4em;
  padding: 0 16px; }

#update_box {
  padding: 11px;
  border: 1px dashed #a0a0a0; }
#update_box p {
  display: flex;
  padding: 0 2px;
  border-bottom: 1px solid #54b0f4;
  margin: 0;
  font-size: 13px; }
#update_box p + p {
  margin-top: 5px; }
#update_box p span {
  display: block; }
#update_box p .update_date {
  padding-right: 15px; }
#update_box p .update_content {
  flex: 1; }

#article_content {
  margin: 40px 0; }

#page_content {
  margin: 30px 0 60px; }

#article_content h2:not([class]), #page_content h2:not([class]) {
  padding: 4px 0 4px 10px;
  border-bottom: 1px solid #222;
  border-left: 8px solid #0094e7;
  margin: 60px 0 24px;
  font-size: 18px;
  line-height: 22px; }
#article_content h2:not([class]):first-child, #page_content h2:not([class]):first-child {
  margin-top: 0; }
#article_content h3:not([class]), #page_content h3:not([class]) {
  position: relative;
  padding-left: 14px; }
#article_content h3:not([class]):before, #page_content h3:not([class]):before {
  content: "";
  position: absolute;
  top: .5em;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #0094e7;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%; }
#article_content h3:not([class]), #article_content h4:not([class]), #page_content h3:not([class]), #page_content h4:not([class]) {
  margin: 27px 0 15px;
  font-size: 15px; }
#article_content p:not([class]), #page_content p:not([class]) {
  line-height: 1.6em; }
#article_content p:not([class]) + p:not([class]), #page_content p:not([class]) + p:not([class]) {
  margin-top: 1em; }
#article_content a, #page_content a {
  color: #0094e7; }
@media screen and (min-width: 601px) {
  #article_content a:hover, #page_content a:hover {
    color: #da2d3b; } }
#article_content p.left img, #article_content p.right img, #page_content p.left img, #page_content p.right img {
  margin-top: 0; }
#article_content p.left, #page_content p.left {
  float: left; }
#article_content p.left img, #page_content p.left img {
  margin-left: 0;
  margin-right: 8px; }
#article_content p.right, #page_content p.right {
  float: right; }
#article_content p.right img, #page_content p.right img {
  margin-right: 0;
  margin-left: 8px; }
#article_content img, #page_content img {
  max-width: 100%;
  margin: 4px auto 12px; }
#article_content img.left, #article_content img.right, #page_content img.left, #page_content img.right {
  margin-top: 0; }
#article_content img.left, #page_content img.left {
  float: left;
  margin-left: 0;
  margin-right: 8px; }
#article_content img.right, #page_content img.right {
  float: right;
  margin-left: 8px;
  margin-right: 0; }
#article_content blockquote:not([class]), #page_content blockquote:not([class]) {
  padding: 13px;
  margin: 20px 0;
  color: #363636;
  font-size: 14px;
  line-height: 1.4em;
  font-style: oblique;
  background: #f3f3f3; }
#article_content div:not([class]), #page_content div:not([class]) {
  padding: 14px 12px;
  border: 1px solid #888;
  border-radius: 1px;
  margin: 20px auto;
  color: #757575; }
#article_content table:not([class]), #page_content table:not([class]) {
  display: block;
  max-width: 100%;
  margin: 20px 0; }
#article_content table:not([class]) tbody, #page_content table:not([class]) tbody {
  display: block; }
#article_content table:not([class]) tbody tr, #page_content table:not([class]) tbody tr {
  display: flex;
  align-items: stretch; }
#article_content table:not([class]) tbody tr:first-child, #page_content table:not([class]) tbody tr:first-child {
  background: #e5e5e5 !important; }
#article_content table:not([class]) tbody tr:first-child td, #page_content table:not([class]) tbody tr:first-child td {
  font-weight: bold;
  text-align: center; }
#article_content table:not([class]) tbody tr:nth-child(odd), #page_content table:not([class]) tbody tr:nth-child(odd) {
  background: #f1f1f1; }
#article_content table:not([class]) tbody tr:nth-child(even), #page_content table:not([class]) tbody tr:nth-child(even) {
  background: #fafafa; }
#article_content table:not([class]) tbody tr td, #page_content table:not([class]) tbody tr td {
  display: block;
  padding: 4px;
  width: 28%; }
#article_content table:not([class]) tbody tr td + td, #page_content table:not([class]) tbody tr td + td {
  flex: 1;
  border-left: 3px solid #fcfcfe; }

#author_box {
  margin-bottom: 25px; }
#author_box p:first-child {
  padding: 3px 8px 0;
  font-weight: bold; }
#author_box h2 {
  margin: 0;
  border-left: 4px solid #444;
  padding: 7px 8px;
  font-size: 18px;
  line-height: 1em; }
#author_box p {
  padding: 3px 0;
  padding-left: 8px;
  border-left: 1px solid #555;
  margin: 0;
  font-size: 13px; }

#freeArea div.def {
  padding: 20px 17px;
  border: 9px solid #f3f3f3;
  margin-bottom: 25px; }
#freeArea div.def a {
  position: relative;
  display: block;
  width: 240px;
  padding: 14px 0;
  border: 2px solid #22a0fa;
  border-radius: 4px;
  background: #22a0fa;
  margin: 17px auto 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0.4px 0.6px 1.4px rgba(30, 30, 30, 0.19);
  transition: background .21s,color .21s; }
@media screen and (min-width: 601px) {
  #freeArea div.def a:hover {
    background: transparent;
    color: #22a0fa; } }

#single_bottom .post_wrap {
  padding: 0; }

/*    CONTACT
/*********************************/
#page_content #contact_box {
  padding: 14px;
  background: #fafafa;
  border-color: #ccc;
  color: #222; }

.wpcf7-form input {
  margin-bottom: 15px; }

.wpcf7-form .redTxt {
  font-size: 10px;
  color: #da2d3b;
  font-weight: bold; }

.form-width {
  max-width: 100%; }

textarea.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box; }

.wpcf7-form .wpcf7-submit {
  display: block;
  padding: 7px 0;
  background-color: #222;
  color: #fff;
  border-style: none;
  margin: 25px auto 0;
  max-width: 100%;
  width: 250px;
  border-radius: 1px; }

/*    ダウンロードボタン
/*********************************/
a.button_dl {
    display: inline-block;
    width: 50%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
a.button_dl::before,
a.button_dl::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
a.button_dl,
a.button_dl::before,
a.button_dl::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a.button_dl {
    position: relative;
    z-index: 2;
    background-color: #ccc;
    border: 2px solid #ccc;
    color: #fff;
    line-height: 50px;
}
a.button_dl:hover {
    background-color: #fff;
    border-color: #0094e7;
    color: #0094e7;
}
a.button_dl::before,
a.button_dl::after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #333;
}
a.button_dl::before {
    top: 0;
}
a.button_dl::after {
    bottom: 0;
}
a.button_dl:hover::before,
a.button_dl:hover::after {
    height: 0;
    background-color: #0094e7;
}

/*    Text Widget
/*********************************/
div.textwidget {
    background-color: #edfbff;
    border-left: 8px solid #0094e7;
    margin: 0 0 2em 0;
    padding: 1em 2em;
}

/*    smartphone
/*********************************/
@media screen and (max-width: 600px) {
  /*    TOP PAGE
  /*********************************/
  .post_wrap .post_item .post_thumb {
    width: 21%;
    padding-top: 21%; }
  .post_wrap .post_item .post_thumb + .post_content {
    width: 78%; }
  .post_wrap .post_item .post_head .post_thumb {
    width: 36px;
    padding-top: 36px;
    margin-top: 8px; }
  .post_wrap .post_item .post_head .post_head_txt {
    width: -webkit-calc( 100% - 42px );
    width: calc( 100% - 42px ); }
  .post_wrap .post_item .post_content h3.txt_16 {
    font-size: 16px;
    line-height: 20px; }
  .post_wrap .post_item .post_content h3 {
    font-size: 15px;
    line-height: 18px; }
  .post_wrap.post_cate {
    width: 100%; }
  .post_wrap.post_cate + .post_cate {
    margin-left: 0; }

  /*    ARCHIVES POST
  /*********************************/
  #panList {
    margin-top: 0; }

  #pager ul li + li {
    margin-left: 4px; }
  #pager ul #prev + li {
    margin-left: 12px; }
  #pager ul #next {
    margin-left: 12px; }

  /*    SINGLE
  /*********************************/
  #article_content img.left, #article_content img.right {
    float: none;
    display: block;
    margin: 6px auto; }

  #freeArea div.def {
    padding: 14px; }

  #update_box p .update_date {
    padding-right: 12px; } }

  /*    List Default
  /*********************************/
ul {
     list-style-type: square;
     padding: 10px 0px 10px 30px;
}
