


/*---------------------------
	タップ用ヘッダーメニュー
---------------------------*/
.nabi_box {
	margin-bottom:20px;
}

ul.menu-btn {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu-btn li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	height:39px;
}
ul.menu-btn li a {
	text-decoration:none;
}


/*---------------------------
 
---------------------------*/
ul.menu-link {
	width: 740px;
	height: 60px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	clear: both;
}
ul.menu-link li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu-link li img {
	width:146px;
}

/*---------------------------

---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden; 
}
.clfx {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* winIE6 below, exclude macIE5 \*/
* html .clfx { height: 1%; }  
.clfx { display: block; }  

/**/


