<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#wrapper {
	max-width: 375px;
    margin: 0 auto;
	text-align:center;
	font-size: 16px;
}

#arasuji {
	display: inline-block;
	max-width:80%;
	text-align: left;
	font-size: 14px;
}

img {
    max-width:100%;
    height:auto;
}

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #660022;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
}

.ara {
}
#arasuji {
}
</pre></body></html>