@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*リンク*/

a{
	text-decoration:none;
 	}

a:hover {
  color: #8b0000;
}

#sidebar a:hover{
   background:#fff;
   color:#6a5acd;
	 transition: 0.5s;
 	}

/*トップページ*/

p.sakusha {
	line-height:300%;
	word-break: keep-all;
}

/*詩のボックス*/

.box-05{
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    border-radius: 6px;
    border: solid 1px #f5f5f5; 
    background-color: #ffffff;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*作者と作品についてのアイコン*/

.ul-02-main {
    margin: 0 auto;
    padding: 5px 0;
    background: none;
	list-style-type: none!important;
}

.ul-02-main li {
    line-height: 22px;
    position: relative;
    margin: 4px 0;
    padding: 0 0 0 24px;
}

.ul-02-main li:before {background: #c0c0c0;}

.ul-02-main li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(153,153,153,0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(153,153,153,0.1) 100%);
}

/*タイトル・見出し*/

.article h1 {
	font-size: 20px;
}

.article h2 {
  position: relative;
  padding: 10px 20px;
  background:#f4f5f7;
  }

.article h3 {
  border:0;
  padding:0 20px;	
  }

.sidebar h3 {
  color:#555555;
  position: relative;
  font-size: 18px;
  padding: 0 2.5em;
  background:#f4f5f7;
  line-height:30px;
  border: solid 0px #c0c0c0;
}

.sidebar h3:before {
  font-family: "FontAwesome";
  position: absolute;
  padding: 0em;
  color: #AAA5D1;
  font-weight: normal;
	font-size: 1.33em ;
	left: 0.5em;
   }

.widget_categories h3::before { content: '\f07c'; } 

.widget_tag_cloud h3::before { content: '\f02b'; } 

.entry-title,
.archive-title,
.related-entry-heading,
.comment-title{
   font-size: 24px;
   color: #555;
}

/*カテゴリ*/

.widget_categories ul li a {
	line-height: 1.3;
	font-size: 16px;
    color: #333;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
}
.widget_categories ul li a::before {
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 10px;
}

/*タグ*/

.tagcloud a {
    background: none; 
    border: none; 
    color: #555; 
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 13px;
    margin: 2px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
}

/*グローバルメニュー*/

.my-red{color:#EB8686}
.my-green{color:#79BD9A}
.my-yellow{color:#F6B352}
.my-blue{color:#6088C6}

.menu-header .menu-item a {
  position: relative;
}

.menu-header .menu-item
 a::after {
  position: absolute; 
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background:#d3d3d3;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.5s;
  }

.menu-header .menu-item a:hover::after{ 
  transform: scaleX(1);
  transform-origin: left top;
	}

.header-container {
	border-bottom:solid 3px #fff;
	box-shadow:0 3px 5px  -3px rgba(0,0,0,0.2);}


.navi-in a:hover {
  background:none;
 }

.site-name-text-link {
  font-weight: bold;
}

/*エントリーカード*/

.list .entry-card-title {
  margin-bottom: 0.4em;
  padding: 0.4em 0;
  border-bottom: 2px solid #eeeef1;
 	color:#777777;
}

.list .entry-card-snippet {
  color: #555555;
  line-height: 1.5;
  font-style: italic;
}

@media screen and (max-width: 480px) {
  .list .entry-card-title {
    margin-bottom: 0.3em;
    padding: 0.3em 0;
    border: none;
  }
}

.entry-card-thumb {
  width: 25%;
}

 .entry-card-content {
    margin-left: 30%;
  }

/*関連記事*/

.related-entry-card-title {
  color: #777;
}
.related-entry-card-snippet {
 font-style: italic;
}

/*ページ送り*/

.pagination-next, .next, .prev, .pager-prev-next{ display: none; }
.pager-numbers a { text-decoration: none; }

.page-numbers{
    border: none !important;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 80%;
    color: #555 !important;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    transition: all .1s ease;
    background-color: #ffffff;
}

.pagination a.page-numbers:hover,.pager-numbers a:hover .page-numbers{
    background-color: #AAA5D1; 
    color: #fff !important;
}

.pagination .current, .pager-links .current{
    background-color: #ccc;
    color: #fff;
}

/*検索*/

input::placeholder{
	font-size:0.75em;
}
.search-edit{
	border-radius:10px;
	height:40px;
}
.search-submit{
	top:0px;
	line-height:0.25;
	bottom:0;
}
.search-submit:hover::before{
	color:#AAA5D1;}

.search-edit:focus{
	outline:none;
	border-color: #AAA5D1; 
}

/*フッターメニュー*/

.navi-footer-in a:hover {
  background:none;
  color: #fff;
}

/*----------------------------------*/
/* 投稿日付を非表示                 */
/*----------------------------------*/

.post-date {
    display:none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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