@charset "UTF-8";
/*---------------------------------------------------------------------
	peculiar mixin style
----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
	fixed mixin style
----------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ul, ol, a {
  list-style: none;
  text-decoration: none; }

.breadcrumbs + .category__title {
  margin-top: 16px; }

.news {
  padding: 11px;
  margin: 16px;
  border: solid 1px #B29A9A;
  border-radius: 4px;
  background: #FFF; }

.news--detail {
  padding: 16px; }

.news--detail .news__data {
  margin-bottom: 8px; }

.news__body a {
  color: #2660CA;
  font-weight: bold; }

.news__body .par {
  color: #480000;
  font-size: 14px;
  line-height: 24px;
  margin: 0 8px; }

.news__body .par + .par {
  margin-top: 2em; }

/*----------------------------------------------------------------------
    TABLET DEVICE CSS
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
    SmartPhone Landscape CSS 767以下
----------------------------------------------------------------------*/
@media (max-width: 767px) {
  .news,
  .news--detail {
    margin: 16px 8px; }

  .news__body .par {
    margin: 0; } }
/*----------------------------------------------------------------------
    SmartPhone CSS 480以下
----------------------------------------------------------------------*/

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