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


/* main_contents
----------------------------------------------------------- */
/* colomn01 */
div#colomn01 {
	width: 800px;
	padding: 0 0 140px 0;
	margin: 0 auto 80px auto;
	background: url(/images/initiatives/bk_img.jpg) bottom right no-repeat;
}

@media screen and (max-width: 799px) {
div#colomn01 {
	width: 100%;
}
}


@media screen and (max-width: 768px) {
div#colomn01 {
	width: 100%;
}
}


@media screen and (max-width: 480px) {
div#colomn01 {
	width: 100%;
}
}

