@charset "Shift_JIS";

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */

#hpb-nav ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	float: left;
	background-repeat: no-repeat;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
	float: left;
	padding-left: 0px;
	display: inline;
	font-size: 13px;
	height: 32px;
	background-repeat: no-repeat;
}

#hpb-nav li a{
	display: block;
	height: 32px;
	text-align: center;
	line-height: 32px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

#hpb-nav li span.en{
    display: none;
}

.hpb-layoutset-01 #hpb-nav{
    width: 960px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.hpb-layoutset-02 #hpb-nav{
    width: 960px;
    height: 32px;
    position: absolute;
    top: 11px;
    left: 0px;
    overflow: hidden;
}

* html #hpb-nav li a{
    /* ie6用ハック */
    display: inline-block;
}

#HPB-NAV A:LINK{
}
#HPB-NAV A:VISITED{
}
#HPB-NAV A:HOVER{
}
#HPB-NAV A:ACTIVE{
}

#hpb-nav h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 640px) {

	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		margin-left: 0;
		padding-right: 0;
		float: none;
		background-image : none;
	}

	#hpb-nav ul.toggled-on{
		display: block;
	}

	#hpb-nav li{
		float: none;
		padding-left: 0;
		display: block;
		height: auto;
		background-image : none;
		border-top-width: 1px;
		border-top-color: #d8d8d8;
		border-top-style: solid;
	}

	#hpb-nav li a{
		height: auto;
		text-align: left;
		line-height: 1.4;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#hpb-nav a:link,
	#hpb-nav a:visited,
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
	}


}