#dropmenu{
	list-style-type: none;
	width: 1000px;
	height: 40px;
	border-radius: 3px 3px 0 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 300px;
	margin-left: auto;
	border-bottom-color: #FD89A0;
	font-family: "メイリオ";
	background-color: #FD89A0;
	background-image: url(../img/menubg.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 1;
	padding-bottom: 0;
	padding-left: 1;
	box-sizing: border-box;
	
	
}
#dropmenu li{
	position: relative;
	width: 16.6%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 40px;
	box-sizing: border-box;
}
#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;
  box-sizing: border-box;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
 box-sizing: border-box;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
  box-sizing: border-box;
}
#dropmenu li ul li{
	overflow: hidden;
	width: 150%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	box-sizing: border-box;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	background: #FD89A0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	line-height: 20px;
	background-color: rgba(249,123,139,0.8);
	box-sizing: border-box;
}
#dropmenu li:hover > a{
	color: #666666;
	background-color: #FAABCC;
	height: 40px;
	font-family: "メイリオ";
	box-sizing: border-box;
}
#dropmenu > li:hover > a{
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
  box-sizing: border-box;
}
#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
	font-family: "メイリオ";
	box-sizing: border-box;
}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
	box-sizing: border-box;
}
