/*【ヘッダー】*/
#h_page{
	width:100%;
	z-index:1000;
}
a{
	text-decoration: none;
}
#h_list1_2{
	display:none;
}
#h_close{
	display:none;
}
#syamei_img{
	width:100%;
}
#h_contents{
	position:relative;
	left:0;	
	width:100%;
	overflow:hidden;
}
#h_list1{
	position :absolute;
	top:0;
	left:0;
	width:140px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
}

#h_syamei{
	width:135px;
}
#h_list2{
	float:right;
	top:0;
	padding-right:40px;
	opacity:1;
	overflow:hidden;
	text-align:center;
}
#h_list2 img{
	width:80px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
#h_top{
	float:left;
}
#h_about{
	float:left;
}
#h_advice{
	float:left;
}
#h_saiyou{
	float:left;
}

#h_info{
	float:left;
}
.clearfix:after {
    content: "";         /* 擬似要素を実体化 */
    clear: both;        /* floatを解除する */
    display: block;     /* ブロック要素にする */
}
