/*
Theme Name:AGENDA-child
Theme URI:
Description:WordPressテーマ「AGENDA」の自作子テーマです。
Template:agenda_tcd059
Author:Morinaga Takaya
Author URI:https:/tokyo-patre.jp/
Version:5.8.1
*/

/*--WordPress(ブロック)のカラーパレットの色を変更--*/
/*子テーマの「function.php」と「style.css」のふたつを編集*/

.has-reference-background-color {
    background-color: #000000;
}
.has-reference-color {
    color: #000000;
}

.has-translation-background-color {
    background-color: #808080;
}
.has-translation-color {
    color: #808080;
}

.has-tips-background-color {
    background-color: #ffffff;
}
.has-tips-color {
    color: #ffffff;
}

.has-important-background-color {
    background-color: #251F47;
}
.has-important-color {
    color: #251F47;
}

.has-important-background-color {
    background-color: #404E7C;
}
.has-important-color {
    color: #404E7C;
}

.has-important-background-color {
    background-color: #4682b4;
}
.has-important-color {
    color: #4682b4;
}

.has-important-background-color {
    background-color: #b0c4de;
}
.has-important-color {
    color: #b0c4de;
}

.has-important-background-color {
    background-color: #f0f8ff;
}
.has-important-color {
    color: #f0f8ff;
}

.has-important-background-color {
    background-color: #9;
}
.has-important-color {
    color: #9;
}

.has-important-background-color {
    background-color: #ff8c00;
}
.has-important-color {
    color: #ff8c00;
}

.has-important-background-color {
    background-color: #FCE4D6;
}
.has-important-color {
    color: #FCE4D6;
}
.has-important-background-color {
    background-color: #006766;
}
.has-important-color {
    color: #006766;
}

is-style-vk-image-rounded {
	float:center !important;
	text-align:left;
 display:inline-block;
	float:none; !important;
}
/*--スマホで余白が右側にできた時の対処--*/
#container {
    overflow: hidden;
}
　
