/*---------------------------------------------------------------------------------
  Theme Name: atvape
  Theme URI: http://at-vape.com
  Version: 1.3
  Description: @vape Original theme
  License: ZOU inc.
  License URI: http://at-vape.com
  Author: web310.net
  Author URI: http://web310.net
----------------------------------------------------------------------------------- */
@import  "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";

body {
  color: #333;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans Japanese","Open Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
body, html {
  margin-top: 0;
}
h2 {
  margin: 0; padding: 15px 0 10px;
  font-size: 1.1em; font-weight: 600;
  counter-reset: ranking
}
h3 {
  font-weight: 400;
  counter-reset: ranking
}
ul,
li {
  margin: 0; padding: 0;
  list-style: none
}
#contents {
  margin-bottom: 15px;
  border-left: solid 1px #bbb;
  border-right: solid 1px #bbb;
}
#no-post {
  text-align: center;
  margin: 140px auto 160px;
  width: 400px;
  max-width: 100%;
}
#no-post p {
  margin-bottom: 20px;
}
#no-post .btn {
  margin-top: 20px;
}
/* WordPress CSS */
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}

/* ---------------------------------------
   ヘッダースタイル
----------------------------------------- */
header {
  margin-bottom: 10px;
  padding-top: 55px;
  border-bottom: solid 1px #bbb
}
header .navbar {
  margin-bottom: 0;
  border-top: solid 4px #000
}

.has-sub-nav .sub-wrapper {
  display: none;
}

.has-sub-nav:active > .sub-wrapper,
.has-sub-nav:hover > .sub-wrapper {
  display: block;
}

.navbar-nav li .sub-wrapper {
  position: absolute;
  right: -40px;
  width: 300px;
  background: #e7e7e7
}
.navbar-nav li .sub-wrapper ul li {
  display: block;
  border-bottom: solid 1px #bbb;
  background-color: #f7f7f7;
}
.navbar-nav li .sub-wrapper ul li a {
  display: block;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
  background: #f7f7f7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.navbar-nav li .sub-wrapper ul li a:hover {
  background: #e7e7e7
}
.navbar-nav ul li .display-name {
  margin-left: 6px
}
.navbar-nav .navbar-btn {
  margin-left: 10px; margin-right: 10px; margin-top: 11px
}
.navbar-nav .edit-btn {
  background-color: #337ab7;
  color: #eeeeee !important;
  font-weight: bold;
  border-left: solid 1px #aeaeae;
  border-right: solid 1px #aeaeae;
}
.navbar-nav .edit-btn:hover,
.navbar-nav .edit-btn:focus {
  background-color: #296ca7 !important;
}
.notice {
  position: absolute;
  width: 160px;
  height: 24px;
  left: -175px;
  top:12px;
  background-color: rgba(255, 128, 43, 0.8);
  color: #fff;
  font-size: .9em;
  padding: 3px 0 3px 8px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  animation: anim-shake 10s ease-out 10s infinite;
}
@keyframes anim-shake {
  0% { transform: rotate(0deg); }
  44% { transform: rotate(0deg); }
  45% { transform: rotate(-2deg); }
  48% { transform: rotate(2deg); }
  51% { transform: rotate(-1deg); }
  54% { transform: rotate(1deg); }
  56% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
.notice:after {
  content: " ";
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid rgba(255, 128, 43, 0.8);
  border-right: 10px solid transparent;
  position: absolute;
  right: -20px;
  bottom: 0;
}
@media( max-width:991px){
.notice {
  display: none
  }
}
.navbar-brand {
  color: #fff;
  fill: #fff
}
.navbar-brand .logo {
  width: 120px;
  color: currentColor;
  fill: currentColor
}
.account-btn {
  padding-bottom: 10px !important; padding-top: 10px !important
}
.account-btn img {
  height: 30px;
  background: #444
}
#user-announcement {
  position: relative;
  vertical-align: middle;
  padding: 10px 0 10px;
}
#user-announcement .notification-btn {
  font-size: 18px;
  color: #666;
  border: none;
  background-color: transparent;
  outline: none;
  height: 100%;
}
#user-announcement .balloon {
  position: absolute;
  right: -15px;
  top: 55px;
  width: 300px;
  display: block;
  background: #efefef;
  border: solid 1px #c2c2c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.balloon.hide {
  display: none;
}
#user-announcement .balloon:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom : solid 11px #c2c2c2;
  border-top: solid 11px transparent;
  border-left: solid 11px transparent;
  border-right: solid 11px transparent;
  position: absolute;
  top : -22px;
  right: 19px;
  z-index: 3;
}
#user-announcement .balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom : solid 10px #efefef;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  top : -20px;
  right: 20px;
  z-index: 4;
}
#user-announcement .balloon div {
  padding: 5px 15px;
}
#user-announcement .balloon-header {
  border-bottom: solid 1px #c2c2c2;
}
#user-announcement .balloon-body {
  font-size: .9em;
}

.btn-search {
  padding-left:  1.5em !important;
  padding-right: 1.5em !important;
}

.header-panel-box ul {
  display: block;
  height: 300px;
  margin: 0; padding: 0
}
.header-panel {
  display: block; float: left; position: relative;
  height: 100%; width: 25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  list-style: none;
}
.header-panel .panel-text p {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 900
}
.header-panel:first-child {
  width: 50%
}
.header-panel:first-child .panel-text p {
  font-size: 1.9em;
  line-height: 1.1;
}
@media ( max-width:992px ){
  .header-panel .panel-text p {
    font-size: 1.1em;
  }
  .header-panel:first-child .panel-text p {
    font-size: 1.6em
  }
}
.header-panel a.animated {
  -moz-transition-duration: .6s;
  -moz-transition-property: -moz-transform;
  -webkit-transition-duration: .6s;
  -webkit-transition-property: -webkit-transform;
  transition-duration: .6s;
  transition-property: transform;
}
.header-panel a {
  display: inline-block;
  height: 100%; width: 100%
}
.header-panel a:hover,
.header-panel a:focus {
  background-color: rgba(255, 255, 255, 0.2);
  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.panel-text {
  position: absolute;
  bottom: 0; left: 0;
  height: 130px;
  width: 100%;
  padding: 15px;
  background-color: rgba(200,200,200,0.1); color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
.panel-category {
  font-size: 1em; font-weight: 600
}
/*******************************************
  メインエリア
********************************************/
#main {
  position: relative;
  margin: 0 auto 30px
}

.top-contents h2 {
  border-bottom: solid 1px #666
}
.contents-feed {
  position: relative;
  margin-top: 8px
}
.search-result {
  border-top:  solid 1px #ccc;
}
.rank-page .contents-feed,
.search-result .contents-feed,
.top-contents-feeds .contents-feed {
  padding-bottom: 8px;
  border-bottom: dotted 1px #ccc;
}
.feed-thumbnail {
  display: table-cell; position: relative;
  height: 100px; width: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
}
.feed-thumbnail a {
  display: block;
  font-size: smaller;
  height: 100px; width: 100px;
  overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
.feed-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
}
.contents-feed a img:hover,
.feed-thumbnail a img:hover {
  opacity: .8
}
.feed-thumbnail a:hover,
.feed-thumbnail a:focus {
  background-color: rgba(255, 255, 255, 0.15)
}
.feed-detail {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle
}

.feed-detail .update {
  margin-bottom: 3px;
  color: #3a72c6 !important
}
.feed-detail p {
  margin: 0;
  color: #666;
  font-size: .9em;
  line-height: 1.3;
  text-overflow: ellipsis;
}
.feed-detail a {
  color: #303030;
  font-weight: normal
}
.feed-detail a:hover {
  text-decoration: underline
}
.status.publish {
  background: #eae7e0;
  color: #040404 !important;
}
.status.draft {
  background: #979797;
}
.status.pending {
/*   background: #fcf8e3; */
  background: #eae7e0;
  color: #040404 !important;
}
.feed-header {
  margin: 0 0 5px;
  max-height: 2.4em;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.feed-option {
  color: #666;
  font-size: .8em;
  margin-top: 3px;
}
.feed-option .view {
  font-weight: 900
}
.feed-option .user {
  margin-right: 10px
}
.feed-option .pcat {
  position: absolute;
  right: 1px;
  bottom: 3px;
  color: #555;
  background: #e8e8e8;
  padding: 0 4px 1px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* ---------------------------------------
  左サイドバー #left-side {}
----------------------------------------- */
.category-nav li {
  list-style: none
}
.category-nav li a {
  display: block; position: relative;
  padding: 8px 15px;
  font-size: .9em;
  color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.category-nav li a:hover,
.category-nav li a:focus {
  color: #fff;
  border-right: solid 4px #444;
  text-decoration: none;
  background: #999
}
.category-nav .current-menu-item a,
.category-nav .current-cat a {
  color: #fff;
  border-right: solid 4px #444;
  background: #999
}
/* ---------------------------------------
  右サイドバー #right-sidebar {}
----------------------------------------- */
#right-sidebar {
  position: relative;
}
.fixedmenu {
  padding: 0 30px;
}
#top-widget .widget {
  margin-top: 15px;
}
.widget > div {
  padding-bottom: 20px;
  padding-top: 15px;
  margin-left: -10px;
  padding-left: 10px;
}
.widget a.link-more {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  text-align: right
}
.widget a.link-more:after {
  padding-left: 5px;
  content: "\f101";
  font-family: FontAwesome;
}
.widget a.link-more:hover,
.widget a.link-more:focus {
  text-decoration: none
}
/* .rank-widget .pickup-widget*/
.pickup-widget h2,
.rank-widget h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
  margin-bottom: 7px;
}
.pickup-widget h2 small,
.rank-widget h2 small {
  font-size: .8em;
  margin-left: 1em;
}
.pickup-widget .contents-feed,
.rank-widget .contents-feed {
  margin-top: 4px;
  padding-bottom: 4px;
  border-bottom: dotted 1px #ccc;
}
.rank-feed .contents-feed:before {
  display: block; position: absolute;
  left: 0; top: 0;
  padding: 2px 8px 4px 6px;
  background-color: #790000; color: #fff;
  font-weight: 600;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 3px;
  content: counter(ranking);
  counter-increment: ranking;
  z-index: 99;
}
.pickup-feed .feed-thumbnail,
.rank-widget .feed-thumbnail {
  display: table-cell;
  height: 80px; width: 80px
}
.rank-widget .feed-thumbnail img {
  border-radius: 3px
}
.pickup-widget .feed-thumbnail img,
.rank-widget .feed-thumbnail img {
  height: 80px; width: 80px
}
.pickup-widget .feed-detail,
.rank-widget .feed-detail {
  font-size: .8em;
  vertical-align: middle
}
.pickup-widget .feed-detail p,
.rank-widget .feed-detail p {
  font-size: 1.3em;
  letter-spacing: 1.2px;
}
.rank-widget .lank-badge {
  display: block; position: absolute;
  left: 0; top: 0;
  padding: 2px 8px 4px 6px;
  background-color: #790000; color: #fff;
  font-weight: 600;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 6px;
}
/* .feature-widget */
.feature-feed .contents-feed {
  position: relative
}
.feature-feed .feed-thumbnail {
  display: block;
  height: 100px; width: 100%
}
.feature-feed .feed-detail p {
  display: block; position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  margin: 0; padding: 5px;
  background-color: rgba(250,250,250,0.2); color: #fff
}
/* .tag-widget {} */
.taglist li {
  display: inline-block; position: relative;
  margin: 0 5px 10px 0;
  line-height: 1.5
}
#wp_mobile .post-body .taglist li {
  margin: 10px;
}
.taglist li:before {
  position: absolute;
  left: 6px; top: 1px;
  color: #790000;
  content: "\f02b";
  font-family: FontAwesome;
}
.taglist li a {
  padding: 0 10px 2px 20px;
  color: #353535;
  text-decoration: none;
  border: solid 1px rgba(121,0,0,0.2)
}
.taglist li a:hover {
  border: solid 1px rgba(121,0,0,1)
}
.popular-feed .feed-thumbnail {
  height: 50px; width: 50px;
  border-radius: 9999px
}
.popular-feed .feed-detail {
  line-height: 1
}
/*-----------------------------
ユーザー一覧ページ
 -----------------------------*/
#userspage .feed-header {
  padding-bottom: 3px;
}
#userspage .feed-detail {
  vertical-align: top;
}
#userspage .popular-feed .contents-feed {
  display: block;
  height: 80px
}
#userspage .popular-feed .feed-detail {
  height: 80px
}
#userspage .popular-feed .feed-thumbnail {
  height: 80px
}
#userspage .popular-feed .feed-thumbnail img {
  height: 80px; width: 80px;
  border-radius: 9999px
}
#wp_mobile #userspage .post-body {
  padding: 0;
  border: none;
}
#wp_mobile #userspage .popular-feed .contents-feed {
  display: table;
  padding: 15px 0 0;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
#wp_mobile #userspage .popular-feed .contents-feed img {
  height: 60px;
  width: 60px;
}
.banner-widget {
  position: relative;
  height: 180px;
  margin: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}
.banner-widget h2 {
  height: 130px;
  margin: 0;
  background-color: rgba(0,0,0,0.2); color: #fff;
  font-size: 1.2em;
  text-align: center
}
.banner-widget p {
  position: absolute;
  bottom: 0;
  height: 50px; width: 100%;
  margin: 0; padding: 5px 10px;
  color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.banner-widget a {
  height: 100%
}
.banner-default p {
  background-color: #337ab7
}
.banner-info p {
  background-color: #2980b9
}
.banner-success p {
  background-color: #27ae60
}
.banner-warning p {
  background-color: #f39c12
}
.banner-danger p {
  background-color: #5cb85c
}
.banner-primary p {
  background-color: #c0392b
}
/* お気に入り機能 */
.simplefavorite-button,
.favorite .favorite-button {
  background-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;  width: 95%;
  padding: 10px;
  font-size: 1.3em;
  border-color: rgba(174,0,0,0.5);
}
.simplefavorite-button:hover,
.simplefavorite-button:focus,
.favorite .favorite-button:hover {
  background-color: rgba(174,0,0,0.1);
  outline: none;
}
.simplefavorite-button,
.favorite .favorite-button {
  color: rgba(174,0,0,0.5);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.favorite .favorite-button:hover {
  text-decoration: none;
}
.simplefavorite-button i,
.favorite .favorite-button i {
  margin-right: 5px;
}
/* ---------------------------------------
  コンテンツ下部 おすすめ
----------------------------------------- */
/* #footer-feed */
#footer-feed {
  margin-bottom: 50px
}
#footer-feed h2 {
  border-bottom: solid 1px #000
}
.recommended-feed .contents-feed {
  float: left;
  height: 200px; width: 20%;
  padding: 0 5px
}
.recommended-feed .feed-thumbnail {
  display: block;
  height: 120px; width: 100%
}
.recommended-feed .feed-detail {
  display: block;
  padding: 10px 0
}
.bottom-nav {
  padding: 10px;
  background-color: #fcfcfc;
  border-top: solid 1px #eaeaea;
}
.bottom-nav li {
  display: inline-block;
  margin: 0 10px
}
.bottom-nav li:before {
  margin-right: 5px;
  content: "\f101";
  font-family: FontAwesome;
}
/* ---------------------------------------
  フッター
----------------------------------------- */
footer {
  padding: 15px 0;
  background-color: #303030; color: #fff
}
footer > div {
  position: relative
}
footer h3 {
  color: #795c00;
  font-size: 1em; font-weight: 900
}
#footer-left {

}
.footer-menu-top {
  width: 100%
}
.footer-menu-top .footer-menu {
  width: 33%
}
.footer-menu-low {
  width: 100%
}
.footer-menu-low > div {
  display: block; float: left;
  width: 33%
}
.footer-menu {
  display: inline-block;
  padding-left: 10px;
  border-left: solid 1px rgba(255,255,255,0.8)
}
.footer-menu li {
  line-height: 2
}
.footer-menu li:before {
  margin-right: 5px;
  color: #790000;
  content: "\f101";
  font-family: FontAwesome;
}
.footer-menu li a {
  color: #fff
}
#footer-right {
  position: relative;
  margin-top: -15px;
  padding-bottom: 90px;
  text-align: center;
  background: #888;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 0 2px 3px rgba(255,255,255,0.5);
}
#footer-right:after {
  position: absolute;
  left: 5%; top: 0;
  height: 95%; width: 90%;
  border-top: none;
  border-left: dashed 4px rgba(0,0,0,0.5);
  border-right: dashed 4px rgba(0,0,0,0.5);
  border-bottom: dashed 4px rgba(0,0,0,0.5);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  content: "";
  z-index: 90;
}
.footer-brand {
  text-align: center;
  display: table;
  width: 100%;
}
.footer-brand img {
  width: 300px;
  margin: 50px 0 30px;
  max-width: 100%;
}
.description {
  display: block;
  width: 300px;
  margin: 0 auto
}
.footer-social {
  position: relative;
  margin-top: 20px;
  text-align: center;
  z-index: 100
}
.footer-social li {
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 15px auto;
  border-radius: 4px;
  vertical-align: middle;
  border: solid 1px rgba(86, 172, 238, 0.7);
}
.footer-social li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 36px;
  width: 60px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.footer-social li a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
  width: 200px;
  padding: 5px;
  text-decoration: none;
}
.footer-social li a:hover,
.footer-social li a:focus {
  background-color: rgba(255, 255, 255, 0.11);
}
.footer-social li a img {
  height: 26px;
  display: block;
  margin: 0 auto 2px;
}
.social-tw {
  background-color: #55acee
}
.social-fb {
  background-color: #3b5998
}
.copyright {
  text-align: center
}
/* ---------------------------------------
  シングルページ用スタイルシート single.php
----------------------------------------- */
.single h1 {
  font-size: 2.2em; font-weight: 700;
  line-height: 1.4
}
.contents-post header {
  padding-top: 10px
}
.contents-post header h1 {
  margin-top: 5px;
}
.contents-post header .update {
  margin-bottom: 0px;
  color: #666;
}
.featuredimg {
  display: block;
  height: 400px; width: 100%;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width:480px) {
  .featuredimg {
    height: 240px
  }
}
@media (max-width:360px) {
  .featuredimg {
    height: 180px
  }
}
.post-body {
  min-height: 200px;
  padding-bottom: 30px
}
.post-body:after {
    content:" ";
    display:block;
    clear:both;
}
.single .post-body {
  margin-top: 0
}
.post-point {
  margin: 60px 0;
  font-size: 1.2em;
  line-height: 1.8
}
.post-point h2 {
  padding: 0 0 10px;
  font-size: 1em
}
.post-footer {
  display: table;
  width: 100%;
  margin-top: 50px;
  padding: 20px 0;
  border-bottom: solid 1px #eee; border-top: solid 1px #eee
}
.post-footer .favorite .favorite-button {
  font-size: 1em;
  margin-top: 2px;
  width: 200px;
}
.post-footer .report {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.post-footer .report .btn {
  padding: 10px 20px;
  font-size: .8em;
  color: #777
}
.post-footer .share {
  display: table-cell;
  vertical-align: middle
}
.post-footer h2 {
  padding: 0 0 10px
}
.post-tag {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee
}
/* single sidebar widget */
#counter-widget {
  margin: 10px 10px 20px
}
#counter-widget dl {
  margin-bottom: 5px
}
#counter-widget dl dt {
  float: left;
  font-weight: 400
}
#counter-widget dl dd {
  float: right;
  font-size: 1.2em; font-weight: 700
}
.view-counter i,
.fav-counter i {
  margin-right: 5px;
  color: #777;
  font-size: 1.2em
}
.fa-heart {
  position: relative;
  top: 1px
}
.favorite {
  margin: 15px 0;
  text-align: center
}
.favorite .post-edit-link {
  display: inline-block;
  width: 95%;
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 1.3em; font-weight: 400;
  text-align: center; text-decoration: none;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #2e6da4 !important;
  background-image: none;
  border: 1px solid transparent;
  border-color: #2e6da4;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.42857143;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.favorite .post-edit-link:hover {
  background: #337ab7 !important
}
.favorite .btn {
  width: 95%;
  padding: 10px;
  color: rgba(174,0,0,0.5);
  font-size: 1.3em;
  border-color: rgba(174,0,0,0.5)
}
.favorite .btn:hover,
.favorite .btn:focus {
  background-color: rgba(174,0,0,0.1)
}
#auther-widget {
  margin: 5px 0; padding: 10px;
  border: solid 6px #ddd
}
#auther-widget > div {
  display: table
}
.auther-img {
  display: table-cell;
  height: 72px; width: 72px;
  padding-right: 10px
}
.auther-img img {
  height: 72px; width: 72px
}
.auther-name {
  display: table-cell;
  vertical-align: middle
}
.auther-name dd a {
  color: rgba(174,0,0,1);
  font-weight: 600
}
.auther-name dt {
  margin-bottom: 5px;
  font-weight: 400
}
.auther-description {
  margin: 5px 0;
  line-height: 1.5
}
/* メインコンテンツ下部カテゴリーリスト */
#single-feed {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#single-feed h2 {
  background: rgba(174, 0, 0, 0.1);
  border-bottom: solid 1px #790000;
  font-size: 1.4em;
  padding-left: 5px;
  padding-right: 5px;
}
#single-feed .pickup-feed {
  margin: 4px;
  font-size: 1.1em
}
#single-feed .pickup-feed .contents-feed {
  border-bottom: 1px dotted #ccc;
  margin-top: 4px;
  padding-bottom: 4px;
}
#single-feed .pickup-feed .contents-feed p {
  color: #303030;
}
#single-feed .pickup-feed .contents-feed a {
  text-decoration: none;
  display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#single-feed .pickup-feed .contents-feed a:hover,
#single-feed .pickup-feed .contents-feed a:focus {
  background-color: #f8f8f8;
}
#category-list {
  margin: 30px 0; padding: 0
}
#category-list ul {
  padding: 0
}
#category-list ul li {
  float: left; position: relative;
  margin: 0 -1px -1px 0; padding: 0;
  border: solid 1px #ddd
}
#category-list ul li a {
  display: block;
  padding: 15px 20px;
  color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#category-list ul li a:hover,
#category-list ul li a:focus {
  color: #790000;
  text-decoration: none;
  background: #ddd
}
#category-list ul li p {
  padding-bottom: 10px; padding-top: 10px;
  margin: 0;
  font-size: 1.2em
}
#category-list h2 {
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
  font-size: 1.3em
}
.cat-list-thumb {
  position: absolute;
  right: 20px; top: 50%;
  height: 46px; width: 46px;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border: solid 2px #fff;
  box-shadow: 0 0 1px #888;
  overflow: hidden;
}
/* PR記事用タグ */
.pr {
  padding: 0px 4px;
  color: #989898;
  font-size: 8px; font-weight: bold;
  border: solid 1px #989898;
  border-radius: 2px;
}
.header-panel .pr {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.recommended-feed .pr {
  margin: 0 3px;
}
.pr_tag {
  position: absolute;
  bottom: 5px; right: 5px;
  padding: 1px 4px;
  color: #fff;
  font-size: 10px; font-weight: bold;
  border: solid 1px #fff;
  border-radius: 2px;
}
/* ---------------------------------------
  カテゴリーページ用スタイルシート category
----------------------------------------- */
#category-header {
  margin-bottom: 30px
}
#category-header .tag-widget {
  font-size: 0.9em
}
#category-header .tag-widget .taglist li {
  margin: 0 4px 10px 0
}
.category-header-thumb {
  display: table-cell;
  width: 200px;
  padding-right: 20px;
  vertical-align: top
}
.category-header-thumb .img-circle {
  display: block;
  height: 180px; width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.category-header-detail {
  display: table-cell;
  vertical-align: top
}
.category-header-detail h1 {
  display: inline-block;
  margin: 0 15px 20px 0;
  font-size: 1.8em; font-weight: bold
}
.tax-info .top-contents h2 {
  font-size: 2em; font-weight: normal
}
.tax-info .top-contents h3 {
  margin: 10px 0 20px;
  font-size: 1.8em; font-weight: bold
}
.tax-info .top-contents img {
  float: left;
  height: auto; max-width: 160px;
  margin: 10px 10px 10px 0
}
/*-------------------------------
   タグ一覧ページ
 --------------------------------*/
#tagpage .taglist {
  margin: 0
}
#tagpage .taglist li {
  margin: 0 15px 20px 0;
}

#tagpage .taglist li .badge {
  margin-left: 5px; margin-top: -3px
}
#tagpage .taglist li:before {
  left: 8px; top: 1px;
  font-size: 18px
}
#tagpage .taglist li a {
  padding: 0 4px 2px 26px;
  font-size: 16px;
  background-color: rgba(121,0,0,0.2);
}
.counter {
  display: inline-block
}
.rss-link {
  top: -1px;
  margin-left: 5px;
  color: #ff7a22;
  font-size: 0.8em
}
.rss-link .fa-rss {
  color: #fff !important;
  font-size: 1.4em
}
.rss-link:hover,
.rss-link:focus {
  color: #fd6600
}
/*----------------------------
   ユーザーページ author.php
 -----------------------------*/
#users #center {
  padding: 0;
}
#users .feed-detail {
  width: 580px;
}
#users .contents-feed {
  border-top: solid 1px #ccc;
  padding-top: 10px;
}
#users .feed-wrap {
  border-right: solid 1px #eee;
  display: table-cell;
  height: 160px;
}
#users .feed-edit {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
#users .feed-edit ul {
  text-align: center;
  vertical-align: middle;
}
#users .feed-edit ul li {
  display: table-cell;
  width: 120px;
  padding: 15px 0 10px;
  text-align: center;
  vertical-align: middle;
}
#users .feed-edit .btn{
  width: 240px;
}
#users .feed-edit .edit-btn .btn{
  width: 200px;
  display: block;
  margin: 10px auto;
}
#users .feed-edit .status {
  border: 1px solid #eae7e0;
  color: #666;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 20px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  width: 200px;
  margin: 0 10px;
}
#users .feed-date {
  text-align: right;
  padding-right: 10px;
}

#account-header {
  border: 1px solid #ccc
}
#account-header div {
  display: table-cell;
  vertical-align: middle
}

.account-image {
  height: 200px; width: 200px
}
.account-image img {
  padding: 5px;
  border: 1px solid #ddd
}
.account-detail h2 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 2.2em
}
.account-detail p {
  margin: 0 15 0 0
}
.account-detail .counter {
  margin: 0;
  font-size: 1.2em;
  font: bold
}
.user-tabs {
  margin-top: 20px;
}
.user-tabs li {
  width: 200px;
  max-width: 50%;
}
.user-tabs li a {
  color: #888;
  width: 100%;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-top: solid 4px #888
}
.user-tabs li a:hover {
  background-color: #f7f7f7;
  border-top: solid 4px #888
}
.user-tabs li.disabled a:hover {
  background-color: #f0f0f0;
}
.user-tabs li.active a {
  background-color: #fff;
  border-top: solid 4px #790000
}
.user-tabs li.active a:hover {
  border-top: solid 4px #790000
}
/*----------------------------
   パンくずリスト
 ----------------------------*/
.bread-nav {
  position: relative;
  padding: 10px
}
.bread_crumb {
  font-size: .9em
}
.bread_crumb li {
  display: inline-block
}
.bread_crumb li:last-child:after {
  content: none
}
.bread_crumb li:after {
  margin: 0 15px;
  content: "\f105";
  font-family: FontAwesome;
}

/*----------------------------
   ページナビ
----------------------------*/
.page_navi {
  display: inline-block;
  margin: 50px auto 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.page_navi .previous:before {
  content: "\f104"
}
.page_navi .current span {
  background-color: #cfcfcf
}
.page_navi li {
  display: inline
}
.page_navi li span,
.page_navi li a {
  display: inline-block;
  height: 40px;
  margin: 0 2px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}
.page_navi .current span,
.page_navi .before a,
.page_navi .after a {
  width: 40px;
  text-decoration: none;
  border: solid 1px #cfcfcf;
  border-radius: 3px;
}
.page_navi .after a:hover,
.page_navi .after a:focus {
  background-color: #337ab7; color: #fff
}
.page_navi .next:after {
  content: "\f105"
}
.page_navi .page_nums {
  display: block;
  height: 30px;
  line-height: 30px
}
.page_navi .first a,
.page_navi .last a {
  line-height: 34px
}
.page_navi .first a:before {
  content: "\f100"
}
.page_navi .previous:before,
.page_navi .next:after,
.page_navi .first a:before,
.page_navi .last a:after {
  display: inline-block;
  height: 40px;
  margin: 0 3px;
  color: #337ab7;
  font-size: 1.5em;
  font-family: FontAwesome;
  line-height: 42px;
  vertical-align: middle;
}
.page_navi .last a:after {
  content: "\f101"
}
.yarpp-related {
  margin: 0 !important;
  height: 100%;
}
/*----------------------------
 投稿表示
 ----------------------------*/
.single #wp-content-media-add h2 {
  padding: 12px;
  font-size: 1.8em; font-weight: 600;
  border-left: solid 4px #ad0000;
  text-align: left;
}
.single #wp-content-media-add h3 {
  padding-bottom: 5px;
  border-bottom: solid 2px #ad0000;
  font-size: 1.5em; font-weight: 600;
  text-align: left
}
.single #wp-content-media-add h4 {
  font-size: 1.4em;
  text-align: left
}
.single #wp-content-media-add img {
  display: block;
  border-radius: 3px;
  max-width: 100%; width: 100%;
  margin: 0 auto
}
.single #wp-content-media-add p {
  margin-bottom: 10px;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.7;
  word-break: break-word;
}
.single #wp-content-media-add small {
  color: #999;
}
.single #wp-content-media-add small a {
  color: #666;
}
.single #wp-content-media-add > div {
  display: block;
  padding: 15px 0 10px;
  text-align: center
}
.single #wp-content-media-add div iframe {
  margin: 0 auto;
  width: 100%;
}
.single #wp-content-media-add article > div {
  display: block; position: relative;
  margin: 35px 0 10px;
}
.single #wp-content-media-add article > div > div {
  display: table-cell;
  width: 50%;
  margin: 0; padding: 0;
  text-align: left;
  vertical-align: top
}
.single #wp-content-media-add article img {
  max-width: 100%;
}
.article-shop-container h4 {
  margin-left: 1em;
  margin-top: 0;
}
.article-shop-container img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 360px !important;
}
.article-shop-container .price {
  font-weight: bold;
  font-size: 1.5em !important;
}
.article-shop-container .price small {
  font-weight: normal;
  margin-left: 5px;
}
.article-shop-container p small {
  font-size: .8em;
  color: #606060;
}
.article-shop-container .btn {
  margin: 15px 10px;
  padding: 10px 20px;
  font-size: .9em;
}
.article-shop-container .btn small {
  display: block;
  font-size: .7em;
  color: #ad0000 !important;
}
t-media-add iframe {
  width: 100%
}
.single #wp-content-media-add article> div > div > p {
  margin-left: 1em
}
.single .article-title-container h2 {
  background-color: rgba(174, 0, 0, 0.1);
}
.single .article-btn-container {
  text-align: center
}
.single .article-text-container {
  text-align: left;
  margin-top: 5px !important;
}
.single .article-shop-container h4 {
  border-bottom: solid 1px #888;
}
.article-insta-container {
  margin-top: 20px !important;
}
.imgfull {
  display: block !important;
  width: 100% !important;
}
.imgfull p {
  margin-top: 1em !important;
  margin-left: 0 !important;
}
.imgfull img {
  width: 100% !important;
}
.screen-reader-text {
  display: none;
}

/* -----------------------------
      個別ページ用
----------------------------- */
.page .contents-post header {
  padding: 10px 0 15px;
}
.page .contents-post h1 {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.page .contents-post h2 {
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
}
.page .contents-post h3 {
  padding-bottom: 10px;
  border-bottom: dashed 1px #eee;
}
.page .contents-post .rank-feed h3 {
  padding-bottom: 5px;
  border-bottom: none;
}
.page section {
  border: solid 1px #D4D8D8;
  padding: 30px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page .post-body p {
  font-size: 1.2em;
}

/* 利用規約 */
.agreement {
  letter-spacing: 1px;
}
.agreement h3 {
  font-weight: bold;
  margin: 40px 0 60px;
  color:
}
.agreement > dl > dt {
  color: #868686;
  font-size: 1.3em;
  margin: 30px 0 10px;
}
.agreement > dl > dd > dl > dd {
  margin: 5px 0 15px;;
}
.agreement p {
  line-height: 1.5;
}
.agreement ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.agreement ul {
  padding-left: 1em;
  margin: 1em;
}
.agreement ul li {
  list-style-type: disc;
}
li.widget {
  text-align: center;
}
/* 運営会社 */
.page-template-template-corporate {
  background: #24a580;
}
.page-template-template-corporate .bread-nav a {
  color: #fff;
}
.page-template-template-corporate table {
  background: #fcfcfc;
}
.page-template-template-corporate header .header-wrap {
  padding: 20px 0 20px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-template-corporate header .header-wrap .management-tag {
  border: solid 2px #fff;
  color: #fff;
  width: 6em;
  text-align: center;
  line-height: 2em;
  background-color: rgba(45, 45, 45, 0.3);
  margin-left: 10px;
}
.page-template-template-corporate section {
  margin-top: 40px;
  background-color: #24a580;
}
.page-template-template-corporate header .header-wrap h1 img {
  display: block;
  margin: 0 auto;
}
.page-template-template-corporate h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
}
.page-template-template-corporate #map {
  width: 100%;
  min-height: 360px;
}

/* 退会ページ */
.page-leave h1 {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.page-leave section div {
  border: solid 1px #D4D8D8;
  padding: 30px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2em
}
.page-leave section .button-primary {
  display: inline-block;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    margin: 25px 5px 10px 5px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    outline: none;
    }
.page-leave section .button-primary:hover,
.page-leave section .button-primary:active {
background-color: #ac2925;
    border-color: #761c19;
    }

/*-----------------------------
   よくある質問（FAQ）
 -----------------------------*/
#faq header {
  padding-top: 10px;
  padding-bottom: 15px;
}
#faq header h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
#faq section {
  border: solid 1px #D4D8D8;
  padding: 30px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#faq section > dl > dt {
  padding-top: 15px;
  border-top: solid 1px #ddd;
}
#faq section > dl > dt:first-child {
  border-top: none;
  padding-top: 0;
}
#faq section > dl > dd > dl > dt {
  border: none;
  padding-top: 0;
  font-size: 1em;
}
#faq dl dt {
  font-size: 1.3em;
  margin-bottom: 5px;
}
#faq dl dd {
  margin-bottom: 20px;
  padding-left: 5px;
}
#faq ol li {
  list-style: decimal;
  margin: 5px 0;
}
#faq ol li p {
  margin: 3px 0;
  font-weight: bold;
}
#faq dl dd dt {
  font-size: 1em;
}
#faq h4 {
  color: #444;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}

/*-----------------------------
   問い合わせフォーム用
 -----------------------------*/
#contact {
  margin-bottom: 30px;
}
#contact section{
  border: solid 1px #D4D8D8;
  padding: 30px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#contact header h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
#contact header {
  padding-top: 10px;
  padding-bottom: 15px;
}
#contact .btn {
  width: 260px;
  max-width: 90%;
}
#contact  form .required {
  color: #fff;
  font-size: .8em;
  padding: .2em 8px;
  display: inline-block;
  font-weight: normal;
  background-color: #e74c3c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* モーダルダイアログ */
#modal-login .btn {
  width: 300px;
  max-width: 90%;
}
#modal-login dl {
  margin: 20px auto 30px;
  display: block;
  font-size: 1.2em;
}
#modal-login dl dt {
  color: #997979;
  margin-top: 20px;
  font-size: 1.2em;
}
/*-----------------------------
   モバイル用追加CSS #wp_mobile
 -----------------------------*/
#wp_mobile header,
.page header,
.single header,
.archive header,
.search  header {
  border-bottom: none;
}
#wp_mobile #contents,
.page  #contents,
.single  #contents,
.archive #contents,
.search #contents {
  border-left: none;
}
#wp_mobile .widget > div {
  border-left: none;
  padding-left: 5px;
}

#wp_mobile .col-md-12 {
 padding-left: 0;
 padding-right: 0;
}
 #wp_mobile .col-md-12.bread-nav {
   padding-left: 10px;
   padding-right: 10px;
 }
#wp_mobile .bread_crumb {
  font-size: .7em;
}
#wp_mobile .bread_crumb li:after {
  margin: 0 8px;
}
#wp_mobile header > .container {
 padding: 0;
}
#wp_mobile .header-panel {
 width: 100%;
}
#wp_mobile .top-contents {
  margin: 0 -10px;
}
#wp_mobile .page_navi {
  margin: 30px auto 15px
}
#wp_mobile .page_navi li span,
#wp_mobile .page_navi li a {
  height: 30px;
  margin: 1px 2px;
  line-height: 30px;
}
#wp_mobile .page_navi .current span,
#wp_mobile .page_navi .before a,
#wp_mobile .page_navi .after a {
  width: 30px;
}
#wp_mobile .page_navi .previous:before,
#wp_mobile .page_navi .next:after,
#wp_mobile .page_navi .first a:before,
#wp_mobile .page_navi .last a:after {
  height: 30px;
  margin: 1px 3px;
  line-height: 32px;
}
#wp_mobile .page_navi .first a:before,
#wp_mobile .page_navi .last a:after {
  line-height: 30px;
}
#wp_mobile .contents-feed {
  margin-top: 5px;
  border-bottom: solid 1px #ccc;
  }
#wp_mobile .top-contents-feeds {
  margin-bottom: 10px;
}
#wp_mobile .feed-header {
  font-size: 13.5px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
}
#wp_mobile .contents-feed {
  padding-bottom: 4px;
  border-bottom: solid 1px #ccc;
  height: auto;
}
#wp_mobile .contents-feed .feed-thumbnail {
  width: 80px;
  height: 80px;
}
#wp_mobile .contents-feed .feed-detail {
  font-size: .8em;
}
#wp_mobile .pickup-widget,
#wp_mobile .rank-widget {
  margin-left: -10px;
  margin-right: -10px;
}
#wp_mobile .pickup-feed .feed-detail p,
#wp_mobile .rank-feed .feed-detail p {
  font-size: 13.5px;
  font-weight: normal;
  line-height: normal;
  max-height: none;
  letter-spacing: normal;
}
#wp_mobile .recommended-feed .contents-feed {
 float: none;
 width: 100%;
 height: auto;
 border-bottom: none;
}
#wp_mobile .recommended-feed .feed-thumbnail {
  height: 120px;
  width: 100%;
}
#wp_mobile .recommended-feed p {
  margin-top: -10px;
  font-size: 1.2em;
}
#wp_mobile #footer-feed {
  margin-bottom: 10px;
}
#wp_mobile .feed-option .pcat {
  right: 0;
  bottom: 1em
}
#wp_mobile .rank-widget h2,
#wp_mobile .pickup-widget h2 {
  border-bottom: solid 1px #666;
}
#wp_mobile #wp-content-media-add article.col-md-12 {
 padding-left: 0;
 padding-right: 0;
}
#wp_mobile #wp-content-media-add p {
  font-size: 1em;
  line-height: 1.5;
}
#wp_mobile #wp-content-media-add .article-video-container iframe {
  max-height: 200px;
}
#wp_mobile .post-footer {
  margin-top: 5px;
  padding: 0;
}
#wp_mobile .post-footer .simplefavorite-button,
#wp_mobile .post-footer .favorite .favorite-button {
  width: 300px;
  max-width: 90%;
}
#wp_mobile .share {
  display: block;
  margin-top: -25px;
}
#wp_mobile .favorite,
#wp_mobile .post-tag {
  margin-top: -20px;
  margin-bottom: 4px
}
#wp_mobile .share h2,
#wp_mobile .post-tag h2 {
  margin-left: -10px
}
#wp_mobile .report {
  display: block;
  text-align: left;
  text-align: center;
}
#wp_mobile .report .btn {
  font-size: .8em;
  border: none;
  padding: 5px;
}
#wp_mobile #single-feed {
  margin-top: -20px;
}
#wp_mobile #category-header {
  padding: 0;
}
#mobile-cat-nav {
  background-color: #ddd;
  padding: 0 5px 5px 5px;

}
#mobile-cat-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  vertical-align: middle;
  border-top: solid 1px #777;
}
#mobile-cat-nav ul li {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-bottom: solid 1px #777;
  border-right: solid 1px #777;
}
#mobile-cat-nav ul li:nth-child(odd) {
  border-left: solid 1px #777;
}
#mobile-cat-nav ul li a {
  background-color: #fff;
  display: block;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
  padding: 10px;
  font-size: 13px;
  width: 100%;

}
#mobile-cat-nav ul li a:hover,
#mobile-cat-nav ul li a:active {
  background-color: #999;
  color: #fff;
}
.mobile-cat-nav-title {
  background: #303030;
  color: #fff;
  padding: 10px 15px;
  margin-left: -5px;
  margin-right: -5px;
}
/* モバイル用個別記事ページ */
#wp_mobile.single #wp-content-media-add article > div {
  margin-top: 15px;
}
#wp_mobile.single #wp-content-media-add article > div > div {
  display: block;
  width: 100%;
  margin: 0; padding: 0;
  text-align: left;
  vertical-align: top
}
#wp_mobile.single #wp-content-media-add article > div > div p {
  margin-left: 0;
  margin-top: 5px;
}
#wp_mobile.single article header p {
  font-size: 12px;
  color: #666;
}
#wp_mobile.single article .contents-description {
  margin-top: 10px;
}
#wp_mobile.single h1 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.3;
}
#wp_mobile.single h2 {
  font-size: 1.2em;
  padding: 10px;
  margin-top: 30px;
}
#wp_mobile.single h3 {
  margin-top: 15px;
  font-size: 1.2em;
}
#wp_mobile .article-shop-container h4 {
  margin-left: 0;
  margin-top: 5px;
}
#wp_mobile .article-shop-container div .btn {
  width: 260px;
  max-width: 90%;
  display: block;
  margin: 10px auto 15px;
  font-size: .9em;
}
#wp_mobile.single #wp-content-media-add article .article-btn-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
#wp_mobile .article-btn-container .btn {
  font-size: .9em;
  width: 260px;
  max-width: 90%;
  white-space: normal;
}
#wp_mobile #counter-widget {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 400px;
}
#wp_mobile #counter-widget dl {
  display: table-cell;
  width: 35%;
  font-size: .8em;
}
#wp_mobile #counter-widget dl dt {
  float: none;
  display: inline-block;
}
#wp_mobile #counter-widget dl dd {
  float: none;
  display: inline-block;
  margin-left: 4px;
}
#wp_mobile #counter-widget dl dt i {
  font-size: 1em;
}
#wp_mobile #counter-widget .favorite {
  margin: 0;
  display: table-cell;
  max-width: 200px;
}
#wp_mobile #counter-widget button,
#wp_mobile #counter-widget .favorite-button {
  margin: -3px 0 0 8px;
  font-size: .8em;
  padding: 4px;
}
#wp_mobile .update {
  font-size: .8em;
  margin-bottom: 5px;
}
#wp_mobile .post-auther {
/*   border-top: solid 1px #ddd; */
  padding: 5px 10px 0;
}
#wp_mobile #modal-login {
  font-size: .8em;
}
#wp_mobile #modal-login h4 {
  font-size: 1.2em;
}
/* モバイル用ユーザーページ */
#wp_mobile #users .account-image {
  width: 128px;
  height: 128px;
}
#wp_mobile #users .account-image img {
  width: 120px;
  height: 120px;
}
#wp_mobile .account-detail p {
  font-size: .9em;
}
#wp_mobile .account-detail h2 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
#wp_mobile #users .feed-wrap {
  display: block;
  height: auto;
  padding: 0 5px;
  margin-left: 15px;
  margin-right: 5px;
}
#wp_mobile #users .feed-edit {
  display: block;
}
#wp_mobile #users .feed-edit ul,
#wp_mobile #users .feed-edit .favorite {
  display: table-cell;
  width: 50%;
}
#wp_mobile #users .feed-detail {
  width: auto;
}
.footer-mobile .sp-nav {
  display: block;
  width: 100%;
  margin: 5px auto;
  text-align: center;
}
.footer-mobile .sp-nav li {
  display: inline-block;
}
.footer-mobile .sp-nav li:after {
  content: "|";
  display: inline-block;
  margin-left: 4px;
}
.footer-mobile .sp-nav li:last-child:after {
  content: none;
}
.footer-mobile .sp-nav li a {
  color: #eee;
  text-decoration: none;
  font-size: .8em;
}
.test {color: rebeccapurple;}

.store-banner {
  width: 100%;
  margin: 0 auto;
}
.store-banner img {
  width: 100%;
  height: auto;
}