/* CSS Document */

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


#service {
	margin-top:50px;
}

#service > p {
	margin:20px;
}

#service > img {
	float:none;
	max-width:100vw;
}




}