@charset "utf-8";
@media screen and (max-width: 769px){
body {
    min-width: auto;
    padding-top: 0;
}
header{
	position: static;
	display: block;
	width:100%;
	height: 150px;
	background: rgba(255,255,255,0.8);
	border-bottom: solid 1px #ccc;
	border-top: solid 10px #000;
}
header > div{
	position: relative;
	width: auto;
	margin: 0 auto;
}
header h1{
	display:block;
	width:300px;
	margin: 30px auto 0;
	text-align:center;
}
header h1 img{
	width: 50px;
	height: 60px;
}

section > div h3{
	background: url(../img/icon_boll.png) no-repeat 0 10px scroll;
	background-size: 16px 16px;
}
section > div{
	width: auto;
	margin: 0 auto;
	padding: 30px 15px;
}
section figure.chart{
	padding: 20px 0 30px;
}
section figure.chart img{
	width: 100%;
	max-width: 290px;
}
.btn_close{
	position: fixed;
	top:50px;
	right: 0;
}
}