
@charset "UTF-8";

/*-----------------------------------------------------------
LP等特殊サイト用 インクルード共通コンテンツ調整
-----------------------------------------------------------*/

/* head */
@media only screen and  (min-width: 768px) {
  div.head {
  height: 130px;
  margin: 0 auto;
  width: 1024px;
  position: relative;
  }

  div.head p.site_logo{
  position: absolute;
  width: 108px;
  top:16px;
  left:3px;
  }

  div.head p.etc_link{
  position: absolute;
  width: 500px;
  top:22px;
  right:3px;
  text-align: right;
  }

  div.head p.etc_link a{
  margin-right: 1em;
  }
}

@media only screen and  (max-width: 767px) {
  div.head {
  background: #fff;
  }
  
  div.head {
  position:relative;
  margin: 0 auto;
  height: 50px;
  }
  
  div.head .site_logo{
  position: absolute;
  top: 3px;
  left: 13px;
  }
  
  div.head .site_logo img{
  height: 47px;
  width: auto;
  }
  
  div.head .etc_link{
  text-align: center;
  padding: 24px 0 0;
  }
  
  div.head .etc_link a:nth-child(1){
  display: none;
  }
  
  div.head .etc_link a img{
  width:120px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 2px;
  }
}

/* foot */
@media only screen and  (min-width: 768px) {
  #foot{
      background-color:#eee;
      color:#000;
  }
  #foot > div{
      position:relative;
      width: 1024px;
      margin: 0 auto;
      padding-bottom:80px;
  }

  #foot .lnk{
      position:absolute;
      bottom:30px;
      left:0;
      font-size:0.7em;
  }
  #foot .lnk li{
      display:inline;
      padding:0 16px 0 10px;
  }
  #foot .lnk li a{
      text-decoration:none;
      color:#000;
  }
  #foot .co{
      position:absolute;
      bottom:30px;
      right:0;
      font-size:0.55em;
  }
}

@media only screen and  (max-width: 767px) {
  #foot{
      background-color:#dddddd;
      font-size: 3vw;
  }

  #foot .lnk ul,
  #foot>div,
  #foot .lnk{
      margin: 0;
      padding: 0;
  }

  #foot .lnk ul:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  }

  #foot .lnk ul li{
      float:left;
      width:calc( 50% - 1px );
      border-top:solid 1px #fff;
      border-bottom:solid 1px #fff;
  }

  #foot .lnk ul li:nth-child(2){
      border-left:solid 1px #fff;
  }

  #foot .lnk ul li a{
      padding:3vw 0;
      display:block;
      text-align:center;
      color: #000;
  }

  #foot .co{
      padding:4vw 0;
      text-align:center;
  }
}

