@charset "utf-8";
/*
  Theme: akasugu
  Author: Hatena Blog Team
  Description:赤すぐ

*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * 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.
 * 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.
 */
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;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* button background */
/* button hover backgroud */
/* Common */
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS PGothic', sans-serif;
  color: #333333;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #e6e6e6;
  color: #333333;
}
/* Buttons */
.btn {
  display: inline-block;
  text-align: center;
  padding: .5em 1.5em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 90%;
  border-radius: .3em;
  overflow: hidden;
  color: #ff6562;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #ff6562;
}
.btn:visited {
  color: #ff6562;
}
.btn:hover {
  background-color: #ff6562;
  color: #fff;
  text-decoration: none;
}
.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
#globalheader-container {
  display: none;
}
#akasugu-header {
  margin: 0 0 20px 0;
}
.header-inner {
  width: 960px;
  margin: 0 auto;
  display: block;
  *zoom: 1;
}
.header-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.blog-title {
  display: inline-block;
  float: left;
}
.blog-title a:hover {
  text-decoration: none;
}
.search-form {
  float: right;
  position: relative;
  margin: 25px 0 0 0;
}
.search-module-input {
  border: 2px solid #e6e6e6;
  box-shadow: none;
  padding: 8px 12px;
  font-size: 14px;
  width: 240px;
  height: 18px;
  -webkit-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.search-module-input:focus {
  outline: none;
  border-color: #04b1ea;
}
.search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url("https://cdn.blog.st-hatena.com/css/theme/akasugu/images/search.svg?version=263e782f4058acf5109a8ca03f06e0") no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 9px;
  right: 7px;
}
.breadcrumb {
  /*margin: 0 auto;*/
  margin: 0 auto 0 !important;
  width: 960px;
  padding: .5em 0;
  font-size: 12px;
}
.breadcrumb a {
  color: #ff6562;
  text-decoration: underline;
  margin: 0 4px;
}
.breadcrumb span:first-child a {
  margin: 0 4px 0 0;
}
#akasugu-category-header-image {
  width: 960px;
  margin: 0 auto 20px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-index #akasugu-category-header-image {
  display: none;
}
.page-entry #akasugu-category-header-image {
  display: none !important;
}
.page-archive #akasugu-category-header-image {
  display: none;
}
.page-category-category_name #akasugu-category-header-image {
  display: none;
}
.page-about #akasugu-category-header-image {
  display: none;
}
/* カテゴリ別ヘッダ画像出し分け */
.category-妊活 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200717.png") no-repeat center;
  background-size:  720px auto;
}
/*
.category-妊娠超初期 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200724.png") no-repeat center;
  background-size:  720px auto;
}
.category-妊娠初期 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200721.png") no-repeat center;
  background-size:  720px auto;
}
.category-妊娠中期 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200727.png") no-repeat center;
  background-size:  720px auto;
}
.category-妊娠後期 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200730.png") no-repeat center;
  background-size:  720px auto;
}
*/
.category-出産・産後すぐ #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200733.png") no-repeat center;
  background-size:  720px auto;
}
.category-育児0歳 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160609/20160609095419.png") no-repeat center;
  background-size:  720px auto;
}
.category-育児1歳 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200707.png") no-repeat center;
  background-size:  720px auto;
}
.category-育児2歳 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160608/20160608200710.png") no-repeat center;
  background-size:  720px auto;
}
.category-育児3歳以上 #akasugu-category-header-image {
  display: block;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160609/20160609095524.png") no-repeat center;
  background-size:  720px auto;
}
/* container */
.container {
  width: 960px;
  margin: 0 auto;
}
#content-inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  display: block;
  *zoom: 1;
}
#content-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#top-box {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hatena-urllist .recent-entries-image {
  margin: 0 .7em 0 0;
}
.hatena-module-recent-entries {
  margin: 0 0 15px 0;
}
.hatena-module-recent-entries .hatena-module-title {
  font-weight: bold;
  padding: 0 0 10px 0;
  font-size: 110%;
  border-bottom: 1px solid #e6e6e6;
}
.hatena-module-recent-entries .hatena-module-title a {
  text-decoration: none;
  color: #333333;
}
.hatena-module-recent-entries li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  line-height: 1.5;
}
.hatena-module-recent-entries .recent-entries-entry-body {
  color: #999999;
}
.hatena-module-recent-entries .urllist-category-link {
  margin-right: 0;
}
.hatena-module-recent-entries .urllist-category-link:after {
  content: ",";
}
.hatena-module-recent-entries .urllist-category-link:last-child:after {
  content: "";
}
.hatena-module-recent-entries .urllist-category-link:first-child {
  content: "";
  background: url("https://cdn.blog.st-hatena.com/css/theme/akasugu/images/tag.svg?version=263e782f4058acf5109a8ca03f06e0") no-repeat left center;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  padding: 0 0 0 16px;
}
.top-readmore-link {
  text-align: right;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#main {
  width: 630px;
  float: left;
}
#main .hatena-module-body .urllist-date-link a {
  color: #999999;
}
#main .hatena-module-body .urllist-title-link {
  color: #333333;
  font-size: 120%;
}
#main .hatena-module-body .urllist-entry-body {
  font-size: 80%;
  margin-top: .3em;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 40px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  position: relative;
}
.header-social-buttons {
  margin: 1em 0 0;
}
.header-social-buttons > div,
.header-social-buttons > iframe {
  display: inline-block;
}
.entry-title {
  margin: 0;
  line-height: 1.5;
  font-size: 160%;
}
/* 日付 */
.date {
  margin-bottom: .5em;
}
.date a {
  color: #999999;
  text-decoration: none;
  font-size: 85%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  text-decoration: none;
}
.categories a:hover {
  text-decoration: underline;
}
.categories a:after {
  content: ",";
}
.categories a:last-child:after {
  content: "";
}
.categories a:first-child {
  content: "";
  background: url("https://cdn.blog.st-hatena.com/css/theme/akasugu/images/tag.svg?version=263e782f4058acf5109a8ca03f06e0") no-repeat left center;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  padding: 0 0 0 16px;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: 0px;
  right: 0px;
}
.entry-header-menu a {
  display: inline-block;
  text-align: center;
  padding: .5em 1.5em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 90%;
  border-radius: .3em;
  overflow: hidden;
  color: #ff6562;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #ff6562;
  padding: .2em 1em;
}
.entry-header-menu a:visited {
  color: #ff6562;
}
.entry-header-menu a:hover {
  background-color: #ff6562;
  color: #fff;
  text-decoration: none;
}
.entry-header-menu a:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 95%;
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  padding: .2em 0;
}
.entry-content h1 {
  font-size: 200%;
}
.entry-content h2 {
  font-size: 180%;
}
.entry-content h3 {
  font-size: 160%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content blockquote {
  border: 1px solid #e6e6e6;
  margin: 0 0 10px;
  padding: 15px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #e6e6e6;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content .writer {
  border: 1px solid #e6e6e6;
  margin: 0 0 10px;
  padding: 15px;
  line-height: 1.4;
  overflow: hidden;
}
.entry-content .writer p {
  margin: 0 0 .5em 0;
}
.related-entries {
  line-height: 1.4;
}
.related-entries h2 {
  border-bottom: 3px solid #ff6562;
  font-size: 130%;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.related-entries .related-entries-list {
  border: 1px solid #e6e6e6;
  padding: 20px 20px 10px 20px;
}
.related-entries .related-entry-title {
  font-weight: normal;
  font-size: 120%;
  margin: 0 0 3px 0;
  display: inline-block;
}
.related-entries .related-entry-description {
  margin: 0;
}
.related-entries .related-entry-description a {
  color: #999999;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  display: none;
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
#box2 {
  line-height: 1.5;
  width: 300px;
  float: right;
}
#box2 .hatena-module {
  margin: 0 0 20px 0;
}
#box2 .hatena-module-title {
  font-weight: bold;
  font-size: 100%;
  border-bottom: 3px solid #ff6562;
  margin: 0 0 .5em 0;
  padding: 0 0 0 12px;
  background: url("https://cdn.blog.st-hatena.com/css/theme/akasugu/images/sidebar-headline.svg?version=263e782f4058acf5109a8ca03f06e0") no-repeat left center;
  background-size: 6px 8px;
}
#box2 .hatena-module-title a {
  text-decoration: none;
}
#box2 .hatena-module-title a:hover {
  text-decoration: underline;
}
#box2 .hatena-module-profile .hatena-module-body {
  font-size: 85%;
  padding: 8px 15px;
  border: 1px solid #e6e6e6;
}
#box2 .category-list {
  font-size: 120%;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e6e6e6;
}
#box2 .category-list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 15px;
}
#box2 .category-list li:last-child {
  border-bottom: none;
}
#box2 .hatena-module-entries-access-ranking .hatena-module-body {
  border: 1px solid #e6e6e6;
  padding: 8px 15px;
}
#box2 .hatena-module-category .hatena-module-body {
  font-size: 85%;
  padding: 5px 15px;
  border: 1px solid #e6e6e6;
}
#box2 .hatena-module-category .hatena-urllist {
  overflow: hidden;
}
#box2 .hatena-module-category li {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}
#box2 .hatena-module-category li:after {
  content: ",";
}
#box2 .hatena-module-category li:last-child:after {
  content: "";
}
#box2 .hatena-urllist li {
  padding: 10px 0;
}
#box2 .hatena-urllist .urllist-image {
  margin-bottom: 0;
}
#box2 .hatena-urllist .urllist-title-link {
  display: inline-block;
  float: left;
  color: #333333;
  width: 156px;
  font-size: 90%;
}
#box2 .entries-access-ranking-item {
  position: relative;
}
#box2 .entries-access-ranking-item:before {
  content: "";
  background: url('https://cdn.blog.st-hatena.com/css/theme/akasugu/images/ranking.svg?version=263e782f4058acf5109a8ca03f06e0') no-repeat left center;
  background-size: 10px 10px;
  display: inline-block;
  position: absolute;
  left: 114px;
  line-height: 1.2;
  padding-left: 15px;
  color: #ff6562;
}
#box2 .entries-access-ranking .rank-1:before {
  content: "1位";
}
#box2 .entries-access-ranking .rank-2:before {
  content: "2位";
}
#box2 .entries-access-ranking .rank-3:before {
  content: "3位";
}
#box2 .entries-access-ranking .rank-4:before {
  content: "4位";
}
#box2 .entries-access-ranking .rank-5:before {
  content: "5位";
}
#box2 .entries-access-ranking .rank-6:before {
  content: "6位";
}
#box2 .entries-access-ranking .rank-7:before {
  content: "7位";
}
#box2 .entries-access-ranking .rank-8:before {
  content: "8位";
}
#box2 .entries-access-ranking .rank-9:before {
  content: "9位";
}
#box2 .entries-access-ranking .rank-10:before {
  content: "10位";
}
#box2 .entries-access-ranking-title-link {
  margin: 20px 0 0 0;
}
.pager {
  margin: 1em 0;
  display: block;
  padding: 0 0 30px;
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.page-archive .archive-entries .archive-entry:first-child {
  padding: 0 0 20px 0;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
  color: #999;
}
.footer-inner {
  width: 960px;
  margin: 0 auto;
}
#pageBottom {
  margin: 30px 0;
  color: #999;
  font-size: 10px;
}
#pageBottom .topLink a {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 18px 0;
  padding: 0 0 0 15px;
  float: right;
  background: transparent url("https://zexybaby.zexy.net/ec/akasugu/img/style.png?rev20130527") no-repeat scroll 0 -1346px;
}
#pageBottom .siteLink {
  border: 1px solid #DDD;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 0 0 10px 0;
  padding: 6px 9px 7px 9px;
}
#pageBottom .siteLink li {
  display: inline;
  font-size: 12px;
}
#pageBottom .relateLink {
  padding-bottom: 7px;
}
#pageBottom .relateLink p {
  margin-bottom: 6px;
}
#pageBottom .relateLink p span {
  color: #666;
}
#pageBottom .recruitLink {
  margin-bottom: 21px;
  padding-top: 11px;
}
#pageBottom .recruitLogo {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
}
#pageBottom .recruitLogo .logo a {
  display: block;
  padding: 0 0 0 110px;
  background: transparent url("https://zexybaby.zexy.net/ec/akasugu/img/style.png?rev20130527") no-repeat scroll 0 -291px;
}
#pageBottom .recruitLogo .logo a span {
  display: block;
  width: 269px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url("https://zexybaby.zexy.net/ec/akasugu/img/style.png?rev20130527") no-repeat scroll 0 -319px;
}
#pageBottom .recruitLogo a {
  color: #435b67;
}
.topLink {
  overflow: hidden;
  zoom: 1;
}
img[src*="googleads.g.doubleclick.net"]{
  display: none;
}

.profile {border:1px solid #ccc; padding:10px; overflow:auto;}
.profile > p:first-child {margin:0;}
.profile > p:first-child img {float:left; margin:0 20px 0 0;}
.profile > p.info {font-size: 80%;}
.entry-content .profile {margin-top:3.5em;}

/* pickup css start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.top-pickup-box {
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 30px;
  /*background-color:#eee;
  margin:-20px auto 30px;*/
}
.top-pickup-box .top-pickup-in-box {
  width: 960px;
  margin: 0 auto;
}
.top-pickup-box div,
.top-pickup-box p,
.top-pickup-box ul,
.top-pickup-box li,
.top-pickup-box a,
.top-pickup-box img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
.top-pickup-box ul,
.top-pickup-box li {
  list-style: none;
}
.top-pickup-box img {
  line-height: 0;
}
.top-pickup-box .pickup-main-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  margin: 0 0 15px;
  border-left: 6px solid #ff6562;
  padding-left: 7px;
}
.top-pickup-box .box-left {
  float: none;
  width: 960px;
}
/*
.top-pickup-box .box-right {
  float: right;
  width: 300px;
  margin-top: 20px;
}
*/
.top-pickup-box .pickupL-left,
.top-pickup-box .pickupL-center {
  float: left;
  width: 300px;
  margin-right: 30px;
}
.top-pickup-box .pickupL-right {
  float: right;
  width: 300px;
}
.top-pickup-box .imgL {
  border: 1px solid #eee;
  padding: 3px;
  margin-bottom: 10px;
}
.top-pickup-box .pickupL-info {
  margin-bottom: 10px;
  padding: 0 5px;
}
.top-pickup-box .pickupL-info > ul {
  float: left;
}
.top-pickup-box .pickupL-info > ul li {
  float: left;
}
/*
.top-pickup-box .pickupL-info > ul li:last-child {
  margin-left: 10px;
  font-weight: bold;
  font-size: 11px;
}
*/
.top-pickup-box .pickupL-info > ul .pickup-icon {
  background-color: #ff6562;
  line-height: 1;
  padding: 3px 15px 5px;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 600;
  margin-right: 10px;
}
.top-pickup-box .pickupL-info > ul .info-age {
  font-weight: bold;
  font-size: 11px;
}
.top-pickup-box .pickupL-info > p {
  float: right;
  font-size: 11px;
  color: #999;
}
.top-pickup-box .pickupL-catch {
  font-size: 12px;
  line-height: 1.5em;
}
/* pickupCSS end */

/* user-post-box */
.user-post-box p,
.user-post-box h2 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.user-post-box {
  padding: 15px;
  border: 5px solid #eee;
  background-color: #fff;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  box-sizing : border-box ;
}
.user-post-box .user-post-campaign {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px !important;
  color: #ed3a60;
  text-align: center;
}
.user-post-box .user-post-main .user-post-title {
  margin-bottom: 5px;
}
.user-post-box .user-post-main .user-post-btn > a {
  width: 180px;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 13px 0;
  background-color: #ff6562;
  border: 1px solid #ff6562;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.user-post-box .user-post-main .user-post-btn > a:hover {
  color: #ff6562;
  background-color: #fff;
  text-decoration: none;
}
/* user-post-box */

/* footer
-------------------------------------------------------------*/
footer div,
footer h2,
footer h3,
footer h4,
footer h5,
footer p,
footer ul,
footer li,
footer a,
footer span {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
footer li {
  list-style: none;
}
footer .footer-content-box {
  background-color: #fff9f6;
  padding: 30px 0;
}
footer .footer-bar {
  background-color: #fff;
  padding: 20px 0 30px;
}
footer .footer-content-box .in-content-box,
footer .footer-bar .in-footer-bar {
  width: 960px;
  margin: 0 auto;
}
footer .in-content-box {
  display: table;
  width: 100%;
}
footer .footer-menu-img,
footer .footer-menu-cate,
footer .footer-menu-content,
footer .footer-menu-info {
  display: table-cell;
  vertical-align: top;
}
footer .footer-menu-img {
  width: 240px;
}
footer .footer-menu-cate,
footer .footer-menu-content,
footer .footer-menu-info {
  width: 220px;
}
footer .footer-menu-cate,
footer .footer-menu-content,
footer .footer-menu-info {
  padding-left: 20px;
}
footer .footer-menu-img > img {
  border: 3px solid #dfd7d2;
  width: 90%;
  height: auto;
}
footer .footer-content-box h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfd7d2;
}
footer .menu-table {
  display: table;
  width: 100%;
}
footer .menu-box-left,
footer .menu-box-right {
  display: table-cell;
}
footer .footer-content-box li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7em;
}
footer .in-footer-bar {
  display: table;
  width: 100%;
}
footer .recruitLogo,
footer .footer-sns-box {
  display: table-cell;
  vertical-align: middle;
}
footer .footer-sns-box {
  width: 320px;
}
footer .in-sns-box {
  display: table;
  width: 100%;
  text-align: right;
}
footer .fb,
footer .tw,
footer .line {
  display: table-cell;
}

.in-caution {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  padding: 20px 0 0;
}
.in-caution p {
  font-size: 12px;
  color: #777;
  line-height: 1.3;
}

.recruitLogo {
  width: 640px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}
.recruitLogo .logo a {
  display: block;
  /*padding: 0 0 0 110px;
  background: transparent url(https://zexybaby.zexy.net/ec/akasugu/img/style.png?rev20130527) no-repeat scroll 0 -291px;*/
  color: #435b67;
}
.recruitLogo .link-text a {
  color: #435b67;
}
.recruitLogo .logo a span {
  display: block;
  width: 269px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url(https://zexybaby.zexy.net/ec/akasugu/img/style.png?rev20130527) no-repeat scroll 0 -319px;
}

/* past-article */
.past-articles-box .past-articles-content {
  display: table;
  width: 100%;
}
.past-articles-box .past-articles-title {
  font-size: 16px;
  padding: 0 0 0 10px;
  border-left: 6px solid #ff6562;
}
.past-articles-box .past-articles-content .box-left {
  width: 260px;
  display: table-cell;
  vertical-align: middle;
}
.past-articles-box .past-articles-content .box-left a img {
  width: 240px;
  height: auto;
}
.past-articles-box .past-articles-content .box-right {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.past-articles-box .sp {
  display: none !important;
}

/* top contents list 20151221
-------------------------------------------------*/
.urllist-date-link {
  font-size: 75%;
}
#main .hatena-module-body .urllist-title-link {
  color: #333333;
  font-size: 115%;
  line-height: 1.3;
}
.urllist-categories.recent-entries-categories {
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 12px;
  font-size: 12px;
}
#box2 .hatena-urllist .urllist-title-link {
  font-size: 75%;
  line-height: 1.3;
}
#main .hatena-module-body .urllist-item-inner.recent-entries-item-inner {
  overflow: hidden;
  zoom: 1;
}
#main .hatena-module-body .urllist-entry-body {
  float: right;
  width: 418px;
}

/* PC top-banner-box
-------------------------------------------------*/
.top-banner-box {
   width: 100%;
  }
.top-banner-box ul {
  margin: 0;
  padding: 0;
  }
.top-banner-box ul li {
  margin-bottom: 10px;
  list-style: none;
  }
.top-banner-box ul li:last-child {
  margin-bottom: 0;
  }
.top-banner-box ul li a {
  display: block;
  width: 100%;
  line-height: 0;
  }
.top-banner-box ul li a img {
  width: 100%;
  height: auto;
  }

.permalink.pager .pager-prev a,
.permalink.pager .pager-next a {
  font-size: 12px;
}

/* header 20160316 */
#top-editarea #akasugu-header .header-inner .blog-title {
  margin: 17px 0;
}
#top-editarea #akasugu-header .header-inner .blog-title > a {
  display: block;
  line-height: 0;
}
#top-editarea #akasugu-header .header-inner > .search-form {
  margin: 18px 0 0 0;
}

/* sp-button */
.button-sp {
  margin: 0 auto 1em !important;
}
.in-button-sp {
  width: auto;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ff6562;
  border: 3px solid #ff6562;
  text-decoration: none;
}
.in-button-sp a {
  display: block;
  background: transparent url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/akasugu/20160321/20160321113757.png) no-repeat right center;
  color: #fff;
  background-size: 12px auto;
  padding: 25px 0;
  text-decoration: none;
}
.in-button-sp:hover {
  background-color: #fe7573;
  cursor: pointer;
}
.in-button-sp a:hover {
  text-decoration: none;
}

/* share-botton custom */
.share-buttons{
  text-align: left;
  margin: 20px 0 0 0;
}
.share-buttons .inner a {
  position: relative;
  display: inline-block;
  width: 15%;
  /*height: 45px;*/
  height: auto;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding:5px;
}
.share-buttons .inner .share-text{
  font-size: 15px;
}
.share-buttons .inner .hatena-bookmark-button{
  background: #008fde;
  box-shadow: 0 3px #5478a5;
}
.share-buttons .inner .hatena-bookmark-button:hover{
  background: #1db4eb;
}
.share-buttons .inner .hatena-bookmark-button:active{
  background: #5478a5;
}
.share-buttons .inner .facebook-button{
  background: #305097;
  box-shadow: 0 3px #213254;
}
.share-buttons .inner .facebook-button:hover{
  background: #4c70ba;
}
.share-buttons .inner .facebook-button:active{
  background: #213254;
}
.share-buttons .inner .twitter-button{
  background: #55acee;
  box-shadow: 0 3px #0285b7;
}
.share-buttons .inner .twitter-button:hover{
  background: #83c3f3;
}
.share-buttons .inner .twitter-button:active{
  background: #0285b7;
}
.share-buttons .inner .line-button{
  background: #00b900;
  box-shadow: 0 3px #007a00;
}
.share-buttons .inner .line-button img {
  width: 25%;
  margin-bottom: -4px;
}
.share-buttons .inner .line-button:hover{
  background: #5dce5d;
}
.share-buttons .inner .line-button:active{
  background: #5dce5d;
}
.share-buttons .inner .googleplus-button{
  background: #db4a39;
  box-shadow: 0 3px #a23629;
}
.share-buttons .inner .googleplus-button:hover{
  background: #e47365;
}
.share-buttons .inner .googleplus-button:active{
  background: #a23629;
}
.share-buttons .inner .pocket-button{
  background: #ee4256;
  box-shadow: 0 3px 0 #b5392c;
}
.share-buttons .inner .pocket-button:hover{
  background: #f26f7f;
}
.share-buttons .inner .pocket-button:active{
  background: #b5392c;
}
.share-buttons .inner .share-buttons a:active{
  top: 3px;
  box-shadow: none;
}




/* footer
--------------------------------------------*/
.taikenki-pc-footer {
  width: 100%;
  margin: 0;
  padding-top: 2px;
  border-top: 1px solid #f1ede3;
  background-color: #fff;
}
.taikenki-pc-footer .footer-contents {
  padding: 20px 0 0;
  background-color: #f1ede3;
}
.taikenki-pc-footer .footer-contents .in-contents {
  width: 960px;
  margin: 0 auto;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .recruitLink a {
  color: #000;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .recruitLink:before,
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #d9d1be;
  border-bottom: 1px solid #fff;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .in-col3-sm {
  overflow: hidden;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list {
  margin-top: 30px;
  margin-right: 30px;
  float: left;
  width: 300px;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a .sholder {
  font-size: 11px;
  color: #666;
  margin: 0;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a .headline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin: 0;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list .footer-campaign {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/icon_presents.png) no-repeat left top;
  background-size: 34px auto;
  padding-left: 45px;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list .footer-samples {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/icon_samples.png) no-repeat left top;
  background-size: 34px auto;
  padding-left: 45px;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list .footer-model {
  background: transparent url(https://cdn.zexybaby.zexy.net/img/common/icon_model.png) no-repeat left top;
  background-size: 34px auto;
  padding-left: 45px;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .col3-sm .col3-sm-list:last-child {
  margin-right: 0;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box {
  width: 460px;
  overflow: hidden;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a {
  display: block;
  color: #000;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a .thumb {
  width: 200px;
  float: left;
  margin-right: 15px;
  list-style-type: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a .thumb img {
  width: 100%;
  height: auto;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl {
  padding-top: 10px;
  margin: 0;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl dt span {
  display: block;
  font-size: 10px;
  margin-bottom: 2px;
  color: #eb6d7b;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a dl dd {
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  text-decoration: none;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box.left {
  float: left;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service .footer-s-box.right {
  float: right;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents .footer-service:last-of-type {
  margin-bottom: 0;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents:last-child {
  margin-bottom: 0;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents.border .in-border-box {
  line-height: 1.8;
}
.taikenki-pc-footer .footer-contents .in-contents .service-contents.border .in-border-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #d9d1be;
  border-bottom: 1px solid #fff;
}
.taikenki-pc-footer .footer-bar {
  width: 100%;
  padding: 20px 0;
  background-color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.taikenki-pc-footer .footer-link {
  width: 960px;
  margin: 0 auto;
  list-style: none;
  text-align: right;
  font-size: 13px;
  box-sizing: border-box;
}
.taikenki-pc-footer .footer-link li {
  display: inline;
  padding-left: 20px;
}
.taikenki-pc-footer .footer-link li a {
  color: #fff;
  text-decoration: none;
}
.taikenki-pc-footer .footer-link li a:hover {
  text-decoration: underline;
}
.taikenki-pc-footer .footer-btm {
  background-color: #fff;
  padding: 20px 0 40px;
}
.taikenki-pc-footer .footer-btm .in-footer-btm {
  position: relative;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.taikenki-pc-footer .footer-btm .in-footer-btm .footer-logo {
  float: left;
  margin: 0;
}
.taikenki-pc-footer .footer-btm .in-footer-btm .footer-logo a {
  font-size: 10px;
  color: #435B67;
}
.taikenki-pc-footer .footer-btm .in-footer-btm .footer-logo a.footer-link-logo {
  width: 300px;
  display: block;
}
.taikenki-pc-footer .footer-btm .in-footer-btm .footer-logo a.footer-link-logo img {
  width: auto;
  height: 28px;
}
.taikenki-pc-footer .footer-btm .in-footer-btm .p-mark {
  float: right;
}
.taikenki-pc-footer .recruitLink p a {
  line-height: 1.7;
}

.taikenki-pc-footer .footer-btm .in-footer-btm .service-caution {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  width: 384px;
  margin: 0;
}

/* <system section="background" selected="default"> */
/* default */
/* </system> */

/* カテゴリ説明文用CSS
--------------------------------------------*/

.archive-heading {
  padding: 0px 0px 0px 7px;
  margin: 0px 0px 20px 0px;
  border-bottom: solid 5px #eeeeee;
  border: none;
  border-left: solid 7px #eb6d7b;
  background-color: transparent;
  color: #eb6d7b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
  font-family: verdana,arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',san-serif;
}

.ttl02 {
  color:#eb6d7b;
  padding: 12px;
  margin:0px 0px 10px 0px;
  font-size:18px;
  font-weight:bold;
  background-color: #f9f7ef;
}

dl.linklist {
	padding:0.5em;
	list-style-type:none;
}
dl.linklist dd {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
dl.linklist dd:after,dl.linklist dd:before {
	position:absolute;
	content:'';
	display:block;
	background: #eb6d7b;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
dl.linklist dd:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}

dl.linklist dt {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
dl.linklist dt:before {
	position:absolute;
	content:'';
	top: 0.2em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #eb6d7b;
}

.archive-header-category{
margin-bottom:1em;
}
/* カテゴリ下層リンク用CSS
--------------------------------------------*/
ul.categorylist {
    margin: 0 0 5px 0;
    padding: 0;
}
.categorylist li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 205px;
}
.categorylist a {
    display: inline-block;
    margin: 0 0 10px 10px;
    font-size: 12px;
}

/* 記事内ボタン 楽天風 */
.link-box {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
}
.link-box:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.6;
}
.link-box:hover .link-catch {
  text-decoration: none;
}
.link-box .link-box-thumb {
  float: left;
  width: 23%;
  margin: 0;
  padding: 0;
}
.link-box .link-box-text {
  float: right;
  width: 74%;
  margin: 0;
  padding: 0;
}
.link-box .link-catch {
  font-size: 16px;
  color: #ff6562;
  text-decoration: underline;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
.link-box .link-price {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #000;
  display: block;
}
.link-box .link-name {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #000;
}

/* PCカテゴリ差し込み */
.archive-heading {
  padding: 0px 0px 10px 0;
  margin: 0px 0px 20px 0px !important;
  border: none;
  border-left: none;
  /*border-bottom: 3px solid #ff6562;*/
  background-color: transparent;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  text-align: left;
  font-family: verdana,arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',san-serif;
}
.taikenki-category-freespace {
  position: relative;
  width: 630px;
  margin: 0 auto;
}
.taikenki-category-freespace .pc {
  display: block;
}
.taikenki-category-freespace .sp {
  display: none;
}
.taikenki-category-freespace h1, .taikenki-category-freespace h2, .taikenki-category-freespace h3, .taikenki-category-freespace h4, .taikenki-category-freespace p, .taikenki-category-freespace ol, .taikenki-category-freespace ul, .taikenki-category-freespace dl {
  margin: 0;
  padding: 0;
}
.taikenki-category-freespace img {
  width: 100%;
  height: auto;
}
.taikenki-category-freespace .date {
  /*position: absolute;
  top: -46px;
  right: 0;*/
  font-size: 13px;
  font-weight: normal;
  color: #999;
  padding: 0 10px;
  margin-bottom: 3px;
}
.taikenki-category-freespace .category-navigation {
  list-style-type: none;
  overflow: hidden;
  margin: 0 10px 15px;
  font-size: 15px;
}
.taikenki-category-freespace .category-navigation li a {
  color: #ff6562;
}
.taikenki-category-freespace .category-navigation .left {
  float: left;
}
.taikenki-category-freespace .category-navigation .right {
  float: right;
}
.taikenki-category-freespace .main-visual {
  width: 100%;
  margin-bottom: 20px;
}
.taikenki-category-freespace h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin: 0 10px 30px;
  padding: 0;
}
.taikenki-category-freespace .thumb-caption {
  font-size: 14px;
  margin-top: -15px;
  color: #666;
  line-height: 1.7;
}
.taikenki-category-freespace .thumb-caption > span {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-top: 5px;
}
.taikenki-category-freespace .category-contents-list {
  width: 100%;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.taikenki-category-freespace .category-contents-list > p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.taikenki-category-freespace .category-contents-list > ul {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.taikenki-category-freespace .category-contents-list > ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.taikenki-category-freespace .category-contents-list > ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
  font-weight: bold;
}
.taikenki-category-freespace .category-contents-list > ul li a {
  color: #ff6562;
}
.taikenki-category-freespace .category-contents-list > ul li:nth-of-type(1)::before {
  content: "1.";
}
.taikenki-category-freespace .category-contents-list > ul li:nth-of-type(2)::before {
  content: "2.";
}
.taikenki-category-freespace .category-contents-list > ul li:nth-of-type(3)::before {
  content: "3.";
}
.taikenki-category-freespace .category-contents-list > ul li:nth-of-type(4)::before {
  content: "4.";
}
.taikenki-category-freespace .category-contents-list > ul li:nth-of-type(5)::before {
  content: "5.";
}
.taikenki-category-freespace .supervise {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #ddd;
}
.taikenki-category-freespace .supervise .supervise-in-block {
  margin: 0 25px 25px;
  padding: 25px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px dotted #ccc;
}
.taikenki-category-freespace .supervise .supervise-in-block:first-child {
  border-top: none;
}
.taikenki-category-freespace .supervise .supervise-img {
  float: left;
  width: 200px;
  margin-right: 15px;
}
.taikenki-category-freespace .supervise .supervise-profile .supervise-badge {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px;
  padding: 0;
}
.taikenki-category-freespace .supervise .supervise-profile .supervise-name {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 0 0 2px;
  padding: 0;
}
.taikenki-category-freespace .supervise .supervise-profile .supervise-hospital {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  margin: 0 0 15px;
  padding: 0;
}
.taikenki-category-freespace .supervise .supervise-profile .supervise-introduction {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin: 0;
  padding: 0;
}
.taikenki-category-freespace .category-module {
  margin-bottom: 50px;
}
.taikenki-category-freespace .category-module-title {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  padding: 0 0 10px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
.taikenki-category-freespace .category-module-title-sm {
  color: #333;
  font-size: 17px;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5;
}
.taikenki-category-freespace .category-module-lead {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  padding: 0;
  margin: 0;
}
.taikenki-category-freespace .category-module-checklist {
  width: 100%;
  padding: 30px;
  margin: 20px auto 15px;
  background: #fdfaf1;
  box-sizing: border-box;
}
.taikenki-category-freespace .category-module-checklist .category-module-checklist-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 0;
}
.taikenki-category-freespace .category-module-checklist dl {
  position: relative;
  /*display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;*/
  display: block;
  padding: 15px 0 0 30px;
  margin: 15px 0 0;
  border-top: 1px solid #e4dcc3;
  box-sizing: border-box;
}
.taikenki-category-freespace .category-module-checklist dl:first-child {
  border-top: 5px solid #e4dcc3;
}
.taikenki-category-freespace .category-module-checklist dl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 20px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/p/pre_akasugu/20200401/20200401182502.png) no-repeat 0 0;
  background-size: 16px auto;
}
.taikenki-category-freespace .category-module-checklist dl dt {
  /*width: 25%;*/
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0 0 4px 0;
  box-sizing: border-box;
}
.taikenki-category-freespace .category-module-checklist dl dd {
  /*width: 75%;*/
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
  margin: 0;
  padding: 0;
}
.taikenki-category-freespace .advice-block {
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  background: #fdfaf1;
  box-sizing: border-box;
}
.taikenki-category-freespace .advice-block > dl {
  margin: 0 0 15px;
  padding: 0;
}
.taikenki-category-freespace .advice-block > dl::last-child {
  margin: 0;
}
.taikenki-category-freespace .advice-block > dl dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 3px;
  padding: 0;
}
.taikenki-category-freespace .advice-block > dl dd {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.taikenki-category-freespace .btn-sm-block {
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  background: #f7f7f7;
  box-sizing: border-box;
}
.taikenki-category-freespace .btn-sm-block > ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.taikenki-category-freespace .btn-sm-block > ul li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.taikenki-category-freespace .btn-sm-block > ul li > a {
  display: block;
  width: 100%;
  color: #ff6562;
  font-size: 14px;
  background: #fff;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #ff6562;
  border-radius: 5px;
  box-sizing: border-box;
}
.taikenki-category-freespace .btn-sm-block > ul li > a:hover {
  background: #ff6562;
  color: #fff;
  text-decoration: none;
}
.taikenki-category-freespace .btn-sm-block > h5 {
  font-size: 16px;
  color: #000;
  padding: 0 0 0 10px;
  margin: 0 0 5px;
}
.taikenki-category-freespace .btn-lg {
  display: block;
  width: 360px;
  margin: 20px auto 0;
  color: #ff6562;
  font-size: 16px;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #ff6562;
  border-radius: 5px;
  box-sizing: border-box;
}
.taikenki-category-freespace .btn-lg:hover {
  background: #ff6562;
  color: #fff;
  text-decoration: none;
}
.taikenki-category-freespace .figure-block {
  padding: 20px;
  margin: 20px 0;
  background: #f7f7f7;
  box-sizing: border-box;
}
.taikenki-category-freespace .category-module .category-module-sm-block {
  margin-bottom: 30px;
}
.taikenki-category-freespace .category-module .category-module-sm-block:last-child {
  margin-bottom: 0;
}
.taikenki-category-freespace .category-module .date {
  padding: 0;
}
.taikenki-category-freespace .category-module .supervise {
  margin: 30px 0 20px;
}
.taikenki-category-freespace .table-choushoki {
  width: 100%;
  margin-top: 20px;
}
.taikenki-category-freespace .table-choushoki > table {
  border-collapse: collapse;
  line-height: 1.5;
  border: 1px solid #eee;
  font-size: 15px;
  color: #333;
}
.taikenki-category-freespace .table-choushoki > table td, .taikenki-category-freespace .table-choushoki > table th {
  border: 1px solid #ddd;
  padding: 10px 7px;
}
.taikenki-category-freespace .table-choushoki > table th {
  background: #f5f5f5;
}
.taikenki-category-freespace .table-choushoki > table td {
  width: 16.66%;
}
.taikenki-category-freespace .table-choushoki > table .bg-color {
  color: #fff;
  background: #50b5c5;
}
.taikenki-category-freespace .table-choushoki > table .sub {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
  background: #f5f5f5;
}
.taikenki-category-freespace .table-choushoki > table .week td {
  padding: 7px;
  font-size: 13px;
  font-weight: bold;
}
.taikenki-category-freespace .table-choushoki .cap {
  margin-top: 10px;
}
.taikenki-category-freespace .table-food {
  width: 100%;
  margin-top: 20px;
}
.taikenki-category-freespace .table-food table {
  border-collapse: collapse;
  line-height: 1.5;
  border: 1px solid #eee;
  font-size: 15px;
  color: #333;
}
.taikenki-category-freespace .table-food table tr:nth-child(odd) {
  background: #fdfaf5;
}
.taikenki-category-freespace .table-food table td {
  width: 50%;
  border: 1px solid #ddd;
  padding: 10px 7px;
}
.taikenki-category-freespace .table-food .cap {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}
.taikenki-category-freespace .btn-col2 {
  width: 100%;
  overflow: hidden;
}
.taikenki-category-freespace .btn-col2 .btn-lg:first-child {
  display: block;
  width: 47%;
  float: left;
  font-size: 15px;
}
.taikenki-category-freespace .btn-col2 .btn-lg:last-child {
  display: block;
  width: 47%;
  float: right;
  font-size: 15px;
}

/* トップ差し込み */
.taikenki-top-month {
  width: 630px;
  margin: 40px auto 40px;
}
.taikenki-top-month .custom-title {
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 20px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.taikenki-top-month .month-block {
  width: 100%;
  display: table;
  padding: 0 0 20px;
  margin: 0 0 15px;
  border-bottom: 1px dotted #ddd;
}
.taikenki-top-month .month-block:last-child {
  border-bottom: none;
}
.taikenki-top-month .month-block .thumb {
  display: table-cell;
  vertical-align: top;
  width: 224px;
  padding-right: 5px;
  box-sizing: border-box;
}
.taikenki-top-month .month-block .thumb img {
  width: 100%;
  height: auto;
}
.taikenki-top-month .month-block .thumb-block {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 10px;
}
.taikenki-top-month .month-block .thumb-block .month-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
  padding: 0;
}
.taikenki-top-month .month-block .thumb-block .lead {
  padding: 0;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.5;
}
.taikenki-top-month .month-block .thumb-block .tags {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.taikenki-top-month .month-block .thumb-block .tags li {
  display: inline-block;
  margin: 0 10px 5px 0;
  margin: 0;
}
.taikenki-top-month .month-block .thumb-block .tags li a {
  display: block;
  color: #ff6562;
  border: 1px solid #ff6562;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}
.taikenki-top-month .month-block .thumb-block .tags li a:hover {
  color: #fff;
  background: #ff6562;
  text-decoration: none;
}

/* おすすめ医師監修記事エリア */
.select-article {
  width: 100%;
  margin: 50px 0;
  padding: 0 0 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.select-article .select-article-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: #f7f7f7;
  margin: 0;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.select-article .select-article-block {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.select-article .select-article-block:hover {
  text-decoration: none;
}
.select-article .select-article-block:hover dt {
  text-decoration: underline;
}
.select-article .select-article-block .thumb {
  width: 120px;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
.select-article .select-article-block .text-block dt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.7;
  margin: 0 0 7px;
  padding: 0;
}
.select-article .select-article-block .text-block dd {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
