html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* begin */

.bg-b { background-color: #26639F;}
.bg-r { background-color: #CE4C6B;}
.bg-y { background-color: #F9A826;}
.bg-p { background-color: #C371C7;}

.wrap{
	/* min-width: 375px; */
	width: 100%;
	background-color: rgb(0, 0, 0);

}
.header{
	width: 100%;
	height: 44px;
	color: white;
    position: fixed;
	top: 0;
	left: 0;
}
.header img{
	display: block;
    margin-left: 10px; 
	float: left;
}
.header h1{
	margin: 0 auto;
	width: 250px;
	height: 44px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
}
.content{
	/* min-width: 375px; */
	width: 100%;
	min-height: 812px;
	background-color: black;
	margin-top: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 94%;
	max-width: 350px;
	height: auto;
	border-radius: 8px;
}



.content .link { height: 37px; margin-bottom: 0px; padding-bottom: 10px;}