@charset "UTF-8";

#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*グローバルメニュー*/
.dropmenu_box{
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 40px;
	margin-bottom: 0px;
}


.dropmenu{
  *zoom: 1;
	list-style-type: none;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	max-width: 1000px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
	position: relative;
	width:16%;
	float: left;
	margin: 0;
	text-align: center;
}
/*
.dropmenu li:nth-child(3){
	position: relative;
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}*/

.dropmenu li:nth-child(3){
	position: relative;
	/*width: 16%;*/
	width: 16%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li:nth-child(4){
	position: relative;
	width: 15%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li:nth-child(2n+1){
	border-left: thin dotted #595757;
	border-right: thin dotted #595757;
}
.dropmenu li a{
	display: block;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	color: #333333;
	font-size: 0.88em;
	line-height: 1;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	/* [disabled]left: 0; */
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width: 100%;
	font-size: 0.88em;
}
.dropmenu li ul li:nth-child(3){
	width: 100%;
}
.dropmenu li ul li:nth-child(4){
	width: 100%;
}

.dropmenu li ul li:nth-child(2n+1){
	border-right-style: none;
	border-left-style: none;
}
.dropmenu li ul li a{
	padding: 11px 10px 11px 10px;
	border-top: 1px solid #CCCCCC;
	/*border-top: 1px solid #F1979B;*/
	/*background-color: rgba(251,228,229,1.00);*/
	background-color:rgba(232,232,232,1.00);
	text-align: left;
	/*color: rgba(240,150,154,1.00);*/
	color: #333333;
}
.dropmenu li:hover > a{
	background-color: rgba(251,228,229,0.75);
	color: rgba(234,91,105,1.00);
}
.dropmenu li a:hover{
	background-color: #e50012;
	color: #FFFFFF;
}

	
