/*
* 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;
}