@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size:62.5%;
}
body {
	position:relative;
	font-family: 'メイリオ','Meiryo',"Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
}
textarea {
	font-family: 'メイリオ','Meiryo',"Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
}
@media print {
	body {
		display: none;
	}
}
ul,ol {
	list-style-type:none;
}
em {
	font-style:normal;
}
/* ----- end of style.css ----- */