@charset "UTF-8";
html, body, div, h1, p, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
img {
	vertical-align: bottom;
}
section {
	width: 760px;
	height:1000px;
    margin: 0 auto;
	position: relative;
}
h1 {
	width:760px;
	height:60px;
	background:#36c;
	display: flex;
    justify-content: center;
    align-items: center;
}
section img {
	line-height:0;
}
.obi {
	background:#36c;
	display:flex;
	align-items:center;
	padding:0 10px 0 15px;
	height:85px;
}
.btn_wrap {
	margin-left:20px;
}
.btn {
	display:flex;
	width:165px;
	height:25px;
	background:#fff100;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,.4);
	align-items:center;
	justify-content:center;
}
.btn + .btn {
	margin-top:10px;
}
footer{
	width: 760px;
    margin: 0 auto;
	text-align:left;
}