@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
	background-image:url(../img/bg_stamprally.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:auto 100%;
	background-size: auto 100%;
	background-size: cover;
	width:100%;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html {
	height: 100%;
	color:#FFF;
	font-size:12px;
}


.masonry50 {width:48%;padding:10px;font-size:10pt;line-height:150%;}

a{color:#DDD;text-decoration:none;}


/*フッターに相当する*/
.section4 {background-color:#222;}
.section4_content {
	overflow:hidden;
	max-width:768px;
	margin:0 auto 0;
	padding-top:1em;
	padding-bottom:1em;
	}

.footer	{
	font-size:14px;
	letter-spacing:2px;
	line-height:120%;
	font-family:;
	color:#DDD;
	}

.g-maps div{padding:8px;}

