@charset "UTF-8";
/* 赤　＝　#e50012　rgb(229,0,18) */
/* 背景　＝　#fbfaf8 */
/* ベージュ　＝　#fbe6d4　rgb(251,230,212) */
/* 黒　＝　#4d4545 */
/*===================================================================
　↓　#media
===================================================================*/
#media .type .inner { max-width: 740px; margin: auto auto 100px; font-size: 1.4rem; }

#media .type table { width: 100%; line-height: 1.8em; }

#media .type table tr { border-bottom: 1px dotted #ddd; }

#media .type table tr:first-child { border-top: 1px dotted #ddd; }

#media .type table th, #media .type table td { padding: 18px 0; vertical-align: top; }

#media .type table th.day { width: 100px; }

#media .type table td.shinbun { width: 140px; text-align: center; }

#media .type table td a { border-bottom: 1px solid #e50012; /*赤*/ }

#media .type p.comment { max-width: 740px; margin-top: 15px; text-align: right; }

@media screen and (max-width: 768px) { #media .type .inner { margin: auto auto 80px; } }
@media screen and (max-width: 640px) { #media .type .inner { margin: auto auto 50px; font-size: 1.3rem; }
  #media .type table { line-height: 1.6em; }
  #media .type table th, #media .type table td { padding: 10px 0; }
  #media .type table th.day { width: 90px; }
  #media .type table td.shinbun { width: 95px; text-align: left; } }

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