@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.logo, .logo-text{
	padding: 0 0 5px;
}

.body .article {
	margin-bottom: 0;
}

.home .entry-content p{
	margin-bottom: 0.8em;
}

.entry-content{
	margin: 0;
}

h1 {
	text-align: center;
	font-size:1.2em;
	color: #339;
	border-bottom: 3px double #66f;
}
#post-70 h2 {
	text-align: left;
	font-size: 18px;
	padding:8px;
	width: 100%;
	background-color: #eee;
	border-radius: 5px;
	border: none;
}
.article h3.news-list,
.article h3.info{
	width: 96%;
	text-align: left;
	font-size: 16px;
	padding:4px 4px 3px 8px;
	margin: 0 auto;
	background-color: #eee;
	border-radius: 2px;
	border: none;
}
.top-info{
	font-size:0.9em;
	width: 96%;
	margin:5px auto;
	border: solid 1px #CCC;
	padding: 0.5em 2em;
}
.news-list {
	width: 96%;
	margin: 0 auto;
}
.news-list ul {
  list-style: none;
  padding-left: 2em; /* 必要に応じてインデントもリセット */
}
.news-list .type-name {
	color: #888;
	font-size: 12px;
}

h3.link-title {
	padding: 0 10px;
	background-color: #eee;
	margin:4px;
	border: 1px solid #eee;
}
h3.link-title:hover {
	background-color: #ffe;
	border: 1px solid #73f;
}
h3.link-title a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	width: 100%;
}
h3.link-title a:hover {
	color: #73f;
}
.to-page {
	display:inline-block;
	font-size: 13px;
	font-weight: normal;
	float: right;
	text-align:right;
}

/*トップページのユーザーページリスト*/
.user-page-list {
	margin: 0;
}
.user-page-list .post-type{
	font-size: 12px;
}

#custom-fields {
	margin-bottom: 20px;
}
#custom-fields table,
.overview table {
	width: 80%;
	margin: 0px auto;
}
#custom-fields table th,
#custom-fields table td,
.overview table th,
.overview table td {
	text-align: center;
	border-color: #333;
	padding: 0px;
}
p.update-date {
	text-align:right;
	font-size: 10px;
}
.overview p.post-type {
	width: 80%;
	margin: 0px auto;
	font-size: 12px;
}

#main > h2 {
    width:80%;
	color: #666;
    border-right: 0px solid var(--cocoon-middle-thickness-color);
    border-left: 4px solid var(--cocoon-thin-color);
    border-top: 0px solid var(--cocoon-thin-color);
    border-bottom: 1px solid var(--cocoon-thin-color);
    font-size: 14px;
    margin: 14px auto 2px;
    padding: 3px 6px;	
	background-color: #eee;
}

#custom-fields h3 {
    width:80%;
	color: #666;
    font-size: 14px;
    margin: 14px auto 2px;
    padding: 3px 6px;
	border: none;
	background-color: #eee;
}

#custom-fields p.comment,
#custom-fields p.link {
	width: 80%;
	margin: 2px auto;
	padding: 2px 1em;
	font-size: 14px;
}
.um-locked-content {
	display:none;
}

.footer-bottom {
	margin:0;
}

.copyright a{
	text-decoration: none;
	color: #333;
}

p.author, p.editor {
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	margin: 0;
}
p.editor::before {
	content: "編集者: ";
}

.entry-card-content {
  margin-left: 30px;
}
#info-table td {
	text-align:center;
}

input[type=submit] {
  margin: 5px;
}

#search-menu-content {
	background-color: #fff;
}

.custom-search .wp-block-search__button {
  font-size: 20px;
  width: 280px;
  padding: 5px;
  margin: 3px auto;
  display: block;
  background-color: #385a7d;
}

.chk-area {
	background-color: #fff;
}

/*コンタクトフォーム7のプレースホルダの色*/
.wpcf7 input::placeholder { color: #ccc; }

/*お知らせの編集*/
form.wpcf7-form p{
	margin: 0;
}

//圏域リストの設定
.area-list {
	border: 1px solid #ccc;
}
.area-list h2 {
    width:100%;
	color: #666;
    border-right: 0px solid var(--cocoon-middle-thickness-color);
    border-left: 4px solid var(--cocoon-thin-color);
    border-top: 0px solid var(--cocoon-thin-color);
    border-bottom: 1px solid var(--cocoon-thin-color);
    font-size: 16px;
    margin: 0 auto;
    padding: 0 16px;	
	background-color: #eee;
}
.area-list h3 {
	width: 80%;
	margin: 12px auto 2px;
	padding: 0;
	font-size: 18px;
    border-right: 1px solid #EEC;
    border-left: 4px solid #AAA;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #EEC;
	background-color: #fff;
}
.area-list h3 a{
	width: 100%;
	display: inline-block;
	padding: 0px 5px 0px 10px;
	text-decoration:none;
}
.area-list h3 a:hover{
	background-color: #eaf7fb;
}
.area-list .post-type {
	margin: 0 auto;
	width: 75%;
	font-size: 12px;
}
.area-list .update-date {
	width: 75%;
	text-align:right;
	font-size: 10px;
	margin: -14px auto 0;
}
.area-list table {
	margin: 0 auto;
	width: 75%;
}
.area-list table th,  
.area-list table td {
	font-size: 12px;
	text-align: center;
	border: 1px solid #AAA;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.header-container .logo {
		display:none;	/*峡東圏域の表示は残す*/
	}
	.no-scrollable-main .main {
		padding: 12px 16px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

  .no-sp-snippet .entry-card-snippet {
    display: -webkit-box;
  }
	
}
