@charset "UTF-8";
/*
Theme Name: universeclub_column
Description: プラグイン自動更新有効化版 - auto_update_pluginフィルターをコメントアウト
Version: 2.24
Author: Omori

default.css			基本構造が書かれたスタイルシート（サイトによって変更する部分をstyle.cssで上書きする）
reset.css				リセット用スタイルシート
common.css			よく使うクラスや、全体で共通しているクラスの指定
responsive.css	スマホ用のスタイル・プリント用のスタイルの指定
css/ie.css			IE用スタイルシート

/* =Basic structure
------------------------------------------------------------ */
body {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka",
    Arial, sans-serif;
}
article,
aside,
div,
p,
li,
dt,
dd,
th,
td {
  font-size: 13px;
  font-size: 1.3rem;
}
a {
  color: #897646;
}
a:hover {
  color: #999;
}
.single table,
.single tr,
.single td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 8px;
}

.single table {
  width: 100% !important;
  border-collapse: collapse;
}

/* =サイズ関係
-------------------------------------------------------------- */
#header,
.headline div,
.main-navigation ul,
#breadcrumbs div,
#main,
body.full-width #main-content,
#footer {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* =よく使うエフェクト
-------------------------------------------------------------- */

/*ボックスシャドウ*/
.main-content article,
.widget,
.thumbnail img,
.description li a,
.box01,
.button,
#header-container,
#menu_button {
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* =Layout
-------------------------------------------------------------- */
#main-content {
  width: 100%;
  margin-right: 0;
  margin-top: 10px;
}
#sidebar.primary {
  width: 300px;
  min-width: 300px;
  margin-left: 20px;
  margin-top: 10px;
}

/* =Header
-------------------------------------------------------------- */
#header-container {
  position: relative;
  z-index: 2;
}
.headline {
  background: #897646;
  padding: 5px 3px 4px;
}
.headline div {
  line-height: 1.3;
}
.headline div:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.headline p,
.headline h1 {
  width: auto;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;
  float: left;
  font-weight: normal;
}
.headline ul {
  float: right;
  letter-spacing: 1px;
}
.headline ul li {
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.3;
  text-align: right;
}
.headline ul li a {
  color: #fff;
  text-decoration: none;
}
.headline ul li a:hover {
  text-decoration: underline;
}
.headline ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.headline img {
  vertical-align: middle;
  margin-right: 2px;
}
#header {
  padding-bottom: 11px;
}
.logo {
  padding-top: 17px;
}
.logo img {
  width: 275px;
}
.description {
  width: 360px;
  padding-top: 18px;
}
.description li {
  display: inline-block;
  margin-left: 5px;
}
.description li a {
  display: block;
  background: #f3f1f0;
  padding: 7px 10px 3px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.description li a:hover {
  background: #ccc;
  color: #fff;
}
.description .button {
  width: 48.5%;
  margin-top: 12px;
}
.description .button:nth-of-type(2) {
  margin-left: 1%;
}
/*検索*/
.searchform {
  padding: 7px;
  background: #000;
}
.searchform div {
  position: relative;
  text-align: left;
}
.searchform div:before {
  font-family: FontAwesome;
  font-size: 25px;
  color: #897646;
  content: "\f002";
  position: absolute;
  z-index: 2;
  top: -6px;
  left: 3px;
}
.searchform #s {
  width: 70%;
  display: inline-block;
  padding: 2px 5px 1px 30px;
  margin-right: 7px;
  font-size: 14px;
  font-size: 1.4rem;
}
.searchform #searchsubmit {
  display: inline-block;
  background-image: none;
  background: #897646;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  width: 25%;
  padding: 2px 0 1px;
  font-size: 13px;
  font-size: 1.3rem;
}
.searchform #searchsubmit:hover {
  background: #ccc;
}
.screen-reader-text {
  display: none;
}
/* =Navigation Menu
-------------------------------------------------------------- */
.main-navigation {
  background: #000;
}
.main-navigation li a {
  color: #fff;
  padding: 14px 15px 13px;
  font-size: 13px;
  font-size: 1.3rem;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
  background: #897646;
  opacity: 1;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  /*選択されたメニュー(親・子)*/
  background: #897646;
}
/* =Page Top
-------------------------------------------------------------- */
#pageTop {
  bottom: 20px;
  z-index: 100;
}

/* =Footer
-------------------------------------------------------------- */
#footer-container {
  border-top: none;
  padding-top: 0;
  margin-top: 0px;
}
#footer-container .secure li {
  display: inline-block;
  padding: 10px;
}
#footer-container .secure li img,
#footer-container .secure li input[type="image"] {
  width: 45%;
  height: auto;
}
#footer-container #footer {
  background: #000;
  max-width: none;
}
#footer-container #footer:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
#footer-container #footer .info {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  background: #000;
  padding: 20px 0 0;
}
#footer-container a {
  color: #333;
}
#footer-container .footer-logo {
  float: left;
}
#footer-container .info ul,
#footer-container .info p {
  clear: both;
  color: #999;
  padding: 0 0 5px;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
#footer-container .info ul a {
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}
#footer-container .info ul a:before {
  content: "\f144";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}
#footer-container .info ul a:hover {
  color: #999;
}
#footer-container .info ul:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
#footer-container .info ul li {
  display: inline-block;
  margin-bottom: 5px;
}
#footer-container .info ul li:before {
  content: "";
}
#footer-container .info ul li:nth-child(9) {
  /*フッターメニューを改行*/
  clear: both;
}

#footer-container .info .copyright {
  color: #fff;
  padding: 20px 0 15px 10px;
  margin: 0;
  width: 100%;
  text-align: center;
}

/* =追従バナー
-------------------------------------------------------------- */
.c-fixed-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: calc(infinity);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.c-fixed-banner.active {
  pointer-events: auto;
  opacity: 1;
}

.c-fixed-banner__text {
  color: #897646;
  font-size: 14px;
  font-weight: 500;
}

.c-fixed-banner__text::before {
  content: "＼";
  color: #897646;
}
.c-fixed-banner__text::after {
  content: "／";
  color: #897646;
}

.c-fixed-banner__link {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, #d3a328 0%, #ffe98b 50%, #d3a328 100%);
  padding: 12px 30px;
  font-size: 24px;
  color: black;
  font-weight: 700;
  transition: color 0.3s, background 0.3s;
}

.c-fixed-banner__link:hover {
  color: #cda02a;
  background: #2d2d2d;
}

/* =Breadcrumbs
-------------------------------------------------------------- */
#breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
#breadcrumbs div {
  padding-top: 10px;
}
#breadcrumbs i {
  margin: 0 4px 0 0;
}
/* =Main content
-------------------------------------------------------------- */
#main-container {
  background: #f3f1f0;
}

/*ボックススタイル*/
.main-content article {
  padding: 15px;
  margin-bottom: 20px;
}
.box01 {
  margin-bottom: 20px;
}

/*タイトルスタイル*/
#main-container .title01 {
  color: #897646;
  line-height: 1.3;
  margin-top: 0;
  padding: 0 0 10px 0;
  border-left: none;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
#main-container .title02 {
  color: #897646;
  line-height: 1.3;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  border-left: none;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
#main-container .title03 {
  color: #897646;
  line-height: 1.3;
  margin-top: 0;
  border-left: none;
  padding: 0 0 10px 0;
  font-weight: bold;
}
#main-container .title04 {
  color: #000;
  line-height: 1.3;
  margin-top: 0;
  border-left: none;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
#main-content .title04 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 5px;
}
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  color: #897646;
}
.single .main-content .content-inner h2 {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #897646;
  margin-bottom: 15px;
  margin-top: 40px;
}
.single .main-content .content-inner h2:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 23px;
  margin-top: -4px;
  margin-right: 6px;
  background: #897646;
  vertical-align: middle;
}
.single .main-content .content-inner h2:first-child {
  margin-top: 0;
}
.single .main-content .content-inner h3 {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
}
.single .main-content .content-inner h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  margin-top: -2px;
  margin-right: 4px;
  background: #000;
  vertical-align: middle;
}
.single .main-content .content-inner h4 {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
}
.single .main-content .content-inner h4:before {
  content: "◎";
  display: inline-block;
  margin-right: 3px;
}

body.category .title02 .icon {
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  color: #000;
}
body.category .title02 small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
}
/*タイトル横のアイコン*/
i.icon {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  margin-top: -2px;
  margin-right: 2px;
  background: url(images/icon_new.png) no-repeat;
  background-size: contain;
}
i.icon.new {
  background-image: url(images/icon_new.png);
}
i.icon.star {
  background-image: url(images/icon_star.png);
}
i.icon.tag {
  background-image: url(images/icon_tag.png);
}
i.icon.pen {
  background-image: url(images/icon_pen.png);
}

/*ボタンスタイル*/
.button {
  text-decoration: none;
  text-align: center;
  padding: 7px 15px 6px;
  display: inline-block;
}

.button:before,
.button:after {
  content: "";
  display: block;
  position: absolute;
}
.button:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  right: 16px;
  margin-top: -10px;
}
.button:after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 23px;
  margin-top: -5px;
}

.button01 {
  background: #897646;
  color: #fff;
}
.button01:hover {
  background: #ccc;
  color: #fff !important;
}
.button02,
.send input[type="submit"] {
  background: #000;
  color: #fff;
}
.button02:hover,
.send input[type="submit"]:hover {
  background: #ccc;
  color: #fff;
}

/*シングルページコンテンツ*/
.content-inner {
  clear: both;
}
.content-inner p {
  margin-bottom: 15px;
}

/*サムネイル画像スタイル*/
.thumbnail img {
  max-width: 100%;
  height: auto;
  padding: 5px;
  border: 1px solid #e6e6e6;
}
.thumbnail {
  position: relative;
}
.single .thumbnail img {
  width: 100%;
  height: auto;
}

/*エントリーのメタ情報*/
.content-meta {
  margin-bottom: 5px;
}
.content-meta.secondary {
  margin-bottom: 3px;
}
.content-meta p {
  margin: 0;
}
footer.content-meta {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
footer.content-meta:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
footer.content-meta .socialbox-container {
  height: 22px;
}

.content-meta .meta-container {
  display: inline-block;
  border-right: 1px dotted #ccc;
  padding-right: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.content-meta .meta-container:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.meta-container a,
.meta-container span {
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.meta-container.category {
  width: 514px;
  max-width: 514px;
}
.fl .meta-container.category {
  width: initial;
}
.widget-area .archive-list .meta-container.category {
  display: inline-block;
  width: 100%;
}
.meta-container.category a,
.meta-container.category span {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 4px 4px 0;
  background-color: #6b2884;
  color: #fff !important;
  padding: 2px 20px 0;
  text-align: center;
  display: block;
  float: left;
  width: 124px;
}
.widget-area .archive-list .meta-container.category a,
.widget-area .archive-list .meta-container.category span {
  width: initial;
}

.meta-container.category a:hover,
.cat a:hover,
a.cat:hover {
  background-color: #ccc !important;
  color: #fff;
}
.cat-occursus a,
a.cat-occursus,
.cat-encounter a,
a.cat-encounter,
.cat-id-4 {
  background-color: #212189 !important;
}
.cat-marriage a,
a.cat-marriage,
.cat-id-6 {
  background-color: #017a3e !important;
}
.cat-amor a,
a.cat-amor,
.cat-love a,
a.cat-love,
.cat-id-5 {
  background-color: #d3077b !important;
}

.cat-adult a,
a.cat-adult,
.cat-sex a,
a.cat-sex,
.cat-id-2 {
  background-color: #603813 !important;
}
.cat-sugar a,
a.cat-sugar,
.cat-baby a,
a.cat-baby {
  background: #897646 !important;
}
.cat-popularamong a,
a.cat-popularamong,
.cat-id-3 {
  background-color: #c47e02 !important;
}
.cat-kousaiclub a,
a.cat-kousaiclub {
  background-color: #636363 !important;
}
.meta-container.date,
.entry-date,
.post-date {
  font-size: 12px;
  font-size: 1.2rem;
}

.widget.popular-posts .meta-container.category {
  border-right: none;
}

.widget.popular-posts .cat-id-171,
.widget.popular-posts .cat-id-215,
.widget.popular-posts .cat-id-24,
.widget.popular-posts .cat-id-2,
.widget.popular-posts .cat-id-225,
.widget.popular-posts .cat-id-3,
.widget.popular-posts .cat-id-227,
.widget.popular-posts .cat-id-4,
.widget.popular-posts .cat-id-5,
.widget.popular-posts .cat-id-1,
.widget.popular-posts .cat-id-6 {
  border-right: none;
}

/*一覧用の表示*/
.archive-list {
  margin-bottom: 0 !important;
}
.archive-list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
}
.archive-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.archive-list a {
  text-decoration: none;
}
.archive-list a p {
  color: #000;
}
.archive-list .thumbnail {
  width: 15%;
}
.archive-list .text {
  margin: 0 0 0 15%;
}
.archive-list.image-right .text {
  margin: 0 15% 0 0;
}

/*関連記事*/
.related-posts h2 {
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  padding-bottom: 10px;
}
.related-posts ul {
  padding: 0;
  margin-bottom: 0;
}

/*同じカテゴリの記事*/
.same-category h2 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: #897646;
}
.same-category .noposts {
  padding: 0 10px 10px;
}
.same-category .thumbnail {
  margin-bottom: 0 !important;
}

/*ライター*/
.author-info h5 {
  color: #000;
  margin-bottom: 5px;
}
.author-info dl {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.author-info dl:last-child {
  border: none;
  padding-bottom: 0;
}
.author-info dt,
.author-info dd {
  display: table-cell;
  vertical-align: top;
}
.author-info dt {
  width: 20%;
  padding-right: 10px;
}
.author-info dt img {
  width: 100%;
  height: auto;
}
.author-info .degree {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.author-info .author-link {
  text-align: right;
}
.single .main-content .author-info {
  background: #e6e6e6;
  margin-bottom: 20px;
}
.single .main-content .author-info dt {
  width: 15%;
}
.single .main-content .author-info dd {
  vertical-align: middle;
}
.single .main-content .author-info h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Page Navigation */
.wp-pagenavi {
  background: #e6e6e6;
  padding: 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #000;
  background: #fff;
  line-height: 1;
  display: inline-block;
  padding: 7px 7px 5px;
}
.wp-pagenavi a:hover {
  color: #897646;
}
.wp-pagenavi span.current {
  background: #897646;
  border: 1px solid #897646;
  color: #fff;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar .button {
  display: block;
  text-align: center;
  position: relative;
}

/* =Widgets
-------------------------------------------------------------- */
.widget .widget-title {
  color: #897646;
  margin-bottom: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 10px 10px;
  font-size: 21px;
  font-size: 2.1rem;
}
.widget .widget-title.secondary {
  /*Facebook用*/
  color: #222;
  padding: 10px;
}
.widget ul {
  padding: 10px;
}
.widget li {
  border-bottom: 1px solid #e6e6e6;
}
.widget p,
.widget li,
.widget .textwidget {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}

/*バナー*/
.widget-bnr img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.widget-bnr a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  zoom: 1;
}

/*画像付き新着投稿*/
.widget .meta-container.category {
  margin-bottom: 5px;
}
.widget .archive-list .thumbnail {
  width: 30%;
}
.widget .archive-list .text {
  margin: 0 0 0 30%;
}
.widget .archive-list.image-right .text {
  margin: 0 30% 0 0;
}
/*タグクラウド*/
.widget .tagcloud {
  padding: 10px 10px 10px 5px;
}
.widget .tagcloud a {
  display: inline-block;
  margin: 5px;
}

/*著者一覧*/
.widget .author-info .thumbnail {
  width: 23%;
}
.widget .author-info .text {
  margin: 0 0 0 23%;
}
.widget .author-info.image-right .text {
  margin: 0 23% 0 0;
}
.widget .author-info .text .title04 {
  margin-bottom: 5px;
}

/* =詳細ページ
-------------------------------------------------------------- */
.single .main-content article .thumbnail {
  margin-bottom: 20px;
}

/* =フッターソーシャルリンク
-------------------------------------------------------------- */

/*ソーシャルボタン */
.simple-sns-container {
  margin-bottom: 10px;
}
.simple-sns {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
}
.simple-sns li {
  display: table-cell;
  box-sizing: border-box;
  width: 18%;
  height: 50px;
  margin: 0 !important;
  border-bottom: none !important;
  position: relative;
}
.simple-sns li.last {
  overflow: hidden;
  background-color: #db505a;
  text-align: center;
  color: #636364;
  min-height: 46px;
  border-radius: 3px;
}
.simple-sns li.last .follow {
  font-size: 10px;
}
.simple-sns li.last .fb-like {
  margin-bottom: 0;
}
.simple-sns li a {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.simple-sns li a {
  border-radius: 3px;
}
.simple-sns li.fb a {
  background: #3b5998;
}
.simple-sns li.tw a {
  background: #67aadd;
}
.simple-sns li.hb a {
  background: #00a4de;
}
.simple-sns li.line a {
  background: #00c300;
  margin-right: 10px;
}
.simple-sns li i {
  color: #fff;
  font-size: 130%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fa-hatebu:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  font-size: 100%;
  line-height: 1;
}
.fa-line-app:before {
  content: "LINE";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 80%;
  line-height: 1;
}
.count-container {
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  display: block;
  border-radius: 18px;
  min-width: 28px;
  min-height: 16px;
  right: 4px;
  top: -11px;
  padding-bottom: 2px;
  line-height: 1;
  text-align: center;
}
.count {
  color: #999;
  font-size: 75%;
  text-decoration: none;
}

.simple-sns li.fb a {
  background: #3b5998;
}
.simple-sns li.tw a {
  background: #67aadd;
}
.simple-sns li.hb a {
  background: #00a4de;
}
.simple-sns li.line a {
  background: #00c300;
  margin-right: 10px;
}

.simple-sns .fb {
  padding-left: 0 !important;
}
.simple-sns .tw {
  padding-left: 0 !important;
}
.simple-sns .hb {
  padding-left: 0 !important;
}
.simple-sns .line {
  padding-left: 0px !important;
}
.simple-sns li:hover {
  opacity: 0.6;
}

.new_ribon {
  position: absolute;
  width: 40px;
  height: 38px;
  text-indent: -5000px;
  top: 0;
  left: 0;
  background-image: url("images/new.png");
  background-size: 40px 38px;
  z-index: 9999;
}

#tab02 h2.widget-title {
  display: none;
}

/* Commnet Form */
.comments .even {
  margin: 8px 0 8px 0;
  padding: 8px;
  border: 1px #e6e6e6 solid;
  background-color: #f6f7f9;
}
.comments .odd {
  margin: 8px 0 8px 0;
  padding: 8px;
  border: 1px #f3f1f0 solid;
  background-color: #fff;
}
.comments .children {
  margin: 0 0 0 32px;
}
.comments .children .even {
  margin: 8px 0 8px 0;
  padding: 8px;
  border: 1px #f3f1f0 solid;
  background-color: #fff;
}
.comments .children .children .even {
  margin: 8px 0 8px 0;
  padding: 8px;
  border: 1px #e6e6e6 solid;
  background-color: #f6f7f9;
}
.comments .children .children .odd {
  margin: 8px 0 8px 0;
  padding: 8px;
  border: 1px #e6e6e6 solid;
  background-color: #f6f7f9;
}
.comments .comment-author,
.comments .comment-meta {
  display: inline-block;
  margin-bottom: 16px;
}
.comments .comment-meta {
  margin-left: 8px;
}

/* Pagenation */
.pagination {
  margin: 16px auto;
  text-align: center;
}
.pagesprit,
.pager {
  margin: 16px auto;
}
.pagesprit a {
  display: inline-block;
  border: 1px #ccc solid;
  margin: 0 4px;
  padding: 4px 8px;
  text-decoration: none;
}
.pagesprit a:hover {
  color: #fff;
  background-color: rgba(137, 118, 70, 0.65);
  text-decoration: underline;
}
.pager a {
  display: inline-block;
  text-decoration: none;
}
.pager a span.page-num {
  border: 1px #ccc solid;
  margin: 0 4px;
  padding: 4px 8px;
  color: #897646;
  background-color: rgba(255, 255, 255, 1);
}
.pager a:hover span.page-num {
  color: #fff;
  background-color: rgba(137, 118, 70, 0.65);
}
.pager span.page-num {
  border: 1px #ccc solid;
  margin: 0 4px;
  padding: 4px 8px;
  color: #fff;
  background-color: rgba(137, 118, 70, 1);
}

/** キーヴィジュアル最新記事 */
a.the-latest {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  color: #fff;
}
a.the-latest:hover {
  opacity: 0.8;
}
.the-latest .the-latest-preview {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
}
.the-latest-preview .the-latest-title {
  margin-bottom: 0;
  margin-left: 14px;
  padding-top: 16px;
}
.the-latest-preview .the-latest-category,
.the-latest-preview .the-latest-datetime {
  margin-left: 1em;
}
.the-latest-preview .the-latest-category {
  display: inline-block;
}
.the-latest-preview .the-latest-datetime {
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  text-align: right;
}
.the-latest .meta-container.category span {
  background-color: transparent;
}
.the-latest span[class*="cat-"] {
  border: 1px #fff solid;
}

.header-txt,
#slidemenu-button,
.sp_social,
#tab,
#pageTop,
.footer-navigation,
.writer-recruit,
.sp_social,
.category-navi,
#tab02 {
  display: none;
}

/* =ライター募集ボタン
-------------------------------------------------------------- */
.writer-box {
  padding: 30px;
  background: #f5f5f5;
  text-align: center;
}

.writer-box div {
  max-width: 300px;
  height: auto;
  margin: 0 auto 20px;
}

.writer-box p {
  margin: 0 0 20px;
}

.writer-box .writer-btn {
  font-size: 2.4rem;
  margin: 0 auto;
}

.writer-btn a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: #897646;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
}

.writer-btn a::before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
}

.writer-btn a:hover {
  background: #333;
}

@media screen and (max-width: 980px) {
  /* }
 スマホ専用スタイル
@media screen and (max-width: 600px) {*/
  #sidebar {
    display: none;
  }

  #sidebar.primary {
    margin-left: 0;
  }
  /*ヘッダーボタン*/
  #header .button {
    position: absolute;
    top: 38%;
    top: 24px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #header .button i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
  }

  /*ヘッダーテキスト*/
  .header-txt {
    display: block;
    background-color: #897646;
    color: #fff;
  }

  .headline {
    display: none;
  }

  .header-txt h1,
  .header-txt p {
    font-size: 10px !important;
    padding: 1px 5px;
    padding-top: 2px;
    margin: 0;
    text-align: center;
  }

  #main-navigation {
    display: none;
  }

  /*スライドメニューここから*/
  #container {
    background: #fff;
    -webkit-transition: 0.2s ease-in-out;
    z-index: 1;
  }
  #container.show {
    -webkit-transform: translate3d(-240px, 0px, 1px);
    min-width: 320px;
  }

  #slidemenu-inner {
    height: 100%;
    position: relative;
    width: 240px;
  }
  #slidemenu {
    display: block;
    background-color: #333;
    z-index: 11;
  }
  #slidemenu li a {
    display: block;
    color: #eee;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px dotted #666;
  }
  #slidemenu li a:before {
    content: "\f144";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
  }
  #slidemenu li a:hover {
    background: #999;
  }
  #slidemenu li small {
    display: block;
    padding-top: 5px;
    font-size: 1.2rem;
  }
  #slidemenu li.dummy {
    visibility: hidden;
    height: 60px;
  }
  #slidemenu-button {
    margin: 2px 5px 0 0;
    float: right;
  }

  #slidemenu-button {
    cursor: pointer;
    display: table-cell;
    display: inline-block;
    color: #897646;
    font-size: 80%;
    font-size: 8px;
    text-align: center;
    padding: 10px 10px 10px 0;
    padding: 0;
    width: 42px;
  }
  .menu_txt {
    position: relative;
    top: 13px;
  }
  #slidemenu-button .css-bar {
    display: inline-block;
    position: relative;
    margin: 11px 0 4px 0;
    padding: 0;
    background: #897646;
  }
  #slidemenu-button .css-bar,
  #slidemenu-button .css-bar:before,
  #slidemenu-button .css-bar:after {
    width: 24px;
    height: 3px;
  }
  #slidemenu-button .css-bar:before,
  #slidemenu-button .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #897646;
  }
  #slidemenu-button .css-bar:before {
    margin-top: 6px;
  }
  #slidemenu-button .css-bar:after {
    margin-top: 14px;
  }
  /*スライドメニューここまで*/

  /*スイッチ式検索フォームここから*/
  #accordion-button {
    clear: both;
    width: 100%;
  }
  #accordion-button input {
    display: none;
  }
  #accordion-button .button {
    cursor: pointer;
    right: 48px;
  }
  #accordion-button form {
    position: relative;
    padding: 0;
    top: 10px;
    left: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) inset;
    transition: height 0.2s ease-in-out;
  }
  #accordion-button input:checked ~ form {
    height: 55px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .searchform #s {
    font-size: 1.6rem;
  }
  .searchform div:before {
    font-size: 2.4rem;
    top: -3px;
  }
  .searchform #searchsubmit {
    -webkit-appearance: none;
    width: 22%;
    height: 31px;
  }
  /*スイッチ式検索フォームここまで*/

  #fb-button {
    right: 86px;
  }
  #main-content {
    margin-top: 10px;
  }
  #header {
    padding-bottom: 5px;
  }
  .logo {
    width: 187px;
    padding-top: 13px;
    padding-left: 10px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  img {
    max-width: 100%;
  }

  /*breadcrumbs*/
  #breadcrumbs div {
    font-size: 1rem;
  }

  .main-content article {
    padding: 10px;
  }

  /*タイトルスタイル*/
  #main-container .title02 {
    background: #000;
    color: #fff;
    border-bottom: none;
    padding: 10px 10px 15px;
    font-size: 1.6rem;
  }
  #main-container .title02:before {
    content: "◎";
    margin-right: 3px;
    display: inline-block;
  }
  #main-container .title04 {
    font-size: 1.4rem;
  }
  #main-content .title02 {
    color: #d50038;
    background: initial;
    padding: 10px 0 15px;
  }
  #main-content .title02:before {
    display: none;
  }
  .main-content h1,
  .main-content h2 {
    font-size: 1.6rem;
  }
  .main-content h3,
  .main-content h4,
  .main-content h5,
  .main-content h6 {
    font-size: 1.4rem !important;
  }
  .single .main-content .content-inner h2 {
    border-bottom-width: 3px;
  }
  .single .main-content .content-inner h2:before {
    width: 0;
    margin: 0;
  }

  /*ボタンスタイル*/
  .button {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  /*メタ情報*/
  .content-meta {
    margin-bottom: 5px;
  }
  .content-meta div a,
  .content-meta div span,
  .content-meta div time {
    font-size: 1rem !important;
    color: #888;
  }
  .content-meta.secondary .meta-container {
    border-right: none;
  }
  .content-meta.secondary .date {
    float: left;
  }
  .content-meta.secondary .author {
    display: block;
    float: left;
  }
  .content-meta.secondary .pageviews {
    display: block;
    float: right;
  }

  /*一覧表示*/
  .archive-list li {
    padding: 10px 0;
  }
  .archive-list li h4 {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: normal;
  }

  .archive-list.image-right li .text {
    margin: 0 30% 0 0;
  }

  /*ライター*/
  .page-writer .main-content .author-info dl {
    display: block;
  }
  .page-writer .main-content .author-info dl:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
  }
  .page-writer .main-content .author-info h5 {
    background: #f4f4f4;
    color: #d50038;
    padding: 10px;
    margin-bottom: 0;
  }
  .page-writer .main-content .author-info h5 span {
    color: #999;
    font-size: 1.1rem;
  }
  .page-writer .main-content .author-info dt {
    padding-left: 0;
    width: 35%;
    display: block;
    float: left;
  }
  .page-writer .main-content .author-info dd {
    padding-right: 0;
    display: block;
    float: right;
    width: 65%;
  }
  .page-writer .main-content .author-info .author-link {
    display: block;
    text-align: center;
    color: #fff;
    background: #000;
    clear: both;
    padding: 10px;
    text-decoration: none;
  }

  /*詳細ページ*/
  .single .main-content article .thumbnail {
    margin-bottom: 10px;
  }
  .single .main-content .author-info dt {
    width: 30%;
  }
  .single footer.content-meta .meta-container.category {
    width: auto;
  }
  .meta-container.category {
    width: initial;
  }

  /*フッター*/
  #footer-container #pageTop {
    display: block;
    bottom: auto;
    top: -32px;
    padding: 10px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    right: 10px;
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 1.1rem;
  }
  #footer-container #pageTop:hover {
    color: #d50038;
    background: #000;
  }
  #footer-container #pageTop:before {
    content: "▶︎";
    margin-right: 3px;
    display: inline-block;
    font-size: 1rem;
  }
  #footer-container {
    padding-top: 15px;
    background: none;
    background-color: #f3f1f0;
    background: none;
  }
  #footer-container #footer {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    border-top: 5px solid #000;
    background: #fff;
    background-color: #f3f1f0;
  }
  .footer-navigation {
    display: block;
  }
  .footer-navigation:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }
  .footer-navigation li {
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #bbb;
  }
  .footer-navigation li:nth-child(even) {
    border-left: 1px solid #bbb;
  }
  .footer-navigation li a {
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 10px 5px;
    font-size: 1.1rem;
  }
  .footer-navigation li a:hover {
    color: #d50038;
  }
  .footer-navigation li a:before {
    content: "▶︎";
    margin-right: 3px;
    display: inline-block;
  }
  #footer-container .copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 1rem;
    background: #000;
    color: #fff;
  }
  #footer-container .copyright span:before {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  /*トップページ*/
  ul#tab {
    display: block;
    zoom: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border-bottom: 5px solid #897646;
  }
  ul#tab:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
  }
  ul#tab li {
    float: left;
    width: 48%;
  }
  ul#tab li:last-child {
    float: right;
  }
  ul#tab li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #f4f4f4;
    padding: 10px 5px 7px 7px;
  }
  ul#tab li.active a,
  ul#tab li.active a:hover {
    background: #897646;
    color: #fff;
  }
  ul#tab li.active a i {
    background-image: url(images/icon_new_on.png);
  }
  ul#tab li.active a i.star {
    background-image: url(images/icon_star_on.png);
  }
  .tabbox h2.title01 {
    display: none;
  }
  .tabbox:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
  }

  /*ページナビ*/
  ul.pagenation {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  ul.pagenation li {
    font-size: 1.1rem;
    color: #888;
    width: 35%;
  }
  ul.pagenation li.center {
    width: 30%;
    text-align: center;
  }
  ul.pagenation li a {
    text-decoration: none;
    padding: 5px 15px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
  ul.pagenation li a i {
    margin: 0 2px;
  }
  ul.pagenation li.prev a {
    background: #666;
    padding-left: 10px;
  }
  ul.pagenation li.next a {
    background: #666;
    padding-right: 8px;
  }

  /*カテゴリ*/
  .meta-container a,
  .meta-container span {
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .meta-container.category {
    width: 100%;
  }
  .meta-container.category a,
  .meta-container.category span {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 4px 4px 0;
    background-color: #6b2884;
    color: #fff !important;
    padding: 2px 13px 0;
    text-align: center;
    display: inline-block;
    width: 96px;
  }

  .category-navi {
    display: block;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .category-navi:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
  }
  .category-navi li {
    padding: 0 5px 10px;
    width: 50%;
    float: left;
  }
  .category-navi li a {
    display: block;
    color: #fff;
    background: #6b2884;
    padding: 10px 0 10px 10px;
    text-decoration: none;
    font-size: 1.1rem;
  }

  .category-navi li a[title="encounter"] {
    background: #212189;
  }
  .category-navi li a[title="occursus"] {
    background: #212189;
  }
  .category-navi li a[title="popularamong"] {
    background: #c47e02;
  }
  .category-navi li a[title="love"] {
    background: #d3077b;
  }
  .category-navi li a[title="amor"] {
    background: #d3077b;
  }
  .category-navi li a[title="marriage"] {
    background: #017a3e;
  }
  .category-navi li a[title="sex"] {
    background: #603813;
  }
  .category-navi li a:before {
    content: "\f144";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
  }

  /*ソーシャルボタン*/
  .simple-sns-container {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .simple-sns {
    display: table;
    width: 100%;
  }
  .simple-sns li {
    display: table-cell;
    box-sizing: border-box;
    width: 14%;
    height: 35px;
    margin: 0 !important;
    border-bottom: none !important;
    position: relative;
  }
  .simple-sns li a {
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .simple-sns li a {
    border-radius: 3px;
  }
  .simple-sns li.fb a {
    background: #3b5998;
  }
  .simple-sns li.tw a {
    background: #67aadd;
  }
  .simple-sns li.hb a {
    background: #00a4de;
  }
  .simple-sns li.line a {
    background: #00c300;
  }
  .simple-sns li.last {
    overflow: hidden;
    background-color: #db505a;
    text-align: center;
    color: #636364;
    border-radius: 3px;
    padding: 0 !important;
  }
  .simple-sns li.last .fb-like {
    margin-bottom: 0;
    margin-top: 18px;
    position: relative;
    top: 7px;
  }
  .simple-sns li.last .sp_down {
    display: none;
  }
  .simple-sns li i {
    color: #fff;
    font-size: 130%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fa-hatebu:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
    font-size: 100%;
    line-height: 1;
  }
  .fa-line-app:before {
    content: "LINE";
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 80%;
    line-height: 1;
  }
  .count-container {
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    display: block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    min-width: 28px;
    min-height: 16px;
    right: 4px;
    top: -11px;
    padding-bottom: 2px;
    line-height: 1;
    text-align: center;
  }
  .count {
    color: #999;
    font-size: 75%;
    text-decoration: none;
  }
  /*バナー*/
  .widget-bnr {
    display: none;
  }

  .writer-recruit {
    display: block;
  }
  .writer-recruit ul {
    margin: 0 20px;
  }
  .writer-recruit li {
    margin: 0 0 15px;
  }
  .writer-recruit li a {
    display: block;
  }

  /*コンテンツ*/
  .main-content h1 {
    font-size: 130%;
    margin-bottom: -3px;
  }

  .single .main-content article .thumbnail {
    margin-top: 10px;
  }

  .archive-list li .thumbnail {
    float: left;
    margin: 0 5px 0 0;
  }

  .archive-list li .text {
    overflow: hidden;
  }

  .content-inner p {
    font-size: 110%;
    margin-bottom: 25px;
  }

  #container {
    background-color: #f3f1f0;
  }
  .single .main-content .content-inner h2 {
    font-size: 130% !important;
    margin-bottom: 20px !important;
    margin-top: 50px !important;
  }
  .single .main-content .content-inner h3 {
    font-size: 120% !important;
    margin-bottom: 15px !important;
    margin-top: 50px !important;
  }

  /* ライター募集バナー */
  .writer-recruit {
    padding-bottom: 50px;
    text-align: center;
  }

  /* フッターソーシャルリンク */
  .sp_social {
    position: relative;
    top: -20px;
    display: block;
    text-align: center;
    height: 30px;
  }

  .sp_social li {
    display: inline-block;
    margin: 0 3px;
  }

  .sp_social li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
  }

  .sp_social li a i {
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    line-height: 50px;
  }

  .sp_social .fb a {
    background-color: #3b5a97;
  }

  .sp_social .tw a {
    background-color: #55acee;
  }

  .sp_social .gg a {
    background-color: #da4836;
  }
  .sp_social .istg a {
    background-color: #c03797;
  }

  .sp_social .gsl a {
    width: 41.7px;
    height: 50px;
    background-image: url("images/gsl.png");
    background-size: 41.7px 50px;
    text-indent: -5000px;
    display: inline-block;
  }

  .sp_social .secom {
    width: 50px;
    height: 52px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
  }

  .sp_social .secom input {
    width: 50px !important;
    margin-bottom: -65px;
    overflow: hidden;
  }

  .sp_social .secom input img {
    width: 50px !important;
    height: auto !important;
  }
}

/* Print */
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #header-container {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left;
  }
  .logo {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .description {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  #footer-container,
  .content-meta .edit-link a,
  .page-link,
  #main-content nav,
  #sidebar,
  .main-navigation {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #main-content {
    margin: 0;
    width: auto;
  }
  .content-header.primary h1 {
    font-size: 24pt;
  }
  .content-header.secondary h2 {
    font-size: 21pt;
  }
}

@media screen and (max-width: 480px) {
  .archive-list li .thumbnail {
    width: 30%;
  }

  .writer-box {
    padding: 25px 20px;
  }
  .writer-box .writer-btn {
    font-size: 2rem;
  }

  #breadcrumbs div {
    padding: 10px 10px 0;
  }

  .author-info dt {
    width: 32%;
  }
  #footer-container .info ul li {
    display: block;
  }
}
