/*
* 3Dvenue - Experiential Space Engine
* Copyright (c) 2026 yoshihiro
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
* "Transforming information from browsing to residing."
*/

body *{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height:1.75;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

:lang(en) {
    word-break: break-word;
    overflow-wrap: break-word;
}

.inner{
	width:100%;
	max-width:1040px;
	padding:0 20px;
	margin:0 auto;
}

.btn{
	padding:5px 20px;
	background: #3d5d99;
	color:#FFF;
	border:none;
	border-radius: 7px;
	cursor: pointer;
}

.close{
	display:flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	border:1px solid #333;
	background:#FFF;
	color:#333;
	font-weight: 500;
	font-size:20px;
	width:30px;
	height:30px;
	cursor: pointer;
}
