@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
}
body {
  position: relative;
  background-color: #FFFCEA;
  font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  font-size: 91.6%;
  color: #505050;
  line-height: 1.6em;
}
h1,
h2,
h3 {
  margin-bottom: 1em;
  color: #000000;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1em;
}
p,
ul,
ol,
blockquote,
pre {
  margin-bottom: 1.3em;
}
blockquote,
pre {
  background-color: #EEEEEE;
  margin-left: 1em;
  padding: 1em;
  margin-bottom: 1.3em;
}
li {
  list-style: none inside;
}
a {
  text-decoration: none;
  color: #417EED;
}
a:hover {
  text-decoration: underline;
  color: #00CA81;
}
/*
#headerbox
*/
#headerbox {
  height: 480px;
  position: relative;
  z-index: 1;
  background: url(../img000/header_background.jpg) no-repeat center top;
}
#headerbox .nav {
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0px;
  z-index: 2;
}
#headerbox ul.utility {
  width: 94%;
  position: relative;
  z-index: 11;
  margin: 0px auto;
  padding: 0.5em 0px;
  text-align: right;
}
#headerbox ul.utility:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#headerbox ul.utility li a i {
  font-size: 133.3%;
  vertical-align: middle;
}
#headerbox ul.utility li.dropdown {
  display: inline-block;
  position: static;
}
#headerbox ul.utility li.dropdown > a.dropdown-toggle {
  display: block;
  background-color: #FAF7E1;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 8px;
}
#headerbox ul.utility li.dropdown > a.dropdown-toggle:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#headerbox ul.utility li.dropdown > a.dropdown-toggle span.info {
  display: block;
  float: left;
  margin-top: -0.1em;
  color: #555;
  line-height: 1;
}
#headerbox ul.utility li.dropdown > a.dropdown-toggle span.icon {
  display: block;
  float: right;
  padding-left: 6px;
}
#headerbox ul.utility li.dropdown > a.dropdown-toggle span.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #23527c;
  border-radius: 1px;
  margin-bottom: 3px;
}
#headerbox ul.utility li.dropdown > a.dropdown-toggle span.icon-bar:last-child {
  margin-bottom: 0px;
}
#headerbox ul.utility li.dropdown ul.dropdown-menu {
  float: none;
  height: 210px;
  left: auto;
  top: 39px;
  right: 0px;
  border: 1px solid #555;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
}
#headerbox ul.utility li.dropdown ul.dropdown-menu li {
  float: none;
  border-bottom: 1px solid #555;
  padding: 0px;
}
#headerbox ul.utility li.dropdown ul.dropdown-menu li a {
  display: inline-block;
  padding: 0.5em 1em 0.5em 0.5em;
}
#headerbox ul.utility li.dropdown ul.dropdown-menu li a i,
#headerbox ul.utility li.dropdown ul.dropdown-menu li a svg {
  font-size: 6px;
  color: #ccc;
  vertical-align: middle;
}
#headerbox dl {
  width: 980px;
  height: 480px;
  position: relative;
  z-index: 2;
  margin: 0px auto;
}
#headerbox dl dt {
  position: absolute;
  left: -10px;
  top: 0px;
}
#headerbox dl dd.logo {
  position: absolute;
  left: -10px;
  top: 210px;
}
#headerbox dl dd.character {
  width: 430px;
  height: 430px;
  position: absolute;
  right: -180px;
  bottom: 0px;
  overflow: hidden;
}
#headerbox div.tagline {
  width: 100%;
  max-width: 1600px;
  height: 50px;
  position: relative;
  top: -50px;
  z-index: 1;
  background: #fff;
  margin: 0px auto;
}
#headerbox div.tagline p {
  width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0px auto;
  padding: 10px 10px 0px;
  font-size: 75%;
}
@media screen and (max-width: 980px) {
  #headerbox dl {
    width: 94%;
  }
  #headerbox dl img {
    max-width: 100%;
    height: auto;
  }
  #headerbox dl dt {
    position: relative;
    left: auto;
    top: auto;
  }
  #headerbox dl dd.logo {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
  }
  #headerbox dl dd.logo img {
    width: 70%;
    min-width: 500px;
    height: auto;
  }
  #headerbox dl dd.character {
    width: 250px;
    right: 0px;
    top: 122px;
  }
  #headerbox div.tagline {
    max-width: 100%;
  }
  #headerbox div.tagline p {
    width: 94%;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 544px) {
  #headerbox dl dd.logo img {
    width: 100%;
    min-width: auto;
  }
  #headerbox dl dd.character {
    display: none;
  }
}
/* #maincontentbox */
#maincontentbox {
  zoom: 1;
  width: 980px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #maincontentbox {
    width: 100%;
  }
}
#maincontentbox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
/* #sidebarbox */
#sidebarbox {
  float: left;
  width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #sidebarbox {
    float: none;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sidebarbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebarbox ul li {
  background: rgba(255, 255, 255, 0.7);
  margin: 0px 0px 2em;
  padding: 0px 10px 10px;
  font-size: 83.3%;
  line-height: 1.6em;
}
#sidebarbox ul li.banner {
  background-color: transparent;
}
#sidebarbox ul li.banner img {
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
#sidebarbox ul li.banner img[src$='bttn_shop.png'] {
  position: relative;
  margin-left: -10px;
}
#sidebarbox ul li.banner a:hover img {
  left: 1px;
  top: 1px;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
}
#sidebarbox ul li li {
  border-bottom: 0px none transparent;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
#sidebarbox ul li div.ttl {
  height: 100px;
  position: relative;
  margin: 0px -10px 0.5em;
  text-align: center;
}
#sidebarbox ul li div.ttl span {
  display: block;
  width: 240px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -120px;
  padding: 0px 0px 18px;
  font-size: 75%;
}
#sidebarbox ul li.welcome p {
  zoom: 1;
}
#sidebarbox ul li.welcome p img {
  float: right;
  margin: 0px 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  #sidebarbox ul li.welcome p img {
    display: none;
  }
}
#sidebarbox ul li.welcome p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#sidebarbox ul li.banner {
  text-align: center;
}
#sidebarbox ul li ul.link li {
  border-bottom: 1px dotted #666;
  padding: 0.3em 0px;
  line-height: 1.4em;
}
#sidebarbox ul li ul.link a:before {
  content: "\f0da";
  font-family: "fontAwesome";
  margin-right: 0.3em;
}
/* #contentbox */
#contentbox {
  float: right;
  width: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px 30px;
}
@media screen and (max-width: 980px) {
  #contentbox {
    float: none;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
#contentbox > div.post > h1 {
  position: relative;
  background-color: #44d9dc;
  border: 6px solid #fff;
  padding: 14px;
  font-size: 150%;
  color: #fff;
  line-height: 1.25em;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
#contentbox > div.post > h1 span {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
#contentbox > div.post > h1 span:before {
  content: "\f0c6";
  display: inline;
  margin-right: 0.1em;
  font-family: "fontAwesome";
  font-size: 150%;
  vertical-align: middle;
}
#contentbox > div.post div.entry div.date,
#contentbox > div.post ol.entrylist div.date {
  position: relative;
  z-index: 2;
}
#contentbox > div.post div.entry div.date:before,
#contentbox > div.post ol.entrylist div.date:before {
  content: url(../img000/entry_panda.png);
  display: inline-block;
  vertical-align: middle;
}
#contentbox > div.post div.entry div.date span,
#contentbox > div.post ol.entrylist div.date span {
  display: inline-block;
  width: 101px;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img000/entry_balloon.png) no-repeat;
  padding: 10px 0px 0px 3px;
  font-size: 10px;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
}
#contentbox > div.post div.entry div.date span:before,
#contentbox > div.post ol.entrylist div.date span:before {
  content: "update";
  display: block;
}
#contentbox > div.post div.entry h1,
#contentbox > div.post ol.entrylist h1,
#contentbox > div.post div.entry h2,
#contentbox > div.post ol.entrylist h2 {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  margin: -20px 3px 6px 0px;
  padding: 20px;
  font-size: 150%;
  line-height: 1.25em;
}
#contentbox > div.post div.entry div.category,
#contentbox > div.post ol.entrylist div.category {
  position: relative;
  padding: 0px 230px 4px 20px;
  line-height: 1.25em;
}
#contentbox > div.post div.entry div.category span,
#contentbox > div.post ol.entrylist div.category span {
  font-size: 83.3%;
}
#contentbox > div.post div.entry div.category span:before,
#contentbox > div.post ol.entrylist div.category span:before {
  content: "カテゴリー：";
  display: inline;
}
#contentbox > div.post div.entry div.content,
#contentbox > div.post ol.entrylist div.content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 2px solid #44d9dc;
  border-radius: 10px 10px 0px 0px;
  margin-top: 0px;
  padding: 30px;
}
#contentbox > div.post div.entry div.content:before,
#contentbox > div.post ol.entrylist div.content:before {
  content: url(../img000/entry_shoulder.png);
  display: block;
  position: relative;
  z-index: 2;
  margin: -75px 0px 10px;
  text-align: right;
}
#contentbox > div.post div.entry div.content img,
#contentbox > div.post ol.entrylist div.content img {
  max-width: 100%;
}
.src-page #contentbox {
  float: none;
  width: 100%;
}
ol.entrylist li {
  margin: 0px 0px 3em;
}
ol.entrylist li :last-child {
  margin-bottom: 0px;
}
.fblist {
  position: relative;
  background: #fff;
  border: 20px solid #4267b2;
  padding: 6px;
}
.fblist:before {
  content: "@airconcleaningtools on Facebook";
  display: block;
  height: 30px;
  position: relative;
  top: -20px;
  background: #4267b2;
  margin: 0px -15px;
  padding: 6px 15px;
  font-size: 116.6%;
  color: #fff;
  font-weight: bold;
  line-height: 1.25em;
}
.fblist li.slick-slide {
  border-bottom: 1px dotted #666;
  margin: 0px 0px 6px;
  padding: 0px 0px 6px;
}
.fblist li.slick-slide div.inner {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
}
.fblist li.slick-slide div.inner > div {
  display: table-cell;
  vertical-align: middle;
}
.fblist li.slick-slide div.inner div.photo {
  width: 120px;
  background: #f3f3f3;
  padding: 15px;
  text-align: center;
}
.fblist li.slick-slide div.inner div.photo a {
  display: block;
}
.fblist li.slick-slide div.inner div.photo a:hover {
  opacity: 0.7;
}
.fblist li.slick-slide div.inner div.photo a img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.fblist li.slick-slide div.inner div.caption {
  padding: 1em 15px 0px 15px;
}
.fblist li.slick-slide div.inner div.caption p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.fblist li.slick-slide div.inner div.caption small {
  display: inline-block;
  background: #4267b2;
  margin-bottom: 0.5em;
  padding: 3px 1em 3px 0.75em;
  color: #fff;
  line-height: 1.25em;
}
.fblist li.slick-slide div.inner div.caption small:before {
  content: "\f082";
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontAwesome";
  font-size: 133.3%;
  vertical-align: bottom;
}
.fblist .slick-prev {
  left: -20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.fblist .slick-prev:before {
  color: #00CA81 !important;
}
.fblist .slick-next {
  right: -20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.fblist .slick-next:before {
  color: #00CA81 !important;
}
.fblist .slick-dots {
  bottom: -20px;
}
.fblist .slick-dots li {
  margin: 0px;
}
.fblist .slick-dots li button:before {
  content: "\f111";
  font-family: "fontAwesome";
  font-size: 10px!important;
  color: #00CA81 !important;
}
.label-page #contentbox > div.post div.summary {
  height: 300px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 1em;
  padding: 30px;
  overflow-y: scroll;
}
.label-page #contentbox > div.post div.summary div.ttl {
  margin-bottom: 1em;
  font-weight: bold;
}
.label-page #contentbox > div.post div.summary p {
  margin-bottom: 1em;
  font-size: 91.6%;
  line-height: 1.4em;
}
.label-page #contentbox > div.post ol.entrylist li {
  margin-bottom: 0px;
}
.label-page #contentbox > div.post ol.entrylist li div.inner:after {
  display: block;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  text-align: right;
}
.label-page #contentbox > div.post ol.entrylist li:nth-child(odd) div.inner:after {
  content: url(../img000/entry_footer_s01.png);
}
.label-page #contentbox > div.post ol.entrylist li:nth-child(odd) div.content:before {
  content: url(../img000/entry_shoulder_s01.png);
}
.label-page #contentbox > div.post ol.entrylist li:nth-child(even) div.inner:after {
  content: url(../img000/entry_footer_s02.png);
}
.label-page #contentbox > div.post ol.entrylist li:nth-child(even) div.content:before {
  content: url(../img000/entry_shoulder_s02.png);
}
.post .title {
  margin: 0;
}
.post .entry {
  margin-bottom: 2em;
  padding: 0px 0px 2em;
}
.post .entry h2 {
  margin-bottom: 1em;
  padding-top: 2em;
}
.post .more_link {
  text-align: right;
}
.post .links {
  margin: 0;
  line-height: normal;
  font-size: smaller;
  text-align: right;
  padding-top: 30px;
}
.navi {
  margin: 10px auto;
  text-align: center;
  width: 90%;
}
.pager {
  margin: 10px auto;
  width: 90%;
  line-height: 2em;
  text-align: center;
}
.pager a {
  float: left;
}
.pager_item a {
  border: solid 1px black;
  width: 2em;
  height: 2em;
  margin-right: 2px;
}
.pager_item a:hover {
  background-color: lightgray;
}
.pager_item a.current_page_number {
  border-width: 2px;
  font-weight: bold;
  margin-top: -1px;
}
/* Calendar */
#calendar_wrap {
  padding: 0 5px;
}
#calendar_wrap table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
}
#calendar_wrap thead th {
  padding: 5px 0;
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
}
#calendar_wrap tbody td {
  padding: 5px 0;
  border-right: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
}
#calendar_wrap tbody a {
  border: none;
  font-weight: bold;
}
#calendar_wrap .caption {
  text-align: center;
}
#calendar_wrap .current_month {
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
#calendar_wrap .next {
  text-align: right;
}
#calendar_wrap .prev {
  text-align: left;
}
/* Footer */
#footerbox {
  margin: 0;
  background-color: #4C4043;
  padding: 40px 0;
  text-align: center;
}
#footerbox address {
  margin: 0;
  padding: 0;
  font-size: 83.3%;
  font-style: normal;
  color: #fff;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
#searchFrame {
  background-color: #fff;
  border: 6px solid #44d9dc;
  border-radius: 2px;
  margin: 0px 0px 1em;
  padding: 20px 30px;
}
#searchFrame h3.ttl {
  font-size: 133.3%;
}
#searchFrame span.ttl {
  display: block;
  margin-bottom: 0.3em;
  font-size: 106.6%;
  font-weight: bold;
}
#searchFrame span.ttl small {
  display: block;
}
#searchFrame #selectKeyword {
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#searchFrame #selectKeyword button {
  border: 2px solid #44d9dc;
  border-radius: 6px;
  margin-right: 3px;
  padding: 0.3em 0.75em;
  font-size: 116.6%;
  color: #44d9dc;
  font-weight: bold;
}
#searchFrame #selectKeyword button:nth-last-of-type {
  margin-right: 0px;
}
#searchFrame input[type='search'] {
  width: 240px;
  background-color: #ffffcc;
  border: 2px solid #44d9dc;
  padding: 0.3em 0.5em;
  font-size: 106.6%;
}
#searchFrame input[type='submit'] {
  background-color: #44d9dc;
  border-radius: 1.5em;
  padding: 0.3em 1em;
  font-size: 116.6%;
  color: #fff;
  font-weight: bold;
}
#searchFrame input[type='reset'] {
  background-color: #999;
  border-radius: 1.5em;
  padding: 0.3em 1em;
  font-size: 116.6%;
  color: #fff;
  font-weight: bold;
}
#top-pagebox #searchFrame h3.ttl span.re {
  display: none;
}
#search-pagebox #content_search h3.ttl {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  font-size: 133.3%;
  font-weight: bold;
}
#search-pagebox #content_search ol.itemlist li {
  border-bottom: 1px solid #999;
  margin-bottom: 1.5em;
  padding: 0px 1em 1.5em;
}
#search-pagebox #content_search ol.itemlist li:hover {
  cursor: pointer;
}
#search-pagebox #content_search ol.itemlist li h4 {
  margin-bottom: 0.5em;
  font-size: 116.6%;
}
#search-pagebox #content_search ol.itemlist li p {
  margin-bottom: 0px;
}
#search-pagebox #content_search nav.pagenavi {
  padding: 0px 1em;
}
#search-pagebox #content_search nav.pagenavi .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0px 0px 2em;
}
#search-pagebox #content_search nav.pagenavi .pager li {
  margin-right: 6px;
}
#search-pagebox #content_search nav.pagenavi .pager li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#search-pagebox #content_search nav.pagenavi .pager li:last-child {
  margin-right: 0px;
}
