
@charset "utf-8";
/* CSS Document */
/* ダンスチャンネルニュース */

.sp_only{
  display: none;
}
.pc_only{
  display: block;
}
.font1 {
  font-size: 14px;
  line-height: 1.2em;
  color: #555555;
}
.font2 {
  font-size: 14px;
  line-height: 1.2em;
  color: #555555;
}		
table {width:95%;}
body {width:100%; margin-top:10px;}
td {vertical-align:top;}
.hline{width:100%;margin:0 auto;border-bottom:1px solid #cccccc}	

    @media screen and (max-width: 640px){
			
.sp_only{
  display: block;
}
.pc_only{
  display: none;
}	

.font1 {
  font-size: 120%;
  line-height: 1.2em;
  color: #555555;
  }
  .font2 {
  font-size: 120%;
  line-height: 1.2em;
  color: #555555;
  }		
  table {width:95%;}
  body {width:100%; margin-top:10px;}
  td {vertical-align:top;}
  .hline{width:100%;margin:0 auto;border-bottom:1px solid #cccccc}	
		
}

