@charset "UTF-8";
/* Coosy Template CSS */
/* 変数 */
/*r-kazama 2018/03/14
 *  *  main.cssが含まれていなかったのでクーシーさんのサンプルサイトから適用 */
p {
  margin: 0; }

ul, ol {
  list-style: none; }

dd {
  margin: 0; }

/*---------------------------------
 * header
 * ---------------------------------*/
.header {
  background: #f3f3f3; }
  .header .headerInner {
    padding: 10px 0; }
    .header .headerInner:after {
      content: "";
      display: block;
      height: 0;
      clear: both; }
  @media screen and (max-width: 0px) {
    .header {
      position: relative; } }

.headerLeft {
  float: left; }

.headerRight {
  float: right; }
  @media screen and (max-width: 0px) {
    .headerRight {
      display: none; } }

.headLogo {
  margin-bottom: 0; }

.headName {
  font-size: 10px;
  text-align: center; }

.txtHeadMenu {
  text-align: right; }

.txtContact {
  font-size: 12px; }

@media screen and (max-width: 0px) {
  .navigation-top {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2000;
    border: #f6f6f6 solid 1px; } }

@media screen and (max-width: 0px) {
  .toggled-on .menuArea {
    padding-top: 40px; } }

/*---------------------------------
 * navigation
 * ---------------------------------*/
.navigation-top .search {
  display: none; }
  @media screen and (max-width: 0px) {
    .navigation-top .search {
      display: block; } }

/*---------------------------------
 * footer
 * ---------------------------------*/
.footer {
  background: #f3f3f3;
  text-align: center; }

.footerInner {
  padding: 10px 0; }

.headerInner,
.footerInner,
.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }

/* content */
.site-content {
  min-height: 600px; }

.wrap {
  display: table;
  max-width: 1100px;
  padding: 0; }
  @media screen and (max-width: 0px) {
    .wrap {
      display: block; } }

.mainContent {
  width: 825px;
  display: table-cell;
  padding-right: 15px;
  box-sizing: border-box; }
  @media screen and (max-width: 0px) {
    .mainContent {
      display: block;
      width: 100%;
      padding: 0 10px; } }

.contBlock {
  margin-bottom: 40px; }

.imgParts {
  text-align: center; }

.column2 {
  display: table; }
  .column2 .titPartsNews {
    text-align: left; }
  .column2 .listPartsNews {
    width: 80%;
    margin: 0; }
  .column2 .mainContent,
  .column2 .sidebar {
    display: table-cell; }
  @media screen and (max-width: 0px) {
    .column2 .mainContent,
    .column2 .sidebar {
      display: block;
      width: 100%; }
    .column2 #secondary.sidebar {
      box-sizing: border-box;
      padding: 0 10px; } }

.column3 .titPartsNews {
  text-align: left; }
.column3 .listPartsNews {
  width: 100%; }
.column3 .blockPartsArticle,
.column3 .blockPartsRanking {
  width: 100%; }

.columnThree {
  display: table; }
  .columnThree .column {
    display: table-cell;
    width: 33%; }
  @media screen and (max-width: 0px) {
    .columnThree {
      display: block; }
      .columnThree .column {
        display: block;
        width: 100%; } }

/*---------------------------------
 *     一覧 
 *     ---------------------------------*/
.listPartsArticle,
.listPartsRanking {
  letter-spacing: -0.4em;
  font-size: 0;
  margin-bottom: 20px; }
  .listPartsArticle li,
  .listPartsRanking li {
    padding: 0 10px 10px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    font-size: 14px;
    width: 270px;
    box-sizing: border-box;
    vertical-align: top; }
    .listPartsArticle li a,
    .listPartsRanking li a {
      display: inline-block;
      width: 100%; }
    @media screen and (max-width: 0px) {
      .listPartsArticle li,
      .listPartsRanking li {
        width: 100%; } }
    .listPartsArticle li figure,
    .listPartsRanking li figure {
      width: 100%; }
      @media screen and (max-width: 0px) {
        .listPartsArticle li figure,
        .listPartsRanking li figure {
          width: 100%;
          text-align: center; } }
      .listPartsArticle li figure a,
      .listPartsRanking li figure a {
        text-align: center; }
    .listPartsArticle li dl,
    .listPartsRanking li dl {
      display: block; }

.blockPartsArticle,
.blockPartsRanking {
  width: 255px; }
  @media screen and (max-width: 0px) {
    .blockPartsArticle,
    .blockPartsRanking {
      width: 100%; } }

.numberPartsRanking {
  text-align: center; }

.btnArea {
  text-align: center; }
  .btnArea a, .btnArea button, .btnArea input[type="button"], .btnArea input[type="submit"] {
    background-color: #2587ea;
    border-radius: 2px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 9px;
    padding: 12px 0;
    width: 210px; }
    .btnArea a + input, .btnArea button + input, .btnArea input[type="button"] + input, .btnArea input[type="submit"] + input {
      margin-left: 20px; }
    .btnArea a + a, .btnArea button + a, .btnArea input[type="button"] + a, .btnArea input[type="submit"] + a {
      margin-left: 20px; }

/* ページング */
.pagination {
  text-align: center;
  font-weight: normal; }

a.page-numbers,
.pagination .current {
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none; }

.pagination .current {
  background: #000;
  border: solid 1px #000;
  color: #fff; }

a.page-numbers.prev,
a.page-numbers.next {
  border: none;
  font-size: 18px; }

/*---------------------------------
 * News
 * ---------------------------------*/
.topContents .listPartsNews {
  width: 60%;
  margin: 0 auto 20px; }
  @media screen and (max-width: 0px) {
    .topContents .listPartsNews {
      width: 100%; } }

.blockPartsNews {
  display: table; }
  .blockPartsNews .timePartsNews,
  .blockPartsNews .textPartsNews {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px; }
  .blockPartsNews .timePartsNews {
    padding-right: 20px;
    padding-top: 0; }
  .blockPartsNews .textPartsNews a {
    width: 100%;
    display: inline-block; }
  @media screen and (max-width: 0px) {
    .blockPartsNews {
      display: inline-block; }
      .blockPartsNews .timePartsNews,
      .blockPartsNews .textPartsNews {
        display: inline-block; }
      .blockPartsNews .textPartsNews a {
        white-space: normal;
        text-overflow: inherit; } }

/*---------------------------------
 * sidebar
 * ---------------------------------*/
.sidebar {
  width: 275px;
  display: table-cell;
  box-sizing: border-box; }
  @media screen and (max-width: 0px) {
    .sidebar {
      display: block;
      width: 100%;
      padding: 0 10px; } }

.sideYearArea,
.sideCategoryArea,
.sideTagArea {
  width: 100%;
  margin-bottom: 10px; }

.sideYearList li,
.sideCategoryList li {
  width: 100%;
  border-bottom: #aaa solid 1px;
  border-left: #aaa solid 1px;
  border-right: #aaa solid 1px;
  display: block; }
  .sideYearList li a,
  .sideCategoryList li a {
    display: block;
    padding: 10px 10px; }
  .sideYearList li:first-child,
  .sideCategoryList li:first-child {
    border-top: #aaa solid 1px; }

.textPartsNews {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

.sideTagList li {
  display: inline-block;
  border: #aaa solid 1px;
  border-radius: 3px;
  padding: 2px 6px; }
  .sideTagList li + li {
    margin-left: 5px; }

.titleSideArea {
  font-size: 16px;
  margin-bottom: 5px; }

/*---------------------------------
 * 詳細
 * ---------------------------------*/
.editArea {
  margin-bottom: 20px; }
  .editArea img {
    display: block;
    clear: both;
    margin-top: 10px; }

/*---------------------------------
 * ランキング
 * ---------------------------------*/
.wpp-list {
  counter-reset: posts-rank;
  letter-spacing: -0.4em; }

.wpp-list li {
  width: 270px;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
  letter-spacing: normal; }
  @media screen and (max-width: 0px) {
    .wpp-list li {
      width: 100%; } }

.wpp-list li:before {
  counter-increment: posts-rank;
  content: counter(posts-rank) "位";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%; }

.wpp-thumbnail {
  float: none; }

/*---------------------------------
 * お問い合わせ
 * ---------------------------------*/
.require {
  vertical-align: middle;
  border: #aaa solid 1px;
  font-size: 11px;
  padding: 0 4px;
  float: right;
  color: #fff;
  background: #aaa; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  padding: 5px 5px; }

.contactTable th {
  width: 250px; }

@media screen and (max-width: 0px) {
  .entry-title {
    padding: 0 10px; }

  .contactTable {
    display: block; }
    .contactTable tr, .contactTable th, .contactTable td {
      display: block;
      width: auto; }
    .contactTable tr {
      padding: 10px 0; }
    .contactTable th, .contactTable td {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px; } }
/*---------------------------------
 * パンくず
 * ---------------------------------*/
body #breadcrumb {
  display: block;
  width: 1100px;
  margin: 0 auto 10px; }
  body #breadcrumb ul {
    display: inline-block;
    font-size: 12px; }
  body #breadcrumb a {
    color: #0056a8;
    text-decoration: underline; }
  @media screen and (max-width: 0px) {
    body #breadcrumb {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px; } }

/*-------------------
 *     ピックアップ記事
 *     --------------------*/
#pickup {
    margin-bottom: 20px;
}
#pickup-title {
    margin: 0.8em 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #00a0e9;
    color: #fff;
    padding: 0.4em;
    border-radius: 3px;
    text-align: center;
}
.pickup-content {
    display: inline-block;
    margin-right: 10px;
    width: 150px;
    vertical-align: top;
}
.pickup-content:last-child {
    margin-right: 0;
}
.pickup-thumbnail {
    margin: 0 0 10px;
    width: 150px;
    height: 113px;
}
.pickup-thumbnail:last-child {
    margin-right: 0;
}
.pickup-thumbnail img {
    width: 100%;
    height: 100%;
}
#pickup .post-info {
    margin: 0;
    white-space: normal;
    font-size: 12px;
    line-height: 1.6;
}
#pickup .post-info a {
    color: #000;
}
/* 横スクロール */
.scroll-wrapper {
    position: relative;
}
.scroll-left {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
.scroll-content {
    display: inline-block;
    white-space: nowrap;
}
/* 左右のボタン */
.leftbutton,.rightbutton {
    font-size: 26px;
    position: absolute;
    top: 40%;
    background-color: #fff;
    color: #000;
    padding: 20px 10px;
}
.leftbutton {
    display: none;
    left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 1px 1px 1px #888;
}
.rightbutton {
    right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -1px 1px 1px #888;
}
