/* カスタム CSS をここに入力してください */
.kakumaru2 {
 background-color: #050505;
 border-radius: 5px;
 /*background-color: #e8e8e8;*/
 /*border-radius: 20px;*/
 /*font-size: 30px;*/
 border:1px solid #000;
 padding: 20px;
overflow: auto;
}

.kakumaru3 {
 background-color: #fff;
 border-radius: 5px;
 line-height: 1.5;
 /*background-color: #e8e8e8;*/
 /*border-radius: 20px;*/
 /*font-size: 30px;*/
 border:1px solid #000;
 padding: 10px;
overflow: auto;
}

.rpwe-block li {
    border-bottom: 1px solid #999 !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}

video {
    top: 0;
    /*min-width:100%;
    min-height:100%;*/
    z-index:-100;
}


/* ブロック表示 */
.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) {
  display: block;
}

 
/* 抜粋のフォントサイズ */
.wp-show-posts-entry-content p {
  font-size: 15px;
}
 
/* 記事と記事の間隔 */
.wp-show-posts-columns .wp-show-posts-inner, a.wp-show-posts-read-more:visited {
  margin: 0px 20px 50px 10px !important;
}
 
/* 「続きを読む」ボタン */
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited  {
  display: initial;
  color :blue !important;
  padding: 0px; 
  border: none;
  font-size: 12px;
}


/* 「続きを読む」ボタン */
/*a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
  display: initial;
  padding: initial;
  border: initial;
  color: hsl( 123, 100%, 33% );
  font-size: 12px;
}
*//* 「続きを読む」ボタン */
/*a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
  display: initial;
  padding: initial;
  border: initial;
  color: hsl( 123, 100%, 33% );
  font-size: 12px;
}
*/


/* 「続きを読む」ボタン（hover時） */

a.wp-show-posts-read-more:focus, a.wp-show-posts-read-more:hover {
  border: initial;
  color :white !important;
  background: initial;
}



/* 抜粋の一文目（挨拶文なので消す）*/ 
.wp-show-posts-entry-content p:first-child {
  display: none;
}


.box13 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
	  background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	  text-align:center;


}
.box13 a {
	  margin: 0; 
    padding: 0;
	  font-size:20px !important;


}
.box0 {
  font-weight:bold;
  font-size:20px;
}
.box0 a {
  font-size:2.4rem !important;
}


.button3D {
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.button3D:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}