/*PC*/
@media screen and (min-width: 641px) {
#normal { position: relative; z-index: 8; }
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}


.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clear { *zoom: 1; }


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}

.dropmenu {
	float: right;
	width: 75%;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	
}

.dropWide {
	width: 35% !important;
}

/*英語版*/
.dropmenu li {
	position: relative;
	width: auto;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3.3%;
}

.dropWide li{
	margin-left: 10% !important;
}

.dropWide li ul li a{
margin-left: -50px !important; /*センター位置変更部分*/

}

.dropmenu li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	text-decoration: none;
	color: #333;
}



.dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0;
	bottom: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.dropmenu li ul li{
	width: 80%;
	margin-top: 1px;

}

/*プルダウン文字*/
.dropmenu li ul li a{
	width: 120px;
	background-color: #FFFFFF;
	/*全体角丸*/
	/*border-radius: 3px; /* CSS3草案 */
	/*-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	/*-moz-border-radius: 3px; /* Firefox用 */
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	margin-left: -20px; /*センター位置変更部分*/
	font-size: 12px;
	text-align: center;
	color: #000;
	-moz-opacity: 0.85;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.dropmenu li ul li a:hover{
	background-color: #BBCCEE;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: auto;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	padding-bottom: 20px;
	padding-top: 0px;
}







/*#dropmenu { position: relative; z-index: 7; }
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	
}
*/

#dropmenu li ul{

  opacity: 0;

  top: 50%;

  visibility: hidden;

  transition: .5s;

}

#dropmenu li:hover ul{

  top: 100%;

  visibility: visible;

  opacity: 1;

}




}

/*モバイル*/
@media screen and (max-width: 640px) {
	.dropmenu li {
		float:none;
	}
}

