@charset "utf-8";

html{
	overflow-x : hidden;
	overflow-y : auto;
}
body {
	padding: 0;
	margin: 0;
	animation-duration: 3s;
 	animation-name:fadein;
	background-color:#e8ece9;
	overflow-x : hidden;
	overflow-y : auto;

}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
body::-webkit-scrollbar {
	display: none;
}
body a{
	color:black;
	text-decoration :none;

}

img#randomImg{
	position:fixed;
	top:0;
	left:0;
	max-width:80%;
	z-index:-999;
}
div#update{
	background: rgba(212,220,211,0.8);
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
	width:180px;
	height:150px;
	margin:-30px 20px 0px 50px;
	padding-top:5px;
}
div#update p{
	text-align:center;
	font-size:11px;
	line-height: 11px ;
	padding-bottom:-10px;
}

section#update{
	position:relative;
	overflow: scroll;
	background-color:rgba(255,255,255,0);
	z-index:350;
        scrollbar-width: none; 
	-ms-overflow-style:none;
	padding:30px 30px 30px 70px;
	margin-top:-50px;
	margin-bottom:1000px;
	margin-left:45%;
}

section{
	position:relative;
	width: 55%;
	height: 40%;
	overflow: scroll;
	border-radius: 15px 200px 15px 185px / 240px 15px 100px 15px;
	background-color:rgba(255,255,255,0.9);
	z-index:400;
        scrollbar-width: none; 
	-ms-overflow-style:none;
	padding:10px 30px 30px 30px;
	margin-left:25%;
	margin-bottom:1000px;


}
section::-webkit-scrollbar { 
        display:none;
}
section #update p{
	padding-bottom:5px;
	margin-top:15px;

}

p{
	margin:0;
	padding:0;
}

aside p,section p{
	font-size:12px;

}

p#icon img{

	margin:5px 5px 5px 0px;

}
section div#twitter{
        display:none;
}
/*-----------head-----*/

header{
	top:0;
	z-index:500;
	left:0;
	margin-left:100px;
}

header h1{
	margin-left:40%;
	margin-right:-50px;
	padding-top:0;
	font-family: 'Meddon', cursive;
	font-size:1.7em;
	color:#00552e;
	transform: rotate( 3deg );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
	              0px 1px 0 #FFF,  0 -1px 0 #FFF,
	              -1px 0 0 #FFF, 1px 0 0 #FFF;
}


/*-----------menu-------------*/
#wrapper {
	padding-top:35px;
  margin: 0 auto;
  width: 960px;
}
#menu {
	font-family: 'Charmonman', cursive;
	font-size:1.2em;
	position:fixed;
	z-index:999;
	top:10px;
	left:10px;
	color:#333;
	background-color: rgba(255,255,255,0.9);
	border: 2px solid #333;
	padding:0px 10px 0px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
#menuContent {
	padding-top:70px;
	width: 150px;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	position: fixed;
	top: 0;
	left: -200px;
	z-index: 100;

}
#menuContent ul {
	margin: 0;
}
  #menuContent li {
	font-size:1.1em;
	list-style-type: none;
	font-family: 'Charmonman', cursive;
  }
    #menuContent li a {
	padding: 8px;
	color: #fff;
	display: block;
    }
    #menuContent li a:hover {
	background-color: #232327;
	color: rgba(255,255,255,0.6);

	background-image:
	 repeating-linear-gradient(-45deg,
	 rgba(56,121,96,0.5), rgba(56,121,96,0.5) 7.5px,
	 transparent 0, transparent 15px);
    }
.dummy {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

/*-----------------*/
article ul li {
	list-style-type: none;
	float:left;
	margin:0.2%;}
article ul li img{
	height: 25px;
	width: 25px;
	display:block;

	object-fit: cover;
	border-radius: 30% 0 30% 0;
}
article#gallery aside h3{
	margin:0;

}
article#gallery ul{
	margin-top:0;
	margin-bottom:5px;
}

article#gallery ul.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

article{
	position:relative;
	width: 55%;
	height: 40%;
	overflow: scroll;
	border-radius: 15px 200px 15px 185px / 240px 15px 100px 15px;
	background-color:rgba(255,255,255,0.9);
	z-index:400;
        scrollbar-width: none; 
	-ms-overflow-style:none;
	padding:10px 30px 30px 30px;
	margin-left:25%;

	margin-bottom:1000px;

}
article::-webkit-scrollbar { 
        display:none;
}

/*----------page-----*/


h2, h3, h4{
	font-family: 'Charmonman', cursive;
	margin-bottom:-10px;
	margin-top:1px;
	color:#00552e;

}
h2{
	font-size:1.8em;
}
h3,h4{
	font-size:1.6em;
}
h4{
	margin-bottom:10px;
}

/*--------------*/

p#circle{
	margin-top:10px;
}
table{
	padding-top: 0;
	margin-top:5px;
	width:100%;
	font-size:11px;
}


table tr th{
	color: black;
	border-bottom:dashed 1px #666;

}
table tr td {
	padding-left: 10px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom:dashed 1px #666;
}

/*---------------*/
small{
	font-size:10px;
	position:fixed;
	z-index:450;
	display:block;
	bottom:5px;
	right:15px;
}
/*------------------------*/
.star1, .star2{
	display:none;

		}
/*------------------------*/

