/* responsive.css 1.0.0 */

#device_pc{
	margin:0;	
}/* for IE */


@media only screen and (max-width: 970px) { /* 970px↓*/
  #expandSubInfoBtn {
    top: auto;
    left: auto;
    right: 10px;
  }
  #mainInfo .numdata{
    padding-bottom: 26px;
  }
}

@media only screen and (max-width: 870px) { /* 870px↓ SNSモジュール移動*/
  .rics-flex-inner {
    margin-left: 10px;
  }
  .rics-flex-inner .sns{
	margin-top: 90px;  
  }
  #mainInfo .sns li {
	margin-bottom: 10px;
  }
}

@media only screen and (min-width: 769px) { /* 769px以上 PC幅2 */
  #contentsWrapper .bd .loadmore a.btnView {
    width: 100%;
    padding: 0.8em 0; 
  }
  #updateInfo .ft{
	position: relative;
  }
  #updateInfo .ft .removeInfo{
	position: absolute;
	top: 20px;
	right: 5px;
	padding-top: 0;
  }
}


@media only screen and (min-width: 601px) {
}
/* 600以下はspn,tabletCSSに*/
@media only screen and (max-width: 600px) {
 
}