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

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

.entry-title {
	font-size: 30pt;
}
.site-name-text {
  font-size: 38px;
}
.show_source_switch_box {
  margin: 0 !important;
}
.show_source_switch .wp-element-button {
  box-shadow: 3px 3px 3px gray;
}
.move_to_blog .wp-element-button {
  box-shadow: 3px 3px 3px gray;
}
.operation_guide {
	font-style: italic;
	font-weight: bold;
	color: gray;
}
.operation_guide::before {
	content: " ";
}
.operation_guide::after {
	content: " ";
}
.popup_annotation {
	color: blueviolet;
	text-decoration: underline;
}
.under_wave {
	text-decoration:underline wavy red;
}
.display_as_a_row{
	margin:1em 0 1em 0 !important;
	display:block;
	font-weight:bold;
	text-align:center;
}

/* postlet_basic_info */
.postlet_basic_info *{
	margin: 0;
	padding: 0;
	background-color: #00000000;
	border-collapse: separate；
	border-width: 0;
}
.postlet_basic_info_table div {
	background-color: #00000000;
}
.postlet_basic_info_table table td {
	border-width: 0px;
	border-radius: 10px;
}
.postlet_basic_info_table td:nth-child(1){
	width: 3em;
	background-color: #ddddff !important;
}

.postlet_basic_info_table td:nth-child(3){
	width: 6em;
	background-color: #ffdddd !important;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-title {
		font-size: 22pt;
	}
}
