@charset "utf-8";
/* CSS Document */


#header{
	width:1180px;
	margin:0 auto;
	position:relative;
	padding:3px;
}


#header_wrap ul.gmenu{
    display: flex;
    display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


#header_wrap ul.gmenu li:first-child,
#header_wrap ul.gmenu li:nth-child(2),
#header_wrap ul.gmenu li:nth-child(3),
#header_wrap ul.gmenu li:nth-child(4){
	width: 15% !important;
}

#header_wrap ul.gmenu li:nth-child(5),
#header_wrap ul.gmenu li:nth-child(6){
	width: 12.9% !important;
}


#header_wrap ul.gmenu li:nth-child(7),
#header_wrap ul.gmenu li:nth-child(8),
#header_wrap ul.gmenu li:nth-child(9){
	width: 10.9% !important;
}
/*
#header_wrap ul.gmenu li:first-child{
  width: 134px;
	margin-right:1px;
}

#header_wrap ul.gmenu li:nth-child(2) a {
	border: 1px solid #2a7f00;
}
#header_wrap ul.gmenu li:nth-child(3){
  width: 154px;  
}
#header_wrap ul.gmenu li:nth-child(2),
#header_wrap ul.gmenu li:nth-child(4),
#header_wrap ul.gmenu li:nth-child(5),
#header_wrap ul.gmenu li:nth-child(6){
  width: 124px;
}
#header_wrap ul.gmenu li:nth-child(3) a,
#header_wrap ul.gmenu li:nth-child(4) a,
#header_wrap ul.gmenu li:nth-child(5) a{
    border: 1px solid #ef5c57;
	
}
#header_wrap ul.gmenu li:nth-child(6) a {
	border: 1px solid #c0a200;
	
}

#header_wrap ul.gmenu li:first-child,
#header_wrap ul.gmenu li:nth-child(2),
#header_wrap ul.gmenu li:nth-child(3),
#header_wrap ul.gmenu li:nth-child(4){
    width: 142px;
}

#header_wrap ul.gmenu li:nth-child(2) {
	background:url(../img/background/BG_senmon_item.jpg) no-repeat left top;
	background-size:200px 50px !important;
}

#header_wrap ul.gmenu li:nth-child(2):hover{
	background: #39b54a;
	background: -moz-linear-gradient(top, #39b54a 0%, #a7d28d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39b54a), color-stop(100%,#a7d28d));
	background: -webkit-linear-gradient(top, #39b54a 0%,#a7d28d 100%);
	background: -o-linear-gradient(top, #39b54a 0%,#a7d28d 100%);
	background: -ms-linear-gradient(top, #39b54a 0%,#a7d28d 100%);
	background: linear-gradient(to bottom, #39b54a 0%,#a7d28d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b54a', endColorstr='#a7d28d',GradientType=0 );
	opacity: 1;
}

#header_wrap ul.gmenu li:nth-child(3) {
	background:url(../img/background/BG_senmon_work.jpg) no-repeat left top;
	background-size:200px 50px !important;
}

#header_wrap ul.gmenu li:nth-child(3):hover{
	background: #29abe2;
	background: -moz-linear-gradient(top, #29abe2 0%, #87cefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29abe2), color-stop(100%,#87cefa));
	background: -webkit-linear-gradient(top, #29abe2 0%,#87cefa 100%);
	background: -o-linear-gradient(top, #29abe2 0%,#87cefa 100%);
	background: -ms-linear-gradient(top, #29abe2 0%,#87cefa 100%);
	background: linear-gradient(to bottom, #29abe2 0%,#87cefa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#87cefa',GradientType=0 );
	opacity: 1;
}

#header_wrap ul.gmenu li:nth-child(4) {
	background:url(../img/background/BG_senmon_use.jpg) no-repeat left top;
	background-size:200px 50px !important;
}

#header_wrap ul.gmenu li:nth-child(4):hover{
	background: #f5b1aa;
	background: -moz-linear-gradient(top, #f5b1aa 0%, #f29c9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b1aa), color-stop(100%,#f29c9f));
	background: -webkit-linear-gradient(top, #f5b1aa 0%,#f29c9f 100%);
	background: -o-linear-gradient(top, #f5b1aa 0%,#f29c9f 100%);
	background: -ms-linear-gradient(top, #f5b1aa 0%,#f29c9f 100%);
	background: linear-gradient(to bottom, #f5b1aa 0%,#f29c9f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b1aa', endColorstr='#f29c9f',GradientType=0 );
	opacity: 1;
}*/

#header_wrap ul.gmenu li a{
	padding: 2px 0;
	display: block;
	text-align: center;
	color: #454545;
	line-height: 1.8;
	font-size: 13px;
	font-weight: 400;
	background-color:#FFF;
	border: 1px solid #0071CE;
	box-sizing: border-box;
}

#header_wrap ul.gmenu li:first-child a{
	line-height:1.8;
}

#header_wrap ul.gmenu li:nth-child(2),
#header_wrap ul.gmenu li:nth-child(3),
#header_wrap ul.gmenu li:nth-child(4),
#header_wrap ul.gmenu li:nth-child(5),
#header_wrap ul.gmenu li:nth-child(6),{
	background-color:transparent;
}

/*
#header_wrap ul.gmenu li:first-child a{
    border: 1px solid #0071CE;
	background-color:#0071CE;
	color:#FFF;
    font-size: 14px;
    line-height: 2.4;
}

#header_wrap ul.gmenu li:first-child a:hover{
	background-color:#8eccff;
	color:#0071CE;
}
#header_wrap ul.gmenu li:first-child a span{display: block;}*/

#header_wrap ul.gmenu li a:hover {
	text-decoration: none;
	background-color:#EEE;
}
/*
#header_wrap ul.gmenu li:nth-child(2) a,
#header_wrap ul.gmenu li:nth-child(4) a{
	color: #000;
}
#header_wrap ul.gmenu li:nth-child(3) a{color:#f00;}*/

#header_wrap ul.gmenu li:hover {
	/*background-color: #f8f8f8;*/
	/*opacity: 0.8;*/
	
}
#header_wrap ul.gmenu li:nth-child(2):hover,
#header_wrap ul.gmenu li:nth-child(3):hover,
#header_wrap ul.gmenu li:nth-child(4):hover,
#header_wrap ul.gmenu li.active
{
	/*background: #f0f0f0*/
}
/*#header_wrap ul.gmenu li.active a{
	color: #f00;
}*/

