@charset "utf-8";

@import "layout.css";
@import "commons.css";
@import "magnific-popup.css";
@import "menu.css";

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

body {
	font-family: Roboto, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:normal;
}


html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	height: 100%;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body{
	-webkit-text-size-adjust: none;
	letter-spacing:0.05em;
	height:100%;
	margin:0px;
	padding:0px;
	background-image: linear-gradient(
	-45deg,
	#FFF 25%,
	#dcdbdb 25%, #dcdbdb 50%,
	#FFF 50%, #FFF 75%,
	#dcdbdb 75%, #dcdbdb
	);
	background-size: 100px 100px;
}

a{
	/*\*/
	overflow: hidden;
	/**/
	color: #0013de;
	font-weight: normal;
}

a:hover{
	color: rgba(0,19,222,0.50);
}

img{
	max-width: 100%;
	height: auto;
	display:block;
}
