@charset "UTF-8";
/* CSS Document */
body,ul,
li,h1,h2 {
	margin:0; 
	padding:0;
	font-size: 23px;
	line-height: 1em;
	margin: 0 auto;  
	}
p {
	font-family: "ＭＳ Ｐ明朝", sans-serif;
	font-size: 23px;
	line-height: 1.3em;
	}
a:hover {
	opacity: 0.3;
	}
#top2 {
	position: fixed;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	}
#nav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	}
#nav ul {
	list-style-type: none;
	}
#nav li {
	line-height: 1em;
	display: inline-block;
	margin-right: 20px;
	}
#nav li a {
	font-family: 'Marvel', sans-serif;
	color: #000;
	text-decoration: none;
	}
#nav li .share {
	position: relative;
	top: 4px;
	}

div#wrap{  
    width: 100%;  
    margin: 0 auto;  
    text-align: center;  
}  
