@charset "UTF-8";

/* ウィンドウ幅が0〜980pxの場合に適用するCSS */
@media screen and ( max-width:980px )
{

.aku1{
	font-size:600%;
}
.aku2{
	font-size:800%;
}

.indexzen{
	position:relative;
	top:150px;
}

.akusyu{
	margin-top:100px;
}

}






