<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-style: inherit; 
	white-space: normal;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background-image:url(../img/androidBugFix.png);
}
	
body{
	font-size:62.5%;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none; 
	background:#eee;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; }
								  
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table { 
	width:100%;
	border-collapse: collapse; 
	border-spacing: 0;
	text-align:left;
	vertical-align:middle;
	font-size:1em;
}

th{
	text-align:left;
}

p,a,li{
	font-size:1.2em;
	line-height:1.5em;
}

p a , dl a , li a , th h6 , th p , td p{
	font-size:100%;
}

a{
	color:#5a4edf;
}

ul{
	padding:0;
}

img{
	vertical-align:bottom;
}

h4{
	font-size:1.5em;
}

h5{
	font-size:1.4em;
}

h6{
	font-size:1.3em;
}

hr{
	border:none;
	border-bottom:1px dotted #ccc;
}
</pre></body></html>