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

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

span.hutoaka {
  font-weight: bold;
  color: #000;
  margin: auto 0.2em;
  background: linear-gradient(transparent 60%, #ffc6fa 60%);
  background: -webkit-linear-gradient(transparent 60%, #ffc6fa 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#ffc6fa));
}
span.hutomido {
  font-weight: bold;
  color: #000;
  margin: auto 0.2em;
  background: linear-gradient(transparent 60%, #c6ffcb 60%);
  background: -webkit-linear-gradient(transparent 60%, #c6ffcb 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#c6ffcb));
}

span.hutoore {
  font-weight: bold;
  color: #000;
  margin: auto 0.2em;
  background: linear-gradient(transparent 60%, #ffe7c6 60%);
  background: -webkit-linear-gradient(transparent 60%, #ffe7c6 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#ffe7c6));
}

.modokix {
  width: 85%;
  background: #fff url(images/bq24.png) left top no-repeat;
  margin: 24px auto 36px auto;
  padding: 30px 15px 15px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
}

.afternote_box {
  position: relative;
  border: 2px solid #e2edff;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px auto;
}

.post h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1a1a1a;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-left: 5px solid #e2edff;
	border-bottom: none;
}

.post h4 {
	padding: 10px;
	margin-bottom: 10px;
	background-color:#fff;
	border-bottom: 5px #e2edff dotted;
}

.post h5 {
	margin-bottom: 10px;
	font-size: 16px;
}


/* リンクの色 */
a {

}

/* リンクにマウスオーバーした時の色 */
a:hover {

}

table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
        background-color: #f3f3f3;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;

@media screen and (min-width : 1024px) {

.afternote_box {
  position: relative;
  border: 2px solid #e2edff;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px auto;
}
.afternote_ttl {
  font-size: 1.2em;
  color: #0D70EC;
  position: absolute;
  top: -1.2em;
  left: 1em;
  background: #fff;
  padding: 0 8px;
}

p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
}

	/*リスト */
	.post ul li {
		font-size: 17px;
		line-height: 27px;
	}

	.post ol li {
		font-size: 17px;
		line-height: 27px;
	}

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

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

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