body{
	margin: 0px;
}
body:before{
 	content:"";
 	display:block;
 	position:fixed;
 	top:0;
 	left:0;
 	z-index:-1;
 	width:100%;
 	height:100vh;
 	background:url(design-tools.jpg);
 	background-size:contain;
}

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

.header{
	background-color: #FFF;
	display: flex;
	padding: 20px 20px;
	position: fixed;
	justify-content: flex-start;
	align-self: flex-start;
	width: 100%;
	box-shadow: 0px 5px 100px 5px rgba(0,0,0,0.4);
}
.headermenu{
}
.request{
	position: fixed;
	right: 10px;
	font-size: 0.8em;
	position: absolute;
	top: 50%;
	transform: translate(-30%,-50%);
}
.logo img{
	display: inline-flex;
	width: 300px;
	margin: 0px;
}
.menu{
	display: inline-flex;
	list-style: none;
	position: relative;
	top: -25px;
}
.button{
	margin-left: 10px;
	margin-right: 10px;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: solid 1px #000;
	border-radius: 20px;
}
h4{
	width: 250px;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #998e73;
	color: #332f26;
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin-left: 5px;
}
.subtitle {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 200px;
	background-color: #ff9999;
	font-weight: bold;
	padding: 2px 11px 2px 15px;
	color: #332f26;
	transition: .4s;
	border-left: solid 3px #856859;
	border-right: solid 3px #856859;
	border-radius: 3px;
	text-align: center;
}
.subsubtitle {
	margin: 0 auto;
	width: 160px;
	background-color: #f4d9d9;
	font-weight: bold;
	padding: 2px 11px 2px 15px;
	color: #332f26;
	transition: .4s;
	border-left: solid 3px #856859;
	border-right: solid 3px #856859;
	border-radius: 3px;
	text-align: center;
}
.list{
	padding: 0;
	font-weight: bold;
}
.rec{
	width: 250px;
	color: #404040;
	border-left: solid 6px #a9a9a9;/*左側の線*/
	border-bottom: solid 2px #dadada;/*下に灰色線*/
	background: whitesmoke;
	margin-bottom: 5px;/*下のバーとの余白*/
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none!important;/*ポチ消す*/
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}
.rec a{
	display: block;
	width: 100%;
}
.recording{
	background-color: #FFF;
	margin: 20px 15px 20px 15px;
	padding: 0px 8px 0px 5px;
	box-shadow: 2px 2px 2px 2px rgba(100,100,100,0.4)
}
.recordings{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}