/*テーブルプレス幅変更*/
.column-1{
  width:50%;
}
/*記事リンク文字変更*/
.content a{
    font-weight: bold;
    text-decoration: underline;
}
/*CSSバッジ*/
.badge1 {
    background: #607d8b;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 0px;
}
/*HTMLバッジ*/
.badge2 {
    background: #7e0000;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 2px;
}
/*タグ用枠*/
.sc_frame1{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#fff;
  color:#333;
}
/*CSS枠*/
.sc_frame2{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#f4f4f4;
  color:#333;
  margin-bottom:1em;
}
/* ----------------------------------------------------
タイトルボーダー変更
-----------------------------------------------------*/
.border5 {
    font-size: 1.2em;
    line-height: 20px;
    padding: .5em 0 .5em .5em;
    background: #838383;
    color: white;
    border-bottom: solid 5px black;
}
/*画像下側余白*/
.content img{
    margin-bottom: 3em;
}
/*動画目次枠*/
.waku2{
    background-color: #f8f9ff;
    padding:2em;
    width:auto;
    border: dashed 1px #4865b2;
    margin-bottom: 2em;
    display:table;
}
/*光るボタン（グラデーション）コインチェック用*/
.hikaru-btn9 {
  position: relative; /*通常の表示位置が基準*/
  display: inline-block; /*横並び*/
  padding: 1em 1em; /*余白*/
  text-decoration: none !important; /*装飾なし*/
  border-radius: 50px; /*角丸み*/
  color: #ffffff !important; /*文字色*/
  background:#00a0ff; /*グラデーション*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); /*影*/
  border-bottom: solid 3px #00719d; /*下線*/
  overflow: hidden; /*光のはみ出し非表示*/
  font-weight: bold;
  font-size:1.5em;
}
/*光るボタン(スマホ用)*/
@media screen and (max-width: 510px) {
.hikaru-btn9{
  font-size: 1.2em;
	width: 300px;
}
}
/*ボタンの上にマウスをのせたとき*/
.hikaru-btn9:hover {
  background-image: linear-gradient(#6795fd 0%, #67ceff 70%); /*グラデーション*/
  border-bottom: solid 3px blue; /*下線*/
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.hikaru-btn9::after {
  position: absolute; /*光の位置*/
  content: ''; /*光の表示設定*/
  display: inline-block; /*文字の位置*/
  top: -180px; /*光の始まり位置上側*/
  left: 0; /*光の始まり位置左側*/
  width: 30px; /*光の幅*/
  height: 100%; /*光の範囲*/
  background-color: #fff; /*光の色*/
  animation: hikaru-btn9a 2s ease-in-out infinite; /*光の時間調整*/
}
@-webkit-keyframes hikaru-btn9a {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; } /*光の角度調整*/
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; } /*光の角度調整*/
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; } /*光の角度調整*/
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; } /*光の角度調整*/
}
/*ボタン中央ぞろえ用（余白）*/
.chuou100{
	text-align:center;
}
/*ボタン中央ぞろえ用（余白）*/
.chuou101{
	text-align:center;
	margin: 2em 0em 2em 0em;
}
/*光るボタン（グラデーション）コインチェック用*/
.hikaru-btn10 {
  position: relative; /*通常の表示位置が基準*/
  display: inline-block; /*横並び*/
  padding: 1em 1em; /*余白*/
  text-decoration: none !important; /*装飾なし*/
  border-radius: 50px; /*角丸み*/
  color: #ffffff !important; /*文字色*/
  background:#00a0ff; /*グラデーション*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); /*影*/
  border-bottom: solid 3px #00719d; /*下線*/
  overflow: hidden; /*光のはみ出し非表示*/
  font-weight: bold;
  font-size:1.5em;
}
/*光るボタン(スマホ用)*/
@media screen and (max-width: 510px) {
.hikaru-btn10{
  font-size: 1em;
	width: 300px;
}
}
/*ボタンの上にマウスをのせたとき*/
.hikaru-btn10:hover {
  background-image: linear-gradient(#6795fd 0%, #67ceff 70%); /*グラデーション*/
  border-bottom: solid 3px blue; /*下線*/
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.hikaru-btn10::after {
  position: absolute; /*光の位置*/
  content: ''; /*光の表示設定*/
  display: inline-block; /*文字の位置*/
  top: -180px; /*光の始まり位置上側*/
  left: 0; /*光の始まり位置左側*/
  width: 30px; /*光の幅*/
  height: 100%; /*光の範囲*/
  background-color: #fff; /*光の色*/
  animation: hikaru-btn10a 2s ease-in-out infinite; /*光の時間調整*/
}
@-webkit-keyframes hikaru-btn10a {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; } /*光の角度調整*/
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; } /*光の角度調整*/
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; } /*光の角度調整*/
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; } /*光の角度調整*/
}
/*下側文字用*/
.jou1 {
	border-radius: 10px;
	font-size: 0.8em;
	font-weight: bold;
  color: #6a6a6a;
  text-align: center;
}


/*投稿上部白色に変更*/
.single-top{
  background: white !important;
}
/*アイキャッチ画像枠*/
.single_thumbnail img{
  border: solid 3px #e1e1e1;
}

/*記事下側ナビーゲーション非表示*/
.navigation a{
	display: none;
}