@charset "utf-8";
/* ===================================================================

 file name  :style.css
 style info :物件個別のスタイル

=================================================================== */

/* =============================

	overwrite

=============================== */

/*.suumo{
    margin:2em 0;
    position: relative;
    padding: 1.25em 1em;
    border: solid 2px #72BF44;
    border-radius: 3px 0 3px 0;
}
.suumo:before,.suumo:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #72BF44;
    border-radius: 50%;
}
.suumo:after {
    top:-12px;
    left:-12px;
}
.suumo:before {
    bottom:-12px;
    right:-12px;
}
.suumo p {
    margin: 0; 
    padding: 0;
}
.suumo p span {
    font-size: 1rem;
}*/

/* =================================== */

