@charset "UTF-8";

/*スマホの書き方 */
@media screen and (max-width:600px){
  /*600px以下で適用する内容*/
}


/* commmon
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 140%;
	font-size:100%;
	width: 100%;
	height: 99%;
}


body,html{
	font-family: "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 140%;
	color: #000;
}


a {
	color:#333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#333333;
}


img {
	border: none;
	vertical-align: bottom;
}

ul{
	list-style:none;
}


/* wrapper
----------------------------------------------- */
#wrapper {
/*	background: url(../img/background.jpg) top center no-repeat; */
}



/* hearder
----------------------------------------------- */
#header {
	clear: both;
	display:inline-block;
	padding: 0 0 30px 0;
}

h1 {
	margin: auto;
	text-align:center;
	font-size:17px;
}

h1 img {
	margin-top: 40vh;
	margin-bottom: 15px;
	height: auto;
	width: 300px;
}


footer {
	background: #333333;
	color:#fff;
	padding-top: 20px;
	height: 54px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
