.info-update-page {
    width: 95%;
    margin: 25px auto 25px auto;
	position: relative;
}
@media (min-width: 1080px) {
    .info-update-page {
        width :100%;
    }
}
.admin.-edit.-pc {
    padding: 0;
    position: absolute;
    top: -10px;
    right: 0;
}
.row-date {
    width: 115px;
    margin-right: 50px;
}
.row-title {
    width: 100%;
    height: 25px;
}
.row-title p, .row-title a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.update-row {
    display: flex;
    padding: 12px;
}
@media (max-width: 805px) {
    .update-row {
        font-size: 13px;
    }
    .row-date{
        margin-right: 10px;
    }
    .row-title{
        height: 20px;
    }
}
.row-line {
    height: 2px;
    background-color: #F4F4F4;
    margin: 0 2px;
}

/* モーダル内部 */
.input-title {
    width: 50px;
}
.-type, .input-text-box {
    width: calc(85% - 50px);
}
.-date {
    width: calc(50% - 50px);
}
@media (max-width: 805px) {
	.contents-title {
		margin: 0;
	}
	.input-title {
        width: 40px;
    }
    .-type, .input-text-box {
        width: calc(88% - 40px);
    }
    .input-text-box.-text {
        height: auto;
        padding: 4px;
    }
	.-date {
		width: calc(77% - 40px);
	}
}