/* YouTube */

@import url('style/html5reset.css');
@import url('style/common.css');

/* 区切り */
#contents article section {
	border-bottom:1px dotted #ccc;
	margin-bottom:2em;
}
/* 左画像(youtube) */
#contents article section div.left_imgs_youtube {
	float:left;
	width:300px;
}
#contents article section div.left_imgs_youtube a:hover {
	opacity: 0.7;
}
/* 右メイン */
#contents article section div.right_main_youtube {
	float:right;
	width:500px;
}

/* test */
/* 左画像(youtube) */
#contents article section div.left_imgs_youtube2 {
	float:left;
	width:560px;
}
#contents article section div.left_imgs_youtube2 a:hover {
	opacity: 0.7;
}
/* 右メイン */
#contents article section div.right_main_youtube2 {
	float:right;
	width:240px;
}
/* --- */

/* 区切り */
#contents article section {
	padding-bottom:14px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}
