@charset "UTF-8";
/*=====================================================================================
---------------------------------------------------------------------------------------
	common要素の変更
---------------------------------------------------------------------------------------
=====================================================================================*/
article.inner_content {
  width: 100%; }

/*=====================================================================================
---------------------------------------------------------------------------------------
	メインビジュアル
---------------------------------------------------------------------------------------
=====================================================================================*/
h2#mainV {
  background: url(../../../img/news/mainVisual.jpg) no-repeat center center; }
  @media screen and (max-width: 480px) {
    h2#mainV {
      background: url(../../../img/news/mainVisual.jpg) no-repeat 50% 40%;
      background-size: 1200px auto; } }

/*=====================================================================================
---------------------------------------------------------------------------------------
	contentの中
---------------------------------------------------------------------------------------
=====================================================================================*/
/* ------------------------------------------------------------ */
article .dataList {
  margin: auto;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px dotted #d4d4d4;
  max-width: 1000px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article .dataList ul {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 3em; }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    article .dataList ul {
      width: 85%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    article .dataList ul {
      width: 80%;
      margin: 0 auto; } }

article .dataList li {
  padding: 0 20px;
  font-size: 14px;
  border-left: 1px dotted #565656;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7.69%; }
  @media screen and (min-width: 1061px) {
    article .dataList li:nth-child(13n+1) {
      border: none; } }
  @media screen and (max-width: 1060px) {
    article .dataList li {
      font-size: 1em;
      padding: 0 1em; } }
  @media screen and (max-width: 1060px) and (min-width: 769px) {
    article .dataList li {
      width: 10%; }
      article .dataList li:nth-child(9n+1) {
        border: none; } }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    article .dataList li {
      width: 15%; }
      article .dataList li:nth-child(6n+1) {
        border: none; } }
  @media screen and (max-width: 480px) {
    article .dataList li {
      width: 23%; }
      article .dataList li:nth-child(4n+1) {
        border: none; } }

/* ------------------------------------------------------------ */
article ul.categoryList {
  padding: 50px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 1060px) {
    article ul.categoryList {
      padding: 2.5em 0; } }
  @media screen and (max-width: 768px) {
    article ul.categoryList {
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 650px) {
    article ul.categoryList {
      width: 280px;
      margin: 0 auto; } }

article ul.categoryList li {
  float: left; }
  @media screen and (max-width: 768px) {
    article ul.categoryList li {
      float: none; } }

article ul.categoryList li a {
  width: 129px;
  height: 0;
  padding: 36px 0 0 0;
  overflow: hidden;
  background: url(../../../img/news/categoryList.gif) no-repeat;
  margin: 0 10px 0 0;
  display: block; }
  @media screen and (max-width: 650px) {
    article ul.categoryList li a {
      margin: 0 10px 10px 0; } }

article ul.categoryList li a.categoryList01 {
  background-position: 0 0; }

article ul.categoryList li a.categoryList02 {
  background-position: -129px 0; }

article ul.categoryList li a.categoryList03 {
  background-position: -258px 0; }

article ul.categoryList li a.categoryList04 {
  background-position: -387px 0; }

article ul.categoryList li a.categoryList01:hover {
  background-position: 0 -36px; }

article ul.categoryList li a.categoryList02:hover {
  background-position: -129px -36px; }

article ul.categoryList li a.categoryList03:hover {
  background-position: -258px -36px; }

article ul.categoryList li a.categoryList04:hover {
  background-position: -387px -36px; }

/* ------------------------------------------------------------ */
ul#newsData {
  max-width: 980px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul#newsData li {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px 20px;
  border-bottom: 1px solid #e2e2e2; }
  @media screen and (max-width: 1060px) {
    ul#newsData li {
      padding: 1em 1.5em 1em; } }
  @media screen and (max-width: 480px) {
    ul#newsData li {
      padding: 1em 0; } }

ul#newsData li span {
  display: block;
  text-align: left;
  vertical-align: middle;
  font-weight: bold; }

ul#newsData li span.category {
  width: 110px;
  padding: 26px 0 0 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 20px 0 0; }

ul#newsData li span.icon0 {
  background: url(../../../img/news/categoryIcon00.gif) no-repeat; }

ul#newsData li span.icon1 {
  background: url(../../../img/news/categoryIcon01.gif) no-repeat; }

ul#newsData li span.icon2 {
  background: url(../../../img/news/categoryIcon02.gif) no-repeat; }

ul#newsData li span.data {
  margin: 10px 0 0 0;
  display: block;
  font-size: 16px;
  font-weight: normal; }

ul#newsData li span.data a {
  font-size: 16px;
  padding: 0 25px 0 0; }

ul#newsData li span.data a[href$=".pdf"] {
  background: url(../../../img/common/pdfIcon.gif) no-repeat right center; }

/* ------------------------------------------------------------ */
article.inner_content ol {
  padding: 30px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article.inner_content ol li {
  display: inline-block;
  font-weight: bold;
  padding: 2px; }
  article.inner_content ol li.page_nums {
    text-align: center;
    padding-top: 1em;
    padding: 1px 10px;
    background: #385eab;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    article.inner_content ol li.page_nums span {
      color: #fff !important; }
  @media screen and (max-width: 480px) {
    article.inner_content ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

article.inner_content ol li a {
  border: 1px solid #ddd;
  padding: 1px 10px;
  display: block; }

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