.topimage {
	position: relative;
	width: 800px;
}
.topimage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.topimage-pc{
	display: block;
	background-image: url("topimage-pc-loading.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.topimage-sp{
	display: none;
}
.topimage p{
	position: absolute;
	top: 65%;
	left: 30%;
	background: RGBA(255,255,255,0.8);
	font-size: 28px;
	padding: 5px 20px;
}

.topics-area {
	float: left;
	width: calc(100% - 210px);
}
.topics-area h2{
	margin: 10px 0px 10px 0px;
}
.topics {
	position: relative;
	width: 100%;
	height: 160px;
}
.topics img{
	position: absolute;
	top: 20px;
	left: 10px;
}
.topics #topics-title{
	position: absolute;
	top: 10px;
	left: 85px;
	font-weight: bolder;
	font-size: large;
}
.topics #topics-comment{
	position: absolute;
	top: 40px;
	left: 85px;
	font-size: small;
	display: inline-block;
}
.topics ul{
	position: absolute;
	top: 80px;
	left: 10px;
}

.side-area {
	text-align: center;
	padding: 5px 0px;
}
.side-area img{
	padding: 5px 0px;
	width: 200px;
	height: auto;
}

.areaclear { clear: both; }

@media screen and (max-width:780px) {
	.topimage {
		width: 100%;
	}
	.topimage-pc{
		display: none;
	}
	.topimage-sp{
		display: block;
		background-image: url("topimage-sp-loading.png");
		background-repeat: no-repeat;
		background-position: center center;
	}
	.topimage p{
		top: 70%;
		left: 20%;
		font-size: 4.0vw;
		padding: 1vw 2vw;
	}
	.topics-area {
		float: none;
		width: 100%;
	}
	.topics {
		height: auto;
	}
	.topics img{
		display: none;
	}
	.topics #topics-title{
		position: static;
		padding: 0px 20px;
	}
	.topics #topics-comment{
		position: static;
		padding: 0px 20px;
	}
	.topics ul{
		position: static;
	}
	.side-area {
		padding-top: 30px;
	}
	.side-area img{
		width: 30%;
		height: auto;
	}
}