/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/* 【共通】リンクを太字 */
a{
	font-weight:bold;
}

/* 【共通】JINマーカーを太字にする */
.marker {
	font-weight: bold;
}

/* 【共通】ヘッダーのメニューを太字 */
.menu-box a{
	font-weight:bold!important;
}

/* 【共通】JIN引用タグのフォントサイズ変更 */
.cps-post-main blockquote {
	font-size: 1em;
}

/* 【共通】ボックス枠をすべて太く */
.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6{
	border-width: 4px;
}

/* 【共通】JIN要約リストの枠を太く */
.kaisetsu-box2 {
	border-width: 5px;
}

/* 【共通】JIN要約リストのタイトル太字 */
.kaisetsu-box2-title{
	font-weight: bold;
}

/* 【共通】JINボタンリンク1を太字 */	
.color-button01-big a {
	font-weight: bold;
}

/* 【共通】JINボタンリンク2を太字 */
.color-button02-big a {
	font-weight: bold;
}

/* 【共通】横並びボタンを太字 */
.twobutton a{
	font-weight: bold;
}

/* 【共通】横並びボタン（左）を丸く */
.color-button01 a, .color-button01:before{
	border-radius: 15px!important;
}

/* 【共通】横並びボタン（右）を丸く */
.color-button02 a, .color-button02:before{
	border-radius: 15px!important;
}

/* 【共通】記事タイトルを太字 */
.cps-post-title{
	font-weight: bold!important;
}

/* 【共通】関連記事の画像オンマウス */
.cps-post-main a img:hover{
	position:relative;
	top:2px;
	left:2px;
}

/* 【共通】サイドランキング画像オンマウス */
.side-ranking-img a img:hover{
	position:relative;
	top:2px;
	left:2px;
}

/* 【共通】サイドバー見出しを太字 */
.widgettitle.ef{
	font-weight:bold;
}

/* 【共通】サイドバーリンクを太字 */
.side-btn-box a{
	font-weight:bold;
}

/* 【共通】ツイッターの枠 */
.twitter-tweet{
	border: 8px solid whitesmoke;
}

/* 【共通】h2タグを太字 */
.h2-style05 h2 {
	font-weight: bold;
}

/* 【共通】box04の枠を太く */
.kaisetsu-box4 {
	border-width: 4px;
}
.kaisetsu-box4-title {
	font-weight: bold;
	left: -4px;
}

/* 【共通】box06の枠を太く */
.innerlink-box1 {
	border-width: 2px;
}
.innerlink-box1-title {
	font-size: 0.9em;
	font-weight: bold;
}

/* 【sakura専用】h3タグに左線をつける */
.h3-style07 h3 {
  border-left: 8px solid #917347;
}

/* 【sakura専用】h4タグの左線を太く */
.h4-style01 h4 {
	border-left: 6px solid #917347;
	background-color: whitesmoke;
	line-height: 40px;
}

/* 【sakura専用】強調ポジティブ */
.positive{
	color: #339966;
	font-weight: bold;
}

/* 【sakura専用】強調ネガティブ */
.negative{
	color: #ff0000;
	font-weight: bold;
}

/* 【共通】ブログカード */
.blog-card-hl-box {
	font-weight: bold;
}
@media (min-width: 768px) {
	.blog-card-hl-box {
		padding: 10px 10px 1px;
	}
}
.blog-card {
	border-width: 4px;
	background-color: whitesmoke;
}
.blog-card-title {
	font-weight: bold;
	color: #0044cc;
}
.blog-card-title:hover {
	text-decoration: underline;
}
.blog-card:hover {
	background-color: honeydew;
}
.blog-card-thumbnail img:hover{
	position: static!important;
}
@media (min-width: 768px) {
	.blog-card .jin-ifont-post:before{
		padding-bottom: 10px;
		padding-right: 5px;
	}
}

/* 【共通】サムネイル左上のカテゴリー名を下へ */
@media (min-width: 768px) {
 span.post-list-cat {
top:auto !important;
bottom:11px !important;
}}
@media (max-width: 767px) {
 span.post-list-cat {
top:auto !important;
bottom:7px !important;
}}

/* 【共通】記事左上のカテゴリーを非表示 */
.cps-post .cps-post-header .cps-post-cat {
	display: none;
}

/* 【共通】記事の更新日時を非表示 */
.cps-post .cps-post-header .cps-post-meta .cps-post-date-box {
	display: none;
}


/************************************
** コピーボタン
************************************/
.copy-box{
    background:#fff9e3;
    padding:2em;
    width: 90%;
    margin:0 auto;
    font-size:0.9em;
}
.copy-box p:first-child{
    margin-top:0;
}
.copy-box p:last-child{
    margin-bottom:0;
    padding-bottom:0;
}
.copy-box ul{
    border:none;
    margin:0;
    padding:0;
}
.copy-box ul li{
    margin-left:20px; /* 左に隙間があく場合は消してください */
}
.btn-copy {
    display: block;
    margin: 1em auto 2em;
    width: 120px;
    padding: 0.3em 1em;
    text-decoration: none;
    background: #888; /* ボタン背景色 */
    color: #fff;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0px 5px rgba(0,0,0,0.2);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing:1px;
    line-height: 1.8;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-copy:hover {
    color:#fff;
}
.btn-copy:before {
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: "Copied!";
}
.btn-copy .btn-copy-text {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
}
.btn-copy-active{
    background:#bbb;/* ボタンクリック時 背景色 */
}
.btn-copy-active:before {
    left: 0;
}
.btn-copy-active .btn-copy-text {
    -webkit-transform: translateX(250%);
    -moz-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
}

/* 【共通】横長テーブル */
.p-sticky-table{
  white-space: nowrap;
  line-height:1;
}
.p-sticky-table table{
  border:none;
  border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display:block;
  /* overflow:scroll; */
  /* max-height: 80vh; */
}
.p-sticky-table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-sticky-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  text-align:center;
  color: white !important;
  background-color: #917347 !important;
}
.p-sticky-table tbody th:first-child{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border:none;
  white-space: normal;
  min-width: 130px;
}
.p-sticky-table th, .p-sticky-table td {
  min-width: 50px;
  text-align: center;
  font-size: 16px !important;
  position: relative;
  padding: 6px !important;
  color: #333;
  border: none !important;
  z-index: 0;
  vertical-align:middle !important;
  background:#fff;
  font-weight: bold !important;
}
.p-sticky-table th{
  background:#fdf5e6 !important;
  letter-spacing: 1px;
  color: #555 !important;
}
.p-sticky-table th a{
  display:block;
  width:100%;
  height:100%;
}
.p-sticky-table tr{
  border-bottom:none !important;
}
.p-sticky-table img{
  margin: auto;
  display: block;
  padding: 0;
  max-width: 100% !important;
}
.p-sticky-table table th::before, .p-sticky-table table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}
/* スマホ */
@media screen and (max-width: 560px) {
  .p-sticky-table table {
        /* max-height: 60vh; */
    }
  .p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
        min-width: 25vw;
    }
   .p-sticky-table th, .p-sticky-table td {
        font-size: 12px !important;
        padding: 7px !important;
    }
}
/* 中央寄せ */
.pst-center td {
  text-align: center;
}
.pst-center td img {
  display: inline-block;
  vertical-align: middle;
}

/* JINステマ規制のカスタマイズ */
.c--labeling-act{
    padding: 3px 9px !important;
	margin: 0 auto 0 !important;
}
