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


#repo{
	width: 90%;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: start;
}

h2{
	font-size: 22px;
	height: auto;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 20px;
	}

h3{
	font-size: 16px;
}

#repo p{
	width: 80%;
	font-size: 14px;
	padding-top: 12px;
}

footer{
	padding-top: 5%;
}


/* デザイン（タブレット） */
@media screen and (max-width: 798px) {
	main{
		width: 90%;
		margin: 0 20px;
	}
	main img{
		width: 100%;
	}
	#repo{
		width: 100%;
		overflow: hidden;
		word-break: break-all;
		hyphens: manual;
	}
	#repo p{
	width: 100%;
		font-size: 12px;
}
	h2{
	font-size: 18px;
	margin-top: 20px;
	text-align: start;
	}	
	

}

/* デザイン（スマホ） */
@media screen and (max-width: 480px) {
	h2{
		font-size: 16px;
	}
	h3{
		font-size: 14px;
	}
	#repo{
		font-size: 12px;
		line-height: 20px;
	}
	
}











