@CHARSET "UTF-8";

/*レイアウト*/
.contents{
	width: 100%;
	max-width: 1000px;
}
@media only screen and (max-width: 1000px) {
  .contents{
  	padding: 0 2.13%;
  }
}

/*div#newsImgArea{
	padding-bottom:10px;
}*/

/*日付*/
#displayPeriodStartItemWrap {
	margin-bottom: 14px;
	text-align: right;
}

/*ボタン*/
#buttonGroup {
	margin-top: 60px;
}