.item-section {
    font-weight: bold;
}

.notice {
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 10px;
}

.table td.notice-wrap {
    border-top-color: white;
}

.stat-item-wrap {
    margin-bottom: 5px;
}

@media screen and (min-width: 1000px)  {
    .search-row {
        width: 1000px;
    }
    .search-form {
        width: 1000px;
    }
}

@media screen and (min-width: 600px)  {
    .mobile-view {
        display: none;
    }
}

@media screen and (max-width: 600px)  {
    .mobile-view {
        display: block;
    }
    .created-date {
        font-size: 0.8rem;
    }
    .not-mobile-view {
        display: none;
    }
}

/* edit */
.map {
    width : 100%; /*720px*/
    height : 540; /* 540px */
}

.uriage {
    background-color: #ffff94;
    color: #e22525;
}

@media screen and (max-width: 600px)  {
    .map {
        width : 100%; /*720px*/
        height : 360; /* 540px */
    }

    .mobile-block {
        display: block;
    }
}
/* common */

input[type="date"] {
	height: 2.375rem;
}