@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	font-kerning: normal;
}


/*ヘッダー
---------------------------------------------------------------------------*/
#header{
	width: 100%;
	background: #fff;
	border: none;
	box-shadow: none;
}
#header .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0px 22px;
}
#header #logo{
	float: left;
	width: 184px;
	padding-right: 18px;
}
#header #text{
	float: left;
	width: 320px;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 56px;
}
#header #tell{
	float: left;
	width: 286px;
}
#header #btn{
	float: right;
	width: 126px;
}


/*フッター
---------------------------------------------------------------------------*/
footer{
	width: 100%;
	font-size: 14px;
	color: #000033;
	background: #e9eaf1;
}
footer .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 70px;
}



