﻿body{
	background-color: #000000;
	color: #ffffff;
	font-size: 1em;
}
details{
	color: #653b00;
	background: rgba(255, 240, 180, 1);
	font-size: 1rem;
	padding: 0px;
}
summary{
	background: rgba(230, 200, 40, 1);
	box-shadow: 0 0 5px 1px #e5df85;
	padding: 5px;
	cursor:pointer;
}
summary:focus{
	outline: none;
}
p.telop{
	clear: left;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:link{
	color:#aaaaff;
}
a:visited{
	color:#aaaaff;
}
img.link{
	width: 60px;
}
sh{
	text-shadow: 0px -2px 7px #cccccc,0px 2px 7px #cccccc;
	font-size: 1.2em;
}
nav.menu{
	box-shadow: 0 3px 3px 1px rgba(255,255,255,0.1), 0 2px 2px 0 rgba(255,255,255,0.2);
	width:3.5em;
	height:3.5em;
	bottom:1em;
	right:1em;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	z-index:9999;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: middle;
	background-color: rgba(120,120,255,0.5);
}
nav.menu:hover{
	background-color: rgba(140,140,255,0.5);
	box-shadow: 0 4px 5px 0 rgba(255,255,255,.14),
	0 1px 10px 0 rgba(255,255,255,.12),
	0 2px 4px -1px rgba(255,255,255,.2);
}
nav .menu1{
	top: center;
	position: absolute;
	font-size: 1em;
	line-height: 1em;
	color: rgba(255,255,255,1);
}
nav .menu2{
	top: center;
	position: absolute;
	font-size: 2.5em;
	color: rgba(0,0,0,0);
}
nav .menu1,nav .menu2
		{ transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; /* Opera */ -moz-transition: all 0.4s ease-out; /* FF */
		 -webkit-transition: all 0.4s ease-out; /* Chrome, Safari */ -ms-transition: all 0.4s ease-out; /* IE */ }
nav .menuclick1	{
	top:center;
	color: rgba(0,0,0,0);
}
nav .menuclick2	{
	top:center;
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color:rgba(255,120,120,1);
}
#menu{
	position: fixed;
	font-size: 1.5em;
	line-height: 1.5em;
	display: none;
	right: 0em;
	bottom: 2.5em;
	list-style-type: none;
	background-color: rgba(230, 230, 240, 1);
	padding: 0px 0px 0px 0px;
	border: none;
	z-index: 9999;
}
@media screen and (max-width: 480px){
	summary{
		padding: 0px;
	}
	img.link{
		width: 50px;
	}
}