@charset "utf-8";

@media screen and (min-width:992px) {

    /* ----------------------
     * result 
     * 	for PC (横幅992以上)
     *---------------------- */
    .ur-aisho-posts-li{
        width:100%;
    }
    .ur-aisho-posts-thumbnail{
        margin:0.5rem 0.5rem 2rem 0.5rem;
    }
    .ur-aisho-posts-thumbnail{
        width :200px;
        height : auto;
    }
    .ur-aisho-posts-title{
        font-weight:bold;
        font-size:1.0rem !important;
    }
	
}

@media screen and (max-width:992px) {

    /* ----------------------
     * result 
     * 	for smartphone (横幅992未満)
     *---------------------- */
    .ur-aisho-posts-li{
        width:100%;
    }

    .ur-aisho-posts-thumbnail{
        margin:0.5rem 0.5rem 1.0rem 0.5rem;
    }

    .ur-aisho-posts-thumbnail{
        width :100px;
        height : auto;
    }
    .ur-aisho-posts-title{
        font-weight:bold;
        font-size:0.8rem;
        line-height: 1rem;
    }
    .ur-aisho-posts-content{
        display: none !important;
    }
    .ur-aisho-posts-author{
        display: none !important;
    }
	.ur-aisho-corner-title-span{
        display: inline-block;
    }
}

.ur-aisho-posts-ul{
    /* background:#ffcccc; */
    display: flex;
    flex-wrap:wrap;
    padding-left:0 !important;
}
.ur-aisho-posts-li{
    padding:5px;
    list-style: none;
    line-height: 1.5;
    vertical-align: top;
    margin-bottom: 0px !important;
}

.ur-aisho-posts-thumbnail{
    float: left;
    /* 
    margin:0.5rem 0.5rem 2rem 0.5rem;
    */
}
.ur-aisho-posts-a,.ur-aisho-posts-img-a{
    text-decoration: none !important;
    font-size:0.9rem;
    /* letter-spacing: -0.1px; */
    letter-spacing: normal !important;
    display: block;

}

.ur-aisho-posts-category,.ur-aisho-posts-tag{
    text-decoration: none !important;
    font-size:0.6rem;
    margin:0 0.2rem;
    padding:0.2rem;
}

.ur-aisho-posts-category{
    background: #000000;    
    color:#ffffff;
    
}
.ur-aisho-posts-tag{
    background: #d0d0d0;    
    color:#000000;
}
.ur-aisho-posts-catetitle{
    background:#e0e0e8;
    margin:0.25rem 0 0.5rem 0;
    padding:0.25rem ;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.ur-aisho-posts-corner-title{
    background:#ffd3ed;
    color:#6d3372;
    text-align: center;
    font-weight: bold;
    font-size:1.1rem;
    padding:0.25rem;
}
.ur-aisho-posts-corner-text{
    padding:0.2rem;
}

/*
.ur-aisho-posts-title{
    font-weight:bold;
    font-size:1.1rem;
}
*/
.ur-aisho-posts-content{
    font-size:0.8rem;
}

.ur-aisho-posts-date{
    font-size:0.8rem;
    float:left;
    height: 30px;
    display:flex;
    align-items: center;
}
.ur-aisho-posts-author{
    float:right;
    height: 30px;
    display:flex;
    align-items: center;
}
.ur-aisho-posts-author-img{
    border-radius: 50%;
    margin:0px 3px !important;
    border:1px solid #eee;
}
.ur-aisho-posts-author-a{
    float:right;
    font-size:0.7rem;
    text-decoration: none !important;
}