/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 16:30:22 */
/**トップメニューCSS 151 */

.sticky-top{position: sticky;
top: 0;
 background-color: #000; 
 padding: 5px 0;
	z-index: 999;
	height: 40px;
}

.sticky-top a i { color:#fff;font-size:2.5rem;}

.widget-title{display:none;}


.css-switcher ul{ float: left;   display: flex;
    justify-content: center;
    margin: 0;
	padding: 0;
list-style: none;
}

.css-switcher ul li{margin: 0 0 0 15px;}

.reLoad{float: right;margin: 0 15px 0 0;}




.navi-box ul{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.navi-box li{
    list-style: none;
}
.navi-box a{
    display: block;
    padding: 6px;
    border: 2px solid #FFF;
border-radius: 50px;
    text-decoration: none;
	font-size: 28px;
	max-width:150px;
	text-align: center;
	line-height: 2.5rem;
  color: #FFEB8C !important;
	width:150px;
	background-color: #000;
}
	
.navi-box a:visited{ color: #FFEB8C ;}

	.entry-content .navi-box li{margin: 0 3px;}

/*.navi-box li:last-child a{    border-right: 1px solid #999;}
*/
.entry-header{display:none;}
.site-content{margin:0;}

.top-menu{  background: #fff;
	background-color: rgba(0,0,0,0);
 /* display: flex;*/
 top: 45px ; 
bottom: 0;  right: 0;  left: 0;
 /* height: 80px;*/
  padding: 20px 0;
position: fixed;
	position: sticky;
  justify-content: space-between;
  width: 100%;
	z-index: 999;
	max-width: 100%;
  margin: 0 auto;
}
