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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/**
 * 全般
 */
a {
	color: #1967d2;
	text-decoration: none;
}
a:hover {
  color: #e53900;
}
/* table。基本centerに */
.entry-content td {
	text-align: center;
}
/**
 * headerやfooterの余分なspaceを除去
 */
.tagline, .logo-text {
	margin: 0.7em 0;
	line-height: 1;
}
/* キャッチフレーズの表示スペースを削除 */
.tagline{
	display: none;
}

.logo-text {
    padding: 0;
}
.footer-bottom {
    margin-top: 0;
	padding: 2px;
}
.copyright {
    margin-top: 0;
}
@media screen and (max-width: 834px){
	#header .site-name-text {
		font-size: 25px;
	}
}
/* 自前メッセージエリア */
.header-msg, .footer-msg {
    text-align: center;
    font-size: 14px;
}

/**
 *  Topページ
 */
/* 投稿日を非表示 */
.front-top-page .date-tags {
    display: none;
}
/* タイトルを非表示 */
.front-top-page .article-header {
	display: none;
}
/* メニューリスト(ul) */
.my-top-menu {
	list-style: none;
    padding: 0 !important;
    text-align: center;
	font-size: 1.2em;
}

/**
 *  SNSシェアボタン・SNS購読ボタン
 */
.sns-buttons {
    column-gap: 12px !important;
}

.sns-buttons a {
    width: auto !important;
    padding: 0 12px;
}

.sns-share-buttons .button-caption {
    display: none;
}
@media screen and (max-width: 834px){
	.sns-buttons a {
		width: auto;
	}
	.sns-share-buttons a {
		font-size: 18px !important;
	}
	.sns-follow-buttons a {
		font-size: 30px !important;
	}
}

/**
 * heading
 */
.article h2 {
    background: #393f4c;
    border: 0;
    color: #fff;
	font-size: 22px;
	padding: 12px;
}

/**
 *  mini heading
 */
.entry-content .dt{
	margin-bottom: 0.3em;
	font-weight: bold;
}
.entry-content .dt:before{
	content: "■";
}
.entry-content .dd{
	margin-top: 0.3em;
}
.entry-content .dimg{
	margin-bottom: 0.3em;
}

/**
 *  Misc
 */
table {
	width: auto;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
}

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