/*----------------
topmenu upper
-----------------*/
#topmenu {
	position:absolute;
	right:0;
	width:640px;
	margin:0;
	padding:0;
	background:#FFF;
}
#topmenu-inner {
	clear: both;
	overflow: 0 visible;
	line-height: 0;
	margin:0 auto;
}
#topmenu-inner > li {
	position: relative;
	float: left;
	font-weight:bold;
	margin: 0;
	padding: 45px 0 45px;
	cursor: pointer;
}
#topmenu-inner > li:hover {
	color:#A6C486;
}
#topmenu-inner li > ul {
	list-style: none;
	position: absolute;
	top: 81%;
	left: 0;
	padding: 0;
	z-index: 2;
	margin:0;
}
#topmenu-inner li ul li {
	overflow: hidden;
	font-weight:normal;
	text-align:left;
	width: 100%;
	height: 0;
	padding:0;
	transition-duration: .2s;
	background: #E5EEDC;
}
#topmenu-inner li ul li a  {
	display:block;
	font-size: 86%;
	text-indent:16px;
	text-decoration: none;
	color:#555;
	line-height:40px;
	border-bottom:1px dashed #FFF;
}
#topmenu-inner li ul li:last-child a {
	border:none;
}
#topmenu-inner li:hover .balloon:after {
	content: "";
	position: absolute;
	top: -15px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #E5EEDC transparent;
}
#topmenu-inner li:hover ul {
	overflow: visible;
	height:41px;
}
#topmenu-inner li:hover ul li {
	overflow: visible;
	height:41px;
}
#topmenu-inner li:hover > a {
	color:#A6C486;
	background:#F2F6ED;
}
/*---トップメニューボタン個別設定---*/
#topmenu-inner #topmenu01 {
	text-align:center;
	width:150px;
}
#topmenu-inner #topmenu01 ul li a {
	width:160px;
}
#topmenu-inner #topmenu02 {
	text-align:center;
	width:140px;
}
#topmenu-inner #topmenu02 ul {
	left:-15px;
}
#topmenu-inner #topmenu02 ul li a {
	width:188px;
}
#topmenu-inner #topmenu03 {
	text-align:center;
	width:140px;
}
#topmenu-inner #topmenu03 ul {
	left:-30px;
}
#topmenu-inner #topmenu03 ul li a {
	width:190px;
}
#topmenu-inner #topmenu04 {
	text-align:center;
	width:200px;
	margin-left:10px;
	background:#eb5b74;
	height:96px;
}
#topmenu-inner #topmenu04 span {
	color:#FFF;
}
#topmenu-inner #topmenu04 span:hover {
	color:#F90;
}
#topmenu-inner #topmenu04 ul {
	left:20px;
}
#topmenu-inner #topmenu04 ul li a  {
	width:160px;
}
/* 吹き出し設定 */
.balloon-top {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
.balloon-top:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
}
@media only screen and (max-width: 1071px){
#topmenu {
	visibility: hidden;
	display: none;
	content: "";
	border-bottom: 1px solid #F6F6F6;
}
}
