@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
*/

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.adsense {
 padding : 10px ;
 text-align: center;
}

.read-more-link:hover {
color: #000000;
background: #f0f0f0;
text-decoration: none;
}

.entry-title a:hover {
color: #000000;
}

.eroterestPartsWrapperv2 .foot {
display: none;
}

.s3 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s3:before, .s3:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #444;
	display: block;
}
.s3:before {
	margin-right: .4em;
}
.s3:after {
	margin-left: .4em;
}