@charset "utf-8";
/*
 * name:concept.css
 * author:Manabu Kushimoto(web-park.org)
*/

/* concept
------------------------------------------------ */
#concept {
}

	#concept > .copy {
		margin-top: 20px;
		text-align: center;
	}
		#concept > .copy img { width: 60%; }

	#concept > #our_creative_spirits {
		margin-top: 20px;
	}
		#concept > #our_creative_spirits img { width: 100%; }

	#concept > article {
	}

		#concept > article > h2 {
			margin-top: 20px;
			font-size: 90%;
		}
			#concept > article > h2 img { width: 100%; }

		#concept > article > h3 {
			padding: 10px 20px;
		}
			#concept > article > h3 img { width: 60%; }

		#concept > article > .comment {
			padding: 10px;
		}

