@charset "UTF-8";

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

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

/* 画像キャプションを中央寄せにする処理 */
.wp-block-image figcaption {
	text-align: center;
}

#title {
    margin-bottom: 4px;
}

#mainArea {
    width: 300px;
    margin-bottom: 18px;
    padding:2px;
    border : solid 1px;
    text-align: center;
}

#mainArea img {
    width: 60%;
}

#text01 {
    width: 80%;
    margin-left : auto;
    margin-right: auto;
    text-align: initial;
}

#secondArea {
    width: 300px;
    height: 150px;
    margin-top: 18px;
    padding:2px;
    border : solid 1px;
}

#blockItem {
    width: 200px;
    height: 80px;
    padding-top: 25px;
    background-color: #08AEEA;
    background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
    text-align: center;
    margin: 0 auto;
}

.p-custom {
   text-align: center;
   margin-top: 2px;
}


.entry-content img{
margin:auto;
display:block;
}

wp-caption img{
margin:auto;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
}

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

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

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

