@charset "utf-8";
/* CSS Document */
.fixed-right {
			position: fixed;
			bottom: 250px;
			left: 10px;
			width: 240px;
			height: auto;
			background-color: #fff;
			padding: 10px;
		}

.fixght {
			text-align: center;
			font-size: 14px;
		}
		@media only screen and (min-width: 320px) and (max-width: 640px) {
			.fixed-bottom {
				display: block;
			}
			.fixed-right {
				display: none;
			}
		}
		.erma-ai {
			border: 1px solid #dedede;
			padding: 4px;
			margin: 4px 0;
		}
		.erma-ai img {
			width: 100%;
			height: auto;
		}