/*	gag
============================== */
article.unit {
	background-image:url(../img/gag_bg.jpg);
	background-repeat:repeat;
	background-position:left top;
}
article.unit h1 {
	background-image:url(../img/gag_h1.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	position:relative;
	height:0;
	padding-top:18.771331%;
}
article.unit h1 span, article.unit section.theme h2 span {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
article.unit p.copy {
	color:#fff;
	background-color:#000;
}


section.theme {
	background-color:#000;
	border-radius:24px;
	padding-bottom:1em;
	margin-bottom:2em;
}

article.unit section.theme h2 {
	background-image:url(../img/gag_h2.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	position:relative;
	height:0;
	padding-top:13.651877%;
}
section.theme p {
	color:#fff;
	line-height:1.5;
	text-align:center;
}
section.theme p.p-theme {
	color:#4eeaff;
	font-weight:bold;
	font-size:150%;
	margin-bottom:0.25em;
}

section.howto {
	border:5px solid #000;
	padding:1em;
}
section.howto h2 {
	font-size:87.5%;
	line-height:1.5;
	margin-bottom:0.5em;
}
section.howto h2 span {
	background-color:#ffed4e;
	padding:0 0.75em;
}
section.howto p {
	font-size:87.5%;
	line-height:1.5;
}