.term-menu {
margin-bottom: 20px;
}
.term-menu__title {
font-weight: bold;
margin-bottom: 0;
background: var(--key-color);
color: #eee;
padding: 5px 10px;
border: 1px solid #eee;
}
.term-menu ul {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.term-menu li {
list-style: none;
width: calc(100% / 3);
margin: 0;
border: 1px solid #eee;
}
.term-menu a {
text-decoration: none;
color: inherit;
font-size: 14px;
height: 100%;
position: relative;
margin-left: 25px;
padding: 8px 0;
display: block;
align-content: center;
}
.term-menu nav a::before {
font-family: "Font Awesome 7 Free";
content: "\f0da";
font-weight: 900;
font-size: 20px;
line-height: 0;
position: absolute;
top: 50%;
left: -15px;
transform: translate(0, 50%);
}
@media (max-width: 700px) {
.term-menu li {
width: calc(100% / 2);
}
}.shop-card { 
border: 1px solid #ccc;
border-radius: 4px;
padding:20px;
width: 100%;
display:flex;
gap:20px;
}
.shop-card__image {
flex: 0 0 150px;
width: 100%;
height: 150px;
margin: 0;
}
.shop-card__image a {
display: block;
text-align: center;
align-content: center;
width: 100%;
height: 100%;
}
.shop-card__image img {
vertical-align:middle;
border-radius: 5px;
width: auto;
max-height: 150px;
}
.shop-card__content {
flex: 1;
}
.shop-card__title {
font-weight: bold;
font-size: 18px;
padding: 15px 0;
}
.shop-card__buttons {
display: flex;
gap: 10px;
}
.shop-card__buttons a {
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 5px;
text-decoration: none;
font-size: 13px;
font-weight: bold;
text-align: center;
color: #fff;
white-space: nowrap;
}
.shop-card__buttons a:hover {
color: #fff;
}
.shop-card__button-amazon {
background: #111111cc;
}
.shop-card__button-rakuten {
background: #aa4444cc;
}
.shop-card__add-button {
background: #114499cc;
}
.shop-card__button1 {
background: #008888cc;
}
@media screen and (max-width: 480px){
.shop-card {
padding: 10px;
gap: 10px;
}
.shop-card__image {
flex: 0 0 120px;
height: 120px;
}
.shop-card__image img {
max-height: 120px;
}
.shop-card__title {
padding: 0 0 10px 0;
}
.shop-card__buttons, .shop-card__buttons a {
display: block;
}
.shop-card__buttons a {
margin-bottom: 5px;
font-size: 11px;
}
}:where(img, input, video, select, textarea) {
height: auto;
max-width: 100%;
}:where(button, input, select, textarea) {
background-color: transparent; 
border: 1px solid WindowFrame; 
color: inherit; 
font: inherit; 
letter-spacing: inherit; 
padding: 0.25em 0.375em; 
}
:where(select) {
-webkit-appearance: none;
appearance: none;
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center / 1em;
border-radius: 0;
padding-right: 1em;
}
:where(select[multiple]) {
background-image: none;
}
:where([type="color" i], [type="range" i]) {
border-width: 0;
padding: 0;
}@media (prefers-reduced-motion: reduce) {
*,
::before,
::after {
animation-delay: -1ms !important; 
animation-duration: 1ms !important; 
animation-iteration-count: 1 !important; 
background-attachment: initial !important; 
scroll-behavior: auto !important; 
transition-delay: 0s !important; 
transition-duration: 0s !important; 
}
}*,
::before,
::after {
box-sizing: border-box; 
background-repeat: no-repeat; 
}
::before,
::after {
text-decoration: inherit; 
vertical-align: inherit; 
}
:where(:root) {
cursor: default; 
line-height: 1.5; 
overflow-wrap: break-word; 
-moz-tab-size: 4; 
tab-size: 4; 
-webkit-tap-highlight-color: transparent; 
-webkit-text-size-adjust: 100%; 
text-size-adjust: 100%; 
}
:where(body) {
margin: 0;
}
:where(h1) {
font-size: 2em;
margin: 0.67em 0;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
margin: 0;
}
:where(hr) {
color: inherit; 
height: 0; 
}
:where(nav) :where(ol, ul) {
list-style-type: none;
padding: 0;
}
:where(nav li)::before {
content: "\200B";
float: left;
}
:where(pre) {
font-family: monospace, monospace; 
font-size: 1em; 
overflow: auto; 
}
:where(abbr[title]) {
text-decoration: underline;
text-decoration: underline dotted;
}
:where(b, strong) {
font-weight: bolder;
}
:where(code, kbd, samp) {
font-family: monospace, monospace; 
font-size: 1em; 
}
:where(small) {
font-size: 80%;
}
:where(audio, canvas, iframe, img, svg, video) {
vertical-align: middle;
}
:where(iframe) {
border-style: none;
}
:where(svg:not([fill])) {
fill: currentColor;
}
:where(table) {
border-collapse: collapse; 
border-color: currentColor; 
text-indent: 0; 
}
:where(button, input, select) {
margin: 0;
}
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
appearance: button;
}
:where(fieldset) {
border: 1px solid #a0a0a0;
}
:where(progress) {
vertical-align: baseline;
}
:where(textarea) {
margin: 0; 
resize: vertical; 
}
:where([type="search" i]) {
appearance: textfield; 
outline-offset: -2px; 
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button; 
font: inherit; 
}
:where(dialog) {
background-color: white;
border: solid;
color: black;
height: -moz-fit-content;
height: fit-content;
left: 0;
margin: auto;
padding: 1em;
position: absolute;
right: 0;
width: -moz-fit-content;
width: fit-content;
}
:where(dialog:not([open])) {
display: none;
}
:where([aria-busy="true" i]) {
cursor: progress;
}
:where([aria-disabled="true" i], [disabled]) {
cursor: not-allowed;
}
:where([aria-hidden="false" i][hidden]) {
display: initial;
}
:where([aria-hidden="false" i][hidden]:not(:focus)) {
clip: rect(0, 0, 0, 0);
position: absolute;
}.tf__checks {
margin-bottom: 10px;
}
.tf__checks label{
display: inline-block;
}
.tf__checks label input[type="checkbox"] {
margin: 10px 3px 10px 10px;
}
.tf__check-all {
margin: 15px 0px 30px 0px;
}
.tf__check-all input {
cursor: pointer;
display: inline-block;
width: 80px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #fff;
background: #0693e3;
border: solid 2px #ebebeb;
border-radius: 4px;
padding: 0.3em 1em;
margin: 0px 15px 0px 15px;
}
.wp-block-table.tf__table table {
width: 100%;
}
.tf__search {
display: flex;
align-items: center;
position: relative;
margin-bottom: 1em;
}
.tf__search-box {
width: 100%;
border-radius: 10px;
padding: 10px 10px;
border: 1px solid #888;
}
.tf__clear-button {
cursor: pointer;
position: absolute;
right: 0;
margin-right: 15px;
font-size: 20px;
color: #888;
}.table-sort th {
position: relative;
cursor: pointer;
padding-right: 20px;
}
.table-sort th::before, .table-sort th::after {
content: "";
height: 0;
width: 0;
position: absolute;
border: 5px solid transparent;
right: 0;
top: 50%;
transform: translate(-50%, -25%);
}
.table-sort th::before {
border-bottom-color: #888;
margin-top: -10px;
}
.table-sort th::after {
border-top-color: #888;
margin-top: 2px;
}@media (prefers-color-scheme: dark) {
:root {
--dark-bg: #222;
--dark-color: #ccc;
--bg-sub: transparent;
}
body, body *, div * {
background: var(--dark-bg);
color: var(--dark-color);
}
a, :where(a) > strong, :where(a) > span {
color: #6bf;
} #modal-1 {
background: var(--dark-bg);
}
}