@charset "utf-8";

@import "reset.css";
@import "layout.css?v=210516";
@import "commons.css?v=210516";
@import "menu.css?v=210516";
@import "jquery.fatNav.css";
@import "colorbox.css";

::selection {
	background: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

::-moz-selection {
	background: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

body {
	font-family: 'Rubik', 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-feature-settings: "palt" 1;
}

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body, html {
	/* important */
	height: 100%;
}

a {
	color: #000000;
}

body {
	color: rgba(0,0,0,1.00);
	text-align:center;
	-webkit-font-smoothing: antialiased;
}

img{
	max-width: 100%;
	height: auto;
	display:block;
}

a {
	/*\*/
	overflow: hidden;
	color: rgba(0,0,0,1.00);
}

br {
	letter-spacing: 0;
}