/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/
ul.wp-block-latest-posts li{
	margin-left: 10px;
	padding-left: 15px;
	border-left: yellowgreen solid 8px;
}

a.wp-block-latest-posts__post-title{
	font-size:1.1em;
	font-weight:bold;
}

ul.ba{
	width:100%;
	margin: 15px 0;
	display:flex;
	list-style:none;

}

ul.ba li.sekoimg {
  position: relative;
	list-style-type:none;
	width:45%!important;
	margin:0 2.5%;
  }

.sekoimg p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: skyblue;/*背景色*/
  font-size: 20px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  }

.sekoimg img {
  width: 100%;
  }

.entry-meta-item-date{
	display:none;
}
.entry-meta-item-author{
	display:none;
}
.is-style-vk-heading-double_black{
	text-align:center;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel],
input[type=text], input[type=url], select{
	width:auto;	
}