@charset "UTF-8";
/* 全般*/
.keni-footer_wrap,
.keni-header_wrap {
	background-color: #e6ebff;
}

/* ログイン、アップロードボタン*/
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	font-size: 18px;
	font-style: normal;
  width: 150px;
  padding: 10px;
  border-radius: 10px;
  background-color: #00208a;
  border: none;
  color: #fff;
  cursor: pointer;
	font-weight: normal;
}
span.wpcf7-spinner {
  display: none;
}

.button_div  .buttons {
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	border: 0;
	border-radius: 8px;
	box-shadow: 2px 2px 0px #e9e9e9;
	background: #aaa;
	color: #ffff;
	font-size: 18px;
	line-height: 1.5;

	background-color: #00208a;
	border: 1px solid #00208a;
	/*color: #00858a;*/

}

.confirm_button,
.back_button {
	display: inline-block;
	position: relative;
  width: 150px;
  padding: 10px;
  border-radius: 10px;
	border: 0;
	border-radius: 8px;
	box-shadow: 2px 2px 0px #e9e9e9;
	background: #aaa;
	color: #00208a;
	font-size: 18px;
	line-height: 1.5;

	background-color: #ffff;
	border: 1px solid #00208a;
	font-weight: normal;
}

.submit-btn-wrapper  td {
  border: none !important;
}

.submit-btn-wrapper  {
  text-align: center;
}

.article-body p{
	margin-bottom: 10px;
}

/* 履歴表示*/
.search_key  {
  text-align: center;
	max-width: 70%;
	margin:  0 15%;
}
.search_key  td {
  border: none !important;
}
.box_inner {
  background-color:#e6ebff;
	border-radius: 20px;
}


/* アーカイブ*/
.entry_inner {
    margin: 0 0 20px;
    padding: 20px;
    background-color: aliceblue;
    border-radius: 20px;
}
.entry_category_item a {
		font-size: 14px;
}

.entry_status .entry_date_item {
	color: black;
}

/* ポスト*/
.post-msg  table th {
	width:  40%;
}

.post-msg  p {
    margin: 0 ;
}

.post-msg  table {
		margin-top: 0;
    margin-bottom: 1em;
}

.login_status {
	display: none;
}

#rememberme {
		display:  none;
}

.menu-search {
		display:  none;
}

/*子テーマ用「base.css」*/
@media (min-width: 768px) {	
	.login-form > .keni-section_wrap {
        max-width: 450px;
        border-radius: 20px;
    }


}