/* webfont */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-family: 'Rounded Mplus 1c';
	font-size: 14px;
	background-color: #FEDD78;
　　-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
}


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

.wrapper {
	display: block;
	width: auto;
	margin: 2% auto;
	padding-bottom: 3%;
	background-color: #FFF;
	border-radius: 6px;
}

.inner {
	position: relative;
	max-width: 900px;
	width: 100%;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1; /* for IE6/7 */
}

.fixed {
	position: fixed;
	top: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

header{
	width: 94%;
	margin: 0 auto;
	padding: 5% 0 0;
}

header p {
	margin: 0;
}

header img {
	width: 75%;
	vertical-align: middle;
	display: inline;
	vertical-align: -8px;
	padding-right: 1%;	
}

header h1 {
	font-size: 2.8rem;
	font-size: 2.8em;
	margin-top: 2%;
	margin-bottom: 5%;
	line-height: 120%;
}

.nav {
	width: 94%;
	margin: 0 auto 30px;
	padding-top: 20px;
	border-bottom: 1px solid #999;
}
.nav ul {
	width: auto;
	margin: 5 auto;
}
.nav li {
	width: auto;
	float: right;
	margin: 0 20px 0 0;
	text-decoration: none;
	list-style: none;
}
.nav li a {
	color: #0500EE;
}
.nav li a:hover {
	color: #585658;
}

#main {
	width: 100%;
	height: auto;
}

#main img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



div.tooltip {  
	width: auto; 
	position: absolute; 
	left: -9999px;
	padding: 5px;
	background: #666; 
	border-radius: 4px; 
}  
  
div.tooltip p{  
	color: #FFF; 
	padding: 5px 10px;
	margin: 0; 
} 



footer {
	text-align: center;
	margin-bottom: 30px;
}



