@charset "UTF-8";
/*!
Theme Name: Biranger 2016
Theme URI: https://www.digitalcube.jp/
Author: DigitalCube Co.,Ltd
Author URI: https://www.digitalcube.jp/
Description: biranger.jp 2016 theme.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biranger
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Biranger is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.inner, .site-content, .slide-box {
  width: 980px;
  margin: 0 auto;
}

.toggle-btn a, .more-link a {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  font-weight: bold;
  background: #e3007f;
  border-radius: 3px;
  text-decoration: none;
  padding: 1em;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.toggle-btn a:visited, .more-link a:visited {
  color: white;
}
.toggle-btn a:hover, .more-link a:hover, .toggle-btn a:focus, .more-link a:focus, .toggle-btn a:active, .more-link a:active {
  color: white;
  background: #eb84be;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #313131;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #c9c9c9;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: .6em 1em .4em;
  box-sizing: border-box;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  box-sizing: border-box;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e3007f;
  text-decoration: none;
}
a:visited {
  color: #e3007f;
}
a:hover, a:focus, a:active {
  color: #e3007f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 25px;
  font-size: 10px;
  font-size: 0.625rem;
}

.main-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: table;
  width: 100%;
}
.main-navigation ul li {
  position: relative;
  display: table-cell;
  text-align: center;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 2.2em;
  left: -999em;
  z-index: 99999;
  background: white;
  font-weight: normal;
  display: block;
  width: 120px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  display: block;
  text-align: left;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 120px;
  padding: 0.5em;
  border-bottom: solid 1px #c9c9c9;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #313131;
  border-bottom: solid 3px white;
  padding: 0 1em 0.5em 1em;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-post-ancestor > a,
.main-navigation .current-post-parent > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-ancestor > a {
  color: #e3007f;
  border-bottom-color: #e3007f;
}

.footer-navigation {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer-navigation ul li {
  display: inline-block;
  border-right: solid 1px #313131;
  padding: 0 0.5em;
}
.footer-navigation ul li:first-child {
  border-left: solid 1px #313131;
}
.footer-navigation ul ul {
  display: none;
}
.footer-navigation a {
  color: #313131;
  text-decoration: none;
}
.footer-navigation a:hover, .footer-navigation a:focus, .footer-navigation a:active,
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
  color: #e3007f;
  text-decoration: underline;
}

.footer-related-sites {
  text-align: center;
  line-height: 1;
}
.footer-related-sites ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-related-sites ul li {
  display: inline-block;
  margin: 0 5px;
  width: 120px;
  height: 45px;
  overflow: hidden;
}
.footer-related-sites ul li a {
  width: 120px;
  padding-top: 45px;
  display: block;
}
.footer-related-sites ul li a:hover, .footer-related-sites ul li a:focus, .footer-related-sites ul li a:active {
  opacity: 0.7;
}
.footer-related-sites ul li.men-joy {
  width: 110px;
}
.footer-related-sites ul li.men-joy a {
  width: 110px;
  background: url('images/related-site-logo/men-joy.png?1482199583') no-repeat center top;
  background-size: contain;
}
.footer-related-sites ul li.wooris {
  width: 108px;
}
.footer-related-sites ul li.wooris a {
  width: 108px;
  background: url('images/related-site-logo/wooris.png?1490946753') no-repeat center top;
  background-size: contain;
}
.footer-related-sites ul li.bizlady a {
  background: url('images/related-site-logo/bizlady.png?1482199583') no-repeat center top;
  background-size: contain;
}
.footer-related-sites ul li.venustap a {
  background: url('images/related-site-logo/venustap.png?1482199583') no-repeat center top;
  background-size: contain;
}
.footer-related-sites ul ul {
  display: none;
}

.site-main .pagination {
  margin: 40px 0 0 0;
}
.pagination .nav-links {
  text-align: center;
  line-height: 1.2;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  background: white;
  border: solid 1px #e3007f;
  border-radius: 3px;
  text-decoration: none;
  padding: 0.75em 0.3em;
  min-width: 2.5em;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
  color: white;
  background: #e3007f;
}
.pagination .page-numbers.dots, .pagination .page-numbers.dots:hover, .pagination .page-numbers.dots:focus, .pagination .page-numbers.dots:active {
  border-color: #959595;
  color: #959595;
  background: white;
}

.icon-nav-sprite, .icon-nav-next, .icon-nav-prev, .post-navigation .nav-item a:hover .icon-nav-prev, .post-navigation .nav-item a:focus .icon-nav-prev, .post-navigation .nav-item a:active .icon-nav-prev, .post-navigation .nav-item a:hover .icon-nav-next, .post-navigation .nav-item a:focus .icon-nav-next, .post-navigation .nav-item a:active .icon-nav-next {
  background-image: url('images/icon-nav-s784db1f4e9.png');
  background-repeat: no-repeat;
}

.icon-nav-next {
  background-position: 0 -17px;
}
.icon-nav-next:hover, .icon-nav-next.next-hover {
  background-position: 0 0;
}

.icon-nav-prev {
  background-position: 0 -51px;
}
.icon-nav-prev:hover, .icon-nav-prev.prev-hover {
  background-position: 0 -34px;
}

.icon-nav {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 17px;
  line-height: 1;
}

.site-main .post-navigation {
  background: white;
  padding: 0 30px 50px 30px;
  text-align: center;
}
.post-navigation .nav-item {
  display: inline-block;
  margin: 0 5px;
  line-height: 1.2;
}
.post-navigation .nav-item a {
  display: block;
  background: white;
  text-align: center;
  border: solid 1px #d0cfcf;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #313131;
  padding: 1em;
  text-decoration: none;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.post-navigation .nav-item a:hover, .post-navigation .nav-item a:focus, .post-navigation .nav-item a:active {
  color: white;
  background: #eb84be;
}
.post-navigation .nav-item a:hover .icon-nav-prev, .post-navigation .nav-item a:focus .icon-nav-prev, .post-navigation .nav-item a:active .icon-nav-prev {
  background-position: 0 -34px;
}
.post-navigation .nav-item a:hover .icon-nav-next, .post-navigation .nav-item a:focus .icon-nav-next, .post-navigation .nav-item a:active .icon-nav-next {
  background-position: 0 0;
}
.post-navigation .nav-previous a {
  padding-right: 30px;
}
.post-navigation .nav-previous .icon-nav {
  margin-right: 15px;
  vertical-align: bottom;
}
.post-navigation .nav-next a {
  padding-left: 30px;
}
.post-navigation .nav-next .icon-nav {
  margin-left: 15px;
  vertical-align: bottom;
}

.site-main .comment-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  /* Make sure select elements fit in widgets. */
}
.site-main-bottom .widget {
  margin: 0 0 50px;
}
.widget select {
  max-width: 100%;
}
.widget ul, .widget ol {
  margin-left: 0;
}
.widget a {
  color: #313131;
}
.widget a:hover, .widget a:focus, .widget a:active {
  color: #e3007f;
  text-decoration: none;
}
.widget a:hover img, .widget a:focus img, .widget a:active img {
  opacity: 0.6;
}
.widget .more-link a {
  color: white;
}
.widget .more-link a:hover, .widget .more-link a:focus, .widget .more-link a:active {
  color: white;
  text-decoration: none;
}
.widget .more-link a:hover img, .widget .more-link a:focus img, .widget .more-link a:active img {
  opacity: 1;
}
.widget .more-link a img {
  vertical-align: middle;
}
.widget .more-link a .btn-right {
  float: right;
}
.widget .widget-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget .widget-list li {
  border-bottom: dashed 1px #aaaaaa;
  padding: 10px 0;
}
.widget .widget-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget .widget-list a {
  display: block;
  *zoom: 1;
}
.widget .widget-list a:after {
  content: "";
  display: table;
  clear: both;
}
.widget .widget-list .attachment-thumbnail,
.widget .widget-list .wp-post-image {
  width: 70px;
  margin-right: 15px;
  float: left;
}
.widget .widget-list .widget-list-entry-title {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  overflow: hidden;
}
.widget .widget-list .pr-post {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: solid 1px #313131;
  font-size: 24px;
  font-size: 1.5rem;
  color: #0c0c0c;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
}
.site-main-bottom .widget-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 15px;
}
.widget-title .sub-title {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}
.widget-title .pr-post {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.widget_biranger_pickup_widget .widget-title img {
  vertical-align: bottom;
}

.ranking-num-sprite, .ranking-num-1, .ranking-num-10, .ranking-num-2, .ranking-num-3, .ranking-num-4, .ranking-num-5, .ranking-num-6, .ranking-num-7, .ranking-num-8, .ranking-num-9, .widget_biranger_simple_ga_ranking .sga-ranking-list-1:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-2:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-3:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-4:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-5:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-6:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-7:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-8:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-9:before, .widget_biranger_simple_ga_ranking .sga-ranking-list-10:before {
  background-image: url('images/ranking-num-sb846fc8d5e.png');
  background-repeat: no-repeat;
}

.ranking-num-1 {
  background-position: 0 0;
}

.ranking-num-10 {
  background-position: 0 -100px;
}

.ranking-num-2 {
  background-position: 0 -200px;
}

.ranking-num-3 {
  background-position: 0 -300px;
}

.ranking-num-4 {
  background-position: 0 -400px;
}

.ranking-num-5 {
  background-position: 0 -500px;
}

.ranking-num-6 {
  background-position: 0 -600px;
}

.ranking-num-7 {
  background-position: 0 -700px;
}

.ranking-num-8 {
  background-position: 0 -800px;
}

.ranking-num-9 {
  background-position: 0 -900px;
}

.widget_biranger_simple_ga_ranking .widget-title {
  margin-bottom: 0;
}
.widget_biranger_simple_ga_ranking .widget-title img {
  vertical-align: bottom;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list {
  position: relative;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list a {
  margin-left: 30px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list .summary-footer {
  display: none;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-1:before {
  background-position: 0 0;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-2:before {
  background-position: 0 -200px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-3:before {
  background-position: 0 -300px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-4:before {
  background-position: 0 -400px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-5:before {
  background-position: 0 -500px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-6:before {
  background-position: 0 -600px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-7:before {
  background-position: 0 -700px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-8:before {
  background-position: 0 -800px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-9:before {
  background-position: 0 -900px;
}
.widget_biranger_simple_ga_ranking .sga-ranking-list-10:before {
  background-position: 0 -100px;
}

.widget-entries-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget-entries-container .pr-post {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}
.widget-entries-container .pickup-entry {
  width: 156px;
  margin-right: 8px;
  margin-bottom: 5px;
  *zoom: 1;
}
.widget-entries-container .pickup-entry:after {
  content: "";
  display: table;
  clear: both;
}
.widget-entries-container .pickup-entry:nth-child(4n) {
  margin-right: 0;
}
.widget-entries-container .pickup-entry a {
  position: relative;
  display: block;
}
.widget-entries-container .pickup-entry .pr-post {
  margin-top: 0;
  float: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.widget-entries-container .entry-pickup-thumbnail {
  text-align: center;
  height: 115px;
  overflow: hidden;
}
.widget-entries-container .entry-pickup-thumbnail img {
  vertical-align: top;
}
.widget-entries-container .widget-list-entry-title {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.widget-entries-container .related-entry {
  width: 320px;
  margin-right: 8px;
  margin-bottom: 10px;
  *zoom: 1;
}
.widget-entries-container .related-entry:after {
  content: "";
  display: table;
  clear: both;
}
.widget-entries-container .related-entry:nth-child(2n) {
  margin-right: 0;
}
.widget-entries-container .entry-related-thumbnail {
  width: 156px;
  float: left;
  margin-right: 7px;
}
.widget-entries-container .entry-related-thumbnail img {
  vertical-align: top;
}
.widget-entries-container .related-title {
  margin-top: 0;
  overflow: hidden;
}
.widget-entries-container .youtube-entry {
  width: 322px;
  margin-right: 4px;
}
.widget-entries-container .youtube-entry:nth-child(2n) {
  margin-right: 0;
}
.widget-entries-container .youtube-entry p {
  margin: 0;
}
.widget-entries-container a.youtube {
  position: relative;
  display: block;
}
.widget-entries-container a.youtube .play-btn {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.widget-entries-container a.youtube .play-btn img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget-entries-container .youtube-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 5px;
}
.widget-entries-container .jetpack-video-wrapper {
  margin: 0px !important;
}

.ad-main-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ad-main-bottom .tgad {
  width: 322px;
  margin-right: 4px;
}
.ad-main-bottom .tgad:nth-child(2n) {
  margin-right: 0;
}
.ad-main-bottom .tgad_pc_common_main_bottom_left {
  text-align: right;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  background: #f8f0f2;
}

.content-area {
  float: left;
  width: 648px;
}

.site-main-bottom {
  margin-top: 50px;
}

.site-content .widget-area {
  float: right;
  width: 300px;
}
body.home .site-content .widget-area, body.page:not(.page-writer) .site-content .widget-area, body.error404 .site-content .widget-area, body.search .site-content .widget-area {
  position: relative;
  top: -180px;
}

.site-footer {
  clear: both;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background: white;
  margin-bottom: 25px;
  -moz-box-shadow: 0px 6px 6px rgba(22, 3, 5, 0.2);
  -webkit-box-shadow: 0px 6px 6px rgba(22, 3, 5, 0.2);
  box-shadow: 0px 6px 6px rgba(22, 3, 5, 0.2);
  position: relative;
  z-index: 10;
}

.site-branding {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.site-title {
  margin: 0;
}
.site-title a {
  display: block;
  width: 207px;
  height: 60px;
  margin: 0 auto;
}
.site-title a img {
  vertical-align: top;
}

.header-sns-search-box {
  position: absolute;
  top: 15px;
  right: 0;
}

.header-search-form {
  margin-top: 7px;
  position: relative;
}
.header-search-form input[type="search"] {
  width: 100%;
  background: #ececec;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 13px;
  border-bottom-color: #cdcdcd;
  padding-right: 60px;
  padding-left: 13px;
}
.header-search-form input[type="submit"] {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  padding: 6px 13px;
  border-color: transparent;
  font-weight: bold;
}
.header-search-form input[type="submit"]:hover, .header-search-form input[type="submit"]:active, .header-search-form input[type="submit"]:focus {
  color: #e3007f;
}

/*--------------------------------------------------------------
## Slide
--------------------------------------------------------------*/
.slide-nav-sprite, .slide-nav-next, .slide-nav-prev, .slide-box .bx-wrapper .bx-prev, .slide-box .bx-wrapper .bx-next {
  background-image: url('images/slide-nav-s1e68488728.png');
  background-repeat: no-repeat;
}

.slide-nav-next {
  background-position: 0 -96px;
}
.slide-nav-next:hover, .slide-nav-next.next-hover {
  background-position: 0 0;
}

.slide-nav-prev {
  background-position: 0 -288px;
}
.slide-nav-prev:hover, .slide-nav-prev.prev-hover {
  background-position: 0 -192px;
}

.slide-box-outer {
  overflow: hidden;
  position: relative;
  top: -25px;
}

.slide-box {
  padding: 0 30px;
  margin-bottom: 40px;
}
.slide-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  height: 310px;
  overflow-y: hidden;
}
.slide-box ul:after {
  content: "";
  display: table;
  clear: both;
}
.slide-box ul li {
  margin: 0;
  float: left;
  position: relative;
  width: 600px;
}
.slide-box ul .slide-thumbnail img {
  vertical-align: top;
}
.slide-box ul .slide-title {
  display: none;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.slide-box ul .active-slide .slide-title {
  display: block;
}
.slide-box .bx-wrapper {
  margin: 0;
}
.slide-box .bx-wrapper .bx-viewport {
  overflow: visible !important;
  box-shadow: none;
  left: 0;
  border: none;
  background: transparent;
}
.slide-box .bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
  border: solid 1px #b8b8b8;
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0px 0px 0px 2px white;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
  box-shadow: inset 0px 0px 0px 2px white;
}
.slide-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .slide-box .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e3007f;
}
.slide-box .bx-wrapper .bx-controls-direction a {
  width: 42px;
  height: 96px;
  margin-top: -48px;
}
.slide-box .bx-wrapper .bx-prev {
  left: -25px;
  background-position: 0 -288px;
}
.slide-box .bx-wrapper .bx-prev:hover, .slide-box .bx-wrapper .bx-prev.prev-hover {
  background-position: 0 -192px;
}
.slide-box .bx-wrapper .bx-next {
  right: -25px;
  background-position: 0 -96px;
}
.slide-box .bx-wrapper .bx-next:hover, .slide-box .bx-wrapper .bx-next.next-hover {
  background-position: 0 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  display: none;
}
.page-top a.page_scroll {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  color: white;
  background: #e3007f url('images/page-top.png?1482199583') no-repeat center center;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.page-top a.page_scroll:hover, .page-top a.page_scroll:focus, .page-top a.page_scroll:active {
  background-color: #eb84be;
}

.site-footer {
  background: white;
  margin-top: 40px;
  -moz-box-shadow: 0px -6px 6px rgba(22, 3, 5, 0.2);
  -webkit-box-shadow: 0px -6px 6px rgba(22, 3, 5, 0.2);
  box-shadow: 0px -6px 6px rgba(22, 3, 5, 0.2);
  padding-top: 25px;
  padding-bottom: 20px;
}

.footer-site-title {
  margin: 0;
}
.footer-site-title a {
  display: block;
  width: 154px;
  height: 44px;
  margin: 0 auto;
}
.footer-site-title a img {
  vertical-align: top;
}

.footer-navigation {
  margin-top: 25px;
}

.footer-related-sites {
  margin-top: 30px;
}

.site-info {
  margin-top: 25px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #000;
  text-align: center;
}
.site-info p {
  margin: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  background: white;
  margin: 0;
}
body.single .hentry {
  padding: 30px 30px 40px 30px;
}
body.page:not(.page-writer) .hentry {
  padding: 20px;
  border: solid 1px #c9c9c9;
}
body.page-writer .hentry {
  background: transparent;
}

.error-404,
.no-results {
  background: white;
  margin: 0;
  padding: 20px;
  border: solid 1px #c9c9c9;
}

.entries-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entries-container .hentry {
  width: 214px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.entries-container .hentry:nth-child(3n) {
  margin-right: 0;
}

.toggle-content {
  display: none;
}

.toggle-btn {
  text-align: center;
  margin-top: 40px;
}
.toggle-btn a {
  width: 280px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
  margin-left: 1em;
}

.pr-post {
  color: #a0a0a0;
  font-weight: normal;
}

.page-header {
  border-bottom: solid 1px #313131;
  margin-bottom: 15px;
}
.page-header .page-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.2;
  color: #0c0c0c;
}
.page-header .sub-title {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}
.page-header .page-title-text {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  margin: 0;
}
.page-header .taxonomy-description {
  margin-top: 22px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.page-header .taxonomy-description p {
  margin: 0;
}
.page-header .category-title {
  margin-top: 35px;
}
.page-header .now-page-num {
  font-size: 16px;
  font-size: 1rem;
}

.page-header-content {
  position: relative;
  width: 100%;
  min-height: 180px;
}
.page-header-content .page-header-image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-header-content .page-title-text {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 125px;
  z-index: 2;
}
.page-header-content .now-page-num {
  font-size: 13px;
  font-size: 0.8125rem;
}

.writer-profile {
  background: white;
  margin-bottom: 50px;
  padding: 20px;
  *zoom: 1;
}
.writer-profile:after {
  content: "";
  display: table;
  clear: both;
}
.writer-profile .writer-photo {
  float: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-right: 35px;
  margin-bottom: 30px;
}
.writer-profile .writer-photo img {
  vertical-align: top;
  border: solid 4px white;
}
.writer-profile .writer-name-header {
  padding-bottom: 10px;
  margin-bottom: 0;
  background-image: url('images/bg-writer-name-header.png?1482199583');
  background-position: left bottom;
  background-repeat: repeat-x;
  overflow: hidden;
}
.writer-profile .writer-name {
  margin-bottom: -5px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #e3007f;
  font-weight: bold;
}
.writer-profile .writer-roman {
  font-size: 12px;
  font-size: 0.75rem;
}
.writer-profile .writer-description {
  margin-top: 40px;
}

.writer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.writer-list .writer-box {
  width: 145px;
  margin-right: 22px;
  margin-bottom: 20px;
}
.writer-list .writer-box:nth-child(4n) {
  margin-right: 0;
}
.writer-list .writer-photo {
  width: 130px;
  margin: 0 auto;
}
.writer-list .writer-photo img {
  border-radius: 75px;
  vertical-align: top;
}
.writer-list a {
  color: #313131;
  display: block;
}
.writer-list a:hover, .writer-list a:focus, .writer-list a:active {
  text-decoration: none;
  color: #e3007f;
}
.writer-list a:hover img, .writer-list a:focus img, .writer-list a:active img {
  opacity: 0.6;
}
.writer-list .writer-data {
  margin-top: 5px;
}
.writer-list .writer-name {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0;
}
.writer-list .writer-desc {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.entry-header {
  margin-bottom: 40px;
}
body.page .entry-header {
  margin-bottom: 20px;
}
.entry-header .entry-title {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  color: #000000;
  font-weight: bold;
}
.entry-header .entry-title a {
  color: #000000;
}
.entry-header .entry-title a:hover, .entry-header .entry-title a:focus, .entry-header .entry-title a:active {
  text-decoration: none;
  color: #e3007f;
}
.entry-header .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  *zoom: 1;
}
.entry-header .entry-meta:after {
  content: "";
  display: table;
  clear: both;
}
.entry-header .entry-meta a {
  color: #313131;
}
.entry-header .entry-meta .pr-post {
  font-size: 15px;
  font-size: 0.9375rem;
  float: right;
}
.entry-header .entry-sns-btn-box {
  clear: both;
  margin-top: 10px;
}
.entry-header .lead_text_contet {
  margin: 8px 0 12px;
}

.lead_text_contet {
  line-height: 1.8;
}

.summary-post {
  line-height: 1.3;
}
.summary-post a {
  color: #313131;
}
.summary-post a:hover, .summary-post a:focus, .summary-post a:active {
  color: #e3007f;
  text-decoration: none;
}

.summary-header .entry-title {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.summary-header .entry-title a {
  display: block;
}

.summary-footer {
  *zoom: 1;
  font-size: 10px;
  font-size: 0.625rem;
  color: #959595;
  padding: 0px 15px 15px 15px;
}
.summary-footer:after {
  content: "";
  display: table;
  clear: both;
}
.summary-footer .pr-post {
  float: right;
}
.summary-footer a {
  color: #a0a0a0;
}

.entry-news-thumbnail {
  text-align: center;
  height: 160px;
  overflow: hidden;
}
.entry-news-thumbnail img {
  vertical-align: top;
}
a:hover .entry-news-thumbnail, a:focus .entry-news-thumbnail, a:active .entry-news-thumbnail {
  opacity: 0.6;
}

.edit-link {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 1em;
}

.entry-content {
  margin: 0;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  padding-top: 40px;
}

.more-link {
  clear: both;
  padding-top: 25px;
  text-align: center;
}
.more-link a {
  width: 280px;
}

.reference-link {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #959595;
  line-height: initial;
}
.reference-link a {
  color: #959595;
  line-height: initial;
}

.entry-content .related-link {
  border: solid 1px #f0eded;
}
.entry-content .related-link:before {
  content: '関連記事';
  display: block;
  padding-left: 10px;
  font-weight: bold;
  background: #f7f6f5;
}
.entry-content .related-link p {
  margin: 0.2em 0;
  padding-left: 20px;
  border-bottom: solid 1px #f0eded;
}
.entry-content .related-link p:before {
  content: '▶ ';
  vertical-align: text-bottom;
  font-size: 10px;
  font-size: 0.625rem;
}
.entry-content .related-link p:last-child {
  border: none;
}

/*--------------------------------------------------------------
## Entry content
--------------------------------------------------------------*/
.page-content,
.entry-content,
.entry-summary,
.mceContentBody {
  color: #000000;
  line-height: 1.8;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
}
.page-content h2,
.entry-content h2,
.entry-summary h2,
.mceContentBody h2 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 16px;
  line-height: 1.3;
  color: #e3007f;
  background: linear-gradient(to right, #e3007f 0%, #e3007f 1px, rgba(227, 0, 127, 0) 1px, rgba(227, 0, 127, 0) 2px, #e3007f 2px, #e3007f 3px, rgba(227, 0, 127, 0) 3px, rgba(227, 0, 127, 0) 4px, #e3007f 4px, #e3007f 5px, rgba(227, 0, 127, 0) 5px, rgba(227, 0, 127, 0) 100%);
}
.page-content h3,
.entry-content h3,
.entry-summary h3,
.mceContentBody h3 {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e3007f;
}
.page-content h4,
.entry-content h4,
.entry-summary h4,
.mceContentBody h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.page-content h4:before,
.entry-content h4:before,
.entry-summary h4:before,
.mceContentBody h4:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  background: #e3007f;
}
.page-content h5,
.entry-content h5,
.entry-summary h5,
.mceContentBody h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #e3007f;
}
.page-content p,
.entry-content p,
.entry-summary p,
.mceContentBody p {
  margin-top: 0;
  margin-bottom: 1em;
}
.page-content ul, .page-content ol,
.entry-content ul,
.entry-content ol,
.entry-summary ul,
.entry-summary ol,
.mceContentBody ul,
.mceContentBody ol {
  margin-left: 0;
}
.page-content table,
.entry-content table,
.entry-summary table,
.mceContentBody table {
  background: white;
  border-collapse: collapse;
}
.page-content table th, .page-content table td,
.entry-content table th,
.entry-content table td,
.entry-summary table th,
.entry-summary table td,
.mceContentBody table th,
.mceContentBody table td {
  padding: 0.5em;
  border: solid 1px #c9c9c9;
}
.page-content table th,
.entry-content table th,
.entry-summary table th,
.mceContentBody table th {
  background: #eee;
}

.reference-link {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #959595;
  line-height: initial;
}
.reference-link a {
  color: #959595;
  line-height: initial;
}

.related-link {
  border: solid 1px #f0eded;
}
.related-link:before {
  content: '関連記事';
  display: block;
  padding-left: 10px;
  font-weight: bold;
  background: #f7f6f5;
}
.related-link p {
  margin: 0.2em 0;
  padding-left: 20px;
  border-bottom: solid 1px #f0eded;
}
.related-link p:before {
  content: '▶ ';
  vertical-align: text-bottom;
  font-size: 10px;
  font-size: 0.625rem;
}
.related-link p:last-child {
  border: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## SNS
--------------------------------------------------------------*/
.btn-social-sprite, .btn-social-btn-social-ever, .btn-social-btn-social-fb, .btn-social-btn-social-hatena, .btn-social-btn-social-pocket, .btn-social-btn-social-tw, .entry-footer .footer-tweet-button-post, .entry-footer .footer-facebook-button-post, .entry-footer .footer-hatena-button-post, .entry-footer .footer-evernote-button-post, .entry-footer .footer-pocket-button-post {
  background-image: url('images/btn-social-s068ba1b225.png');
  background-repeat: no-repeat;
}

.btn-social-btn-social-ever {
  background-position: 0 0;
}

.btn-social-btn-social-fb {
  background-position: 0 -45px;
}

.btn-social-btn-social-hatena {
  background-position: 0 -90px;
}

.btn-social-btn-social-pocket {
  background-position: 0 -135px;
}

.btn-social-btn-social-tw {
  background-position: 0 -180px;
}

.global-sns-btns {
  margin: 0;
  padding: 0;
  border: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.global-sns-btns li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.global-sns-btns > li {
  margin-left: 10px;
}
.global-sns-btns > li:first-child {
  margin-left: 0;
}
.global-sns-btns .fb_iframe_widget span {
  vertical-align: top !important;
}

.entry-sns-btns {
  margin: 0;
  padding: 0;
  border: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.entry-sns-btns li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.entry-sns-btns > li {
  margin-right: 10px;
}
.entry-sns-btns > li:last-child {
  margin-right: 0;
}
.entry-sns-btns .fb_iframe_widget span {
  vertical-align: top !important;
}

.entry-footer li {
  margin: 0;
}
.entry-footer li a {
  display: block;
  width: 112px;
  height: 45px;
}
.entry-footer .entry-sns-btns {
  margin: 0 auto 20px;
}
.entry-footer .footer-tweet-button-post {
  background-position: 0 -180px;
}
.entry-footer .footer-facebook-button-post {
  background-position: 0 -45px;
}
.entry-footer .footer-hatena-button-post {
  background-position: 0 -90px;
}
.entry-footer .footer-evernote-button-post {
  background-position: 0 0;
}
.entry-footer .footer-pocket-button-post {
  background-position: 0 -135px;
}

.fb-like iframe {
  max-width: none !important;
}

.iine-button-eye-catch {
  margin-top: 60px;
  padding: 30px 50px 16px;
  border-top: solid 1px #c9c9c9;
  width: 586px;
  font-size: 0;
}
.iine-button-eye-catch .iine-eye-catch {
  display: inline-block;
  overflow: hidden;
  width: 240px;
  height: 160px;
}
.iine-button-eye-catch .iine-button {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  width: 236px;
  height: 160px;
  font-size: 16px;
  font-size: 1rem;
  color: #f8f0f2;
  background: #313131;
}
.iine-button-eye-catch .iine-button .iine-before-text {
  margin: 1em 0;
}
.iine-button-eye-catch .iine-button .iine-after-text {
  margin: 1.5em 0 1em;
  font-size: 14px;
  font-size: 0.875rem;
}

.page-footer-follow-button {
  margin: 0 auto;
  padding: 15px;
  width: 476px;
  background: #f7f6f5;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.entry-thumbnail {
  margin: 0 auto 40px auto;
  width: 380px;
}
.entry-thumbnail img {
  border: solid 1px #c9c9c9;
  vertical-align: top;
}
.entry-thumbnail .entry-thumbnail-caption {
  line-height: 1.2;
  color: #bdbebe;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption p {
  margin-bottom: 11px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*		border: solid 1px #c9c9c9;*/
  vertical-align: top;
}
.wp-caption .wp-caption-text {
  line-height: 1.2;
  color: #bdbebe;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.wp-caption .wp-caption-text a {
  color: #bdbebe;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.main-navigation {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    background: #ffe6ff;
    line-height: 30px;
    padding-top: 7px;
}

.site-branding {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.inner, .slide-box {
    margin: 0 auto;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: table;
    width: 980px;
    margin: 0 auto;
}

.widget .more-link a {
   color: #ed8ecd;
}

.toggle-btn a, .more-link a {
    display: inline-block;
    text-decoration: none;
    color: #ed8ecd;
    border: solid 2px #ed8ecd;
    border-radius: 3px;
    transition: .4s;
    background: #fff;
    height: 50px;
    padding-top: 15px;
}

/*
.toggle-btn:hover {
    background: #fff;
    color: white;
}*/

.header-search-form {
    margin-top: 7px;
    position: relative;
    width: 200px;
}


.header-sns-wrap {
    position: absolute;
    top: 22px;
    right: 0;
}


.global-sns-btns li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.btn-twitter, .btn-facebook, .btn-google-plusone {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
}

.btn-twitter {
    background: url('images/icon-sns.png?1487043672') center 0px no-repeat;
}

.btn-facebook {
    background: url('images/icon-sns.png?1487043672') center -50px no-repeat;
}

.btn-google-plusone {
     background: url('images/icon-sns.png?1487043672') center -25px no-repeat;
}


.header-sns-search-box {
    position: absolute;
    top: 25px;
    right: 0;
    width: 300px;
}


.global-sns-btns {
    margin: -30px;
    padding: 0;
    border: 0;
    content: "";
    display: table;
    table-layout: fixed;
    float: right;
}


.header-search-form input[type="submit"] {
  text-indent: -9999px;
    background: url('images/icon_search.png') center 6px no-repeat;
}

.page-top a.page_scroll {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    color: white;
    background: #ed8ecd url('images/page-top.png?1482199583') no-repeat center center;
        background-color: rgb(237, 142, 205);
    text-indent: -9999em;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
