@charset "UTF-8";
/*
Theme Name:     nikipedia
Theme URI:      http://nikipedia.jp/
Description:    Child theme for the XeoryBase for Bazubu
Author:         sakuma
Author URI:     http://bazubu.com/
Template:       xeory_base
Version:        0.1.0
*/
/* ----------------------------------------
*変更履歴　＆　備忘録
クライアント用はleft-contentなどは使用する必要なし？default?
front-page.php
  type_b
  type_e
  type_c
  type_e
  type_c

home.php
  記事一覧で使用
  #main-homeに内容

category.php
  カテゴリページ
  #category-homeに内包

single.php
  #single-homeに内容

---------------------------------------- */
/* ----------------------------------------
* 各種共通変数
---------------------------------------- */
/* all
---------------------------------------- */
body {
  background: #f9f9f9;
  color: #545d5d;
}

a {
  color: #f37383;
}

.no-margin {
  margin: 0 !important;
}
.mt0{
   margin-top:0 !important;
}
.mt25{
   margin-top:25px !important;
}
.mb10{
   margin-bottom:10px !important;
}
.pc-hide {
   display: none !important;
}
.category-english-name {
  color: #6bcdcc;
  font-size: 12px;
  font-weight: bold;
}

.button_contact a {
  float: right;
  display: block;　/*メールフォーム　共通表示*/
  border: 1px solid #6bcdcc;
  background-color: #FFF;
  font-size: 14px;
  color: #6bcdcc;
  margin-top: 5px;
  padding: 7px 13px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  line-height: 1.0;
  /* box-shadow */
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 5px 0px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 5px 0px;
}

.button_contact a:hover {
  background: #6bcdcc;
  color: #fff;
}

.pagetop {
  bottom: 52px;
}
.pagetop span {
  color: #6bcdcc;
  background: #FFF;
}

.normal-font {
  font-weight: normal;
}

.top-headline {
  background-color: #6BCDCC;
  color: #FFF;
  padding: 5px 10px;
  font-size: 24px;
  font-weight:bold;
  margin-bottom:15px;
  text-align: center;  
}
.top-h2line {
  color: #6BCDCC;
  padding: 5px 0px;
  font-size: 22px;
  font-weight:bold;
  margin-top:25px;
  margin-bottom:15px;
  border-bottom: 3px solid #6BCDCC;
}
.top-h3line {
  color: #6BCDCC;
  padding: 5px 0px;
  font-size: 22px;
  font-weight:bold;
  margin-top:25px;
}
.top-h4line {
  color: #6BCDCC;
  padding: 5px 0px;
  font-size: 20px;
  font-weight:bold;
  margin-top:15px;
}

form input[type="submit"] {
  background: #545d5d;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

hr {
  display: none;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  padding: 24px 0 19px;
  border: 0;
  background: transparent;
}
#header #logo {
  line-height: 1.0;
  width: 195px;
  height: auto;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  word-break: normal;
  padding: 48px 0;
}
.wrap {
  margin: 0 auto;
  width: 1260px;
}

#content .wrap {
  width: 1200px;
}
.title_box .wrap {
  width: auto !important;
}
.ac-container{
	padding-top:10px;
}
/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: -35px 0 13px !important;
}
.breadcrumb a {
  color: #f37383;
  text-decoration: underline !important;
}
.breadcrumb a:hover {
  text-decoration: none !important;
}

/* ----------------------------------------
* フロントページ slug->front front-page.php
---------------------------------------- */
.post-loop-wrap .more-link {
  border: 0;
  font-size: 22px;
  float: right;
  width: 30%;
  padding: 5px 5px 0 0;
  margin: 0;
  line-height: 0;
  /*color: #a9aeae;*/
  color: #f37383;
  text-align: right;
}

.post-loop-wrap .more-link:hover {
  background-color: transparent;
  /*color: #545d5d;*/
  color: #f37383;
  text-decoration:underline;
}

.post-loop-wrap .more-link2 {
  position: absolute;
  border: 0;
  font-size: 22px;
  width: 30%;
  padding: 0 5px 0 0;
  margin: 0;
  line-height: 0;
  color: #a9aeae;
  top: 152px;
  left: 830px;
}

.post-loop-wrap article {
  margin: 0;
}

.default #main {
  background: transparent;
  float: left;
  width: 860px;
}

.pagination {
  margin: 15px 0 0 0;
}

.pagination a {
  color: #545d5d;
  background: #f1f1f1;
  border-radius: 33px;
  /* CSS3草案 */
  -webkit-border-radius: 33px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 33px;
  /* Firefox用 */
  margin-right: 5px;
  padding: 6px 14px;
}

.pagination a:hover {
  background: #cfcfcf;
  color: #fff;
}

.pagination .current {
  background: #cfcfcf;
  border-radius: 33px;
  /* CSS3草案 */
  -webkit-border-radius: 33px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 33px;
  /* Firefox用 */
  color: #fff;
  margin-right: 5px;
  padding: 6px 14px;
}

.cat-content {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 8px solid #6bcdcc;
  padding: 20px;
}
.cat-content h1.post-title {
  line-height: 1.2;
  margin: 0;
}

#main-home {
  float: left;
  width: 860px;
}
#main-home .post {
  border: 0px;
}
#main-home .post .post-header {
  padding: 44px;
}
#main-home .post .post-content {
    position: relative;
    /*padding: 9px;*/
    padding: 25px 20px;
    overflow: hidden;
    /*border: 1px solid #efefef;*/
    background: #FFF;
    /*margin-bottom: 16px;*/
    overflow: hidden;
    border-bottom: 1px dotted #6bcdcc;
}
#main-home .post .post-content .post_category {
  float: left;
  position: absolute;
  background: #6bcdcc;
  color: #FFF;
  padding: 5px 12px;
  font-size: 13px;
  opacity: 0.9;
  top: 34px;
  left: -12px;
  z-index: 3;
}
#main-home .post .post-content .post_category a {
  color: #fff;
}
#main-home .post .post-content .post_category span {
  padding-left: 38px;
}
#main-home .post .post-content .post_category .medicine {
  background-image: url("images/icn_medicine_s.png");
  background-repeat: no-repeat;
  background-position: 12px 1px;
  background-size: 18px 18px;
}
#main-home .post .post-content .post_category .acne-scar {
  background: url("images/icn_acne-scar_s.png");
  background-repeat: no-repeat;
  background-position: 12px 1px;
  background-size: 18px 18px;
}
#main-home .post .post-content .post_category .care {
  background: url("images/icn_care_s.png");
  background-repeat: no-repeat;
  background-position: 12px 1px;
  background-size: 18px 18px;
}
#main-home .post .post-content .post_category .about-acne {
  background: url("images/icn_about-acne_s.png");
  background-repeat: no-repeat;
  background-position: 12px 1px;
  background-size: 18px 18px;
}
#main-home .post .post-content .post_category .acne-body {
  background: url("images/icn_acne-body_s.png");
  background-repeat: no-repeat;
  background-position: 12px 1px;
  background-size: 18px 18px;
}
#main-home .post .post-content .post_category .other {
  background: url("images/icn_other_s.png");
  background-repeat: no-repeat;
  background-position: 12px 1px;
  background-size: 18px 18px;
}
#main-home .post .post-content h2.post-title-top {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  padding: 6% 6%;
  background: #fff;
  opacity: 0.9;
  top: 42%;
  left: 0;
  z-index: 4;
}
#main-home .post .post-content h2.post-title-top a {
  color: #545d5d;
}
#main-home .post .post-content h2.post-title-top a:hover {
  color: #f37383;
}
#main-home .post .post-content .flower {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("images/flower.png") no-repeat;
  top: 44%;
  left: 12px;
  z-index: 2;
}
#main-home .post .post-content .read-continue-home {
  font-size: 14px;
  padding: 10px 22px;
  color: #FFF;
  background: #444;
  vertical-align: top;
}
#main-home .post ul.post-meta {
  position: absolute;
  float: left;
  width: 50%;
  margin: 5px 0 3px 0;
  border: 0;
  z-index: 100;
}
#main-home .post ul.post-meta li {
  list-style: none;
  margin: 0;
}
#main-home .post ul.post-meta li.date {
  border: 0;
  color: #a9aeae;
  padding: 0;
  font-size: 14px;
}
#main-home .post ul.post-meta2 {
  float: left;
  width: 50%;
  margin: 15px 0 3px 0;
  border: 0;
  z-index: 100;
}
#main-home .post ul.post-meta2 li {
  list-style: none;
  margin: 0;
}
#main-home .post ul.post-meta2 li.date {
  border: 0;
  color: #a9aeae;
  padding: 0;
  font-size: 14px;
}
#main-home .post img {
  border-radius: 0;
  z-index: 1;
}
#main-home .post .thumb_box {
  float: left;
  width: 264px;
  padding-right: 22px;
}
#main-home .post .thumb_box .post_category {
  top: 22px;
}
#main-home .post .thumb_box img {
  vertical-align: bottom;
}
#main-home .post .title_box {
  float: left;
  width: 65%;
}
#main-home .post .title_box h2.post-title {
  background: transparent;
  margin: 0;
  padding: 15px 0 0 0;
  line-height: 1.3;
}
#main-home .post .title_box h2.post-title a {
  color: #545d5d;
}
#main-home .post .title_box h2.post-title a:hover {
  color: #f37383;
}

#main-home .postitem {
    /*margin-bottom: 10px;*/
    margin-bottom: 0px;
}
#main-home .postitem .thumb_box {
  float: left;
  width: 150px;
  padding-right: 22px;
}
#main-home .postitem .title_box h2.post-title {
    background: transparent;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1.3;
}
#main-home .postitem .post-content h2 {
    border: 0;
    background: #f9f9f9;
    font-size: 19px;
    color: #6bcdcc;
    padding: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
}

#main-home .postitem .title_box span.post-desc {
    font-size: 13px;
}
#main-home .postitem .post-content .post_category span {
    /*padding-left: 18px;*/
    padding-left: 10px;
}

#main-home .postitem .thumb_box .post_category {
    /*top: 60px;*/
    top: 25px;
}
#main-home .postitem .title_box {
    float: left;
    width: 75%;
}
#main-home .postitem .more-link {
  font-size: 13px;
  float: none;
}

/* ----------------------------------------
* 記事ページ single.php
---------------------------------------- */
.blog .main {
  background: transparent;
}

.post {
  border: 1px solid #efefef;
}
.post .post-header {
  padding: 44px 44px 0 44px;
}
.post .post-header .post_category {
  float: left;
  background: #6bcdcc;
  color: #FFF;
  padding: 5px 12px;
  font-size: 13px;
  opacity: 0.9;
}
.post .post-header .post_category span {
  padding-left: 26px;
}
.post .post-header .post_category .medicine {
  background: url("images/icn_medicine_s.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.post .post-header .post_category .acne-scar {
  background: url("images/icn_acne-scar_s.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.post .post-header .post_category .care {
  background: url("images/icn_care_s.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.post .post-header .post_category .about-acne {
  background: url("images/icn_about-acne_s.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.post .post-header .post_category .acne-body {
  background: url("images/icn_acne-body_s.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.post .post-header .post_category .other {
  background: url("images/icn_other_s.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
.post .post-header .date {
  float: right;
  border: 0;
  font-size: 13px;
  color: #a9aeae;
  padding: 0px 5px;
}
.post .post-header h1.post-title {
  clear: both;
  padding-top: 19px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  background: #fff;
}
.post .post-content {
  padding: 44px;
  overflow: hidden;
}
.post .post-content h2 {
  border: 0;
  background: #f9f9f9;
  font-size: 26px;
  color: #6bcdcc;
  padding: 25px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-weight: bold;
}
.post .post-content h3 {
  font-size: 22px;
  color: #6bcdcc;
  padding: 5px 25px;
  border-top: 1px solid #6bcdcc;
  border-bottom: 1px solid #6bcdcc;
  border-left: 0;
  font-weight: bold;
}
.post .post-content h4 {
  border-left: 6px solid #6bcdcc;
  padding: 3px 19px;
  font-size: 18px;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  font-weight: bold;
}
.post .post-content img {
/*
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
 */
}
.post .post-footer {
  color: #f37383;
  padding: 44px 44px 0 44px;
  font-size: 13px;
}
.post .post-footer a {
  color: #f37383;
}
.post .post-footer .bzb-sns-btn {
  padding: 11px 0 5px;
}

.cat-content, article.post, article.page, article.wp101, article.seo101 {
  border: 1px solid #efefef;
}

.ts-fab-wrapper {
  margin: 80px 44px 44px 44px;
}

.ts-fab-list {
  padding: 0 !important;
  z-index: 20;
}
.ts-fab-list li {
  margin: 0 !important;
}
.ts-fab-list li a {
  display: block;
  padding: 15px 35px;
  background-color: #efefef;
  background-image: none;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-top: 3px solid #efefef !important;
  border-radius: 0 !important;
  color: #545d5d;
}
.ts-fab-list li a:hover {
  color: #758080;
}
.ts-fab-list li.active a {
  background-color: #fff;
  color: #545d5d !important;
  border-left: 1px solid #efefef !important;
  border-right: 1px solid #efefef !important;
  border-radius: 0 !important;
  border-bottom-color: #FFF;
}
.ts-fab-list li.ts-fab-bio-link a {
  background-position: 0 0 !important;
  border-radius: 0 !important;
}

.ts-fab-avatar img {
  border-radius: 0 !important;
}

.ts-fab-tab {
  z-index: 1;
  margin-top: -1px;
  border: 1px solid #efefef;
  padding: 40px;
  font-size: 14px;
}
.ts-fab-tab h4 {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 10px 0;
}
.ts-fab-tab ul li {
  line-height: 1.2;
}

.ts-fab-header {
  margin-bottom: 18px;
}

.ts-fab-text h4 {
  font-size: 16px !important;
  margin: 0 0 10px 0;
}

.ts-fab-latest li a {
  color: #f37383;
}

.cta_block {
  margin: 44px;
}

.ornament {
  text-align: center;
  z-index: 1;
}

.post-cta {
  z-index: 0;
  margin: -17px 0 40px 0;
  border: 10px solid #fbdade;
  background: #fff;
  padding: 32px;
}
.post-cta .cta-post-title {
  color: #f37383;
  border-bottom: 1px solid #fbdade;
  font-size: 24px;
  font-weight: bold;
  background: url(images/cta_ttl_line.jpg) repeat-x top;
  padding: 23px 0;
}
.post-cta .post-cta-inner {
  padding: 0;
}
.post-cta .post-cta-cont {
  padding: 40px 10px 0 10px;
  font-size: 15px !important;
  line-height: 1.5;
}
.post-cta .post-cta-btn a {
  background-color: #f37383;
  border-bottom: 1px solid #d45b6a;
  border-right: 1px solid #d45b6a;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
}
.post-cta .post-cta-btn a:hover {
  background-color: #f37383;
  border-bottom: 1px solid #d45b6a;
  border-right: 1px solid #d45b6a;
  opacity: 0.8;
}

.post-share {
  margin: 0 44px 44px 44px;
  border: 1px solid #efefef;
}

.post-sns ul li {
  vertical-align: text-bottom;
}
.post-sns ul li a:hover {
  transition: none;
}
.post-sns ul li.post-sns-twitter {
  width: 49.8%;
}
.post-sns ul li.post-sns-twitter a {
  color: #1eb2df;
  font-weight: bold;
  border-right: 1px solid #efefef;
  line-height: 3.3;
}
.post-sns ul li.post-sns-twitter a:hover {
  color: #1eb2df;
  background-color: #fafafa;
}
.post-sns ul li.post-sns-twitter a:before {
  font-size: 38px;
  line-height: 1.0;
}
.post-sns ul li.post-sns-feedly {
  width: 50%;
  height: auto;
}
.post-sns ul li.post-sns-feedly a {
  color: #e79800;
  font-weight: bold;
  line-height: 3.3;
}
.post-sns ul li.post-sns-feedly a img {
  vertical-align: 0;
}
.post-sns ul li.post-sns-feedly a:before {
  display: none;
  font-size: 0;
}
.post-sns ul li.post-sns-feedly a:hover {
  color: #e79800;
  background-color: #fafafa;
}
.post-sns .post-sns-line {
  clear: both;
  border-top: 1px solid #efefef;
  margin: 0 auto;
  width: 100%;
}
.post-sns .post-sns-line a {
  display: block;
  color: #545d5d;
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  font-size: 14px;
}
.post-sns .post-sns-line a p {
  padding: 24px 0;
  text-align: center;
}
.post-sns .post-sns-line a p img {
  vertical-align: middle;
}
.post-sns .post-sns-line a:hover {
  background-color: #fafafa;
}

#comments {
  clear: both;
  border-top: 1px dashed #cbcece;
  padding: 44px 0;
  margin: 44px;
}

.comments-title {
  font-size: 24px;
  font-weight: bold;
}

.comment-reply-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 48px;
}

#side {
  background: transparent;
  float: right;
  width: 295px;
}
#side .side-widget ul li {
  padding: 0;
  border: 0;
}
#side .side-widget ul li a {
  padding-left: 0;
}
#side .side-widget ul li a:hover {
  padding-left: 0;
}
#side h4.side-title {
  clear: both;
  margin: 0;
  padding: 25px 0 25px 0;
  text-align: center;
  font-size: 15px;
  background-image: url("images/side-ttl-line.png");
  background-repeat: repeat-x;
  background-position: center;
  line-height: 1.0;
}
#side h4.side-title .side-title-inner {
  background: #f9f9f9;
  padding: 0 10px;
}
#side .side-widget-inner {
  margin: 0;
}
#side #social_media_buttons {
  margin: 30px 0;
}
#side #social_media_buttons a {
  padding: 0px;
}
#side .side-widget {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-bottom: 0;
}
#side .widget_search {
  border: 1px solid #efefef;
  margin-bottom: 30px;
}
#side .widget_search button {
  color: #cbcece;
}
#side .side_sns i {
  float: left;
/*  width: 23%;*/
  width: 18%;
  text-align: center;
  font-size: 21px;
  padding: 10px 0 8px 0;
  display: block;
  background: transparent;
}
#side .side_sns i:hover {
  background: #FFF;
}
#side .side_sns i.twt {
  color: #1fb2df;
  border: 1px solid #d4edf5;
  margin-right: 2px;
}
#side .side_sns i.g_plus {
  color: #e73014;
  border: 1px solid #f6dbd6;
  margin-right: 2px;
}
#side .side_sns i.feed {
  color: #e79800;
  border: 1px solid #f5e6c7;
  margin-right: 2px;
  line-height: 18px;
}
#side .side_sns i.feed img {
  width: 20px;
  height: auto;
}
/*はてぶ用*/
#side .side_sns i.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
#side .side_sns i.fa-hatena {
  color: #1fb2df;				
  border: 1px solid #d4edf5;
  margin-right: 2px;
  line-height: 20px;
}
#side .side_sns i.fb {
  color: #0d4bbf;
  border: 1px solid #d6dff0;
  margin-right: 2px;
}
#side .side_sns a {
	text-decoration:none;
}
#side img.supervise {
  border: 1px solid #efefef;
}
#side .attachment-small_thumb {
  border: 3px solid #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;
  margin-right: 10px;
  float: left;
}

.default .main-inner {
  background: transparent;
}

.side-widget a {
  background-image: none;
  color: #f37383;
  display: inline;
  padding-left: 0;
  text-decoration: underline;
}

.side-widget a:hover {
  background-image: none;
  display: inline;
  padding-left: 0;
  text-decoration: none;
  color: #f37383;
}

.side-widget ul li {
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
}

.side-widget ul li a {
  color: #545d5d;
  text-decoration: none;
}

.bottom_line {
  clear: both;
  padding-top: 24px;
  border-bottom: 1px solid #e6e6e6;
}

#logo2 {
  float: right;
  padding-top: 3px;
}

.read_continue {
  clear: both;
  font-size: 14px;
  text-align: right;
  padding: 18px 0px;
  border-top: 1px solid #efefef;
  border-bottom: 2px solid #efefef;
  margin-bottom: 30px;
  margin-top: 20px;
}

h1.post-title-page {
  border-bottom: 3px solid #6bcdcc;
  font-size: 26px;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
#gnav {
  margin: 0;
  padding: 0;
  background-color: #6bcdcc;
  font-size: 14px;
  border: 0;
}
#gnav span {
  font-size: 12px;
  color: #fff;
}
#gnav ol, #gnav ul {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1260px;
  box-sizing: border-box;
  border-left: 1px solid #89d7d6;
  margin: 0;
}
#gnav ol li span, #gnav ul li span {
  display: none;
}
#gnav .sub-menu {
  z-index: 10;
  font-size: 14px;
  margin: 0;
}

#gnav li {
  width: 12.5%;
  border-right: 1px solid #89d7d6;
  border-top: 0;
  text-align: center;
  display: table-cell;
  float: none;
  padding: 0;
}

#gnav li.current-menu-item a {
  border: 0;
}

#gnav li a {
  display: block;
  padding: 0 0 7px 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  border: 0;
  background: transparent;
  text-decoration: none;
  width: auto;
  text-align: center;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

#gnav li:hover {
  border: 0;
}

#gnav li a:hover {
  background: #5ebab9;
  color: #fff;
  border: 0;
}

ul#gnav-ul li :before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 37px 37px;
  position: relative;
  top: 9px;
  left: 50%;
  height: 37px;
  width: 37px;
  margin-left: -18px;
  display: block;
  margin-bottom: 12px;
}


ul#gnav-ul li.new-article :before {
  background-image: url(images/icn_newest.png);
}

ul#gnav-ul li.ranking :before {
  background-image: url(images/icn_ranking.png);
}

ul#gnav-ul li.medicine :before {
  background-image: url(images/icn_medical.png);
}

ul#gnav-ul li.acne-scar :before {
  content: " ";
  background: url(images/icn_acne-scar.png);
  background-repeat: no-repeat;
  background-size: 37px 37px;
  position: relative;
  top: 9px;
  left: 50%;
  height: 37px;
  width: 37px;
  margin-left: -18px;
  display: block;
  margin-bottom: 12px;
}
ul#gnav-ul li.care :before {
  content: " ";
  background: url(images/icn_care.png);
  background-repeat: no-repeat;
  background-size: 37px 37px;
  position: relative;
  top: 9px;
  left: 50%;
  height: 37px;
  width: 37px;
  margin-left: -18px;
  display: block;
  margin-bottom: 12px;
}
ul#gnav-ul li.about-acne :before {
  content: " ";
  background: url(images/icn_about-acne.png);
  background-repeat: no-repeat;
  background-size: 37px 37px;
  position: relative;
  top: 9px;
  left: 50%;
  height: 37px;
  width: 37px;
  margin-left: -18px;
  display: block;
  margin-bottom: 12px;
}
ul#gnav-ul li.acne-body :before {
  content: " ";
  background-image: url(images/icn_acne-body.png);
  background-repeat: no-repeat;
  background-size: 37px 37px;
  position: relative;
  top: 9px;
  left: 50%;
  height: 37px;
  width: 37px;
  margin-left: -18px;
  display: block;
  margin-bottom: 12px;
}
ul#gnav-ul li.other :before {
  content: " ";
  background: url(images/icn_other.png);
  background-repeat: no-repeat;
  background-size: 37px 37px;
  position: relative;
  top: 9px;
  left: 50%;
  height: 37px;
  width: 37px;
  margin-left: -18px;
  display: block;
  margin-bottom: 12px;
}
ul#gnav-ul li.movie :before {
  content: " ";
  background: url(images/icn_movie.png);
  background-repeat: no-repeat;
  background-size: 37px 37px;
  position: relative;
  top: 9px;
  left: 50%;
  height: 37px;
  width: 37px;
  margin-left: -18px;
  display: block;
  margin-bottom: 12px;
}

.rp4wp-related-posts {
  padding: 40px;
}
.rp4wp-related-posts h3 {
  font-size: 16px;
  border-left: 7px solid #545d5d;
  padding: 0px 20px;
  margin-bottom: 22px;
  line-height: 20px;
}
.rp4wp-related-posts ul {
  margin: 0;
  padding: 0;
}
.rp4wp-related-posts li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 7px;
  padding-bottom: 20px;
  display: inline-block;
  width: 172px;
  vertical-align: top;
  line-height: 1.3;
}
.rp4wp-related-posts li div {
  width: 172px;
  padding-right: 27px;
}
.rp4wp-related-posts li a {
  font-size: 14px;
  color: #545d5d;
}
.rp4wp-related-posts p {
  margin: 0;
  padding: 0;
}

.rp4wp-ttl {
  font-size: 16px;
  font-weight: bold;
  border-left: 8px solid #545d5d;
  padding-left: 20px;
  line-height: 1.0;
  margin-bottom: 32px;
}

.rp4wp-related-post-image {
  max-width: 172px;
  max-height: 114px;
  padding-bottom: 14px;
  float: left;
}

.rp4wp-related-post-content {
  clear: both;
  width: 172px;
  padding-right: 27px;
}

#footer .wrap {
  padding: 0;
}

#footer a {
  color: #6bcdcc;
}

#footer a:hover {
  color: #FFF;
  background: #6bcdcc;
  text-decoration: none;
}

.footer-00 {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.footer-01 {
  clear: both;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  background: #6bcdcc;
  border: 0;
}
.footer-01 ul {
  text-align: center;
}
.footer-01 span {
  display: none;
}

#f_logo {
  float: left;
  padding: 0 0 6px 0;
  height: auto;
}

#f_logo img {
  width: 195px;
}

#f_logo span {
  color: #7F7F7F;
  font-size:10pt;
}

#f_logo a {
  color: #7F7F7F;
}

#f_logo a:visited {
  color: #7F7F7F;
}

#f_logo a:hover {
  background: #f9f9f9;
  color: #7F7F7F;
}

ul#footer-nav li {
  padding: 23px 10px 23px 10px;
}

ul#footer-nav li:hover {
  padding-bottom: 18px;
  border-bottom: 5px solid #57a7a6;
}

ul#footer-nav a {
  color: #FFF;
  font-weight: bold;
}

ul#footer-nav a:hover {
  color: #FFF;
}

.footer-02 {
  padding: 14px 0px;
  border: 0;
  background: transparent;
}
.footer-02 p.footer-copy {
  text-align: center;
  color: #a8a8a8;
  letter-spacing: 1px;
}

.post-share-fb h4.side-title {
  font-size: 0;
  line-height: 0;
  display: none;
  margin: 0;
  padding: 0;
}

/* 追加カテゴリ用 */
.g-sub-categories {
  clear:both;
  padding-top:30px;
}

.g-sub-categories ul {
  clear:both;
}

.g-sub-categories .g-sub-categories-list {
  width:47%;
  /*min-width:300px;*/
  float:left;
  margin:20px 20px 0 0;
}

.g-sub-categories .g-sub-categories-list h3 {
  background-color:#93cddd;
  color:white;
  padding:6px 10px;
}

.g-sub-categories .g-sub-categories-list div {
  font-size:11pt;
  padding:10px;
  border:solid 1px #4f81bd;
}

.g-sub-categories .g-sub-categories-list div ul li {
  padding:5px 0 0 0;
  margin:0;
  line-height:110%;
}

.g-sub-categories .g-sub-categories-list div ul li a { 
  font-size:8pt;
}
/*-----------------------------------------*/
#linkpages{
  float:left;
  }
.next {
  float:right;
  }

#linkpages{
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    height: 30px;
    text-align: center;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#linkpages a:hover{
  color:#ff6600;
}
.number a{
  padding:8px 14px;
  margin-right:2px;
  border-radius:50%;
  background: #f1f1f1;
  text-decoration: none;
}
.number a span {
  background:none;
  padding:0;
  margin:0;
  color: #545d5d;
}
.number span{
  padding:8px 14px;
  margin-right:2px;
  border-radius:50%;
    background: #cfcfcf;
  color:#FFF;
}
.number a:hover{
  background: #cfcfcf;
  color:#FFF;
}

.number a:hover span{
  color:#FFF;
}
.pre {
  margin-right:10px;
  padding:5px;
}
.next {
  margin-left:10px;
  float:right;
  padding:5px;
  top:-5px;
  position:relative;
}
/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog {
  display: none;
}
#header-menu-tog a {
  color: #545d5d;
}

@media screen and (max-width: 1200px) {
  /* laptop 
    821px-1200px
  */
  .default #main, #main, #main-home {
    width: 76.5%;
  }
  .default #main img, #main img, #main-home img {
    max-width: 100%;
    height: auto;
  }

  #side {
    width: 22%;
  }

  .wrap {
    width: 96%;
    margin: 0 2%;
  }

  #content .wrap {
    width: auto;
  }
  
  #main-home .post .post-content h2.post-title-top {
    padding: 3% 3%;
  }

  #main-home .post .thumb_box {
    width: 25%;
  }
  #main-home .post .thumb_box img {
    max-width: 100%;
    height: auto;
  }

  #main-home .post .title_box {
    width: 70%;
  }

  .post .post-header {
    padding: 20px 20px 0 20px;
  }

  .post .post-content {
    padding: 20px;
  }

  .post-loop-wrap .more-link2 {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    padding: 5px 5px 0 0;
    text-align: right;
    margin-top: 10px;
    z-index: 500;
  }

  #footer .button_contact {
    padding-bottom: 20px;
  }

  .footer-00 {
    width: 96%;
    margin: 0 2%;
  }

  /* 追加 */
  .g-sub-categories .g-sub-categories-list {
    width:45%;
  }
  
  #header-menu-tog {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  /* tablet 
    551px-820px
  */
  #content .wrap {
    width: auto;
    padding-top:30px;
  }
  /*----------------スクロールナビ--------------*/
  .widget_nav_menu {
    position: relative;
  }
  .menu-sp-new-navi-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* 慣性スクロール */
  }
  .menu-sp-new-navi-container ul {
    /*max-width: 2100px; /* メニューの最大幅 */
    /*min-width: 2100px; /* メニューの最小幅 */
    width: 3000px;
    height: 55px;
    line-height: 60px;
    margin: 0 auto;
    list-style: none;
    font-size:3.8vw;
    border-bottom:5px solid #6bcdcc;
    padding: 0;
  }
  .menu-sp-new-navi-container ul li {
    float: left;
    padding:0 30px 0 18px;
	margin-right:3px;
    /*width: 110px; /* メニューの個別の幅 */
    text-align: center;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	background:#6bcdcc;
    color:#FFFFFF;
  }
  .menu-sp-new-navi-container ul li:active {
    background: #f9009a; /* マウスホバー時の背景色 */
    color:#FFF !important;
  }
  
    .menu-sp-new-navi-container ul .here {
    background: #f9009a; /* マウスホバー時の背景色 */
    color:#FFF !important;
  }
  
  .menu-sp-new-navi-container ul li a {
    display: inline-block;
    color: inherit; /* メニューの文字色 */
    text-decoration: none;
  }
  .menu-sp-new-navi-container ul li a:active {
    color:#FFF;
  }

  .menu-sp-new-navi-container ul {
    padding: 0;
  }

  .next-btn {
    display: none; /* 右側の固定部分を非表示 */
  }
  
  /*表示中のページの色変更*/
  .other {
    
  }
  
  /*-----------------アイコン設置-----------------*/
/*共通部分*/
  #menu-sp-new-navi li:before {
    content:"";
    display:inline-block;
    width:6vw;
    height:6vw;
    vertical-align:middle;
    background-size:contain;
    margin: 0 5px 5px 0;
  }

/*最新記事*/
  #menu-sp-new-navi .new-article:before {
    background-image:url(images/menu-new-icon.png);
  }
  
  #menu-sp-new-navi li:active.new-article:before,#menu-sp-new-navi .here.new-article:before{
    background-image:url(images/menu-new-icon-active.png);
  }
  
  /*記事ランキング*/
  #menu-sp-new-navi .ranking:before {
    background-image:url(images/menu-ranking-icon.png);
  }
  
  #menu-sp-new-navi li:active.ranking:before,#menu-sp-new-navi .here.ranking:before{
    background-image:url(images/menu-ranking-icon-active.png);
  }
  
/*ニキビの種類*/
  #menu-sp-new-navi .about-acne:before {
    background-image:url(images/menu-syurui-icon.png);
  }
  
  #menu-sp-new-navi li:active.about-acne:before,#menu-sp-new-navi .here.about-acne:before{
    background-image:url(images/menu-syurui-icon-active.png);
  }
  
/*ニキビケア*/
  #menu-sp-new-navi .care:before {
    background-image:url(images/menu-care-icon.png);
  }
  
  #menu-sp-new-navi li:active.care:before,#menu-sp-new-navi .here.care:before {
    background-image:url(images/menu-care-icon-active.png);
  }
  
/*ニキビ対策・予防*/
  #menu-sp-new-navi .medicine:before {
    background-image:url(images/menu-pre-icon.png);
  }
  
  #menu-sp-new-navi li:active.medicine:before,#menu-sp-new-navi .here.medicine:before {
    background-image:url(images/menu-pre-icon-active.png);
  }
  
/*ニキビ跡*/
  #menu-sp-new-navi .acne-scar:before {
    background-image:url(images/menu-mark-icon.png);
  }
  
  #menu-sp-new-navi li:active.acne-scar:before,#menu-sp-new-navi .here.acne-scar:before {
    background-image:url(images/menu-mark-icon-active.png);
  }
  
/*体のニキビ*/
  #menu-sp-new-navi .acne-body:before {
    background-image:url(images/menu-body-icon.png);
  }
  
  #menu-sp-new-navi li:active.acne-body:before,#menu-sp-new-navi .here.acne-body:before {
    background-image:url(images/menu-body-icon-active.png);
  }
  
/*その他のニキビ*/
  #menu-sp-new-navi .other:before {
    background-image:url(images/menu-etc-icon.png);
  }
  
  #menu-sp-new-navi li:active.other:before,#menu-sp-new-navi .here.other:before {
    background-image:url(images/menu-etc-icon-active.png);
  }
  
/*ムービー*/
  #menu-sp-new-navi .movie:before {
    background-image:url(images/menu-movie-icon.png);
  }
  
  #menu-sp-new-navi li:active.movie:before,#menu-sp-new-navi .here.movie:before {
    background-image:url(images/menu-movie-icon-active.png);
  }
  

  @media (max-width: 500px){
  
    .menu-sp-new-navi-container ul {
      font-size:16px;
      height: 31px;
    }
    .menu-sp-new-navi-container ul li{
      padding : 0 12px 0 10px;
      line-height: 36px;
      margin-right:3px;
      border-radius: 4px 4px 0 0 / 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
    }
    #menu-sp-new-navi .li:before {
      width:22px;
      height:22px;
    }

  }
  
/*---------------------------------------------*/
  /*--------------サーチボックス-----------------*/

  .widget_search {
    margin: 0 5% 10px;
    border: none;
	}
  .widget_search input[type=text] {
    border:1px solid #6BCDCC;
  }
  
  .widget_search div {
    padding-right: 10px !important;
  }
	.widget_search button {
    color: #FFF;
    background-color: #6bcdcc;
    width:20%;
    border-radius: 0;
    border:1px solid #6BCDCC;
    -webkit-appearance: none;
	/*
    border:2px solid #6BCDCC;
    -webkit-appearance: none;
    top : -2px;
	*/
  }
  
  #side .widget_search {
    display:none;
  }
/*-------------/サーチボックス-----------------*/
  
  .default #main, #main, #main-home {
    width: 100%;
	margin-bottom:20px;
  }
  .pc-hide {
     display: block !important;
  }
  .sp-hide {
    display: none !important;
  }

  .breadcrumb {
    margin: 0 0 13px !important;
  }
  #main-home .post .post-content {
    position: relative;
    padding: 9px;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #FFF;
    margin-bottom: 16px;
    overflow: hidden;
  }
  #main-home .postitem .title_box h2.post-title {
    background: transparent;
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
  }
  .top-headline {
    font-size: 22px;
    line-height:1.2em;
  }
  #main-home .postitem .title_box span.post-desc {
    font-size: 15px;
  }
  #main-home .postitem .more-link {
    font-size: 15px;
  }
  .sp-show {
    display: block !important;
  }

  #main .post-sns {
    margin: 0;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wrap {
    width: 96%;
    margin: 0 2%;
    padding-top: 45px;
  }

  #content .wrap {
    padding-top: 45px;
  }
  
  @media screen and (max-width: 550px) {
    .wrap {
      width: 98%;
      margin: 0 1%;
      padding-top: 30px;
    }
  }

  #side {
    width: 100%;
    margin-top: 0px;
  }

  .flower {
    display: none;
  }

  #main-home .post .post-content {
    padding: 7px !important;
  }

  #main-home .post .thumb_box .post_category {
    top: 15px;
  }

  /* header */
  #header {
    padding: 0 !important;
    border-bottom: 1px solid #CCC;
    height: 75px;
    border-top: 5px solid #6bcdcc;
    position: fixed;
    width: 100%;
    background-color: #F9F9F9;
    z-index: 1000;
  }
  
  @media screen and (max-width: 550px) {
    #header {
      padding: 0 !important;
      border-bottom: 1px solid #CCC;
      height: 60px;
      border-top: 5px solid #6bcdcc;
    }
  }
  #header .wrap {
    padding: 0;
    display:flex;
    margin:0;
  }

  #header #logo img {
    vertical-align: top;
    padding-top: 18px;
    padding-left: 20px;
  }
  @media screen and (max-width: 550px) {
    #header #logo img {
      vertical-align: top;
      padding-top: 14px;
      padding-left: 18px;
      width: 160px;
    }
  }

  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
    order: -1;
    border-right: 1px solid #CCC;
  }
  @media screen and (max-width: 550px) {
    #header-menu-tog {
      display: block;
      order: -1;
      width: 60px;
    }
  }
  #header .button_contact {
    display: none;
    margin-left: auto;
  }

@media screen and (max-width: 550px) {
#header .button_contact {
    display: none;
    width: 60px;
  }
}

#header .button_contact a {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
}

  #gnav {
    display: block;
    background: none;
  }

  #gnav {
    display: block;
    background: none;
    position: relative;
    top: 40px;
  }

  #gnav.active {
    display: none;
  }

  #gnav ol, #gnav ul {
    border: 0;
  }

  #gnav li {
    width: 100%;
    display: block;
    color: #fff;
    background: #6bcdcc;
    border: 0;
  }

  #gnav ul li a {
    background: #6bcdcc;
    color: #fff;
    border-bottom: 1px solid #89d7d6;
    padding: 12px 24px;
  }

  #gnav ul li a:hover {
    color: #fff;
  }

  #gnav ul li.current-menu-item a {
    background: #5ebab9;
  }

  ul#gnav-ul li {
    width: 100%;
  }
  ul#gnav-ul li.medicine :before {
    top: 0;
    margin-bottom: 6px;
  }
  ul#gnav-ul li.acne-scar :before {
    top: 0;
    margin-bottom: 6px;
  }
  ul#gnav-ul li.care :before {
    top: 0;
    margin-bottom: 6px;
  }
  ul#gnav-ul li.about-acne :before {
    top: 0;
    margin-bottom: 6px;
  }
  ul#gnav-ul li.acne-body :before {
    top: 0;
    margin-bottom: 6px;
  }
  ul#gnav-ul li.other :before {
    top: 0;
    margin-bottom: 6px;
  }

  /* content */
  .post-title {
    margin-bottom: 12px;
  }

  /* loop */
  .post-loop-wrap .post-thumbnail {
    height: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .post-loop-wrap .post-content {
    padding: 0 40px;
  }

  .post-loop-wrap .post-footer {
    display: none;
  }

  .post-loop-wrap .more-link2 {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    padding: 5px 5px 0 0;
    text-align: right;
    margin-top: 10px;
    z-index: 500;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {
    padding: 42px 20px 20px;
  }

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .post-footer {
    padding: 0 40px !important;
  }

  .cta_block {
    margin: 20px;
  }
  .cta_block .post-cta-inner {
    padding: 0;
  }

  ul#footer-nav li {
    padding: 10px;
  }

  #main-home .post .post-content h2.post-title-top {
    top: 35%;
  }

  .post .post-content h2 {
    font-size: 26px;
    line-height: 1.5;
  }

  .post .post-content h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .post-cta .post-cta-cont {
    padding: 20px 10px 0;
  }

  .post-cta-inner {
    padding: 0 !important;
  }

  .post-share {
    margin: 20px !important;
  }

  .post-share .post-share-title {
    font-size: 16px;
    padding: 10px;
    margin: 0;
  }

  .ts-fab-wrapper {
    margin: 20px !important;
  }

  .rp4wp-related-posts {
    padding: 0px 20px 20px;
  }

  #comments {
    margin: 20px;
  }

  /* 追加 */
  .g-sub-categories .g-sub-categories-list {
    width:100%;
  }

  .g-sub-categories .g-sub-categories-list div ul li a { 
    font-size:10pt;
  }
}
@media screen and (max-width: 550px) {
  /* phone 
  0px -550px
  */
  .wrap {
    width: 98%;
    margin: 0 1%;
  }

  #content .wrap {
    padding-top: 30px;
  }

  #header {
    width: 100%;
  }

  #main-home .post .post-content h2.post-title-top {
    position: relative;
    line-height: 1.3;
    background: transparent;
    top: 0;
    padding: 15px 0 0 0;
    margin: 0;
  }

  .breadcrumb {
    margin: 10px 0 13px !important;
  }

  .post .post-header {
    padding: 10px 10px 0 10px;
  }

  .post .post-header h1.post-title {
    line-height: 1.3;
  }

  #gnav {
    display: block;
  }

  #gnav.active {
    display: none;
  }

  ul.post-meta {
    overflow: auto;
    width: 100%;
    margin: 5px 0 3px 0;
    border: 0;
    z-index: 100;
  }

  #logo2 {
    display: none;
  }

  #main-home .post .post-content .post_category {
    top: 15px !important;
  }

  .post .post-content h2 {
    line-height: 1.3;
    padding: 14px;
  }

  .post .post-content h3 {
    font-size: 16px;
    margin-top: 44px;
    padding: 5px;
    line-height: 1.3;
  }

  .post .post-content h4 {
    font-size: 16px;
  }

  .post .post-header .date {
    padding: 5px 0 0 0;
  }

  #main-home .post .thumb_box {
    width: 100%;
  }

  #main-home .post .title_box {
    width: 100%;
  }

  .post .thumb_box img,
  .post .thumb_box .thumb img {
    width: 100%;
  }

  .post-share {
    margin: 20px !important;
  }

  .post-share .post-share-title {
    margin: 0;
  }

  #main-home .post ul.post-meta2 {
    width: 100%;
  }

  .post-loop-wrap .more-link2 {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    padding: 5px 5px 0 0;
    text-align: right;
    margin-top: -31px;
    z-index: 500;
  }

  #main .post-share .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #efefef;
  }

  #main .post-share .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }

  #main .post-share .post-sns ul li a span {
    font-size: 16px;
  }

  #main .post-share .post-sns ul li a:before {
    font-size: 35px;
  }

  #main #comments {
    padding: 20px;
  }

  #main .post-author {
    padding: 20px;
  }

  #main .post-author .post-author-img {
    float: none;
  }

  #main .post-author .post-author-meta {
    padding: 0;
    margin: 10px 0 0;
  }

  .post-footer {
    padding: 0 20px !important;
  }

  #main .post-cta .cta-post-title {
    font-size: 20px !important;
    padding: 20px 0 !important;
  }

  .ornament img {
    display: none;
  }

  .post-share .post-share-title {
    font-size: 16px;
    padding: 10px;
  }

  .post-cta .post-cta-img {
    width: 100%;
  }

  .post-cta .post-cta-btn a {
    font-size: 10px;
    width: 95%;
  }

  .pagetop {
    bottom: 20px;
    right: 20px;
  }

  .ts-fab-wrapper {
    margin: 20px !important;
  }

  .ts-fab-list li.ts-fab-bio-link.active a,
  .ts-fab-list li.ts-fab-latest-posts-link a,
  .ts-fab-list li.ts-fab-latest-posts-link.active a,
  .ts-fab-list li.ts-fab-bio-link a,
  .ts-fab-list li a {
    padding: 4px !important;
  }

  .ts-fab-tab {
    padding: 20px;
  }

  .ts-fab-avatar {
    display: block;
    margin-right:5px;
    margin-bottom:5px;
  }

  .ts-fab-text {
    margin: 0;
  }

  #comments {
    margin: 20px;
  }

  #main #comments {
    padding: 20px 0 0 0;
  }

  form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
    max-width: 90%;
  }

  .comment-form-author label, .comment-form-author input, .comment-form-email label, .comment-form-email input {
    width: 80%;
  }

  .form-submit #submit {
    width: 60%;
  }

  form input[type="submit"], form button {
    padding: 20px;
  }

  .form-submit #submit {
    line-height: 1;
  }

  .rp4wp-related-posts {
    padding: 0px 20px 20px;
  }

  .post-cta .post-cta-cont {
    padding: 20px 10px 0;
  }

  .post-cta-inner {
    padding: 0 !important;
  }

  ul#footer-nav li {
    padding: 10px;
  }

  ul#footer-nav li:hover {
    padding-bottom: 10px;
    border: 0;
    text-decoration: underline;
  }

  #f_logo {
    width: 100%;
  }

  #f_logo img {
    width: 195px;
    padding-top: 5%;
  }
  #f_logo span {
    display:block;
  }
  .button_contact a {
    margin-bottom: 6px;
  }

  /* 追加 */
  .g-sub-categories .g-sub-categories-list {
    width:100%;
  }

  .g-sub-categories .g-sub-categories-list div ul li a { 
    font-size:10pt;
  }

  /* phone end */
}