@charset "UTF-8";
/* ######################################################################################

	共通

###################################################################################### */
#PageUnicorn .menuBox li, #PageSkywallie .menuBox li {
  background: #fff;
}
#PageUnicorn .menuBox li a, #PageSkywallie .menuBox li a {
  display: block;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  text-decoration: none;
  color: #3F3F3F;
}
#PageUnicorn .menuBox li a .bold, #PageSkywallie .menuBox li a .bold {
  font-weight: bold;
}
#PageUnicorn .menuBox li.top, #PageSkywallie .menuBox li.top {
  font-weight: bold;
}
#PageUnicorn .menuBox li.top a, #PageSkywallie .menuBox li.top a {
  position: relative;
  color: #0070B2;
  text-align: center;
}
#PageUnicorn .menuBox li.product a, #PageSkywallie .menuBox li.product a {
  position: relative;
}
#PageUnicorn .menuBox li.product a:after, #PageSkywallie .menuBox li.product a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 7px;
  height: 8px;
  background-image: url(../../products/skywallie/img/arrow.png);
  background-size: 7px 8px;
}
#PageUnicorn .menuBox li.select a, #PageSkywallie .menuBox li.select a {
  background: #0070b2;
  border: 1px solid #005f97;
  color: #fff;
}
#PageUnicorn .menuBox li.select a:after, #PageSkywallie .menuBox li.select a:after {
  background-image: url(../../products/skywallie/img/arrow_select.png);
}
#PageUnicorn .menuBox li.select a .inner, #PageSkywallie .menuBox li.select a .inner {
  box-shadow: none;
}
#PageUnicorn .pageScroll, #PageSkywallie .pageScroll {
  position: fixed;
  z-index: 10;
}
#PageUnicorn .pageScroll li, #PageSkywallie .pageScroll li {
  position: absolute;
  top: 0;
  margin: auto;
}
#PageUnicorn .pageScroll li a, #PageSkywallie .pageScroll li a {
  display: block;
  padding-bottom: 0.25em;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: rgba(255,255,255,0.6);
  border-radius: 3px;
  overflow: visible;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
  color: #1457a0;
}
@media print, screen and (min-width: 768px) {
  #PageUnicorn br.sp, #PageSkywallie br.sp {
    display: none;
  }
  #PageUnicorn .menuBox ul, #PageSkywallie .menuBox ul {
    font-size: 0;
  }
  #PageUnicorn .menuBox ul li, #PageSkywallie .menuBox ul li {
    display: inline-block;
    width: 146px;
  }
  #PageUnicorn .menuBox ul li a, #PageSkywallie .menuBox ul li a {
    display: block;
    padding: 12px 10px 11px 0;
    font-size: 14px;
    text-align: center;
  }
  #PageUnicorn .menuBox ul li a:hover, #PageSkywallie .menuBox ul li a:hover {
    background: #0070b2;
    border: 1px solid #005f97;
    color: #fff;
  }
  #PageUnicorn .menuBox ul li a:hover:after, #PageSkywallie .menuBox ul li a:hover:after {
    background-image: url(../../products/skywallie/img/arrow_select.png);
  }
  #PageUnicorn .menuBox ul li + li, #PageSkywallie .menuBox ul li + li {
    margin-left: 5px;
  }
  #PageUnicorn .menuBox ul li.top a, #PageSkywallie .menuBox ul li.top a {
    padding-right: 0;
  }
  #PageUnicorn .menuBox ul li.menu05, #PageSkywallie .menuBox ul li.menu05 {
    margin-left: 4px;
  }
  #PageUnicorn .linkTitle, #PageSkywallie .linkTitle {
    display: none;
  }
  #PageUnicorn .pageScroll, #PageSkywallie .pageScroll {
    bottom: 165px;
  }
  #PageUnicorn .pageScroll li a, #PageSkywallie .pageScroll li a {
    width: 60px;
    padding-top: 70px;
    background-size: 60px 60px;
    font-size: 12px;
  }
  #PageUnicorn .pageScroll li.back, #PageSkywallie .pageScroll li.back {
    left: 0;
  }
  #PageUnicorn .pageScroll li.back a, #PageSkywallie .pageScroll li.back a {
    background-image: url(../../products/unicorn/img/link_back.png);
  }
  #PageUnicorn .pageScroll li.next, #PageSkywallie .pageScroll li.next {
    right: 0;
  }
  #PageUnicorn .pageScroll li.next a, #PageSkywallie .pageScroll li.next a {
    background-image: url(../../products/unicorn/img/link_next.png);
  }
}
@media screen and (max-width: 767px) {
  #PageUnicorn br.pc, #PageSkywallie br.pc {
    display: none;
  }
  #PageUnicorn .menuBox li, #PageSkywallie .menuBox li {
    border-radius: 5px;
  }
  #PageUnicorn .menuBox li a, #PageSkywallie .menuBox li a {
    font-size: 14px;
    padding: 13px 30px 12px 23px;
  }
  #PageUnicorn .menuBox li + li, #PageSkywallie .menuBox li + li {
    margin-top: 8px;
  }
  #PageUnicorn .menuBox li.top a, #PageSkywallie .menuBox li.top a {
    text-align: left;
  }
  #PageUnicorn .menuBox li.top a:after, #PageSkywallie .menuBox li.top a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 7px;
    height: 8px;
    background-image: url(../../products/skywallie/img/arrow_select.png);
    background-size: 7px 8px;
  }
  #PageUnicorn .linkTitle, #PageSkywallie .linkTitle {
    position: relative;
    margin-bottom: 30px;
  }
  #PageUnicorn .linkTitle h2, #PageSkywallie .linkTitle h2 {
    margin-bottom: 0;
    padding: 0 38px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
  #PageUnicorn .linkTitle li, #PageSkywallie .linkTitle li {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 32px;
    margin: auto;
  }
  #PageUnicorn .linkTitle li a, #PageSkywallie .linkTitle li a {
    display: block;
    width: 29px;
    height: 32px;
    background-size: 29px 32px;
    text-indent: -9999px;
  }
  #PageUnicorn .linkTitle li.back, #PageSkywallie .linkTitle li.back {
    left: 0;
  }
  #PageUnicorn .linkTitle li.back a, #PageSkywallie .linkTitle li.back a {
    background-image: url(../../products/unicorn/img/link_back.png);
  }
  #PageUnicorn .linkTitle li.next, #PageSkywallie .linkTitle li.next {
    right: 0;
  }
  #PageUnicorn .linkTitle li.next a, #PageSkywallie .linkTitle li.next a {
    background-image: url(../../products/unicorn/img/link_next.png);
  }
  #PageUnicorn .pageScroll, #PageSkywallie .pageScroll {
    left: 0;
    bottom: 135px;
    width: 100%;
  }
  #PageUnicorn .pageScroll li a, #PageSkywallie .pageScroll li a {
    width: 40px;
    padding-top: 45px;
    background-size: 40px 40px;
    font-size: 11px;
  }
  #PageUnicorn .pageScroll li.back, #PageSkywallie .pageScroll li.back {
    left: 0;
  }
  #PageUnicorn .pageScroll li.back a, #PageSkywallie .pageScroll li.back a {
    background-image: url(../../products/unicorn/img/link_back.png);
  }
  #PageUnicorn .pageScroll li.next, #PageSkywallie .pageScroll li.next {
    right: 0;
  }
  #PageUnicorn .pageScroll li.next a, #PageSkywallie .pageScroll li.next a {
    background-image: url(../../products/unicorn/img/link_next.png);
  }
  #PageUnicorn .pageTop, #PageSkywallie .pageTop {
    top: auto;
    height: auto;
    margin: 0 -15px;
  }
  #PageUnicorn .pageTop a, #PageSkywallie .pageTop a {
    display: block;
    padding: 13px 0 12px;
    border-top: 1px solid #5b8edf;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
  }
  #PageUnicorn .pageTop a img.pc, #PageSkywallie .pageTop a img.pc {
    display: none;
  }
  #PageUnicorn .pageTop a i.fa-chevron-up, #PageSkywallie .pageTop a i.fa-chevron-up {
    margin-right: 3px;
    color: #5b8edf;
    font-weight: normal;
  }
}

/* ######################################################################################

	スカイウォーリー(総合トップ)

###################################################################################### */
.skywallie .mainImage .productImage ul {
  font-size: 0;
  text-align: center;
}
.skywallie .mainImage .productImage ul li {
  display: inline-block;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .skywallie .mainImage {
    padding-top: 72px !important;
    background-image: url(../../products/skywallie/img/mainBg.png) !important;
    background-color: #F3F3F3 !important;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .skywallie .mainImage .copyBox {
    margin-bottom: 41px;
  }
  .skywallie .mainImage .copyBox .copyTitle {
    text-align: center;
  }
  .skywallie .mainImage .productImage {
    margin-bottom: 40px;
  }
  .skywallie .mainImage .productImage li a {
    display: block;
    width: 440px;
    height: 621px;
    background-repeat: no-repeat;
    background-position: left top;
      text-indent: -9999px;
  }
  .skywallie .mainImage .productImage li.skywallie a {
    background-image: url(../../products/skywallie/img/mainImage01.jpg);
  }
  .skywallie .mainImage .productImage li.unicorn a {
    background-image: url(../../products/skywallie/img/mainImage02.jpg);
  }
  .skywallie .mainImage .productImage li.hover a {
    background-position: right top;
  }
  .skywallie .mainImage .productImage li + li {
    margin-left: 20px;
  }
  .skywallie .mainImage .antenna {
    display: none;
  }
  .skywallie .mainImage .lineup h2 {
    margin-bottom: 16px;
  }
  .skywallie .mainImage .lineup .lineupImage {
    text-align: center;
  }
  .skywallie .pagetopWall {
    padding: 2px 0 20px;
  }
  .skywallie .pagetopWall .pageTop {
    top: 0;
    margin-top: 0px;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .skywallie .mainImage {
    padding-top: 23px;
    padding-bottom: 50px;
    background-image: url(../../products/skywallie/img/mainBg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .skywallie .mainImage .copyBox {
    margin-left: -15px;
    margin-right: -15px;
  }
  .skywallie .mainImage .copyBox h2 {
    margin-bottom: 17px;
  }
  .skywallie .mainImage .copyBox img {
    width: 100%;
    height: auto;
  }
  .skywallie .mainImage .productImage {
    margin: 0 -15px 30px;
  }
  .skywallie .mainImage .productImage li {
    width: 50%;
    padding-right: 4px;
  }
  .skywallie .mainImage .productImage li + li {
    padding-right: 0;
    padding-left: 4px;
  }
  .skywallie .mainImage .productImage li img {
    width: 100%;
    height: auto;
  }
  .skywallie .mainImage .lineup h2 {
    margin: 0 -15px 9px;
    padding: 6px 0 9px;
    background: #0070B2;
    font-weight: bold;
    text-align: center;
    font-size: 0;
    line-height: 1;
  }
  .skywallie .mainImage .lineup p {
    margin: 0 -2px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .skywallie .mainImage .lineup .lineupImage {
    margin-bottom: 17px;
  }
  .skywallie .mainImage .lineup .lineupImage img {
    width: 100%;
    height: auto;
  }
  .skywallie .mainImage .lineup .large a {
    display: block;
    padding: 9px 0 7px;
    border: 1px solid #1558a0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #13579F;
    text-decoration: none;
    border-radius: 5px;
  }
}
/* ######################################################################################

	スカイウォーリー

###################################################################################### */
#PageSkywallie .header {
  padding-bottom: 10px;
}
#PageSkywallie #data #anntena_box img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #PageSkywallie .header {
    padding-bottom: 0;
  }
  #PageSkywallie #data #anntena_box {
    margin-top: -4px;
  }
  #PageSkywallie #data #anntena_box .purpleTitle {
    display: none;
  }
  #PageSkywallie #data #anntena_box p {
    display: none;
  }
  #PageSkywallie #data .anntenaTable {
    margin: 0 auto;
  }
  #PageSkywallie #data .anntena01 {
    width: 606px;
  }
  #PageSkywallie #data .anntena01 td {
    vertical-align: top;
  }
  #PageSkywallie #data #contents_u2swl {
    width: 580px;
    margin-bottom: 20px;
  }
  #PageSkywallie #data #contents_u2swl #contents_bottom {
    height: 315px;
    vertical-align: top;
  }
  #PageSkywallie #data .sunlight {
    width: 700px;
    margin-bottom: 20px;
  }
  #PageSkywallie .pageTop span.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #PageSkywallie #Container {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #ContainerIn {
    width: 100%;
    margin: 0;
  }
  #PageSkywallie #data #sky_menu {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 14px;
  }
  #PageSkywallie #data #sky_menu .mn6 {
    width: 100%;
  }
  #PageSkywallie #data #sky_menu .mn6 a {
    width: 100%;
  }
  #PageSkywallie #data .slickSlider {
    margin-bottom: 20px;
  }
  #PageSkywallie #data .slickSlider .slick-slide img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data .slickSlider .slick-dots {
    bottom: -34px;
    padding: 0 0 6px;
    background: #1457a0;
  }
  #PageSkywallie #data .slickSlider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #729ac6;
  }
  #PageSkywallie #data .slickSlider .slick-dots li.slick-active {
    background: #fff;
  }
  #PageSkywallie #data .slickSlider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  #PageSkywallie #data .slickSlider .slick-dots li button:before {
    width: 8px;
    height: 8px;
    font-size: 0;
  }
  #PageSkywallie #data .slickNavi {
    display: none;
  }
  #PageSkywallie #data .newslider-vertical,
  #PageSkywallie #data .sliderkit-panels,
  #PageSkywallie #data .sliderkit-panel {
    width: 100%;
  }
  #PageSkywallie #data .sliderkit img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data .sliderkit-nav {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data .sliderkit-nav-clip li {
    width: 25%;
  }
  #PageSkywallie #data .sliderkit-nav-clip li a {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data .sliderkit-nav-clip li a img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data .anntena01 {
    width: 100%;
  }
  #PageSkywallie #data .anntena01 #contents_upper {
    width: 100%;
    padding-bottom: 26%;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 0;
  }
  #PageSkywallie #data #anntena_box {
    padding: 0 15px;
  }
  #PageSkywallie #data #anntena_box .purpleTitle {
    margin-bottom: 10px;
    padding: 5px 5px 1px;
    background: #efeef4;
    border: 2px solid #a8a5b8;
    font-size: 16px;
    line-height: 1.5;
    color: #7e7cab;
    font-weight: normal;
  }
  #PageSkywallie #data #anntena_box p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.4;
  }
  #PageSkywallie #data #anntena_box img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data #anntena_box #Map {
    display: none;
  }
  #PageSkywallie #data #contents_u2swl {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #PageSkywallie #data #contents_u2swl tbody, #PageSkywallie #data #contents_u2swl tr, #PageSkywallie #data #contents_u2swl th, #PageSkywallie #data #contents_u2swl td {
    display: block;
    width: 100%;
  }
  #PageSkywallie #data #contents_u2swl td {
    padding-left: 0;
  }
  #PageSkywallie #data #contents_u2swl .anntenaStyle {
    margin-bottom: 24px;
    font-size: 0;
  }
  #PageSkywallie #data #contents_u2swl .anntenaStyle a {
    display: inline-block;
    width: 50%;
    float: none;
    vertical-align: top;
  }
  #PageSkywallie #data #contents_u2swl #contents_bottom {
    padding: 0 0 80%;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 0;
  }
  #PageSkywallie #data #example_title {
    position: relative;
    width: 100%;
    padding: 0 15px;
    background: none;
    text-indent: 0;
  }
  #PageSkywallie #data #example_title:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  #PageSkywallie #data #example_title p {
    padding: 3px 5px 3px;
    background: #0157d2;
    color: #fff;
  }
  #PageSkywallie #data .sunlight {
    display: block;
    width: 100%;
  }
  #PageSkywallie #data .sunlight tbody, #PageSkywallie #data .sunlight tr, #PageSkywallie #data .sunlight th, #PageSkywallie #data .sunlight td {
    display: block;
    width: 100%;
  }
  #PageSkywallie #data .sunlight tr {
    padding: 0 15px;
  }
  #PageSkywallie #data .sunlight tr td {
    width: 100%;
    margin: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 0;
  }
  #PageSkywallie #data .sunlight tr #example_left {
    height: auto;
    margin-bottom: 12px;
    padding-bottom: 94%;
  }
  #PageSkywallie #data .sunlight tr #example_right {
    height: auto;
    padding-bottom: 62%;
  }
  #PageSkywallie .pagetopWall {
    padding-bottom: 0;
  }
  #PageSkywallie .pagetopWall .contents {
    padding: 0;
  }
  #PageSkywallie .pagetopWall .contents .pageTop {
    height: auto;
  }
  #PageSkywallie .pagetopWall .contents .pageTop a {
    display: block;
    padding: 13px 0 12px;
    border-top: 1px solid #5b8edf;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
  }
  #PageSkywallie .pagetopWall .contents .pageTop a img.pc {
    display: none;
  }
  #PageSkywallie .pagetopWall .contents .pageTop a i.fa-chevron-up {
    margin-right: 3px;
    color: #5b8edf;
    font-weight: normal;
  }
}
/* ######################################################################################

	スカイウォーリー(設置エリア)

###################################################################################### */
@media print, screen and (min-width: 768px) {
  #PageSkywallie #area .areaBox {
    margin-bottom: 50px;
  }
  #PageSkywallie #area .areaBox .large {
    display: none;
  }
  #PageSkywallie #area .mapCation {
    margin-top: -50px;
    margin-bottom: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #PageSkywallie #area .areaBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  #PageSkywallie #area .areaBox .purpleTitle {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 5px 1px;
    background: #efeef4;
    border: 2px solid #a8a5b8;
    font-size: 16px;
    line-height: 1.5;
    color: #7e7cab;
    font-weight: normal;
    text-indent: 0;
  }
  #PageSkywallie #area .areaBox .copy {
    margin-bottom: 5px;
    font-size: 15px;
  }
  #PageSkywallie #area .areaBox .areaImage {
    margin-bottom: 16px;
  }
  #PageSkywallie #area .areaBox .areaImage img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #area .areaBox .large {
    margin-bottom: 12px;
  }
  #PageSkywallie #area .areaBox .large a {
    display: block;
    padding: 9px 0 7px;
    border: 1px solid #1558a0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #13579F;
    text-decoration: none;
    border-radius: 5px;
  }
  #PageSkywallie #area .mapCation {
    width: auto;
    padding: 0 15px;
    font-size: 14px;
  }
}
/* ######################################################################################

	スカイウォーリー(施工例)

###################################################################################### */
@media print, screen and (min-width: 768px) {
  #PageSkywallie #photo .pageTitle {
    margin-bottom: 15px;
  }
  #PageSkywallie #photo .photoBox.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #PageSkywallie.detail #photo #contents {
    padding-top: 0;
    background: none;
  }
  #PageSkywallie.detail #photo .photoBox.pc {
    display: none;
  }
  #PageSkywallie.detail #photo .photoBox .photolist {
    margin-bottom: 24px;
    font-size: 0;
  }
  #PageSkywallie.detail #photo .photoBox .photolist h3 {
    margin-bottom: 12px;
    padding: 8px 5px 6px;
    font-size: 18px;
    color: #fff;
  }
  #PageSkywallie.detail #photo .photoBox .photolist dl {
    display: inline-block;
    width: 48%;
    margin-bottom: 8px;
  }
  #PageSkywallie.detail #photo .photoBox .photolist dl:nth-of-type(2n) {
    margin-left: 4%;
  }
  #PageSkywallie.detail #photo .photoBox .photolist dl dt {
    position: relative;
    padding: 5px 5px 5px 20px;
    color: #fff;
    font-size: 16px;
  }
  #PageSkywallie.detail #photo .photoBox .photolist dl dt:after {
    position: absolute;
    left: 7px;
    top: 5px;
    content: "\f0da";
    font-family: FontAwesome;
  }
  #PageSkywallie.detail #photo .photoBox .photolist dl dd img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.wall h3 {
    background: #37b15e;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.wall dt {
    background: #7ec279;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.window h3 {
    background: #fb8373;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.window dt {
    background: #fca498;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.roof h3 {
    background: #5480d9;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.roof dt {
    background: #8ba8e4;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.self h3 {
    background: #d8ad00;
  }
  #PageSkywallie.detail #photo .photoBox .photolist.self dt {
    background: #e4c449;
  }
}
/* ######################################################################################

	スカイウォーリー 個別

###################################################################################### */
@media print, screen and (min-width: 768px) {
  #PageSkywallie.detail .menuBox {
    display: none;
  }
  #PageSkywallie.detail .pageTitle {
    margin-bottom: 63px;
  }
  #PageSkywallie.detail #contents .ecoTable {
    width: 389px;
  }
  #PageSkywallie.detail #contents .ecoTable .detail {
    width: 282px;
    height: 29px;
    text-align: left;
    vertical-align: top;
  }
  #PageSkywallie.detail #contents .ecoTable .mark {
    width: 107px;
    height: 29px;
    text-align: left;
  }
  #PageSkywallie.detail #contents .paperTable {
    width: 420px;
    height: 100px;
  }
  #PageSkywallie.detail #contents .paperTable .menu04_1 {
    width: 210px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  #PageSkywallie.detail #contents_header {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 74.6667%;
    background-size: 100% auto;
  }
  #PageSkywallie.detail #contents_header h1 {
    width: auto;
    height: auto;
  }
  #PageSkywallie.detail #contents_header h1 a {
    width: auto;
    height: auto;
  }
  #PageSkywallie.detail #product_menu {
    display: none;
  }
  #PageSkywallie.detail .pageTitle {
    width: 100%;
    height: auto;
    margin: 0 0 18px;
    padding: 1em 15px;
    background: none;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f6f6f6 50%, #efefef 51%, #fafafa 100%);
    background: -webkit-linear-gradient(top, white 0%, #f6f6f6 50%, #efefef 51%, #fafafa 100%);
    background: linear-gradient(to bottom, white 0%, #f6f6f6 50%, #efefef 51%, #fafafa 100%);
    border: 1px solid #f1f1f1;
    border-top-width: 2px;
    border-top-color: #dadee5;
    text-indent: 0;
    font-size: 20px;
    font-weight: normal;
    color: #017F66;
  }
  #PageSkywallie.detail .menuBox {
    padding: 0 15px 22px;
  }
  #PageSkywallie.detail .menuBox li.select a {
    background: #00aead;
    border-color: #008484;
  }
  #PageSkywallie.detail .menuBox li.select a:after {
    color: #fff;
  }
  #PageSkywallie.detail .menuBox li a:after {
    content: "\f0da";
    width: auto;
    height: auto;
    transform: translateY(-50%);
    background: none;
    font-family: FontAwesome;
  }
  #PageSkywallie.detail .menuBox li.menu01 {
    display: none;
  }
  #PageSkywallie.detail .menuBox .top a {
    color: #008484;
    border-color: #008484;
  }
  #PageSkywallie.detail #contents {
    width: 100%;
    margin-top: 0;
    background: #e4f3f3;
  }
  #PageSkywallie.detail #contents h1 {
    font-size: 0;
  }
  #PageSkywallie.detail #contents .mainphoto {
    margin-bottom: 20px;
  }
  #PageSkywallie.detail #contents #main_menu {
    width: 100%;
    padding: 21px 15px 0;
    background: #fff;
  }
  #PageSkywallie.detail #contents #main_menu .buttonTitle {
    margin-bottom: 15px;
    height: auto;
  }
  #PageSkywallie.detail #contents #main_menu .buttonTitle a, #PageSkywallie.detail #contents #main_menu .buttonTitle span {
    position: relative;
    display: block;
    padding: 10px 7px 7px 36px;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, white 46%, #e4f3f3 51%, #f3fafa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, white 46%, #e4f3f3 51%, #f3fafa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 46%, #e4f3f3 51%, #f3fafa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 2px solid #017F66;
    border-radius: 5px;
    color: #017F66;
    font-size: 15px;
    text-decoration: none;
  }
  #PageSkywallie.detail #contents #main_menu .buttonTitle a:before, #PageSkywallie.detail #contents #main_menu .buttonTitle span:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    display: block;
    width: 17px;
    height: 17px;
    margin: auto;
    background: url(../../products/skywallie/img/buttonTitleArrow.png);
    background-size: 17px 17px;
  }
  #PageSkywallie.detail #contents #main_menu dl {
    padding: 0;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox {
    margin-bottom: 12px;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox dl dt a {
    position: relative;
    margin-bottom: 5px;
    background-image: url("../../products/skywallie/img/featureArrow.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    font-size: 14px;
    line-height: 1.5;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox dl dt a:before {
    content: "\f104";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    padding: 1px 0 1px 0;
    font-family: FontAwesome;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox dl dd {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.5;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox dl dd font {
    font-size: 11px;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox_u {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 26px;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox_u #menu03 {
    width: 100%;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox_u #menu03 a {
    width: 100%;
  }
  #PageSkywallie.detail #contents #main_menu div.leftbox_u p {
    padding-left: 0;
  }
  #PageSkywallie.detail #contents #main_menu div.rightbox_u {
    float: none;
    width: auto;
  }
  #PageSkywallie.detail #contents #main_menu div.rightbox_u #menu04 {
    width: auto;
  }
  #PageSkywallie.detail #contents #main_menu div.rightbox_u p {
    padding-left: 0;
  }
  #PageSkywallie.detail #contents #main_menu div.rightbox_u p img {
    margin-right: 6px;
    vertical-align: baseline !important;
  }
  #PageSkywallie.detail #top .mainphoto img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie.detail.u2swlc3 #contents_header {
    background-image: url(../../products/skywallie/u2swlc3/images/main_sp.jpg);
  }
  #PageSkywallie.detail.u2swlc3 .menuBox li a:after {
    color: #00aead;
  }
  #PageSkywallie.detail.u2swlc3 .menuBox li.select a:after {
    color: #fff;
  }
  #PageSkywallie.detail.u2swl26 #contents_header {
    background-image: url(../../products/skywallie/u2swl26/images/main_sp.jpg);
  }
  #PageSkywallie.detail.u2swl26 #contents {
    background: #e4f3e6;
  }
  #PageSkywallie.detail.u2swl26 #contents #main_menu .buttonTitle a, #PageSkywallie.detail.u2swl26 #contents #main_menu .buttonTitle span {
    background: none;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, white 46%, #e4f3e6 51%, #f3fafa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, white 46%, #e4f3e6 51%, #f3fafa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 46%, #e4f3e6 51%, #f3fafa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #PageSkywallie.detail.u2swl26 #contents #main_menu .leftbox dl dt a:before {
    background: #006f00;
  }
  #PageSkywallie.detail.u2swl26 .pageTitle {
    color: #005000;
  }
  #PageSkywallie.detail.u2swl26 .menuBox li {
    color: #006f00;
  }
  #PageSkywallie.detail.u2swl26 .menuBox li a:after {
    color: #006f00;
  }
  #PageSkywallie.detail.u2swl26 .menuBox li.top a {
    color: #006f00;
  }
  #PageSkywallie.detail.u2swl26 .menuBox li.select a {
    background: #006f00;
    border-color: #004c00;
  }
  #PageSkywallie.detail.u2swl26 .menuBox li.select a:after {
    color: #fff;
  }
  #PageSkywallie.detail.u2swl20 #contents_header {
    background-image: url(../../products/skywallie/u2swl20/images/main_sp.jpg);
  }
  #PageSkywallie.detail.u2swl20 #contents {
    background: #e4f3e6;
  }
  #PageSkywallie.detail.u2swl20 #contents #main_menu .buttonTitle a, #PageSkywallie.detail.u2swl20 #contents #main_menu .buttonTitle span {
    background: none;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, white 46%, #e4f3e6 51%, #f3fafa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, white 46%, #e4f3e6 51%, #f3fafa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 46%, #e4f3e6 51%, #f3fafa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #PageSkywallie.detail.u2swl20 #contents #main_menu .leftbox dl dt a:before {
    background: #006f00;
  }
  #PageSkywallie.detail.u2swl20 .pageTitle {
    color: #005000;
  }
  #PageSkywallie.detail.u2swl20 .menuBox li {
    color: #006f00;
  }
  #PageSkywallie.detail.u2swl20 .menuBox li a:after {
    color: #006f00;
  }
  #PageSkywallie.detail.u2swl20 .menuBox li.top a {
    color: #006f00;
  }
  #PageSkywallie.detail.u2swl20 .menuBox li.select a {
    background: #006f00;
    border-color: #004c00;
  }
  #PageSkywallie.detail.u2swl20 .menuBox li.select a:after {
    color: #fff;
  }
  #PageSkywallie.detail.u2swl #contents_header {
    background-image: url(../../products/skywallie/u2swl/images/main_sp.jpg);
  }
  #PageSkywallie.detail.u2swl #contents {
    background: #e4ecf3;
  }
  #PageSkywallie.detail.u2swl #contents #main_menu .buttonTitle a, #PageSkywallie.detail.u2swl #contents #main_menu .buttonTitle span {
    border-color: #45ABDF;
    background: none;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, white 46%, #e4ecf3 51%, #f3fafa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, white 46%, #e4ecf3 51%, #f3fafa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 46%, #e4ecf3 51%, #f3fafa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #45ABDF;
  }
  #PageSkywallie.detail.u2swl #contents #main_menu .buttonTitle a:before, #PageSkywallie.detail.u2swl #contents #main_menu .buttonTitle span:before {
    background-image: url(../../products/skywallie/img/buttonTitleArrow_skyBlue.png);
  }
  #PageSkywallie.detail.u2swl #contents #main_menu .leftbox dl dt a:before {
    background: #45ABDF;
  }
  #PageSkywallie.detail.u2swl .pageTitle {
    color: #003866;
  }
  #PageSkywallie.detail.u2swl .menuBox li {
    color: #45ABDF;
  }
  #PageSkywallie.detail.u2swl .menuBox li a:after {
    color: #45ABDF;
  }
  #PageSkywallie.detail.u2swl .menuBox li.top a {
    color: #45ABDF;
    border-color: #45ABDF;
  }
  #PageSkywallie.detail.u2swl .menuBox li.select a {
    background: #45ABDF;
    border-color: #2c6e8f;
  }
  #PageSkywallie.detail.u2swl .menuBox li.select a:after {
    color: #fff;
  }
}
/* ######################################################################################

	スカイウォーリー 特長

###################################################################################### */
#PageSkywallie #tokucho td {
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  #PageSkywallie #tokucho .tokuchoTitle {
    margin-bottom: 63px;
  }
  #PageSkywallie #tokucho .tokuchoTable {
    width: 660px;
    margin-bottom: 48px;
  }
  #PageSkywallie #tokucho .tokuchoTable.table01 th, #PageSkywallie #tokucho .tokuchoTable.table01 td {
    padding: 2px;
  }
  #PageSkywallie #tokucho .tokuchoTable td {
    font-size: 12px;
    line-height: 1.8334;
  }
  #PageSkywallie #tokucho .suppleTable th, #PageSkywallie #tokucho .suppleTable td {
    padding: 2px;
  }
  #PageSkywallie #tokucho .suppleTable td {
    line-height: 1;
  }
  #PageSkywallie #tokucho .suppleTable .f_small {
    text-align: left;
    vertical-align: top;
  }
  #PageSkywallie #tokucho .suppleTable .f_small.number {
    width: 29px;
  }
  #PageSkywallie #tokucho .suppleTable .f_small.detail {
    width: 501px;
  }
  #PageSkywallie #tokucho .tokuchoDetail {
    margin-bottom: 48px;
  }
  #PageSkywallie.u2swl26 #tokucho .tokuchoTable .w175 {
    width: 175px;
  }
  #PageSkywallie.u2swl20 #tokucho .tokuchoTable .w293 {
    width: 293px;
  }
  #PageSkywallie.u2swl20 #tokucho .description .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #PageSkywallie #Container #tokucho #contents {
    padding: 0 20px 30px;
    background: none;
  }
  #PageSkywallie #Container #tokucho h3 {
    position: relative;
    width: auto;
    height: auto;
    padding-bottom: 3px;
    padding-left: 18px;
    background: none;
    font-size: 18px;
    text-indent: 0;
    line-height: 1.25;
  }
  #PageSkywallie #Container #tokucho h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
  }
  #PageSkywallie #Container #tokucho p {
    width: auto;
  }
  #PageSkywallie #Container #tokucho .tokuchoTable {
    display: block;
    margin-bottom: 60px;
  }
  #PageSkywallie #Container #tokucho .tokuchoTable.last {
    margin-bottom: 0;
  }
  #PageSkywallie #Container #tokucho .tokuchoTable tbody, #PageSkywallie #Container #tokucho .tokuchoTable tr, #PageSkywallie #Container #tokucho .tokuchoTable th, #PageSkywallie #Container #tokucho .tokuchoTable td {
    display: block;
  }
  #PageSkywallie #Container #tokucho .tokuchoTable td {
    font-size: 14px;
  }
  #PageSkywallie #Container #tokucho .tokuchoTable td img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #PageSkywallie #Container #tokucho .tokuchoDetail {
    width: auto;
    margin-bottom: 60px;
    font-size: 14px;
  }
  #PageSkywallie #Container #tokucho .tokuchoDetail.last {
    margin-bottom: 0;
  }
  #PageSkywallie #Container #tokucho .imageBox img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #PageSkywallie #Container #tokucho .suppleTable .f_small {
    display: inline;
    font-size: 12px;
  }
  #PageSkywallie #Container #tokucho .suppleTable .f_small .style1, #PageSkywallie #Container #tokucho .suppleTable .f_small .style4 {
    font-size: 12px;
  }
  #PageSkywallie .pageTop {
    margin: 0;
  }
  #PageSkywallie.u2swlc3 #Container #tokucho h3 {
    border-bottom: 2px solid #1fc4bf;
    color: #017F66;
  }
  #PageSkywallie.u2swlc3 #Container #tokucho h3:before {
    border-color: #017F66;
  }
  #PageSkywallie.u2swl26 #Container #tokucho h3 {
    border-bottom: 2px solid #00aa32;
    color: #005000;
  }
  #PageSkywallie.u2swl26 #Container #tokucho h3:before {
    border-color: #005000;
  }
  #PageSkywallie.u2swl20 #Container #tokucho h3 {
    border-bottom: 2px solid #006f00;
    color: #006f00;
  }
  #PageSkywallie.u2swl20 #Container #tokucho h3:before {
    border-color: #00aa32;
  }
  #PageSkywallie.u2swl20 #Container #tokucho #tokucho07 {
    display: block;
    margin-top: 60px;
  }
  #PageSkywallie.u2swl20 #Container #tokucho .description .pc {
    display: none;
  }
  #PageSkywallie.u2swl #Container #tokucho h3 {
    border-bottom: 2px solid #9ed3ed;
    color: #003866;
  }
  #PageSkywallie.u2swl #Container #tokucho h3:before {
    border-color: #3ea7dc;
  }
  #PageSkywallie.u2swl #Container #tokucho .imageBox {
    margin-bottom: 60px;
  }
  #PageSkywallie.u2swl #Container #tokucho .supple02 {
    width: 100%;
    margin-bottom: 60px;
    line-height: 1;
  }
  #PageSkywallie.u2swl #Container #tokucho .supple02 .number font {
    line-height: 1;
  }
}
/* ######################################################################################

	スカイウォーリー 取付方法、規格、付属品

###################################################################################### */
#PageSkywallie #data .dataTable {
  width: 660px;
}
#PageSkywallie #data .dataTable .topics .topic01 {
  width: 177px;
  vertical-align: top;
}
#PageSkywallie #data .dataTable .topics .topic02 {
  width: 250px;
}
#PageSkywallie #data .dataTable .topics .topic03 {
  width: 250px;
}

@media print, screen and (min-width: 768px) {
  #PageSkywallie #data .pageTitle {
    margin-bottom: 45px;
  }
  #PageSkywallie #data #contents {
    padding-top: 0;
  }
  #PageSkywallie #data .dataTitle {
    width: 660px;
    padding-bottom: 25px;
  }
  #PageSkywallie #data #target_link {
    margin-bottom: 24px;
  }
  #PageSkywallie #data .antenaImage {
    width: 660px;
  }
  #PageSkywallie #data .fu.sp {
    display: none;
  }
  #PageSkywallie #data .fuzoku {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  #PageSkywallie #data #contents {
    padding: 0 15px;
    background: none;
  }
  #PageSkywallie #data .dataTitle {
    width: auto;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
  }
  #PageSkywallie #data #target_link {
    height: auto;
    margin-bottom: 12px;
  }
  #PageSkywallie #data #target_link:after {
    content: "";
    display: block;
    clear: both;
  }
  #PageSkywallie #data .howtoList div {
    width: auto;
    height: auto;
    background: none;
    text-indent: 0;
  }
  #PageSkywallie #data .howtoList img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data .howtoList span.pc {
    display: none;
  }
  #PageSkywallie #data .antenaImage img {
    width: 100%;
    height: auto;
  }
  #PageSkywallie #data .fuzoku {
    width: 100%;
  }
  #PageSkywallie #data .fuzoku li {
    text-align: left;
  }
  #PageSkywallie #data .scrollBox {
    width: 100%;
    overflow-x: scroll;
  }
  #PageSkywallie #data .scrollBox td.middleSize {
    font-size: 10px;
  }
  #PageSkywallie #data .cationBox {
    margin-top: 12px;
    line-height: 1.4;
    font-size: 14px;
  }
  #PageSkywallie #data .cationBox .kome {
    font-size: 13px;
  }
  #PageSkywallie #data .cationBox .style1 {
    font-size: 13px;
  }
  #PageSkywallie #data .fu.pc {
    display: none;
  }
  #PageSkywallie #data .fu {
    width: auto;
    height: auto;
    background: none;
    text-indent: 0;
  }
  #PageSkywallie #data .fu img {
    width: 100%;
    height: auto;
  }
}
/* ######################################################################################

	ユニコーン 共通

###################################################################################### */
.sandwichTitle {
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.sandwichTitle:after, .sandwichTitle:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #0070b2;
}
.sandwichTitle:before {
  top: 0;
}
.sandwichTitle:after {
  bottom: 0;
}

.topTitle a {
  display: block;
  background: #4D4C51;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.blueTitle {
  color: #fff;
  background: #0070B2;
}

@media print, screen and (min-width: 768px) {
  .pageScroll {
    left: 50%;
    transform: translateX(-50%);
    width: 1060px;
    margin: auto;
  }
  .pageScroll li a {
    width: 60px;
    min-height: 60px;
  }

  .mainImage.mainImg {
    margin-bottom: 24px;
  }

  .sandwichTitle {
    margin-top: 19px;
    margin-bottom: 48px;
    padding: 27px 0 26px;
    font-size: 22px;
    font-weight: bold;
  }

  .blueTitle {
    padding: 8px 10px 8px;
    font-size: 16px;
  }

  .topTitle {
    margin-bottom: 28px;
  }
  .topTitle a {
    padding: 14px 0;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  /***** 共通 *****/
  #PageUnicorn {
    padding-top: 0;
  }
  #PageUnicorn .mainImage.mainImg {
    margin: 0 -15px 15px;
  }
  #PageUnicorn .mainImage .productImage img {
    width: 100%;
    height: auto;
  }
  #PageUnicorn .sandwichTitle {
    margin-top: 40px;
    padding: 18px 0 17px;
    font-weight: bold;
    font-size: 18px;
  }
  #PageUnicorn .blueTitle {
    padding: 8px 10px 8px;
    font-size: 16px;
  }
  #PageUnicorn .topTitle {
    margin-bottom: 0;
  }
  #PageUnicorn .topTitle a {
    margin: 0 -15px;
    padding: 17px 0 17px;
  }
}
/* ######################################################################################

	ユニコーン トップ

###################################################################################### */
#PageUnicorn.index .detail {
  padding-bottom: 0;
}
#PageUnicorn.index .detail .topImage {
  position: relative;
}
#PageUnicorn.index .detail .topImage .tokutyoMenu {
  position: absolute;
}
#PageUnicorn.index .detail .topImage .tokutyoMenu li a {
  display: block;
}
#PageUnicorn.index .detail .topImage .gmark {
    position: absolute;
}


@media print, screen and (min-width: 768px) {
  #PageUnicorn.index .detail {
    padding-top: 40px !important;
  }
  #PageUnicorn.index .detail .spLogo {
    display: none;
  }
  #PageUnicorn.index .detail .topImage .productImage {
    margin-top: 20px;
  }
  #PageUnicorn.index .detail .topImage .tokutyoMenu {
    right: 36px;
    top: 72px;
  }
  #PageUnicorn.index .detail .topImage .gmark {
    right: 36px;
    top: 380px;
  }
  
  #PageUnicorn.index .detail .topImage .tokutyoMenu li + li {
    margin-top: 14px;
  }
  #PageUnicorn.index .detail .movie {
    margin-top: 21px;
  }
  #PageUnicorn.index .detail .point {
    margin-top: 70px;
  }
  #PageUnicorn.index .detail .pageTop {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #PageUnicorn.index .detail {
    padding-top: 0;
  }
  #PageUnicorn.index .detail .spLogo {
    margin-left: -15px;
    margin-right: -15px;
  }
  #PageUnicorn.index .detail .spLogo img {
    width: 100%;
    height: auto;
  }
  #PageUnicorn.index .detail .topImage {
    margin: 0 -15px 15px;
  }
  #PageUnicorn.index .detail .topImage img {
    width: 100%;
    height: auto;
  }
  #PageUnicorn.index .detail .topImage .tokutyoMenu {
    top: 0;
    right: 0;
    width: 49.5%;
    background: rgba(163, 213, 234, 0.3);
  }
    #PageUnicorn.index .detail .topImage .gmark {
    bottom: 10px;
    right: 0;
    width: 49.5%;
	padding: 0 2.8%;
  }
  
  #PageUnicorn.index .detail .topImage .tokutyoMenu li img {
    width: 100%;
    height: auto;
  }
  #PageUnicorn.index .detail .movie {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #PageUnicorn.index .detail .movie iframe {
    width: 100%;
    height: 350px;
  }
}
/* ######################################################################################

	ユニコーン 特長・タイプ

###################################################################################### */
#PageUnicorn.feature .detail .featureList dl dt {
  color: #0059AC;
  line-height: 1.3;
}
#PageUnicorn.feature .detail .featureList dl dd {
  color: #000000;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #PageUnicorn.feature .detail {
    padding-top: 40px !important;
  }
  #PageUnicorn.feature .detail .topTitle {
    margin-bottom: 4px;
  }
  #PageUnicorn.feature .detail .featureList {
    margin-bottom: 83px;
  }
  #PageUnicorn.feature .detail .featureList dl {
    position: relative;
    padding-right: 200px;
    min-height: 240px;
  }
  #PageUnicorn.feature .detail .featureList dl + dl {
    margin-top: 26px;
  }
  #PageUnicorn.feature .detail .featureList dl:after {
    content: "";
    display: block;
    clear: both;
  }
  #PageUnicorn.feature .detail .featureList dl.feature02 {
    margin-top: 45px;
  }
  #PageUnicorn.feature .detail .featureList dl.feature03 {
    margin-top: 59px;
  }
  #PageUnicorn.feature .detail .featureList dl.feature04 {
    margin-top: 35px;
  }
  #PageUnicorn.feature .detail .featureList dl.feature05 {
    margin-top: 62px;
  }
  #PageUnicorn.feature .detail .featureList dl.feature06 {
    margin-top: 93px;
  }
  #PageUnicorn.feature .detail .featureList dl dt {
    margin-bottom: 14px;
    font-size: 26px;
  }
  #PageUnicorn.feature .detail .featureList dl dd {
    font-size: 16px;
  }
  #PageUnicorn.feature .detail .featureList dl dd.image {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #PageUnicorn.feature .detail {
    padding-top: 0;
    padding-bottom: 0;
  }
  #PageUnicorn.feature .detail .image {
    margin-bottom: 14px;
    text-align: center;
  }
  #PageUnicorn.feature .detail .image img {
    max-width: 100%;
    height: auto;
  }
  #PageUnicorn.feature .detail .featureList dl + dl {
    margin-top: 50px;
  }
  #PageUnicorn.feature .detail .featureList dl dt {
    margin-bottom: 5px;
    font-size: 18px;
  }
  #PageUnicorn.feature .detail .featureList dl dd {
    font-size: 14px;
  }
  #PageUnicorn.feature .detail .featureList dl dd + dd {
    margin-top: 10px;
  }
}
/* ######################################################################################

	ユニコーン 金具取付方法

###################################################################################### */
#PageUnicorn.howto .detail .dlButton {
  display: block;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #111111;
}
#PageUnicorn.howto .detail .dlButton:hover {
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  #PageUnicorn.howto .detail {
    padding-top: 40px !important;
  }
  #PageUnicorn.howto .detail .topTitle {
    margin-bottom: 4px;
  }
  #PageUnicorn.howto .detail .download {
    position: relative;
    z-index: 2;
    width: 266px;
    margin-top: -49px;
  }
  #PageUnicorn.howto .detail .download .dlButton {
    padding: 12px 0 10px;
    font-size: 14px;
  }
  #PageUnicorn.howto .detail .howto01 {
    margin-bottom: 39px;
  }
  #PageUnicorn.howto .detail .howto02 .blueTitle {
    margin-bottom: 10px;
    background: none;
    border: 2px solid #0070B2;
    color: #0070B2;
  }
  #PageUnicorn.howto .sandwichTitle {
    margin-bottom: 39px;
  }
  #PageUnicorn.howto p {
    margin-bottom: 48px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #PageUnicorn.howto .detail {
    padding-top: 0;
    padding-bottom: 0;
  }
  #PageUnicorn.howto .howtoBox .blueTitle {
    margin-bottom: 15px;
  }
  #PageUnicorn.howto .howtoBox .download {
    margin-top: 12px;
  }
  #PageUnicorn.howto .howtoBox .download .dlButton {
    padding: 13px 0 12px;
    font-size: 16px;
  }
  #PageUnicorn.howto .howtoBox .howto01 {
    margin-bottom: 36px;
  }
  #PageUnicorn.howto .howtoBox p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  #PageUnicorn.howto .howtoBox .image img {
    width: 100%;
    height: auto;
  }
}
/* ######################################################################################

	ユニコーン 規格表・付属品

###################################################################################### */
#PageUnicorn.data .detail .dataBox .tableCaption span {
  font-weight: bold;
}
#PageUnicorn.data .detail .dataBox .red {
  color: #FF0000;
}
#PageUnicorn.data .detail .dataBox .cation {
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
}
#PageUnicorn.data .detail .dataBox table {
    border-collapse: collapse;
      border-top: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc;
}
#PageUnicorn.data .detail .dataBox table tr {
  border-bottom: 1px solid #dcdcdc;
}
#PageUnicorn.data .detail .dataBox table tr.items th {
  background: #f7f7f7;
}
#PageUnicorn.data .detail .dataBox table tr th, #PageUnicorn.data .detail .dataBox table tr td {
  border-left: 1px solid #dcdcdc;
}
#PageUnicorn.data .detail .dataBox .accessories dt {
  border-bottom: 1px solid #DCDCDC;
  font-weight: bold;
}
#PageUnicorn.data .detail .dataBox .accessories dd {
  border-bottom: 1px solid #DCDCDC;
}

@media print, screen and (min-width: 768px) {
  #PageUnicorn.data .detail {
    padding-top: 40px !important;
  }
  #PageUnicorn.data .detail .topTitle {
    margin-bottom: 4px;
  }
  #PageUnicorn.data .dataBox .tableCaption {
    margin-bottom: 5px;
    font-size: 16px;
  }
  #PageUnicorn.data .dataBox table tr.items th:nth-of-type(1) {
    width: 400px;
  }
  #PageUnicorn.data .dataBox table tr.items th:nth-of-type(2) {
    width: 500px;
  }
  #PageUnicorn.data .dataBox table tr th, #PageUnicorn.data .dataBox table tr td {
    padding: 7px 19px 7px 12px;
    font-size: 14px;
  }
  #PageUnicorn.data .dataBox .accessories {
    margin-top: 27px;
  }
  #PageUnicorn.data .dataBox .accessories dt {
    padding-bottom: 5px;
    font-size: 16px;
  }
  #PageUnicorn.data .dataBox .accessories dd {
    padding: 8px 19px 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #PageUnicorn.data .detail {
    padding-top: 0;
    padding-bottom: 0;
  }
  #PageUnicorn.data .dataBox {
    margin-bottom: 24px;
  }
  #PageUnicorn.data .dataBox .tableCaption {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #PageUnicorn.data .dataBox table {
    width: 100%;
  }
  #PageUnicorn.data .dataBox table tr.items th {
    text-align: center;
  }
  #PageUnicorn.data .dataBox table tr.items th:nth-of-type(1) {
    min-width: 121px;
  }
  #PageUnicorn.data .dataBox table tr th, #PageUnicorn.data .dataBox table tr td {
    padding: 7px 10px 7px 10px;
    font-size: 14px;
  }
  #PageUnicorn.data .dataBox .accessories {
    margin-top: 27px;
  }
  #PageUnicorn.data .dataBox .accessories dt {
    padding-bottom: 5px;
    font-size: 14px;
  }
  #PageUnicorn.data .dataBox .accessories dd {
    padding: 6px 15px 5px;
    font-size: 14px;
  }
}


/* ######################################################################################

	IOT(総合トップ)

###################################################################################### */
.iot .mainImage .productImage ul {
  font-size: 0;
  text-align: center;
}
.iot .mainImage .productImage ul li {
  display: inline-block;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {


    .skywallie.iot .mainImage {background-image:url(../../products/iot/img/mainBg.jpg) !important;}
    .skywallie.iot .mainImage .productImage li.rfid a {background-image: url(../../products/iot/img/RFID_rfid.jpg);}
    .skywallie.iot .mainImage .productImage li.lpwa a {background-image: url(../../products/iot/img/RFID_lqwa.jpg);}


    .iot .mainImage {
        padding-top: 72px !important;
        background-color: #F3F3F3 !important;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .iot .mainImage .copyBox {margin-bottom: 41px;}
    .iot .mainImage .copyBox .copyTitle {text-align: center;}
    .iot .mainImage .productImage {
        margin-bottom: 40px;
        padding-top:250px;
    }
    .iot .mainImage .productImage li a {
        display: block;
        width: 397px;
        height: 425px;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .iot .mainImage .productImage li.hover a {background-position: right top;}
    .iot .mainImage .productImage li + li {margin-left: 20px;}
    .iot .mainImage .antenna {display: none;}
    .iot .mainImage .lineup h2 {margin-bottom: 16px;}
    .iot .mainImage .lineup .lineupImage {text-align: center;}
    .iot .pagetopWall {padding: 0;}
    .iot .pagetopWall .pageTop {
        top: 0;
        margin-top: 0px;
        height: auto;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
  .iot .mainImage {
    padding-top: 23px;
    padding-bottom: 50px;
    background-image: url(../../products/iot/img/mainBg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .iot .mainImage .copyBox {
    margin-left: -15px;
    margin-right: -15px;
  }
  .iot .mainImage .copyBox h2 {
    margin-bottom: 17px;
  }
  .iot .mainImage .copyBox img {
    width: 100%;
    height: auto;
  }
  .iot .mainImage .productImage {
    margin: 0 -15px 30px;
  }
  .iot .mainImage .productImage li {
    width: 50%;
    padding-right: 4px;
  }
  .iot .mainImage .productImage li + li {
    padding-right: 0;
    padding-left: 4px;
  }
  .iot .mainImage .productImage li img {
    width: 100%;
    height: auto;
  }
  .iot .mainImage .lineup h2 {
    margin: 0 -15px 9px;
    padding: 6px 0 9px;
    background: #0070B2;
    font-weight: bold;
    text-align: center;
    font-size: 0;
    line-height: 1;
  }
  .iot .mainImage .lineup p {
    margin: 0 -2px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .iot .mainImage .lineup .lineupImage {
    margin-bottom: 17px;
  }
  .iot .mainImage .lineup .lineupImage img {
    width: 100%;
    height: auto;
  }
  .iot .mainImage .lineup .large a {
    display: block;
    padding: 9px 0 7px;
    border: 1px solid #1558a0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #13579F;
    text-decoration: none;
    border-radius: 5px;
  }
}
/*end*/





