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

body{
	margin: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header{
	width: 100%;
	height: 60px;
	background-color: #FFF;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 100;
	overflow: hidden;
	}
#header_tel_bx{
	float:right;
	}
#header span img{
	width: 50%;
	border-style: none;
	float: left;
}
	
#header .pc{
	display:none;
}
