.header1 {
	background-image: url(../img/header_bg.png);
	background-position: center top;
	float: left;
	width: 100%;
	height: 167px;
	/*height: 182px;*/
	min-width:1200px;
}
.header1sp {
	background-image: url(../img/header_bg.png);
	background-position: center top;
	float: left;
	width: 100%;
	height: 167px;
	/*height: 182px;*/

}

.header2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.header3 {
	float: left;
	width: 1200px;
	height: 150px;

}
.header_logo {
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	height: 120px;
}
.header_navi {
	float: left;
	width: 1200px;
	height: 60px;
}
.header_navi_left {
	float: left;
	width: 1200px;
	padding-left: 65px;
}
.header_navi_right {
	float: right;
	width: 600px;
	padding-right: 100px;
}
.header_navi_in {
	width: 165px;
	font-size: 17px;
	line-height: 35px;
	color: #ffffff;
	margin-right: 40px;
	/*background-image: url(../img/header_arw.png);*/
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
	list-style-type: none;
	/* font-family: "メイリオ"; */

}
.header_navi_in2 {
	width: 165px;
	font-size: 17px;
	line-height: 35px;
	color: #ffffff;
	/*background-image: url(../img/header_arw.png);*/
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	list-style-type: none
	/* font-family: "メイリオ";*/

}
.header_navi_in3 {
	width: 165px;
	font-size: 17px;
	line-height: 35px;
	color: #ffffff;
	/*background-image: url(../img/header_arw.png);*/
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	margin-left: 10px;
	/*margin-right:100px;*/
	list-style-type: none
	/* font-family: "メイリオ"; */

}
.header_navi_in a {
	color: #FFF;

}
.header_navi_in2 a {
	color: #FFF;
}

.header_navi_in a:hover {
	color: #FF9;
}
.header_navi_in2 a:hover {
	color: #FF9;
}

.header_logo_sp {
	width: 100%;
}


#dropmenu{
  list-style-type: none;
  width: 100%;
  height: 40px;
}
#dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1000;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  /*padding-left: 10px;*/
}
#dropmenu li:hover > a{
  background: #d3d3d3;
  /*color: #ffffff;*/
  color: #000000;

}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #d3d3d3;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: #000000;

}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

