/* メッセージ */
.alert {
	z-index: 100;
    display: none; /* 初期状態は非表示 */
    width: 360px;
    /* 画面上部に表示 */
    position: absolute;
    top: 0%;
    left: 85%;
    margin-left: -175px; /* (width + padding-left + padding-right + border-left + border-right) の半分 */
}