@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #fdf9f4;
	color: #000;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

body, 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, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul, li,dl, dt, dd {
	list-style-type: none;
}

caption, cite, code, dfn, em, th, var {
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

button, fieldset, form, input, label, legend, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

table {
	font-size: 100%; 
	border-collapse: collapse;
	border-spacing: 0;
}

/*----- .clearfix -----*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media only screen and (min-width: 680px) {
	
	header {
		background: url(../img/bg.png) repeat-x center top / auto auto;
	}
}

header h1 {
	margin: 0px auto;
	max-width: 680px;
	font-size: 0px;
	line-height: 0;
}

main {
	margin: 0px auto;
	padding: 0px 0px 100px;
	max-width: 680px;
}

main figure,
main p {
	font-size: 0px;
	line-height: 0;
}

main p {
	margin: 0px auto;
	width: 55%;
	max-width: 368px;
}

main p a {
	display: block;
}

@media print and (min-width: 0px) {
	html, body {
		display: none;
	}
}