.inner, #activity-report { margin: 0 auto; width: 960px; }

#eyecatch { margin: 0 0 20px; position: relative; padding: 16px 0; background-color: #f2f2f2; text-align: center; }
#eyecatch:after { content: ''; position: absolute; bottom: -20px; left: 50%; margin-left: -25px; width: 50px; height: 50px; background: url(../images/common/icon_ball.png) no-repeat 0 0; }
#eyecatch img { max-width: 100%; }

#activity-report { margin-top: 60px; }
#activity-report h2 { margin: 0 0 16px; text-align: center; font-size: 20px; }
#activity-report h2 a { color: #333; text-decoration: none; }
#activity-report .body article > a { color: #333; }

#information { padding: 40px 0; }
#information .inner, #information #activity-report { position: relative; width: 800px; }
#information h2 { padding: 0 0 8px; font-size: 18px; }
#information .body { background-position: 0 bottom; }
#information .link-more { position: absolute; top: 10px; right: 5px; }
#information .link-more a { color: #333; }

/*----------------------------------------------------
	media query
----------------------------------------------------*/
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 589px) { .inner, #activity-report { width: 96% !important; }
  #eyecatch { padding: 8px 0; }
  #eyecatch:after { bottom: -10px; width: 24px; height: 24px; margin-left: -12px; background-size: 24px 24px; }
  #activity-report { margin-top: 48px; }
  #activity-report h2 { margin: 0 0 24px; }
  #information .link-more { position: static; margin: 10px 0 0; text-align: right; } }
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 590px) and (max-width: 979px) { .inner, #activity-report { width: 96% !important; }
  #eyecatch:after { bottom: -15px; width: 40px; height: 40px; margin-left: -20px; background-size: 40px 40px; }
  #activity-report { margin-top: 48px; }
  #activity-report h2 { margin: 0 0 24px; } }
/* pc
-------------------------------------------------- */

/*# sourceMappingURL=home.css.map */
