@charset "utf-8";
/*
Theme Name: Bootstrap_AbiStudio_Theme
Theme URI: https://wa.llsticker.com/blog/
Description: Bootstrapで組んだWordPress のテーマ
Version: 1.0
Author: AbiStudio.com
Author URI: http://www.abistudio.com/
Tags: simple
*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
  font-size:16px;
}
html{
  scroll-behavior: smooth;
}
header{
  padding-top: 15px;
}
.headerlogo {
  margin-top: 3px;
}
hr{
  margin-top: 0;
}
header .visible-xs .fa-search{
  margin-top: 5px;
  font-size:30px;
}
.modal_wrap input{
	display: none;
}
 
.modal_overlay{
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
 
.modal_trigger{
	position: absolute;
	width: 100%;
	height: 100%;
}
 
.modal_content{
	position: relative;
	align-self: center;
	width: 80%;
	max-width: 800px;
	padding: 50px 30px 35px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	line-height: 1.4em;
	transition: 0.5s;
}
 
.close_button{
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}
 
.modal_wrap input:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.headerbar {
  font-size: 0.8em;
  padding-top: 12px;
  margin: 0 0 15px 0;
  background-color: #eee;
}
.topbanner{
  width: 100%;
}
.topdescription{
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background-color: #EEE;
  margin: -20px 0 0 0;
}
.toptopicksblock{
  font-size: 15px;
  padding-bottom: 20px;
}
.toptopicksblock a{
  color: #000;
}
.topbannerimagewrap a:hover .topbannerimage,
.toptopicksblock a:hover .postimg{
	opacity:0.7;
}
.postimg{
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid #EEE;
}
.pagetitle {
  font-weight: 400;
  line-height: 1.4;
  font-size: 30px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.active .post-categories{
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.active .post-categories > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.active .post-categories > li a{
  display: inline-block;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 3px;
  font-weight: normal;
  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;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.active .post-categories > li a:hover,
.active .post-categories > li a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
  text-decoration: none;
}
.pagetitle{
  font-weight: bold;
}
.header-title2{
  margin-top: 20px;
}
.pagetitle2 {
  font-weight: 400;
  line-height: 1.4;
  font-size: 26px;
  margin-top: 18px;
  font-weight: bold;
}
.attachment-thumbnail,
.attachment-post-thumbnail{
  display: block;
  max-width: 100%;
  height: auto;
}
.header-copy p{
  margin-bottom: 15px;
}
.header-copy .media-body{
  padding-top: 8px;
}
.header-author {
  height: 63px;
  font-size: 0.8em;
  line-height: 1.5;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-sns {
  height: 63px;
  background-color: #d9edf7;
  padding-top: 15px;
}
.usericon{
  width:40px;
}
.media{
  margin: 0 0 5px 0;
}
p{
  line-height:1.5;
}
.ranking-prd .list-unstyled{
  padding-bottom: 15px;
}
.ranking-prd img{
  max-width:500px;
}
.headerindex table{
  margin-bottom: 15px;
}
.headerindex .indexh1{
  padding-bottom: 5px;
}
.headerindex .th{
  white-space: nowrap;
  width: 120px;
}
.headerindex td{
  font-size: 0.9em;
  vertical-align: top;
  padding-bottom: 0;
}
.headerindex td ul{
  margin-bottom: 0;
}
.headerindex li{
  padding: 0 8px 0 0;
  border-right:1px solid #999;
  margin: 0 0 5px 2px;
}
.headerindex li:last-child {
  padding: 0;
  border-right:none;
}
.main .well{
  margin-top: 15px;
}
.main .breadcrumb {
  margin-bottom: 0;
}
.splinkarea{
  padding-bottom: 40px;
}
.main .panel-default{
  background-color: #FBF9E6;
}
.main .panel-body {
  padding-bottom: 5px;
}
.main .book-quote .panel-default,
.main .user-comment .panel-default{
  background-color: #FFF;
}
.main .book-quote .panel-body,
.main .user-comment .panel-body{
  padding-bottom: 15px;
}
.main .book-quote .panel-default .eyecatch img{
  max-width: 100%;
}
.main .book-quote .panel-body .description{
  font-size: 16px;
}
.hidden_box {
  margin: 15px 0 0 0;
  padding: 0;
}
.hidden_box label {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor :pointer;
  transition: .5s;
}
.hidden_box label:before {
  display: inline-block;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  padding-right: 5px;
  transition: 0.2s;
}
.hidden_box label:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.hidden_box input:checked + label:before {
   content: '\f00d';
   -ms-transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
   color: #668ad8;
}
.hidden_box input {
  display: none;
}
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box input:checked + label + .hidden_show {
  padding: 0;
  height: auto;
  opacity: 1;
}
.filter_box{
  margin: 15px 0 0 0;
}
.active-list {
  opacity: 1;
}
.hidden-list {
  display: none;
}
.h2{
  padding: 35px 0 10px 0;
  font-size: 20px;
}
#link1,#link2,#link3,#link4,#link5,#link6,#link7,#link8,#link9,#link10,
#link11,#link12,#link13,#link14,#link15,#link16,#link17,#link18,#link19,#link20,
#link21,#link22,#link23,#link24,#link25,#link26,#link27,#link28,#link29,#link30,
#link31,#link32,#link33,#link34,#link35,#link36,#link37,#link38,#link39,#link40{
  margin: 25px 0 5px 0;
  background-color: #FBE6E7;
  padding: 10px;
  font-size: 20px;
}
.prd-img{
  margin-bottom: 15px;
  max-width:500px;
}
.ranking-prd .col-sm-8 img,
.ranking-prd .col-xs-6 img{
  margin: 5px 0 15px 0;
}
.productlinkarea{
  max-width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.productlink img{
  display: block;
  max-width: 100%;
  height: auto;
}
.productdescription{
  line-height: 1.5;
}
.badge-info{
  background-color: #00C2E0;
}
.badge-warning{
  background-color: #FF9F1A;
}
.badge-success{
  background-color: #61BD4F;
}
.user-comment{
  max-width:500px;
}
.user-image{
  width:38px;
}
.user-name{
  font-weight: bold;
  padding-top: 5px;
}
.user-comment .col-xs-11,
.user-comment .col-sm-11,
.user-comment .col-xs-10{
  padding-left: 28px;
}
.user-comment .panel-body{
  padding-bottom: 0;
}
.linkarea{
  padding-left: 0;
}
.linkarea .linktitle{
  font-size: 1.2em;
}
.linkarea .description{
  font-size: 0.8em;
  padding-bottom: 0;
}
.bl_table_th{
  width: 150px;
}
.bl_graph{
  padding-left: 8px;
  background-color: #d2ebd4;
}
.footer-bar{
  margin-top: 20px;
}
.footer-bar .header-author{
  font-size: 12px;
  line-height: 1.5;
}
.archive{
  padding-top: 25px;
}
.archive .pagetitle{
  border-bottom: none;
}
.archivelist{
  margin-top: 20px;
}
.sidebar{
  padding-left: 30px;
  position: sticky;
  top: 0;
}
.sidebar a{
  color: #000;
}
.sidebar a:hover{
  background: #FEF8E0;
  text-decoration: none;
}
.sidemen{
  border: 1px solid #75B6E6;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
}
.sidewomen{
  border: 1px solid #E5A3C1;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
}
.rel-links{
  margin-bottom: 40px;
}
.toppage .rel-links{
  margin-bottom: 10px;
}
.rel-link{
  display: block;
  margin-bottom: 15px;
}
.rel-link .col-xs-3 {
  width: 70px;
  padding-top: 3px;
}
.rel-link .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
.textbanner a{
  display:block;
  background-color:#28A745;
  color: #FFF;
  font-weight: bold;
  width: 300px;
  padding: 20px 10px;
  text-align:center;
  margin-bottom: 15px;
}
.banner a{
	color: #333;
}
.bannerimg{
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 200px;
  border: 1px solid #CCC;
}

.banner-h1{
	padding: 15px 15px 10px 15px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
}
.banner-footer{
	display: flex;
	padding-bottom: 5px;
}
.banner-left{
	text-align:center;
	width: 60px;
}
.banner-left .avatar{
	width: 50px;
}
.banner-center{
	flex: 1;
	padding-top: 5px;
	overflow: hidden;
	font-size: 14px;
	height: 3.0em;
}
.banner-right{
	text-align:center;
	width: 60px;
}
.banner .fa-chevron-circle-right{
	font-size: 50px;
	text-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.sendmail a{
  display:block;
  background-color:#EEE;
  border: 1px solid #CCC;
  padding: 20px 10px;
  text-align:center;
  border-radius: 6px;
}
.embed-responsive{
  margin-bottom: 15px;
}
/* fit-sidebar */
.fit-sidebar-fixed{
	margin-top:0!important;
	margin-bottom:0!important;
	position:fixed;
}
.fit-sidebar-blank{
	z-index:0;
	background-color:transparent;
	visibility:hidden;
}
footer {
  margin-top: 50px;
  padding: 30px 0 20px 0;
  border-top: 1px solid #DDD;
  background: #F5F5F5;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 200%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 3px 8px 0 8px;
    text-align: center;
    display: block;
    border-radius: 8px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/* index */
.toph2{
  margin: 15px 0 10px 0;
  background-color: #FBE6E7;
  padding: 10px;
}
.toprow > div {
  padding: 0 10px 10px 0;
  text-align: center;
}
.toph2 a,
.toprow > div a{
  color: #333;
  text-decoration: none;
}
.toprow > div p{
  font-size: 0.8em;
}
.toppage .col-lg-8{
  padding: 15px;
}
.topimagebox{
  padding-bottom: 10px;
}
.topimage{
  margin-top: -15px;
  background-color: #FFF5EC;
  text-align: center;
}
.topimage img{
  margin: 0 auto;
}
.topcopy{
  position: absolute;
  width: 750px;
  top:160px;
  background-color: rgba(0,0,0,0.4);
  padding: 8px;
  color: #FFF;
  font-weight:bold;
  text-align: center;
}
.toprow {
  margin-right: -10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.toprow > div .img-responsive{
  margin-bottom: 6px;
  border-radius: 8px;
  border: 1px solid #CCC;
}
.bl_buzzcard{
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  padding: 20px;
  margin-bottom: 15px;
  width: 500px;
}
.bl_buzzcard_header{
  display: grid;
  grid-template-columns: 30px 1fr;
}
.bl_buzzcard_header > div{
  margin-bottom: 15px;
}
.bl_buzzcard_header .bl_matome_item_review{
  padding: 5px 0 0 10px;
}
.bl_buzzcard_desc{
  line-height:1.4;
}

@media only screen and (max-width : 1199px){
.topcopy{
  width: 940px;
}
}

@media only screen and (max-width : 991px){
.topcopy{
  width: 720px;
  top:152px;
}
}
/*--------------------------------------------------------
解像度767px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 767px){

header{
  padding: 10px 0;
}
header .fa-home{
  margin-top: 5px;
  font-size:30px;
}
.headerlogo {
  margin-top: 10px;
}
.archive .col-xs-9,
.header-title .col-xs-9{
  padding-left: 0;
}
.toptopicksblock{
  font-size:13px;
  height: 180px;
}
.postimg{
  height: 100px;
}
.archive .col-xs-3 img,
.header-title .attachment-post-thumbnail,
.header-title .attachment-thumbnail{
  margin-bottom: 10px;
}
.header-copy .media-body{
  padding-top: 0;
}
.header-author .col-xs-5 {
  width: 50px;
  padding-right: 5px;
}
.header-author .col-xs-7 {
  width: auto;
  font-size: 12px;
}
.topbannerwrap .col-lg-12{
  margin-top: -20px;
  padding-left: 0;
  padding-right: 0;
}
.topbannerimage{
  height: 200px;
}
.topbannertext{
  font-size: 20px;
  text-align: center;
  padding: 30px 15px 15px 15px;
}
.container .row .col-sm-8 hr{
  border: none;
}
.pagetitle{
  font-size:20px;
  padding-bottom: 0;
  margin: -5px 0 15px;
  border-bottom: none;
}
.headerindex li{
  display: block;
  padding: 0;
  border-right: 0;
}
.prd-img{
  max-width:100%;
}
.ranking-prd .list-inline li{
  margin-bottom: 8px;
}
.ranking-prd img{
  max-width:100%;
}
.productdescription{
  font-size:0.8em;
}
.user-comment{
  max-width:100%;
}
.ranking-prd .user-comment img{
  max-width:38px;
}
.user-image{
  margin-bottom: 10px;
}
.user-name{
  padding-top: 8px;
}
.user-comment .col-sm-11{
  padding-left: 15px;
}
.user-comment .col-xs-11{
  padding-left: 35px;
  width: 85%
}
.usname{
  font-size: 0.7em;
}
.linkarea .linktitle{
  font-size: 1.0em;
}
.footer-bar .header-author{
  font-size: 16px;
  height: auto;
}
.sidebar{
  padding-top: 20px;
  padding-left: 15px;
}
#page-top {
    bottom: 10px;
    right: 10px;
}
#page-top a {
    padding: 0 8px;
}
/* index */
.toppage .col-lg-8{
  padding: 0;
}
.topimage{
  margin-top: -20px;
}
.topcopy{
  position: static;
  width: auto;
  background-color: #FFF;
  padding: 10px 10px 0 10px;
  color: #333;
  font-weight:normal;
  text-align: left;
}
.toprow {
  margin-right: 0;
  padding-left: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.toprow > div .img-responsive{
  border: 1px solid #EEE;
}
.bl_buzzcard{
  width: 100%;
}
}
/*解像度767px以下*/
