@charset "utf-8";

/* reset */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

body{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;}

div img{max-width:100%; height:auto;}

@media screen and (max-width:480px){
div{padding:5px 0 0; text-align:center;}
h1{font-size:20px; font-weight:bold; text-align:center;}
}

@media screen and (min-width:481px){
div{min-width:950px; padding:40px 0 0; text-align:center;}
h1{font-size:40px; font-weight:bold; text-align:center;}
}


