@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanslao.css);
html, body {width: 100%; height: 100%; margin:0; padding:0;}
li{ list-style:none; }
img{ display:block; border:0; margin:0; padding:0;}
div, table, ul, li{ margin:0; padding:0;}
a, a:hover, button{ cursor:pointer;}
#contest_box{width:1170px; }
.but_box{ text-align:center; width:1170px; background:#776d62; padding: 10px 0 35px 0;}
button{ background:#fdb813; color:#fff; font-size:17px; font-weight:bolder; border:0; padding:25px;}
@media all and (max-width: 710px) {
	#contest_box{width:100%; }
	img{ width:100%;}
	.but_box{ width:100%; }
}
