/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2024 | 09:15:17 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.entry-content th ,
.entry-content td {
border-color: #888;
}




/ 検索窓ウィジェット /
div#search-2 .widgettitle {
background: #222;
}

/ 検索窓ウィジェット /
div#（検証ツールでみてid="XXXXXX"） .widgettitle {
background: #333;
}

div#nav_menu-18 h4 {
    background-color: #20b2aa;
}


/ ページ下のボタンを押したとき /
.wp-block-image {
position:relative;
}

.wp-block-image img.wp-image-1383 {
box-shadow: 3px 3px 0px #005672;
border-radius: 10px;
}

.wp-block-image img.wp-image-1384 {
box-shadow: 3px 3px 0px #a54900;
border-radius: 10px;
}

.wp-block-image a:hover img {
position:relative;
box-shadow:none;
top:3px;
transition: none;
}





@media only screen and (max-width: 767px) {
ul.breadcrumb__ul {
display: table;
width: auto;
}

.breadcrumb__ul > li {
display: table-cell;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

div#breadcrumb .wrap {
overflow: auto;
padding-bottom: 5px;
}

}



/* エディタで作成したテーブルの１列目 */
tr > td:first-child {
    width: 25%;
    background: #efefef;
}



#page-top {
    bottom: 57px;
}