/* button **********************************/
@layer legacy {
[data-static-html] .btn {
  text-align: center;
  display: block;
  transition: all .2s ease 0s;
}
[data-static-html] a {
  transition: all .2s ease 0s;
}
[data-static-html] a:hover {
  text-decoration: underline;
}
[data-static-html] img {
  width: auto;
  max-width: 100%;
  height: auto;
}
[data-static-html] a:hover img {
  opacity: .8;
}
/* category navi common header ************************************/
[data-static-html] .catenavi {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
[data-static-html] .catenavi .catenavi_in {
  max-width: 1100px;
  width: calc(100% - 3%);
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
@media only screen and (max-width: 690px) {
  [data-static-html] .catenavi .catenavi_in {
    width: calc(100% - 8%);
  }
}
[data-static-html] .catenavi .catenavi_in li {
  margin-right: 32px;
  display: inline-block;
}
[data-static-html] .catenavi .catenavi_in li a {
  line-height: 1.5;
  font-size: 1.2rem;
  position: relative;
  padding: 18px 0 16px;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  [data-static-html] .catenavi .catenavi_in li a {
    padding: 8px 0 6px;
  }
}
[data-static-html] .catenavi .catenavi_in li a:after {
  background-color: #276CBF;
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .2s ease 0s;
}
[data-static-html] .catenavi .catenavi_in li a:hover {
  color: #276CBF;
}
[data-static-html] .catenavi .catenavi_in li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  [data-static-html] .catenavi .catenavi_in li {
    margin-right: 24px;
  }
}
[data-static-html] .catenavi.foot {
  margin-top: 30px;
}
@media only screen and (max-width: 979px) {
  [data-static-html] .catenavi {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 690px) {
  [data-static-html] .catenavi {
    display: none;
  }
}
/* search ************************************/
[data-static-html] .blog_search {
  margin-bottom: 24px;
  width: 100%;
  border: 2px solid #eee;
}
[data-static-html] .blog_search input {
  display: block;
  padding: 0 4%;
  border-radius: 0;
  height: 48px;
}
[data-static-html] .blog_search input.search_txt {
  float: left;
  line-height: 36px;
  width: 82%;
}
[data-static-html] .blog_search input.submit_btn {
  background: #276CBF url("/files/user/contents/service/solutions/common/icon_search.png") no-repeat center center/24px auto;
  border: medium none;
  cursor: pointer;
  float: right;
  padding: 0;
  text-indent: -9999px;
  width: 18%;
}
/* side ************************************/
[data-static-html] .side {
  margin-bottom: 16px;
}
[data-static-html] .side li {
  list-style: none;
}
[data-static-html] .side .title {
  background-color: #9BA3AE;
  font-size: 1.6rem;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
[data-static-html] .side .reco {
  margin-top: 20px;
}
[data-static-html] .side .reco li {
  margin-bottom: 10px;
}
[data-static-html] .side .reco li:after {
  content: "";
  display: table;
  clear: both;
}
[data-static-html] .side .reco li .reco_thumbnail {
  float: left;
  width: 35%;
}
[data-static-html] .side .reco li .info {
  float: right;
  width: 60%;
  font-size: 1.3rem;
}
[data-static-html] .side .reco li a {
  display: block;
}
[data-static-html] .side .reco li a:hover .info {
  text-decoration: underline;
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  [data-static-html] .side .reco li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0;
    margin-top: 15px;
  }
  [data-static-html] .side .reco li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  [data-static-html] .side .reco {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  [data-static-html] .side .reco:after {
    content: "";
    display: table;
    clear: both;
  }
}
[data-static-html] .side .sweep {
  padding: 20px 15px;
  background-color: #fafafa;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #eeeeee;
}
[data-static-html] .side .sweep li {
  display: inline-block;
  margin: 2px 2px 2px 0;
}
[data-static-html] .side .archive li {
  display: block;
  margin: 6px 0 6px 14px;
}
[data-static-html] .side .archive li:first-child {
  margin-top: 0;
}
[data-static-html] .side .archive li:last-child {
  margin-bottom: 0;
}
[data-static-html] .side .archive li a {
  position: relative;
  display: block;
}
[data-static-html] .side .archive li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #276CBF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -3px;
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  [data-static-html] .side .archive li {
    display: inline-block;
    margin-right: 10px;
  }
}
[data-static-html] .side .cate li a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 6px 12px 5px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #98BEEC;
}
[data-static-html] .side .cate li a:hover {
  background-color: #276CBF;
}
[data-static-html] .side .tag li {
  margin: 0 10px 6px 0;
}
[data-static-html] .side .tag li a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0 0 0 13px;
  background: url("/files/user/contents/service/solutions/common/icon_sharp.png") no-repeat 0 1px/10px auto;
  color: #276CBF;
}
[data-static-html] .side .tag li a:hover {
  text-decoration: underline;
}
[data-static-html] .side .btn {
  background-color: #fafafa;
  background-color: #fafafa;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #eeeeee;
  color: #276CBF;
  font-size: 1.4rem;
  position: relative;
  padding: 13px 2%;
}
[data-static-html] .side .btn:hover {
  background-color: #276CBF;
  color: #ffffff;
  text-decoration: none;
}
[data-static-html] .side .btn:hover span:before {
  border-color: #ffffff;
}
[data-static-html] .side .btn span {
  position: relative;
}
[data-static-html] .side .btn span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #276CBF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -3px;
}
[data-static-html] .side .banner li {
  margin: 3px 0;
  list-style: none;
}
[data-static-html] .side .banner li:first-child {
  margin-top: -3px;
}
@media screen and (min-width: 691px) and (max-width: 979px) {
  [data-static-html] .tablet_l {
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  [data-static-html] .tablet_l .fb_line {
    width: 300px;
    max-width: 500px;
    margin: auto;
  }
  [data-static-html] .tablet_l .banner {
    max-width: 300px;
    margin: auto;
  }
}
/* blog list category ************************************/
[data-static-html] .catelist, [data-static-html] .taglist {
  font-size: 0;
  margin: 4px 0;
}
[data-static-html] .catelist a, [data-static-html] .taglist a {
  margin-right: 16px;
  position: relative;
  color: #4683CE;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (max-width: 690px) {
  [data-static-html] .catelist a, [data-static-html] .taglist a {
    font-size: 1.1rem;
  }
}
[data-static-html] .catelist a:before, [data-static-html] .taglist a:before {
  content: "/";
  color: #4683CE;
  font-size: 1.4rem;
  padding-right: 10px;
  text-decoration: none;
}
[data-static-html] .catelist a:first-child:before, [data-static-html] .taglist a:first-child:before {
  display: none;
}
[data-static-html] .catelist a:hover, [data-static-html] .taglist a:hover {
  text-decoration: underline;
}
[data-static-html] .catelist a:hover:before, [data-static-html] .taglist a:hover:before {
  text-decoration: none;
}
[data-static-html] .taglist a {
  color: #9BA3AE;
}
[data-static-html] .taglist a:before {
  color: #9BA3AE;
}
/* archive year month tag category list ************************************/
[data-static-html] .archivelist {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 690px) {
  [data-static-html] .archivelist {
    margin-bottom: 10px;
  }
}
[data-static-html] .archivelist .list a {
  border: 1px solid #9BA3AE;
  border-radius: 3px;
  padding: 6px 15px 4px;
  display: inline-block;
  margin: 4px 2px;
  color: #555555;
}
[data-static-html] .archivelist .list a:hover,
[data-static-html] .archivelist .list a.current {
  background-color: #9BA3AE;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 690px) {
  [data-static-html] .archivelist .list a {
    padding: 4px 10px 2px;
  }
}
[data-static-html] .archivelist .year a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 690px) {
  [data-static-html] .archivelist .year a {
    font-size: 1.4rem;
  }
}
/* pager new old ************************************/
[data-static-html] .newold, [data-static-html] .pager {
  text-align: right;
  margin-bottom: 15px;
}
[data-static-html] .newold a, [data-static-html] .pager a {
  color: #276CBF;
}
[data-static-html] .pager {
  font-size: 0;
}
[data-static-html] .pager a {
  padding: 4px 10px;
  display: inline-block;
  font-size: 1.3rem;
}
[data-static-html] .pager span {
  background-color: #9BA3AE;
  color: #ffffff;
  padding: 4px 10px;
  margin: 0 5px;
  font-size: 1.3rem;
}

/*# sourceMappingURL=blog_navi.css.map */
}
