@charset "utf-8";

/*	グループ鑑賞
================================================================== */
#group_content {
	background-image:url(../../img/common/line_01.gif);
	background-repeat:no-repeat;
	width:826px;
	height:auto;
	float: left;
	margin:20px 0;
	padding:15px 0;
}
#group_content h2 {
	color:#666;
	font-size:24px;
	font-weight:bold;
	padding-left:8px;
	margin-bottom:20px;
	border-bottom:1px solid #69C;
	border-left:4px solid #69C;
}
#group_content .copy {
	margin:20px auto;
	width:500px;
}
#group_content p {
	font-size:15px;
	line-height:170%;
	margin:20px 0 0 12px;
}
#group_content a.btn_opinion {
	display:block;
	background-image:url(../../img/group/group_btn_opinion.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:300px;
	height:50px;
	text-indent:-9999px;
}
#group_content a:hover.btn_opinion {
	background-position:bottom left;
}