/*
Theme Name: 2021 Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.6.1653526570
Updated: 2022-05-26 09:56:10

*/


/* Round処理 */
.relatepost {
    margin-bottom: 5px;
    background-color: #f9f9f9;
    border: 1px solid #c0c0c0;
    margin-top: 0;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px 0 #ddd inset;
    -webkit-box-shadow: 1px 1px 3px 0 #ddd inset;
    -o-box-shadow: 1px 1px 3px 0 #ddd inset;
    box-shadow: 1px 1px 3px 0 #ddd inset;
    padding: 8px;
}
.relatepost dt {
    color: #ff6664;
}
.relatepost ul li a {
    font-size: 80%;
    line-height: 90%;
    line-height: 1;
    color: #758d38;
    font-family: "wof";
    font-weight: normal;
}
.relatepost h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}


