@charset "UTF-8";
/* style.css
----------------------*/

.df {
	display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
	gap: 20px;
}

.df a.img-cmn-border:hover::before{
	border-radius:30px;
}

.df .img-cmn-border:before, .img-cmn-border-hover:before {
	border: 0;
}

.df img{
	width: 100%;
	max-width: 300px;
}

.list-cmn-notes:not(.s-no-count)>li:before{
    content: "\203b";
    float: left;
    margin-right: .25em;
}

.fw-bold{
    font-weight: bold;
}

.sec-cmn-lv2 img{
    margin-bottom: 20px;
}
