@charset "UTF-8";

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

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

/*見出しの装飾

.article h2 {
	font-size: 24px;
	position: relative;
	background: #00ffff;
	box-shadow: 0px 0px 0px 5px #00ffff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}

.article h2 :after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #00ffff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
*/

/*記事見出し装飾 */

.article h2 {
	background: none;
	padding: 0;
	padding-bottom: 8px;
	border-left: none;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 5px #6cb4e4;
}

.article h3 {
	font-size: 20px;
	padding: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #00ff7f;
	border-left: none;
}

/*サイドバー装飾 */

.sidebar h3 {
	color: #6cb4e4;
	text-align: center;
	padding: 0.5px;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	margin-bottom: 20px;
	margin-top: 40px;
}

/**題字装飾* */

/*太文字 */

.b {
	font-weight: bold;
}

.b14 {
	font-weight: bold;
	font-size: 14px;
}

.b18 {
	font-weight: bold;
	font-size: 18px;
}

.b20 {
	font-weight: bold;
	font-size: 20px;
}

.b22 {
	font-weight: bold;
	font-size: 22px;
}

.b24 {
	font-weight: bold;
	font-size: 24px;
}

/*文字色装飾 */

.fr {
	color: red;
	font-weight: bold;
}

.fr18 {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.fr20 {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.fr22 {
	color: red;
	font-weight: bold;
	font-size: 22px;
}

.fr24 {
	color: red;
	font-weight: bold;
	font-size: 24px;
}

.fb {
	color: blue;
	font-weight: bold;
}

.fb18 {
	color: blue;
	font-weight: bold;
	font-size: 18px;
}

.fb20 {
	color: blue;
	font-weight: bold;
	font-size: 20px;
}

.fb22 {
	color: blue;
	font-weight: bold;
	font-size: 22px;
}

.fb24 {
	color: blue;
	font-weight: bold;
	font-size: 24px;
}

.fg {
	color: green;
	font-weight: bold;
}

.fg18 {
	color: green;
	font-weight: bold;
	font-size: 18px;
}

.fg20 {
	color: green;
	font-weight: bold;
	font-size: 20px;
}

.fg22 {
	color: green;
	font-weight: bold;
	font-size: 22px;
}

.fg24 {
	color: green;
	font-weight: bold;
	font-size: 24px;
}

.fgr {
	color: gray;
	font-weight: bold;
}

.fgr18 {
	color: gray;
	font-weight: bold;
	font-size: 18px;
}

.fgr20 {
	color: gray;
	font-weight: bold;
	font-size: 20px;
}

.fgr22 {
	color: gray;
	font-weight: bold;
	font-size: 22px;
}

.fgr24 {
	color: gray;
	font-weight: bold;
	font-size: 24px;
}

/*プロフィールCSS*/

.pr {
	display: block;
	text-align: right;
	color: blue;
}

.pr a{
	color: blue;
	font-weight: bold;
}

/*ヘッダー装飾*/

.site-name-text {
	font-weight: bold;
	font-size: 40px;
}

/*フッター装飾*/

.copyright {
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*記事内まとめ装飾*/

.matome-border {
	border-color: blue;
	font-weight: bold;
}
/************************************
**レスポンシブデザイン**
************************************/



@media screen and (max-width: 480px) {
	
/*ヘッダーの装飾*/
	
.site-name {
	font-weight: bold;
	font-size: 20px;
}
	
/*エントリーカード 表示設定*/

.entry-card-title {
	font-size: 17px; 
}

/*サイトタイトル設定*/
	
.site-logo-image.header-site-logo-image {
		width: 100%;
		height: 80px;
}

/*フッター設定*/


/*モバイル 投稿記事設定*/
	
.article h1 {
	font-size: 23px;
	padding-bottom: 8px;
	border-bottom: 4px solid #00ffff;
}


.article h2 {
	background: none;
	padding: 0;
	padding-bottom: 8px;
	border-left: none;
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 5px #6cb4e4;
}

.article h3 {
	font-size: 20px;
	padding: 0;
	padding-bottom: 8px;
	border-bottom:  4px solid  #00ff7f;
	border-left: none;
}
	
	/*太文字 */

.b18 {
	font-weight: bold;
	font-size: 16px;
}

.b20 {
	font-weight: bold;
	font-size: 18px;
}

.b22 {
	font-weight: bold;
	font-size: 20px;
}

.b24 {
	font-weight: bold;
	font-size: 22px;
}

/*文字色装飾 */

.fr18 {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

.fr20 {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.fr22 {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.fr24 {
	color: red;
	font-weight: bold;
	font-size: 22px;
}

.fb18 {
	color: blue;
	font-weight: bold;
	font-size: 16px;
}

.fb20 {
	color: blue;
	font-weight: bold;
	font-size: 18px;
}

.fb22 {
	color: blue;
	font-weight: bold;
	font-size: 20px;
}

.fb24 {
	color: blue;
	font-weight: bold;
	font-size: 22px;
}

.fg18 {
	color: green;
	font-weight: bold;
	font-size: 16px;
}

.fg20 {
	color: green;
	font-weight: bold;
	font-size: 18px;
}

.fg22 {
	color: green;
	font-weight: bold;
	font-size: 20px;
}

.fg24 {
	color: green;
	font-weight: bold;
	font-size: 22px;
}

.fgr18 {
	color: gray;
	font-weight: bold;
	font-size: 16px;
}

.fgr20 {
	color: gray;
	font-weight: bold;
	font-size: 18px;
}

.fgr22 {
	color: gray;
	font-weight: bold;
	font-size: 20px;
}

.fgr24 {
	color: gray;
	font-weight: bold;
	font-size: 22px;
}
}