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


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


/*必要ならばここにコードを書く*/

table.diary_table {
	background-color: #fff;
	border: none;
}
table.diary_table tr {
	background-color: #fff;
	border: none;
}
table.diary_table tr td {
	background-color: #fff;
	border: none;
}

span.big-red {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}

span.yellow-marker {
    font-size: 1.1em;
    color: black;
    background-color: yellow;
    font-weight: bold;
}

.weather img {
    border: none;
    padding-left: 0;
    margin: 0;
}

.date-tags {
    text-align: left;
}

span.weather {
    display: inline-block;
		width: 100%;
    text-align: right;
		background-color: inherit !important;
}
tr.weather {
	/*display: inline-block;*/
	width: 100%;
	text-align: right;
	background-color: inherit !important;
}

.weather td {
	border: none;
}
p.profile-title {
	text-align: center;
	font-size: 1.2rem
}

img.profile-img {
	width: 250px;
}

.img-line  img {
    border: 1px solid #248D63;
    padding: 3px;
}

.img-line {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 10px;
}
tr.youtube {
	background-color: inherit !important;
}
tr.youtube td {
	text-align: center;
}
div.video-container {
	margin: 0 auto;
}
.affiliate-line {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 10px;
}

.img-line .img-big {
    width: 70%;
    margin: 0 auto;
    padding: 5px;
}

.img-line .img-middle {
    width: 50%;
    padding: 5px;
    display: inline-block;
}

.img-line .img-small {
    width: 40%;
    padding: 5px;
    display: inline-block;
}

.img-line .figure-big {
	width: 70%;
	margin: 0 auto;
	padding: 5px;
}

.img-line .figure-middle {
	width: 50%;
	padding: 5px;
	display: inline-block;
}

.img-line .figure-small {
	width: 40%;
	padding: 5px;
	display: inline-block;
}

.img-line figure img {
	width: 100%;
}

div.youtube-video div.video-container {
	margin: 0 auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1023px以下*/

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


/*834px以下*/

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


/*480px以下*/

@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
	.img-line .figure-big {
    width: 90%;
    margin: 0 auto;
    padding: 5px;
	}

	.img-line .figure-middle {
    width: 70%;
    padding: 5px;
    display: inline-block;
	}

	.img-line .figure-small {
    width: 45%;
    padding: 5px;
    display: inline-block;
	}

}

/* Google reCAPTCHA  非表示 */
.grecaptcha-badge { visibility: hidden; }
