@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	W/Cミータ -関連資料

	/brochure/css/brochure.css

	contents:
		1. content
			1-1. common
			1-2. video

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. content

------------------------------------------------------------------------------*/

#content .free {
	margin: 0 0 20px;
	font-weight: bold;
	color: #600;
}


/*	1-1. common
------------------------------------------------------------------------------*/

#content .common figure {
	float: left;
	margin: 0 30px 0 0;
	width: 200px;
	padding: 0;
}

#content .common figure:nth-child(3n) {
	margin-right: 0;
}

#content .common figure img,
#content .mt figure img {
	margin: 0 0 5px;
}

#content .common figcaption {
	font-size: 12px;
	text-align: center;
	min-height: 6em;
}

#content .common figcaption span,
#content .mt .brochure figcaption span {
	display: block;
}


/*	1-2. mt
------------------------------------------------------------------------------*/

#content .mt .video {
	float: left;
	width: 400px;
}

#content .mt .brochure {
	float: right;
	width: 200px;
}

#content .mt .video figcaption,
#content .mt .brochure figcaption {
	text-align: center;
}


#content .mt .video figcaption span,
#content .mt .brochure figcaption span {
	font-size: 12px;
}
