/*ここにスマホ用スタイルを記述*/
@media screen and (max-width: 640px) {
  #header {
    padding-bottom: 15px;
  }
  .logoimg {
    width:90px;
  }
	.breadcrumbs__wrap{
		background-color: #f9f9f9;
    border-top: solid 1px#eaeaea;
	}
	.breadcrumbs{
	  white-space: nowrap;
		overflow-x: scroll;
    overflow-y: hidden;
    font-size: 11px;
    padding: 1em;
	}
	.breadcrumb_home,.breadcrumb{
		color: #666;
	}
  #featured-box{
    height: 120px!important;
    background-position: top!important;
    background-size: cover!important;
  }
  #searchform {
    width: 85%;
    margin: 0 auto;
				box-shadow: 0 0 6px -1px #e4e4e4;
		-webkit-box-shadow:0 0 6px -1px #e4e4e4;
		padding: 0;
  }
  #search-box form input.search-terms{
    border-radius: 3px;
  }
  #searchsubmit {
    right: 0px;
    top: 9px;
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }
  .logoimg {
    width:80px!important;
  }
  .faqlabeltitle {
    font-size:13px;
    padding-left: 15px!important;
  }
  .question-tab-content{
    font-size:13px;
  }
	.cp_actab{
		width:95%;
	}
	.cp_actab:first-child{
		margin-top:10px;
	}
  .faq-area {
    margin: 0 auto 40px;
    width: 95%;
  }
  .faq-title {
    padding: 20px 0 0 16px!important;
  }
  .question-tab label::after {
    width: 2em!important;
  }
  .menulist {
    padding:14px 20px!important;
  }
  .menulist-allin {
    padding:14px 20px 14px 40px!important;
  }
  .entry ul,.entry ol {
    list-style-type: disc;
  }
  .entry-content li {
    margin-bottom: 0px;
  }
  .labeltitle,.entry-content ul li {
    font-size: 15px;
    color: #666;
    padding-bottom: .5em;
  }
	#page-header {
    margin: 0 0 8px;
	}
  #page-header h1 {
    margin: 24px 16px 20px 16px!important;
    line-height: 1.5em!important;
  }
	#article-content h2 {
    margin: 20px 0!important;
	}
  .entry-title {
    margin-bottom: 0px!important;
		padding: 17px 0 17px 8px!important;
    line-height: 1em!important;
  }
  .entry-title a{
    font-size: 16px;
    line-height: 1.6;
		padding-left: 1.2em;
  }
	.entry-title:before {
    content: "\25b8";
    font-family: "entype";
    position: absolute;
    color: #666;
	}
  .question-tab .question-tab-content p{
    margin: 1.5em;
  }
	body.category .category-enrtries-ttl{
		margin: 0 16px!important;
  }
  body.page .category-enrtries-ttl{
		margin: 0 16px!important;
	}
  .post, body.search-results #content article {
    padding: 0 10px!important;
  }
  .widget-title {
    font-size: 16px!important;
  }
  p.important {
    margin-bottom: 20px !important;
    padding-top: 0px !important;
  }
  .footer_button {
    padding: 12px 0!important;
    font-size: 13px !important;
  }
  .wp-block-button__link{
    width: 100%!important;
  }
  #footer .widget-area{
    padding: 0px 16px!important;
  }
  .entry-content h3{
    margin:3em 0 1em 0;
    font-size:16px;
    font-weight: bold;
  }
	#article-content{
		padding: 0 15px;
  }
  .su-label-type-warning {
    background: #FD345A !important;
    padding: 6px 22px !important;
    font-size: 16px !important;
    border-radius: 22px !important;
    line-height: 2 !important;
  }
  .warningtext {
    margin-bottom:20px !important;
    padding-top: 10px !important;
    line-height: 1.6;
    color: #FD345A;
  }
  .warning {
    margin-bottom:20px !important;
    padding-top: 10px !important;
    line-height: 1.6;
    color: #FD345A;
  }
  .warningtext li {
    margin-bottom:8px !important;
    padding-top: 10px !important;
    line-height: 1.6;
    color: #FD345A;
  }
  .warning li {
    margin-bottom:8px !important;
    padding-top: 4px !important;
    line-height: 1.6;
    color: #FD345A;
  }
  /*SP：ALL-INページ用*/
  p.allin {
    margin: 6px 14px 16px !important;
    line-height: 1.8 !important;
  }
  h2.allin {
    margin: 16px 14px 0px !important;
    line-height: 1.8 !important;
  }
	#jquery-live-search{
		box-shadow:0px 2px 6px -1px rgba(0, 0, 0, 0.3);
  }
  /*paidy*/
  .how-to-use-pc { display: none !important; }
  .how-to-use-sp { display: block !important; }
  .payment-method-pc { display: none !important; }
  .payment-method-sp { display: block !important; }
  .pay-image3-pc { display: none !important; }
  .pay-image3-sp { display: block !important; }
}
/*//ここまでスマホ専用スタイル*/

/*ここにPC用スタイルを記述*/
@media screen and (min-width: 720px) {
  .logoimg {
    width:110px;
  }
	.breadcrumbs__wrap{
		background-color: #f9f9f9;
    border-top: solid 1px#eaeaea;
	}
	.breadcrumbs__wrap a:hover{
		color: #666;
	}
	.breadcrumbs{
		width: 720px;
		margin: 0 auto;
    padding: 1em 0;
    font-size: 13px;
    letter-spacing: .04em;
	}
	.breadcrumb_home,.breadcrumb{
		color: #666;
	}
  #search-box {
    padding: 68px 0!important;
  }
	#searchform {
    padding: 0;
	}
	#jquery-live-search{
		box-shadow: 0 0 6px -1px #aaa;
		width: 720px!important;
	}
  #search-box form input.search-terms{
    border-radius: 3px;
    padding: 20px;
    font-size: 18px;
    letter-spacing:.08em;
  }
  #searchsubmit {
    position: absolute;
		right: 5px;
    top: 20px;
  }
	.one-col #content {
    margin-top: 2.5em;
	}

  .menulist {
    padding:20px 20px!important;
  }
  .menulist-allin {
    padding:20px 20px 20px 40px!important;
  }
	.entry-title a{
		padding-left: 1.2em;
	}
	.entry-title:before {
    content: "\25b8";
    font-family: "entype";
    position: absolute;
    color: #666;
	}
	.category .category-enrtries-ttl{
		margin: 0 16px 24px 0!important;
  }
  .page .category-enrtries-ttl{
		margin: 0 16px 24px 0!important;
	}
	body.category .categories-list{
		padding: 0!important;
	}
	#page-header {
    margin: 0 0 5px;
	}
	#page-header h1{
		margin: 24px 0 25px 0!important;
		font-size: 27px!important;
		letter-spacing: .05em;
		line-height: 1.8em!important;
	}
	#article-content h2{
/* 		font-size:px!important; */
	}
  .faq-title {
    padding: 30px 0 15px 25px !important;
  }
  /*PC：ALL-INページ用*/
  p.allin {
    margin: 6px 0px 16px !important;
    line-height: 1.8 !important;
  }
  /*paidy*/
  .how-to-use-pc { display: block !important; }
  .how-to-use-sp { display: none !important; }
  .payment-method-pc { display: block !important; }
  .payment-method-sp { display: none !important; }
  .pay-image3-pc { display: block !important; }
  .pay-image3-sp { display: none !important; }
}


/*共通*/
strong {
	font-weight: bold;
}
#header-right {
  display:none;
}
#sidebar {
  display:none;
}
#featured-box {
    background:#fff url(/wp-content/uploads/2019/04/header_new-1.jpg) no-repeat center;
    margin-bottom: 0px;
    height:200px;
}
#search-box {
  padding:38px 0;
}
#searchsubmit {
  background: url(/wp-content/uploads/2019/04/search-icon.png) no-repeat scroll 0 0 transparent;
  background-size: 25px;
}
     .mean-bar  {
  display:none;
}
#header-left {
  width:100%;
  text-align:center;
}
.search-terms{
  box-shadow: 0 0 6px -1px #aaa;
	-webkit-box-shadow:0 0 6px -1px #aaa;
}
.menu {
  display:none;
}
.sharedaddy {
  display:none;
}
.two-col-right #content {
  float: none;
  border: none;
  border-left: none;
}
#content {
    padding: 0px;
}
#navigation .breadcrumbs {
  white-space: nowrap;
  padding-left:10px;
  margin-top: 16px;
  overflow-x:hidden;
  overflow-y:hidden;
  font-size: 11px;
}
#navigation .breadcrumb {
  padding: 5px;
}
#navigation .breadcrumb_home {
  padding-right: 5px;
}
.trail-end {
  font-weight: bold;
}
.icon-home:before {
  content: "\f015";
  font-family: FontAwesome;
}
#navigation a, #navigation span {
  font-size: 11px;
  padding-left: 0px;
  line-height: 20px;
  font-style: normal;
  color: #666;
}
#navigation a:hover{
  text-decoration: none;
}
.entry-title {
  word-break: break-all;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 0px;
}
.helpful-theme-base .helpful-heading{
  font-size:16px;
}
/*body周り*/
#container {
  background-color:#fff;
  padding-bottom: 6em;
}
.body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
.body.single #page-header:before {
  content:none;
}
a {
  text-decoration: none;
  color:#618ed9;
}
a:hover{
  text-decoration: underline;
}
.entry-title a {
  text-decoration: none;
  color: #666;
  display: block;
}
.entry-title a:hover{
  color: initial;
  text-decoration:none;
}
.entry-content h3{
  font-size:16px;
  font-weight: bold;
}
.entry-content h4 {
  font-size: 16px !important;
  margin-bottom: 14px !important;
  line-height: 1.6 !important;
}
.entry-summary p, .entry-content p {
  margin:6px 0 16px;
  line-height: 1.8;
	word-wrap:break-word;
	word-break:break-all;
}
/*カテゴリページスタイル*/
.hentry {
  margin-bottom: 0px;
}
body.category .categories-list {
  padding: 0 16px;
}
body.category .category-enrtries-ttl {
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 12px 16px;
  font-weight: bold;
}
body.page .category-enrtries-ttl {
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 12px 16px;
  font-weight: bold;
}
.category-row .category-item:last-child {
  margin-left: 0;
}
.category-row .category-item:first-child {
  margin-right:0;
}
.category-row .category-item{
  padding-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  font-size: 16px;
  display: block;
  float: none;
  border-bottom: 1px solid #eaeaea;
}
.category-item h3 a{
  font-size:16px;
  color: #666;
}
.entry-title {
  border-bottom: 1px solid #eee;
  padding:12px 0;
}
/*投稿ページスタイル*/
.entry-content a{
  color:#618ed9;
}
.padder {
  width: 100%;
  max-width:  720px;
  margin: 0 auto;
}
.faq-title {
  color:#666;
  font-weight: bold;
  font-size:16px !important;
  background: #f8f8f8 !important;
  padding: 30px 0 15px 25px;
}
/*個別記事スタイル*/
.body.single #page-header:before {
  content:none;
}
.post, body.search-results #content article {
  padding:0px;
  margin:4px 0;
}
body.single #page-header,
body.category #page-header{
    padding-left: 0px;
}
#page-header h1 {
  font-size: 22px;
  line-height: 40px;
  margin: 24px 16px 12px 16px;
}
#article-contents {
  padding: 0;
}
#article-content .index {
  margin-bottom:18px;
  list-style-type: disc !important;
  padding: 16px 35px!important;
  background-color: #f8f8f8;
  line-height: 1.2;
}
#article-content .index a{
  font-size: 14px;
  line-height: 20px;
}
#article-content .index a:hover{
  text-decoration: underline;
}
#article-content .index span {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
#article-content .index a:hover{
  color: #666;
}
#article-content h2 {
  margin:40px 0 20px 0;
  border-bottom: 2px solid #eee;
  line-height: 1.6;
  font-size:18px;
  font-weight: bold;
}
#article-content {
  margin:20px 0;
  line-height: 1.3;
}

.su-label-type-warning {
  background: #FD345A !important;
  padding: 6px 22px !important;
  font-size: 16px !important;
  border-radius: 22px !important;
  line-height: 2 !important;
}
.warningtext {
  margin-bottom:20px !important;
  padding-top: 10px !important;
  line-height: 1.6;
  color: #FD345A;
}
.warning {
  margin-bottom:20px !important;
  padding-top: 10px !important;
  line-height: 1.6;
  color: #FD345A;
}
.warningtext li {
  margin-bottom:8px !important;
  padding-top: 10px !important;
  line-height: 1.6;
  color: #FD345A !important;
}
.warning li {
  margin-bottom:8px !important;
  padding-top: 4px !important;
  line-height: 1.6;
  color: #FD345A !important;
}
.su-label-type-info {
  background: #2c8f80 !important;
  padding: 6px 22px !important;
  font-size: 16px !important;
  border-radius: 22px !important;
  line-height: 2 !important;
}
.su-label-type-important {
  background: #2c8f80 !important;
  padding: 6px 22px !important;
  font-size: 16px !important;
  border-radius: 22px !important;
  line-height: 2 !important;
}
p.important {
  margin-bottom:20px !important;
  padding-top: 10px !important;
  line-height: 1.6;
  color: #2c8f80;
}
.important li{
  margin-bottom:8px !important;
  padding-top: 4px !important;
  line-height: 1.6 !important;
  color: #2c8f80 !important;
}
p.infotext {
  margin-bottom:20px !important;
  padding-top: 10px !important;
  line-height: 1.6;
  color: #2c8f80;
}
.infotext li{
  margin-bottom:8px !important;
  padding-top: 4px !important;
  line-height: 1.6 !important;
  color: #2c8f80 !important;
}
p.info {
  margin-bottom:20px !important;
  padding-top: 10px !important;
  line-height: 1.6;
  color: #2c8f80;
}
.info li{
  margin-bottom:8px !important;
  padding-top: 4px !important;
  line-height: 1.6 !important;
  color: #2c8f80 !important;
}
.entry-content ol li {
  list-style-type: decimal;
  margin-left: 2px;
  line-height:1.6;
}
.entry-content li {
  line-height: 1.8;
  list-style-type: circle;
}
.entry-content ul:not(.menu-list) {
  line-height: 1.6;
  padding-left: 20px;
  padding-top: 10px;
  margin: 0 0 3em 0;
}
.entry-content ol{
  line-height: 1.6;
  padding-left: 20px;
  margin: 0 0 3em 0;
}
.entry-content ol li{
    margin-bottom: 1em;
}
.wp-block-button {
  color:#fff;
  margin: 30px 0;
  text-align: center;
}
a.wp-block-button__link {
  background-color: #3A3A3A;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
  width:340px;
}
#article-content .linklist li {
  list-style: inside !important;
  position: relative;
  list-style: none !important;
}
.linklist li:before {
  content: "\25b8";
  font-family: "entype";
  position: absolute;
  color:#666;
}
.linklist li a {
  margin-left:20px;
}
ul.linklist {
  padding: 20px 0 30px 4px!important;
}
h3.linklist {
  margin: 40px 0 0 0 !important;
  line-height: 1.6 !important;
  border-top: 2px solid #eee !important;
  padding-top: 30px;
  font-size:18px;
}
div.linklist {
  margin-bottom: 30px;
}
div.caterelate {
  margin: 0 10px 50px 10px;
  line-height: 1.6;
}
h4.samecategory {
  position:relative;
  margin-left: 20px;
  margin-bottom: 16px !important;
  line-height: 1.6;
}
.catercmd:before {
  content: "\25b8";
  font-family: "entype";
  position: absolute;
  color: #666;
}
.brandlist1 {
  float: left;
  padding: 8px 26px;
  margin: 4px 4px !important;
  background-color: #3A3A3A;
  color: #fff;
  border-radius: 4px;
  width: 74px;
  text-align: center;
  height: 46px;
  vertical-align: middle;
}
.brandlist2 {
  float: none;
  padding: 8px 26px;
  margin: 4px 4px !important;
  background-color: #3A3A3A;
  color: #fff;
  border-radius: 4px;
}
table {
  border:1px solid #333;
  width: 100%;
  margin:0 0 10px 0;
  border-collapse:collapse;
  border-spacing: none;
}
td {
  width: 80px;
  /*background: #def7f7;*/
  padding: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.wp-block-table tr:first-child{
background-color: #eeeeee;
}
/*footer周り*/
#site-description, #site-description p a {
  font-size: 18px;
  line-height: 23px;
  color: #A1A1A1;
  margin-left: 10px;
}
#footer .widget-area {
  width: 100%;
  float: left;
  padding: 0px 16px;
}
.widget.widget_text p {
  margin-bottom: 1em;
  font-size: 85%;
  color: #cacaca;
}
.widget-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
#footer {
  border-top: 1px solid #e0e0e0;
}
#t-footer {
  background:#292929;
  padding: 50px 0px 20px 0;
}
#b-footer {
  background:#292929;
  padding-bottom: 20px;
}
#site-description p {
  font-size:13px;
  line-height: 6px;
  padding:14px 0px;
  color: #ffffff;
}
.footer_button {
  border: 1px solid;
  border-radius: 3px;
  padding: 20px 0;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
}
.telno {
  color:#cacaca;
}
#text-6 a:hover  {
  color:#cacaca;
}
.widget {
  margin-bottom: 0px;
}
.custom-html-widget{
  margin-bottom: 3em;
}
/*アコーディオン*/
.cp_actab {
  position: relative;
  margin: 0 auto 12px;
  background: #fafafa;
  color: #000;
  border-radius: 5px;
  border:1px solid #eaeaea;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  /*font-weight: bold;*/
  line-height: 2.3em;
  position: relative;
  display: block;
  padding: 8px 0 8px 46px;
  cursor: pointer;
  background: #fdfdfd;
  font-size:18px;
  color:#666;
}
.label-allin {
  padding: 8px 0 8px 10px !important;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #fff;
}
.faqlabeltitle {
  padding-left: 25px;
  font-weight: normal;
}
.cp_actab .cp_actab-content p {
  margin: 1em;
  padding:16px 0;
}
.faq-area {
  margin:30px auto;
  background: #f8f8f8 !important;
  border-radius: 3px;
}
.question-tab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 0;
  color: #000;
}
.question-tab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.question-tab label {
  font-weight: bold;
  line-height: 2em;
  position: relative;
  display: block;
  padding: 6px 0 6px 0px;
  cursor: pointer;
  background: #f8f8f8;
  color:#666;
  font-size: 17px;
  letter-spacing: .09em;
}
.question-tab .question-tab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #f2f2f2;
}
.question-tab:last-child {
  padding-bottom:.8em;
}
.question-tab .question-tab-content p {
  margin:2.5em;
  color: #404040;
  font-size:.9em;
  letter-spacing: .05em;
}
/* アコーディオン:checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height:   100em;
}
.question-tab input:checked ~ .question-tab-content {
  max-height: 20em;
}
/* アコーディオン:Icon */
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  margin: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  font-size: 18px;
  color:#666;
}
.cp_actab input[type=checkbox] + label::after {
  content: '\f107';
  font-family: FontAwesome;
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(180deg);
}
.question-tab label::after {
  line-height: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  margin: 4px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  font-size: 18px;
  color:#666;
}
.question-tab input[type=checkbox] + label::after {
  content: '\f107';
  font-family: FontAwesome;
}
.question-tab input[type=checkbox]:checked + label::after {
  transform: rotate(180deg);
}
/*メニューリストliタグ*/
.menulist {
  list-style:none !important;
  font-size: 16px;
  color: #666;
}
.menulist_bottom {
  padding:16px 10px !important;
  font-size:18px;
  list-style:none !important;
  border-bottom: none;
}
.cp_actab-content ul a li{
  border-top: solid 1px #eee;
}
.menu-list {
  margin: 0;
  list-style:none;
}

.menu-list a{
  text-decoration: none;
}
.entry-content li {
  margin-bottom: 0px;
}
.label-bm {
  position:relative;
}
.label-bm:before {
  position:absolute;
  content:"";
  display:inline-block;
  background-size:contain;
  background-image: url(/wp-content/uploads/2019/04/use.png);
  background-repeat: no-repeat;
  width:18px;
  height:18px;
  margin:11px -22px;
}
.label-buy {
  position:relative;
}
.label-buy:before {
  position:absolute;
  content:"";
  display:inline-block;
  background-size:contain;
  background-image: url(/wp-content/uploads/2019/04/buy.png);
  background-repeat: no-repeat;
  width:25px;
  height:25px;
  margin:6px -26px;
}
.label-shopper {
  position:relative;
}
.label-shopper:before {
  position:absolute;
  content:"";
  display:inline-block;
  background-size:contain;
  background-image: url(/wp-content/uploads/2019/04/buyer.png);
  background-repeat: no-repeat;
  width:28px;
  height:28px;
  margin:7px -25px;
}
.label-other {
  position:relative;
}
.label-other:before {
  position:absolute;
  content:"";
  display:inline-block;
  background-size:contain;
  background-image: url(/wp-content/uploads/2019/03/other.png);
  background-repeat: no-repeat;
  width:19px;
  height:19px;
  margin:18px -22px;
}
.labeltitle {
  margin-left: 20px;
  font-weight: normal;
}
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
    font-feature-settings: "palt" !important;
}
/*anyway-feedback customcss*/
.afb_container {
  text-align:center;
}
.afb_message {
  font-size:18px;
  margin:10px 0 20px 0 !important;
  color: #3DC2AF;
}
.afb_status {
  color: #3DC2AF;
}
.afb_container a {
  color:#3DC2AF;
  font-size: 11px;
  border: 1px solid #3DC2AF;
  padding: 5px 8px;
  text-decoration: none;
  margin-left: 0.5em;
  /*-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
  /*-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
  /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
}
.afb_container a:link {
  color: #3DC2AF;
  text-decoration: none;
  padding: 10px;
  margin: 10px;
  font-size: 13px;
}
.afb_judge {
  margin:26px 0;
}
/*ページネーション*/
.pagination {
  text-align: center !important;
  margin: 30px 0 50px 0 !important;
  line-height: 2 !important;
}
.pagination span.current{
  background: #3e3e3e;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  margin-right: 8px;
	border-radius: 2px;
}
.pagination a{
	border-radius: 2px;
  font-size: 14px;
  color: #414141;
  background: #eee;
  padding: 8px 12px;
  margin-right: 6px;
}
/*404ページ*/
#container .error404 {
  margin: 12px;
}
.error404 header hgroup h3 {
  float: left;
  padding-top: 0px !important;
  color: #666;
  font-size: 40px;
}
.error404 .entry p {
  color: #666;
  font-size: 26px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 30px;
}
.error404sub {
  color: #666 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  text-align: left !important;
  margin-bottom: 40px !important;
}

#buddydocs-search-results li a:before{
    content: "\f15c";
    top: 15px;
	  left: 3px;
    font-size: 16px;
    overflow: visible;
    color: #555;
}
.wp-block-buttons.is-content-justification-center.is-vertical.eg-align-items-normal {
	align-items: normal;
}