.v-pc {
    display: block;
}

.v-sp {
    display: none;
}

.short-menu {
    background-color: #fff;
    border-top: 1px #ddd solid;
        z-index: 10;
    position: fixed;
    width: 100%;
    top: 75px;
}

.short-menu-list {
    /* width: 52%; */
    width: 950px;
    margin: 0 auto;
    text-emphasis: center;
}

.short-menu-list ul {
    display: inline-block;
    /* display: flex; */
    /* width: 10%;; */
    text-emphasis: center;
    padding: 15px 0px;
    margin: 0px;
    text-align: center;
}

.short-menu-list ul li {
    display: inline-block;
    /* width: 150px; */
    /* padding: 0px 10px; */
    width: 130px;
    padding: 0px 0px;
}

.short-menu-list ul li a {
    text-decoration: none;
    color: #333;
}

.property-foooter-inner {
    text-align: left;
}

.property-foooter-bottom {
    background-color: #333333;
    color: #fff;
    padding: 10px 0px;
}

.clearfix:after{ content : ''; display : block; clear : both; height:0; }
