.html{
	height: 100%;
	background-color: white;
	
}

.body {
	height:100%;
	width: 100%;
	margin:0 auto;
	padding:0px;
	background-color: white;
}

#container {
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: white;
	text-align: center;
	font-family: 'Times New Roman', serif;
	max-width: 1000px;


}


a {
	text-decoration: none;

}



#contents{
	float: left;
	width: 100%;
	margin: 100px auto 30px;
	font-size: 16px;
	
}

#contents img {
	max-width: 980px;
	max-height: 500px;
	width: 100%;
	height: 90%;}

#contents p {
	text-align: left;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 2%;

}


	

/* PC */




/* tablet */
@media all and (max-width: 768px) {

#contents {
	margin-top: 70px;
}

#contents p {
	font-size: 16px;

}





}

/* smartphone */ 
@media all and (max-width: 480px) {
#contents p {
	font-size: 14px;

}


}





