@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :ayame(http://www.designdays.net/)
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.contents h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}
.contents .pvList li:first-child h3,
.contents .pvList li:nth-child(2) h3 {
	margin-top: 0;
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
.pvList {
	width: 760px;
}
.pvList li {
	width: 370px;
	display: inline;
}
.pvList li:nth-child(odd) {
	float: left;
}
.pvList li:nth-child(even) {
	float: right;
}

.pvList li iframe {
	width: 370px;
	height: 208px;
}