@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

header#page {
	position: relative;
}

header#page a#BtnTop {
	position: absolute;
	top: 0;
	right: 10px;
}

#REPORT h2 {
	font-weight: bold;
	color: white;
	font-size: 2em;
	padding: 10px 0;
	width: 100%;
	text-shadow: 0px 0px 5px #00ffff, 0px 0px 10px #00ffff, 0px 0px 10px #00ffff;
}

#REPORT div div {
	font-family: 'Noto Sans Japanese', sans-serif;
	width: 90%;
	margin: auto;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #ccc;
}

#REPORT div div div {
	width: 100%;
	margin: 30px 0;
}

#REPORT div .img {
	float: left;
	background: #333;
	width: auto;
	margin: 0 20px 10px 0;
}

#REPORT div .img img {
	display: block;
	margin: 10px;
}

#REPORT .outline {
	color: white;
}

#REPORT .headline {
	background: #00ffff;
	color: black;
	font-weight: bold;
	padding: 10px;
	float: none;
	clear: both;
	margin: 30px 0;
}

#REPORT hr{
	clear:both;
	float:none;
	visibility:hidden;
}

@media screen and (min-width: 451px) {
img.rotL,  img.rotR {
	border: solid white 5px;
	-webkit-box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}
img.rotL {
	transform: rotate(-5deg);
}
img.rotR {
	transform: rotate(5deg);
}
}

@media screen and (max-width: 450px) {
#REPORT h2 {
	font-size: 1.2em;
}
#REPORT div .img {
	float: none;
	clear: both;
	text-align: center;
}
#REPORT div .img img {
	display: inline;
}
}
