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;
}

body{
	background-image:url(https://madamu.tv/img/bgmosaic.gif);
	margin:20px 0px;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}

#container{
	background-color:#FFF;
	width: 800px;
	margin:0px auto;
	box-sizing:border-box;
	padding: 40px;
	border:solid #CCC 1px;
}

h2{
	font-weight:bold;
	font-size:26px;
	line-height:1.5em;
	border-bottom:solid #fa3680 2px;
	margin: 60px 0 20px;
}

h2 span{
	color: #fa3680;
}

.time{
	font-size: 20px;
	font-weight: bold;
}

#copyright{
	text-align:center;
	margin:40px 0 0;
	font-size:10px;
	line-height: 2em;
	background:#eee;
}

#close{
	background-color:#DDD;
	padding:5px;
	display:block;
	margin:10px auto 5px;
	width:50px;
	text-align:center;
	color:#333;
	font-size:12px;
	text-decoration:none;
}


@media screen and (max-width:800px) {
#container{
	width: 95%;
	padding: 40px;
}

h1 img{
	width: 100%;
}

h2{
	font-size:26px;
	margin: 40px 0 15px;
}
}