/*
* 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."
*/

#about .about{
    width:100%;
    max-width:880px;
    margin:0 auto;
    text-align: left;
    font-size:20px;
}


.buttonbox button{
    margin:0 0 0 auto;
}

#companies{
	display: flex;
	gap:5px;
	flex-wrap: wrap;
    width:100%;
    max-width:880px;
    margin:0 auto;
}

#companies span{
	/*flex:1;*/
	width:calc(25% - 5px);
    border-radius: 7px;
    font-size:12px;
}

#companies span.category {
    background: #00796b; /* 明るい水色 */
    color: #FFF;      /* 深めの青緑 */
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
}

#companies span.cname {
    /*background: #fff3e0; /* 明るいオレンジ系 */*/
    background: #fff; /* 明るいオレンジ系 */
    /*color: #e65100;      /* 濃いオレンジ */*/
    color: #333;      /* 濃いオレンジ */
    padding: 4px 8px;
    border-radius: 4px;
    border:1px solid #333;
    text-align: left;
}

