<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

.tab {width:100%;}
.tab-menu {	 border-bottom: 6px solid #e76800;}

.tab-menu ul {list-style-type:none;}
#staff .tab-menu li a {color:#222;font-weight:bold;}
.tab-menu li a {padding:20px;}
.tab-menu &gt; li {
	 float: left;
	 margin: 0 5px 0 0;
	list-style-type:none;
	width:calc((100% - 5px) / 2);
}
.tab-menu &gt; li:last-child {margin:0;}

.tab-menu &gt; li &gt; a {
	display: block;
	background:#E9A269;
	border: 0px solid #aaa;
	border-bottom:none;
	color: #fff;
	font-size:18px;
	text-decoration:none;
	}

.tab-menu &gt; li &gt; a:hover {
	 background: #FFA200;
	}


.tab-menu &gt; li.selected &gt; a {
	 background-color: #E76800;
	 color: #fff;
}
.tab-contents {
	 padding: 20px 2.2727272%; /* 2.2727272%（20px/880px） */
	 background: #f8ebe2;
	color:#111;
}

.tab-contents .hidden {display: none; }






@media screen and (max-width: 760px) {
	.tab-menu li a {padding:10px;font-size:14px;height: 4em;}



}/* END @media screen and (max-width: 760px) */











</pre></body></html>