@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

#profile {
	width: 1200px;
}

#profile .section {
	width: 900px;
	margin: 0 auto 50px;
	text-align: justify;
}

#profile p {
	margin-bottom: 2em;
}

#profile .youtube {
	width: 900px;
	height: 505px;
	margin: 0 auto 50px;
	background: #ddd;
}

#profile .youtube iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}