@charset "UTF-8";
/* CSS Document */

/*
==========================================================
トピックス
==========================================================
*/
	#topImage {
	background-image: url(images/topImage.jpg);
}
.inner{
	margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
	
.topics {
width: 95%;
margin: 0 auto;
}
.topics iframe {
width: 100%;
height: 700px;
margin-bottom: 50px;
}
 

}


@media screen and (max-width: 768px) {
	

.topics iframe {
width: 100%;
height: 700px;
margin-bottom: 50px;
}

.topics .comment {
width: 100%;
font-size: 100%;
}


}

