@charset "UTF-8";
body{
	text-align: center;
	margin: 0;
	padding: 0;
}
img{
	vertical-align: top;
	max-width: 100%;
}
header{
	padding: 0 10px 30px;
	text-align: center;
	background: #da6a7a;
}
main{
	padding: 30px 10px;
	text-align: center;
	background: url(../img/original/bg.png) repeat center top;
}

main img{
	margin-bottom: 30px;
}

button{
	border: 0;
	width: 180px;
	height: 40px;
	background: rgba(0,0,0,0.3);
	color: #000;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 8px;
	border-radius: 7px;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
button:hover{
	background: rgba(0,0,0,0.7);
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.smt {
	display: inline-block;
}
@media screen and (min-width: 801px) {
	.smt {
		display: none;
	}
	.pc {
		display: inline-block;
	}
}