div.space {
	width: 90%;
	margin: auto auto 10px auto;
	font-weight: bolder;
}
div.title-text {
	color: #323232;
	font-size: 36px;
	margin-top: 50px;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin-bottom: 20px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-width: 24px;
	border-color: #150304;
	font-family: 'IBM Plex Sans JP', sans-serif;
	padding-top: 29px;
}

.choose div {
	color: #323232;
	font-weight: bold;
}
.choose a:link {
	color: #323232;
	text-decoration: none;
	font-weight: bold;
}
.choose a:visited {
	font-family: 'IBM Plex Sans JP', sans-serif;
	color: #323232;
}
#motif-box {
	font-family: 'IBM Plex Sans JP', sans-serif;
	text-align: center;
}
div.cropped-motif-box{
	display:inline-block;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	width: 300px;
	vertical-align: top;
}
div.download-image{
	width: 100%;
	height: 250px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #323232;
	font-weight: bold;
}
.btn-flat-orange {
	width: 180px;
	padding: 10px 0px;
	background-color: #F8B72E;
	color: #323232;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	text-align: center;	display: block;
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

div.top {
	position: sticky;
	top:0;
}
.login_back {
	position: fixed;
	width: 100%;
	height: 99999px;
	top: 0px;
	left: 0px;
	display: none;
	background: #000;
	opacity: 0.5;
	z-index: 5000;
}

#search-box {
    width: 60%;
    padding: 10px;
    margin-left: 50px;
    display: none;
}

.search-container {
    display: flex;
    align-items: center;
}
