@charset "UTF-8";
.head1 {
	width: 90%;
	min-width: 1000px;
	max-width: 1600px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(../img2026/01_header_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	text-align: left
	
}
.head2 {
	width: 100%;
	min-width: 1000px;
	height: 100px;
	background-color: #000;
	text-align: center;	
}
.head2_left {
	min-width: 500px;
	height: 100px;
	float: left;
	background-color: #000;
	background-image: url("../img2026/01_menu_left.jpg");
	background-size: cover, 500px; 
	background-repeat: no-repeat;
	background-position: left;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.head2_right {
	min-width: 500px;
	height: 100px;
	float: right;
	background-color: #000;
	background-image: url("../img2026/01_menu_right.jpg");
	background-size: cover, 500px; 
	background-repeat: no-repeat;
	background-position: right;
	text-align: end;
}
.main_all {
	width: 100%;
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}
.main_90 {
	width: 90%;
	min-width: 1000px;
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.tab_box {
	width: 100%;
	height: 50px;
	background-color: #eee;
	display: flex;
	align-items: flex-end;
}
.flame_box {
	width: 76%;
	overflow: auto;
	height: 800px;
	text-align: left;
	float: left;
	-webkit-overflow-scrolling: touch;
}
.banner_box {
	width: 20%;
	overflow: auto;
	text-align: left;
	float: right;
	margin-right: 20px;
}
.foot {
	width: 100%;
	min-width: 1000px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
.foot_90 {
	width: 90%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	color: #505050;
	text-decoration: none;
}
a:hover {
	color: #909090;
	text-decoration: underline;
}
a:active {
	color: #505050;
	text-decoration: none;
}
.fade {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}  
.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.fade2 {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}  
.fade2:hover {
	opacity: 0;
	filter: alpha(opacity=0);
}