@charset "UTF-8";
/*
サイト読み込み時の挙動改善用css
*/

main{
	padding-top:148px;
}
@media screen and (max-width:768px) {
	main{
		padding-top:100px;
	}
}