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

/*---COMMON--------------------------------*/

body,html {
	height: 100%;
	font-family:'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ','sans-serif';
	
}



/*---ここから本チャンのページでいる！--------------------------------*/

a {
	text-decoration: none;
}

.wrap{
	width: 1030px;
	margin: 0 auto;
}

header{
	text-align: center;
}

header h1{
	margin: 350px ;
}

/*---マップ--------------------------------*/


section ul .address{
	float: left;
	font-size: 14px;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 20px;
}
section ul .map{
	float: right;
	margin-right: 20px;
}


/*---フッター--------------------------------*/

footer ul{
	clear: both;
	text-align: center;

	}
footer ul li{
	display: inline-block;
	width: 100px;
	margin: 300px auto;
}
footer p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}