@charset "utf-8";
/* CSS Document */
@media screen and (max-width : 767px ){
	#content{
		width: 100vw;
	}
	#content img{
		width: 100%;
		padding: 0px 1em;
	}
	#content p{
		font-size: 12px;
		margin: 10px;
	}
	#content h1{
		width: 100%;
		height:42px;
		margin: 0.6em 0px 0.8em 0px;
		font-size: 16px;
		line-height: 42px;
		font-weight: bold;
		background-image: linear-gradient(#333333, #000000 );
		color: white;
		text-align: center;
	}
	#content h2{
		color:white;
	}
}
