@charset "Shift_JIS";

/*--------------------------------------------------------
  ナビゲーション設定
--------------------------------------------------------*/

#hpb-nav a:link{
    color: #333;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #333;
    text-decoration: none;
}
#hpb-nav a:hover{
    text-decoration: none;
}
#hpb-nav a:active{
    text-decoration: none;
}

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

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
	
	width: 180px;
	
	height: 20px;
	
	background-image : url(img/menu.gif);
	
	background-position: left top;
	
	background-repeat: no-repeat;
	
	margin-left: 10px;
	
	margin-top: 10px;
	
	margin-bottom: 10px;
	
	overflow: hidden;
	
	cursor: pointer;
	
}





}