@charset "UTF-8";

/*common*/
.album-type-04B_03																							{color:#333; overflow:hidden; background-color: #FFF; border-radius: 7px; position: relative;}
.album-type-04B_03 ul li .recentBbsTabSpan															{display:block; background-color: #304e93; font-weight: bold; padding: 15px;}
.album-type-04B_03 ul li .recentBbsTabSpan input													{background:none; font-size:1.5em; cursor:auto; color: #FFF;}
.album-type-04B_03 ul li ul																				{box-sizing:border-box; padding: 30px;}
.album-type-04B_03 ul li ul li																			{border-bottom: 1px dotted #7f7f7f; padding-left: 140px; display: table; width: 100%; box-sizing: border-box; position: relative; margin-bottom: 15px;}
.album-type-04B_03 ul li ul li:nth-child(3n+3)														{margin-bottom: 0; border-bottom: 0;}
.album-type-04B_03 ul li ul li a																		{display: block;}
.album-type-04B_03 ul li ul li a .recentBbsInfo														{display: table-cell; vertical-align: middle; height: 140px;}
.album-type-04B_03 ul li ul li a .recentBbsInfo .recentBbsTitle									{margin-bottom: 7px;}
.album-type-04B_03 ul li ul li a .recentBbsInfo .recentBbsTitle strong							{font-size:1.34em; display:block; margin-bottom:10px; overflow:hidden; line-height: 1.4;}
.album-type-04B_03 ul li ul li a .recentBbsInfo .recentBbsContent								{font-size:1.14em; margin-bottom:15px; height:170px; overflow:hidden; color: #7c7c7c;}
.album-type-04B_03 ul li ul li a .recentBbsInfo dl													{color: #7c7c7c; font-size: 1.14em;}
.album-type-04B_03 ul li ul li a .recentBbsInfo dl dt												{display:none}
.album-type-04B_03 ul li ul li a .recentBbsThumb													{border-radius: 50%; width: 115px; height: 115px; overflow: hidden; position: absolute; top: 8px; left: 0;}
.album-type-04B_03 ul li ul li a .recentBbsThumb img												{width:100%; height: 100%;}	
.album-type-04B_03 .newArtcl{display:none;}
.album-type-04B_03 .recentBbsNoData																{text-align: center; border-bottom: 0; padding-left: 0;}
.album-type-04B_03 .recentBbsMore																	{position: absolute; top: 20px; right: 15px; text-indent: -5000px; width: 14px; height: 14px; background:url(./../images/m_bbs_more.png) left top no-repeat;}


@media screen and (max-width:860px) {
	.album-type-04B_03 ul li ul										{overflow: hidden; padding: 20px;}
	.album-type-04B_03 ul li ul li										{float: left; width: 50%; border-bottom: 0; margin-bottom: 0;}
	.album-type-04B_03 ul li ul li:nth-child(3n+3)					{display: none;}
}
@media screen and (max-width:640px) {
	.album-type-04B_03 ul li ul li										{float: none; width: 100%;}
	.album-type-04B_03 ul li ul li:nth-child(3n+2)					{display: none;}
}