@charset "utf-8";
/* CSS Document */


/* ナビ
-----------------------------------------------------------------*/
#navi {
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#navi ul#top_list{
	width: 600px;
	float: right;
	height: 60px;
	padding: 0;
	background: #fff;
}

ul#top_list li {
	position: relative;
    width: 100px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#top_list li a{
	display: block;
	padding: 26px 0 22px;
	margin: 0;
	color: #323232;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W6", "A-OTF 新ゴ Pro M", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
	letter-spacing: 1px;
}

ul#top_list li ul{
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

ul#top_list li ul li.top-child a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0px;
}

ul#top_list li:last-child ul{
  left: -100%;
  width: 100%;
}

ul#top_list li ul li{
	overflow: hidden;
	width: 200px;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

ul#top_list li ul li a{
	padding: 15px 15px;
	background: #207bea;
	text-align: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 170px;

} 

ul#top_list li:hover > a{
	background: #207bea;
	color: #fff;
}

ul#top_list li:hover ul li:hover > a{
	background: #1071e9;
	color: #fff;
}

ul#top_list li:hover ul li{
	overflow: visible;
	height: 42px;
	border-top: 1px solid #3e8ded;
  	border-bottom: 1px solid #0068e7;
}

ul#top_list li:hover ul li:first-child{
  border-top: 0;
}

ul#top_list li:hover ul li:last-child{
  border-bottom: 0;
}
#top_list li a#nonlink {
	cursor: default;
}

