@charset "UTF-8";

@media print, screen and (min-width:768px) {

.pc {
  display: block!important;
}
.pcIB {
  display: inline-block!important;
}
.sp {
  display: none!important;
}
.spIB {
  display: none!important;
}

/* base */
html,body{
    width: 100%;
    height: 100%;
}
body{
    min-width: 960px;
    position: relative;
    font-size: 12px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#wrapper{
    width: 100%;
    height: 100%;
}
#contents {
    font-size: 14px;
}
#footer {
    margin: 0 auto;
}

/* main */

body {
  -webkit-text-size-adjust: 100%;
}

/* ------ headSection ------ */
#contents .headSection {
}
#contents .headSection .innerBlock {

  margin: 0 auto;
  position: relative;
}
#contents .headSection .leftArea{
  width:100%;
  margin-top: 0px;
}
#contents .headSection .ttl {
  display: block;
  width: 100%;
  float: none;
  overflow: inherit;
}
#contents .headSection .ttl p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  padding-left: 0;
  background: none;
  padding: 0 15px 0 0;
}
#contents .headSection .ttl p a {
  color: #000!important;
}
#contents .headSection .ttl p a:hover {
  text-decoration: none!important;
}
#contents .headSection .leftArea .title {
  font-size: 22px;
  line-height: 1em;
  padding: 0;
  background: none;
  /* background: url(/common/images/bg_dline_01.gif) repeat-y left bottom; */
}
#contents .headSection .aside {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  vertical-align:bottom;
  text-align:right;
  float:none;
  padding-top: 0px;
}
#contents .headSection .aside .guide li {
  float:none;
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align:bottom;
  padding: 0;
  letter-spacing: 0;
}



h1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1em;
}
h1 a {
  color:#000!important;
  text-decoration: none!important;
}
h1 a:hover {
  color:#000!important;
  text-decoration: none!important;
}

/* ------ detailSection ------ */
#contents .detailSection {
  width:100%;
}
#contents .detailSection > div {
  width:100%;
  padding: 80px 0 60px 0;
}
#contents .detailSection > div .inner {
  width: 1050px;
  max-width: 1050px;
  min-width: 912px;
  margin: 0 auto;
  position: relative;
}
#contents .detailSection .sub {
  margin: 60px auto 0;
  position: relative;
}
#contents .detailSection .menuList {
  margin: 63px auto 0;
}
#contents .detailSection .menuList ul li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
#contents .detailSection .menuList ul li + li {
  margin: 0 0 0 1.2%;
}
#contents .detailSection .menuList ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #e7e7e7;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

#contents .detailSection .menuList ul li.menu01 {
  width: 28.8%;
}
#contents .detailSection .menuList ul li.menu02 {
  width: 20.9%;
}
#contents .detailSection .menuList ul li.menu03 {
  width: 21.6%;
}
#contents .detailSection .menuList ul li.menu04 {
  width: 25.0%;
}
#contents .detailSection .menuList ul li:hover {
  opacity: 0.6;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
#contents .detailSection .menuList ul li img {
  vertical-align: middle;
  margin: 0 8px 0 0;
}
#contents .detailSection .menuList ul li a {
  display: block;
  width: 100%;
  height: 100%;

  color:#000!important;
  text-decoration: none!important;
}
#contents .detailSection .menuList ul li a:hover {
  color:#000!important;
  text-decoration: none!important;
}


/* ------ detailSection .support ------ */
#contents .detailSection .support {
  padding: 60px 0 69px 0;
  border-bottom: none;
  border-top: 2px solid #c3c3c3;
  background: #fff;
}
#contents .detailSection .support h3 {
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: -apple-system, 'Open Sans', Sans-Serif;
}
#contents .detailSection .support h3 span {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#contents .detailSection .support .menuList {
  margin: 40px auto 0;
}
#contents .detailSection .support .menuList ul li {
  width: 13%;
  font-size: 13px;
  font-weight: normal;
}
#contents .detailSection .support .menuList ul li.line2 {
  padding: 13px 0 0 0;
  height: 47px;
  line-height: 1.4em;
}
#contents .detailSection .support .menuList ul li + li {
  margin: 0 0 0 1.4%;
}
#contents .detailSection .support .menuList ul li.other {
  position: relative;
  background-image: url(/products/homeprojector/common/images/menu_other_ico.png);
  background-repeat: no-repeat;
  background-position: 96% 9%;
}
#contents .detailSection .support .sub {
  margin: 75px auto 0;
}
#contents .detailSection .support .sub h3 {
  font-size: 30px;
  text-align: center;
}
#contents .detailSection .snsList {
  margin: 25px auto 0;
}
#contents .detailSection .snsList ul {
  text-align: center;
}
#contents .detailSection .snsList ul li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin: 0 15px;
}
#contents .detailSection .snsList ul li:hover img {
  opacity: 0.6;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  transition: opacity .3s linear;
}


/* ------ detailSection .sitemapSection ------ */
.sitemapSection {
  background: #f4f4f4;
  padding: 44px 0!important;
}
.sitemapSection .inner {
  width: 960px!important;
  position: relative;
}
.sitemapSection .sitemapLink {
  position: absolute;
  right: 0;
  top: 0;
}
.sitemapSection .sitemapLink a {
  font-size: 12px;
  color: #000;
}
.sitemapSection .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 30px 0 0 0!important;
}
.sitemapSection .list + .list {
}
.sitemapSection .list.list1 {
  margin: 30px 0 0 18px!important;
}
.sitemapSection .list.list2 {
  border-left: #c3c3c3 1px solid;
  border-right: #c3c3c3 1px solid;
  margin: 30px 0 0 45px!important;
  padding: 0 45px 10px 45px;
}
.sitemapSection .list.list2 > div{
  margin: 0 0 0 10px;
}
.sitemapSection .list.list3 {
  margin: 30px 0 0 0!important;
  padding: 0 0 0 45px;
}
.sitemapSection .inner > h4 a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.sitemapSection .list h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.sitemapSection .list h4.naTitle {
  padding: 0 0 5px 0;
}
.sitemapSection .list h4 a {
  color: #000!important;
}
.sitemapSection .list h4.second {
  padding: 20px 0 5px 0;
}
.sitemapSection .list h4 span.en {
  font-family: -apple-system, 'Open Sans', Sans-Serif;
}
.sitemapSection .list h5 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 3px 0;
}
.sitemapSection .list h5.second {
  margin: 20px 0 0 0;
}
.sitemapSection .list.list2 .right h5.second {
  margin: 9px 0 0 0;
}
.sitemapSection .list .left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 180px;
}
.sitemapSection .list .right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 200px;
}
.sitemapSection .list ul {
  margin: 0 0 0 10px;
}
.sitemapSection .list.list2 ul {
  margin: 0 0 0 0;
}
.sitemapSection .list ul.other {
}
.sitemapSection .list ul li {
  display: block!important;
  width: auto!important;
  padding: 0 0 4px 0;
  color: #aaa;
  font-size: 12px!important;

}
.sitemapSection .list.list2 ul li {
  padding: 0 0 2px 0;
}
.sitemapSection .list ul li + li {
  margin: 0!important;
}
.sitemapSection .list ul li a {
  color: #686868!important;
  font-size: 12px!important;
}
.sitemapSection .list ul li a:hover {
  text-decoration: underline!important;
}
.sitemapSection .list .line {
  width: 100%;
  border-top: #c3c3c3 1px solid;
  margin: 10px 0;
}



} /* media */

@media screen and (max-width: 1100px) and (min-width: 769px) {
  #contents .detailSection > div .inner {
    width: 95%;
  }
}
@media print {
  #contents .detailSection > div .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  #contents .detailSection .menuList ul li {
    font-size: 14px;
  }
}
@media print {
  #contents .detailSection .menuList ul li {
    font-size: 14px;
  }
}
