﻿html ,body , tbody{
	background-color:#fff;
	padding:0;
	margin:5px 0 0 5px;
	color:#666666;
}
table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
header{
	width:850px;
	height:190px;
	margin-bottom:5px;
}
.ssfklogo{
	width:230px;
	float:left;	
}
.ssfktopnav{
	width:620px;
	height:60px;
	margin-left:230px;
}
.ssfksearch{
	clear:both;
	width:850px;
	font-size:0.8125rem;	
}
ul {
	margin: 0px;
	list-style-type: none;
	width: 200px; /*426px;*/
	height: 50px;
}
li {
	border-width: thin;
	border-color: #CCCCCC;
	width: 4.4em;
	text-align: center;
	float: left;
	border-right-style: solid;
}
li:last-child {
	border-style: none;
	width: 4.4em;
	text-align: center;
	float: left;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
#topmenu ul {
	display: block;
	width: 426px;
	height: 50px;
	color: #808080;
	float: right;
	margin: -0.25rem 0 0 0;
	list-style-type: none;
}
#topmenu ul li{
	width:70px;
	height:3.5em;
	border-right: 1px silver solid;
}
#topmenu ul li:hover{
	opacity:0.8;
}
#topmenu ul li:last-of-type{
	border-right:none;
}
#topmenu ul li a,#topmenu ul li span{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.65rem;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-0.02rem;
	padding-top:0.15rem;
	line-height:110%;
}
#topmenu .fb{
	color: #348DFA;
}
#topmenu form input[type=submit] {
	padding: 0px;
	margin: 0px;
	border-style: none;
	background-color: #FFFFFF;
	outline: none;
}
#topmenu form span {
	padding: 0px;
	margin: 0em;
	border-style: none;
	background-color: #FFFFFF;
	outline: none;
	font-size: 0.5em;
	font-weight: normal;
	font-style: normal;
	width: 98%;
	text-align: center;
	text-indent: 0.5em;
	background-color:aqua;
}
/*select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}*/
.ssfksearch select{
	float:left;
	background: #F1DA36;
	color: #4d4d4d;
	border:none;
	border-color: #F1DA36;
	width: 200px;
	padding-left:1rem;
	height:30px;
	background-position: 175px;
	background-size: 13px 13px;
	background-image: url('../svg/icon/arrow_under.svg');
	background-repeat: no-repeat;
	border-radius: 4px;
}
.ssfksearch option{
	background-color:#fff;
}
.search_container {
	position: relative;
	box-sizing: border-box;
	border: 2px solid #F1DA36;
	padding: 3px 10px;
	border-radius: 3px;
	height: 2.2em;
	width: 645px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 3px;
	font-size:0.875rem;

}
.search_container input[type=text] {
	border: none;
	font-size: 1.2em;
}
.search_container input[type=text]:focus {
	outline: 0;
}
.search_container input[type=submit]{
	background-position: 2.0em center;
	background-size: 14px 14px;
	cursor: pointer;
	border: none;
	background-color: #F1DA36;
	color: #4d4d4d;
	position: absolute;
	width: 10.425em;
	height: 3.0em;
	right: 0px;
	top: -6px;
	outline : none;
	background-image: url('../svg/icon/search.svg');
	background-repeat: no-repeat;
}
.btn-border-bottom {
	margin: 0px auto 0px auto;
	position: relative;
	display: block;
	font-weight: bold;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-decoration: none;
	color: #333134;
	font-family: Arial, Helvetica, "sans-serif";
}

.btn-border-bottom:before {
	position: absolute;
	content: '';
	width: 116px;
	height: 4px;
	top: 100%;
	left: 0;
	margin:0 0.4em;
	border-radius: 3px;
	background: #767778;
	transition: .2s;
}
.act:before {
	position: absolute;
	content: '';
	width: 116px;
	height: 4px;
	top: 100%;
	left: 0;
	margin:0 0.4em;
	border-radius: 3px;
	background: #000;
	transition: .2s;
}
    
.btn-border-bottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
    
}


#topmenu2 {
	background-color: #FFFFFF;
	width: 850px; 
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	font-size:0.8125rem;
}
#topmenu2 > ul{
	display: -webkit-flex;
	padding: 0px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin: 0em;
	height: 30px;
}
#topmenu2 > ul > li{
	border-style: none;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin: 0 0px 0 1px;
	position: relative;
	list-style-type: none;
	background-color:#FFFFFF;
	width: 118px;
}
#topmenu2 > ul > li a{
	display: block;
	padding: 6px 0px 0px 0px;
	background:#FFFFFF;
	color: #333333;
	text-align: center;
	text-decoration: none;
	height: 26px;
	font-weight: bold;
}
#topmenu2 > ul > li a:hover{
	background: #FFFFFF;
	color: #333333;
}
#topmenu2 > ul > li > ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: absolute;
	padding-left: 0px;
	margin-left: 0px;
	top:0;
	width:100%;
}

#topmenu2  > ul > li:hover > ul{
	z-index: 3;
	width: 100%;
	margin: 0 auto;
	top:34px;/*32px;*/
}
#topmenu2 > ul > li > ul > li{
	overflow: hidden;
	height: 0;
	transition: 0.2s;
	list-style-type: none;
	margin-left: 0px;
	width: 200px;
	
}
#topmenu2  > ul > li:hover > ul li{
	overflow: visible;
	height: 32px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
}
#topmenu2  > ul > li:hover > ul li:first-child{
	border-top: 1px solid #a1937d;
	border-top-color: #999999;
}
#topmenu2 > ul > li > ul > li a{
	background: #FFFFFF;
	text-align: left;
	text-indent: 1em;
	background-color:white;
}

.header-obi{
	clear:both;
	width:850px;
	height:42px;
	margin-bottom:5px;
	background-color:#F1DA36;
}
.catename{
	margin-left:243px;
	color:#ffc;
	font-size:1.6em;
	text-shadow:2px 2px 3px #BBAD06;
	font-weight:bold;
}
