@charset "UTF-8";
/*---------------------------------------------------------------
	特集css
-------------------------------------------------------------- */

.panel_feature_disc {
  padding: 15px 8px;
  border: 2px solid #000; }
  .panel_feature_disc .artists,
  .panel_feature_disc .songtitle {
    min-height:50px; 
    vertical-align: middle; 
    font-weight: bold; 
    text-align: center; }
  .panel_feature_disc .artists {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    line-height: 1;
    font-size: 125%; }
  .panel_feature_disc .songtitle {
    margin-bottom: 10px;
    font-size: 100%; }
  .panel_feature_disc .text_small {
    min-height: 45px;
    margin-bottom: 10px; }
  .panel_feature_disc .text_small .text_left{
    text-align:left; }


