@charset "utf-8";

/*-----------------------------------------------------------
 default
-----------------------------------------------------------*/

* {
	font-size: 100%;
	font-weight: normal;
	margin: 0; 	padding: 0;
	}

img {
	border: none;
	vertical-align: bottom;
	}

strong { font-weight: bold; }

ul , ul li ,
ol , ol li { list-style: none; }

a {
	text-decoration: none;
	}
	a:hover { text-decoration: underline; }
	a:active { outline: none; }
	a:focus { -moz-outline-style: none; }

/* 20160115一時避難用
.cntHidden { display: none; } */
