@charset "utf-8";

@import "reset.css";
@import "layout.css";
@import "commons.css?230830";
@import "magnific-popup.css";

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}

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(51,51,51,1.00);
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

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

a {
	/*\*/
	overflow: hidden;
	color: rgba(51,51,51,1.00);
	text-decoration: none;
}

br {
	letter-spacing: 0;
}

@media(max-width:640px){
	body.body_top{
		background-color:rgba(100,100,100,1.00);
	}
}