body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } .foo{ text-align: right } .notenable { filter: blur(5px); } .nonvisible { position: relative; } .nonvisible h4 { color: #000; font-weight: bold; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .link { color: #FFF; text-decoration: none; } .link:hover { color: #fff; } /* MicroCMSから取得した本文HTML内の画像に対して適用 */ .blog-content-wrapper > p > img { max-width: 100%; }