@charset 'utf-8';

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address, em, img,
strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, footer, header, hgroup, menu, nav, section,
audio, video {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:middle; background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {min-width:320px;-webkit-text-size-adjust:100%;}
nav, ul {list-style:none;}

ul {width:100%;background:#fafafa;text-align:center;}
ul li.btn {padding:9px 0;background:#fff;border-bottom:1px solid #f1f1f1;}
ul li img {width:320px;}
ul li.btn img {width:299px;}
@media (min-width: 640px) {
	ul {width:100%;background:#fafafa;text-align:center;}
	ul li.btn {padding:18px 0;background:#fff;border-bottom:1px solid #f1f1f1;}
	ul li img {width:640px;}
	ul li.btn img {width:598px;}
}