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

html{
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, "sans-serif";
	color: #1A1A1A;
	margin: 0;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover{
	opacity: 0.6;
}

img {
	width: 100%;
}

h1,h2{
	margin: 0;
}

.wrapper{
	width: 100%;
}

header{
}

#header img{
}


#lineup{
	display: flex;
	flex-direction: column;
}

#lineup img:last-child{
}

/* Button */
#buttonmark{
	text-align: center;
}

#buttonmark button{
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	width: 32%;
	display: inline-block;
}

#buttonmark a{
}

#foot{
	padding: 30px 5% 50px 5%;
	font-size: 10px;
}

/* 背景色指定 */
#campaign{
}


/*   smartphone    */

@media(max-width:588px){
	
header{
	height:auto;
}
	
#header img{
	width: 100%;
	height: auto;
}
	
}
