@charset "utf-8";
/* CSS Document */

.wrapper{
	background-color: #111111;
	width: 100%;
	height: 850px;
	color: #FFFFFF;	
}

.content{
	width:900px;
    margin:0px auto;	
}

.wrapper h1{
	margin-top:0px;
	margin-bottom:50px;
	padding-top:60px;     	
}

.wrapper ul{
	list-style-type: none;
	font-size: 2.0rem;
	
}

.wrapper ul li{
	margin-bottom:50px;
	
	}


@media (max-width: 768px) {
	wrapper {
		height: 100%;
	}
	
	.content {
		width: 90%;
	}
	
	.content h1 {
		font-size: 1.6rem;
	}
	.content ul {
		font-size: 1.3rem;
	}
	
	.content iframe {
		width: 90%;
		margin: 0px auto;
	}
}























