@charset "utf-8";

/* --------- RESET --------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,a{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;text-align:left;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

input,textarea,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

input,textarea,select {*font-size:100%;}

/* New HTML5 elements */ 
article, aside, figure, footer, header, hgroup, nav, section {display:block; }

/*スマホ文字自動調整オフ*/
html {-webkit-text-size-adjust: none}

/*ページCSS*/
body {
	width:100%; height:auto;
	background: url(../img/bg_popup.jpg) no-repeat ;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
div { 
	padding:0;
	color:#FFF;
	position:relative;
}
div:hover {
	box-shadow: 0px 0px 20px 5px #FFFFFF;
	text-decoration:underline;
}

a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}

	
div#nav_nature {
	position:absolute;
	top:95px; left:23px;
}

div#nav_nature img {
	width:130px;
}

div#nav_cafe {
	position:absolute;
	top:95px; left:165px;
}

div#nav_cafe img {
	width:115px;
}
