
* { margin:0; padding:0; border:none; font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;}


body {
color:#333;
-webkit-text-size-adjust: none;
}


input, select, textarea {
}

input::-webkit-input-placeholder {
    color: #bbb;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #bbb;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #bbb;
    font-weight: normal;
}

input.imeDisabled {
ime-mode: disabled;
}

input[type="text"], input[type="password"], select, textarea {
	 background-color:#fdfddc;
}

input[type="radio"]:checked {outline: solid 5px #ffff00;}
input[type="checkbox"]:checked {outline: solid 5px #ffff00;}

em {font-style:normal;}
li {list-style:none;}
address {font-style:normal;}
address a {text-decoration:none; color: #666;}
span, label{ display:inline-block;}

/* --- */
#scrollUp {
	bottom: 0px;
	right: 0px;
	height: 50px;  /* Height of image */
	width: 50px; /* Width of image */
	background: url(/images/icons/top.png) no-repeat;
	background-size:50px;
	z-index:1000;

}

#scrollUp:hover {
	opacity:0.9;
}

.aside { color:#090;}

